*{
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
	font-family:Verdana, Geneva, sans-serif;
}
body{
	background: url(./../images/backg.jpg);
	background-attachment: fixed;
	background-size: 100% auto;
	font: 14px "Open Sans", Helvetica, Arial, sans-serif;
	-webkit-text-size-adjust: 100%;
}

nav
{
width:465px;;
background-color:#45A99B;
color:#FFE1E2;
height:auto;
overflow:hidden;
margin:0px;
border-radius: 20px;
margin-left: 5%;
}
nav a{
	text-decoration: none;
	color: white;
}
nav ul li
{

list-style:none;
float:left;
background-color:#45A99B;
padding:8px;
}
nav ul li:hover{
background-color:#255953;
color:#ffffff;
	cursor:pointer;
}
#face{
	float:right;
	margin-right: 10px;
	width: 300px;	
}
#logo{
	position: absolute;
	margin-top: 3%;
	width: 300px;
	height: auto;
}
#t{
	width: 550px;
	height: 120px;
	margin: auto;
	margin-top: 40px;
	color:  #45A99B;
}
#t h3{
	font-size: 90px;
	font-family: Cambria, Hoefler Text, Liberation Serif, Times, Times New Roman, serif;
	text-align: center;
	margin-top: -20px;
	text-shadow: 0 1px 0 #ccc, 
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);
}
#t h4{
	font-size: 30px;
	text-align: center;
	font-family: Cambria, Hoefler Text, Liberation Serif, Times, Times New Roman, serif;
}
#marco{
	width: 100%;
	height: 95%;
}
#ci{
	position: absolute;
	width: 850px;
	height: 750px;
	overflow: hidden;
	margin-top: 40px;
	margin-left: 18%;
	
}
#i1{
	background:  -webkit-radial-gradient(#ffffff,#ffffff,#A4A4A4);
	position: absolute;
	width: 350px;
	height: 350px;
	border-color:  #45A99B;
	border-width: 4px;
	border-style: solid;
	border-radius: 10px;
	transform: rotate(45deg);
	margin-left: 70px;
	margin-top: 190px;
	overflow: hidden;
	 animation: i1 2s linear;
}

#i1 img{
	width: 115%;
	height: auto;
	transform: rotate(-45deg);
	margin-left: -20px;
	margin-top: -40px;
	animation: img1 2s linear;
}
#i1:hover{
	box-shadow: 5px 8px 7px #424242;
}
/*--@keyframes i1{
	 0%  {margin-left: 1500px;}
    25%  {;margin-left: 1300px;}
    50%  {margin-left: 1000px;}
    75%  {margin-left: 800px ;transform: scale(1.5);}
    100% {margin-left: 700px;}
}
@keyframes img1{
	 0%  {}
    25%  {}
    50%  {}
    75%  {transform: rotate(0deg);}
    100% {}
}--*/
#textmv{
	position: absolute;
	background-color: rgba(255, 255, 255,0.0);
	width: 370px;
	height: 370px;
	margin-top: -430px;
	margin-left: -10px;
	border-color: red;
	border-width: 1px;
	border-style: solid;
	z-index: 3;
	color:rgba(0,0, 0,0.0) ;
}
#textmv h2{
	font-size: 45px;
	transform: rotate(-45deg);
	margin-top: 120px;
	margin-left: 40px;
}
#textmv:hover{
	background-color: rgba(255, 255, 255,0.6);
	color:rgba(0,0, 0,1) ;
	transition: 1s;
	cursor: pointer;
}
#i2{
	position: absolute;
	width: 250px;
	height: 250px;
	border-color:  #45A99B;
	border-width: 4px;
	border-style: solid;
	border-radius: 10px;
	transform: rotate(45deg);
	margin-left: 370px;
	margin-top: 60px;
	overflow: hidden;
	animation: i2 4s linear;
}
#i2:hover{
	box-shadow: 5px 8px 7px #424242;
}
#textsol{
	position: absolute;
	background-color: rgba(255, 255, 255,0.0);
	width: 370px;
	height: 370px;
	margin-top: -430px;
	margin-left: -10px;
	z-index: 3;
	color:rgba(0,0, 0,0.0) ;
}
#textsol h2{
	font-size: 35px;
	transform: rotate(-45deg);
	margin-top: 40px;
	margin-left: 0px;
}#textsol:hover{
	background-color: rgba(255, 255, 255,0.6);
	color:rgba(0,0, 0,1) ;
	transition: 1s;
	cursor: pointer;
}
#i2 img{
	width: 210%;
	height: auto;
	transform: rotate(-45deg);
	margin-left: -140px;
	margin-top: -170px;
}
/*--@keyframes i2{
	 0%  {margin-top: -500px;}
    25%  {margin-top: -400px;}
    50%  {margin-top: -300px;}
    75%  {margin-top: -100px;}
    100% {margin-top: -30px;}
}--*/

#i3{
	background:  -webkit-radial-gradient(#ffffff,#ffffff,#A4A4A4);
	position: absolute;
	width: 250px;
	height: 250px;
	border-color:  #45A99B;
	border-width: 4px;
	border-style: solid;
	border-radius: 10px;
	transform: rotate(45deg);
	margin-left: 540px;
	margin-top: 250px;
	overflow: hidden;
	animation: i3 4s linear;
}
#i3:hover{
	box-shadow: 5px 8px 7px #424242;
}
#textmetro{
	position: absolute;
	background-color: rgba(255, 255, 255,0.0);
	width: 370px;
	height: 370px;
	margin-top: -300px;
	margin-left: -10px;
	z-index: 3;
	color:rgba(0,0, 0,0.0) ;
}
#textmetro h2{
	font-size: 35px;
	transform: rotate(-45deg);
	margin-top: 80px;
	margin-left: 10px;
}#textmetro:hover{
	background-color: rgba(255, 255, 255,0.6);
	color:rgba(0,0, 0,1) ;
	transition: 1s;
	cursor: pointer;
}
/*--@keyframes i3{
	 0%  {margin-left: 1770px}
    25%  {margin-left: 1670px}
    50%  {margin-left: 1570px}
    75%  {margin-left: 1270px}
    100% {margin-left: 1170px}
}--*/
#i3 img{
	width: 120%;
	height: auto;
	transform: rotate(-45deg);
	margin-left: -20px;
	margin-top: 20px;
}
#i4{
	position: absolute;
	width: 170px;
	height: 170px;
	border-color:  #45A99B;
	border-width: 4px;
	border-style: solid;
	border-radius: 10px;
	transform: rotate(45deg);
	margin-left: 400px;
	margin-top: 415px;
	overflow: hidden;
	animation: i4 4s linear;
}
#i4:hover{
	box-shadow: 5px 8px 7px #424242;
}
#textvent{
	position: absolute;
	background-color: rgba(255, 255, 255,0.0);
	width: 370px;
	height: 370px;
	margin-top: -300px;
	margin-left: -10px;
	z-index: 3;
	color:rgba(0,0, 0,0.0) ;
}
#textvent h2{
	font-size: 35px;
	transform: rotate(-45deg);
	margin-top: 20px;
	margin-left: -10px;
}#textvent:hover{
	background-color: rgba(255, 255, 255,0.6);
	color:rgba(0,0, 0,1) ;
	transition: 1s;
	cursor: pointer;
}
/*--@keyframes i4{
	 0%  {margin-top: 1550px;}
    25%  {margin-top: 900px;}
    50%  {margin-top: 850px;}
    75%  {margin-top: 500px;}
    100% {margin-top: 325px;}
}--*/
#i4 img{
	width: 150%;
	height: auto;
	transform: rotate(-45deg);
	margin-left: -55px;
	margin-top: -110px;
}
#i5{
	background:  -webkit-radial-gradient(#ffffff,#ffffff,#A4A4A4);
	position: absolute;
	width: 150px;
	height: 150px;
	border-color:  #45A99B;
	border-width: 4px;
	border-style: solid;
	border-radius: 10px;
	margin-left: 285px;
	margin-top: 535px;
	transform: rotate(45deg);
	overflow: hidden;
	animation: i5 4s linear;
}
#i5:hover{
	box-shadow: 5px 8px 7px #424242;
}
#textcont{
	position: absolute;
	background-color: rgba(255, 255, 255,0.0);
	width: 370px;
	height: 370px;
	margin-top: -300px;
	margin-left: -10px;
	z-index: 3;
	color:rgba(0,0, 0,0.0) ;
}
#textcont h2{
	font-size: 30px;
	transform: rotate(-45deg);
	margin-top: 85px;
	margin-left: -30px;
}#textcont:hover{
	background-color: rgba(255, 255, 255,0.6);
	color:rgba(0,0, 0,1) ;
	transition: 1s;
	cursor: pointer;
}
/*--@keyframes i5{
	 0%  {margin-top: 1645px;}
    25%  {margin-top: 1145px;}
    50%  {margin-top: 945px;}
    75%  {margin-top: 745px;}
    100% {margin-top: 445px;}
}--*/

#i5 img{
	width: 100%;
	height: auto;
	transform: rotate(-45deg);
	margin-left: 10px;
	margin-top: -10px;
}
#login_form{
	position: absolute;
	margin-left:15%;
	margin-top: 300px;
	width: 70%;
	height: 45%;
	margin-bottom: 90px;
}
.input{
	display: block;
	width: 85%;
	margin-left: 7.5%;
	margin-top: 2%;
	height: 20%;
	border-radius: 20px;
	border-style: solid;
	border-color: transparent;
	padding-left: 40px;
	font-size: 20px;
	
}
#login_form h1{
	text-align: center;
	font-size: 35px;
	color: #45A99B;
}
#if1{
	position: absolute;
	width: 110px;
	height: 110px;
}
#if1 img{
	width: 100px;
	height: auto;
}
#if1 li{
	position: absolute;
	list-style: none;
	color: white;
	font-size: 35px;
	margin-top: -70px;
	margin-left: 30%;
}
#if2{
	position: absolute;
	margin-left: 48px;
	margin-top: 85px;
	width: 110px;
	height: 110px;
}
#if2 img{
	width: 90px;
	height: auto;
}
#if2 li{
	position: absolute;
	list-style: none;
	color: white;
	font-size: 35px;
	margin-top: -65px;
	margin-left: 25%;
}
#pass{
	padding-left: 80px;
}
#login_submit{
	background:  -webkit-linear-gradient(top ,#E6E6E6,#ffffff,#E6E6E6,#A4A4A4);
	background:  -moz-linear-gradient(top ,#E6E6E6,#ffffff,#E6E6E6,#A4A4A4);
	background:  -o-linear-gradient(top ,#E6E6E6,#ffffff,#E6E6E6,#A4A4A4);
	padding: 0px;
	width: 35%;
	margin-left: 32.5%;
}
#cmis{
	position: absolute;
	width: 710px;
	height: 330px;
	margin-top: 100px;
	margin-left: 24%;
}
#textm{
	position: absolute;
	width: 350px;
	height: 310px;
	background-color: rgba(255,255,255,0.6);
	border-radius: 20px;
	border-style:none;
}
#textm h4{
	font-size: 21px;
	text-align: center;
	margin-top: 10px;
}
#textm p{
	font-size: 17px;
	text-align: justify;
	padding: 20px;
}
#mis{
	width: 350px;
	height: auto;
	position: absolute;
	margin-top: 50px;
	margin-left: 350px;
}
#cvis{
	position: absolute;
	width: 710px;
	height: 290px;
	margin-top: 450px;
	margin-left: 24%;
	margin-bottom: 60px;
}
#textv{
	position: absolute;
	width: 350px;
	height: 270px;
	background-color: rgba(255,255,255,0.6);
	border-radius: 20px;
	border-style:none;
	margin-left: 357px;
}
#textv h4{
	font-size: 20px;
	text-align: center;
	margin-top: 40px;
}
#textv p{
	font-size: 17px;
	text-align: justify;
	padding: 20px;
}
#vis{
	width: 250px;
	height: auto;
	position: absolute;
	margin-top: -10px;
	margin-left: 110px;
}
#csp1{
	position: absolute;
	width: 660px;
	height: 330px;
	margin-top: 100px;
	margin-left: 24%;
}
#texts{
	position: absolute;
	width: 350px;
	height: auto;
	padding-bottom: 20px;
	background-color: rgba(255,255,255,0.6);
	border-radius: 20px;
	border-style:none;
}
#texts h4{
	font-size: 21px;
	text-align: center;
	margin-top: 30px;
}
#texts ul{
	margin-left: 40px;
	width: 290px;
	margin-top: 10px;
	font-size: 17px;
}
#csp1 img{
	position: absolute;
	width: 300px;
	height: auto;
	margin-top: 5px;
	margin-left: 340px;
}
#csp2{
	position: absolute;
	width: 700px;
	height: 380px;
	margin-top: 400px;
	margin-left: 24%;
	margin-bottom: 80px;
}
#texts2{
	position: absolute;
	width: 350px;
	height: auto;
	margin-left: 350px;
	margin-top: 40px;
	background-color: rgba(255,255,255,0.6);
	border-radius: 20px;
	border-style:none;
	padding-bottom: 20px;
}
#texts2 h4{
	font-size: 21px;
	text-align: center;
	margin-top: 30px;
}
#texts2 ul{
	margin-left: 40px;
	width: 290px;
	margin-top: 10px;
	font-size: 17px;
}
#csp2 img{
	position: absolute;
	width: 300px;
	height: auto;
	margin-top: 70px;
	margin-left: 10px;
}
#cmet{
	
	position: absolute;
	width: 600px;
	height: 250px;
	margin-top: 100px;
	margin-left: 28%;
}
#cmet h3{
	font-size: 25px;
	text-align: center;
}
#cmet p{
	font-size: 20px;
	text-align: justify;
	padding: 20px;
}
#cmet2{
	position: absolute;
	width: 860px;
	height: 530px;
	margin-top: 400px;
	margin-left: 19%;
	margin-bottom: 60px;
}
#cmet2 h3{
	text-align: center;
	font-size: 25px;
}

#tmet{
	position: absolute;
	width: 350px;
	height: 330px;
	margin-left: 50px;
	margin-top: 40px;
	background-color: rgba(255,255,255,0.6);
	border-radius: 20px;
	border-style:none;
}
#tmet h3{
	font-size: 21px;
	text-align: center;
	margin-top: 30px;
}
#tmet ol{
	margin-left: 40px;
	width: 290px;
	margin-top: 10px;
	font-size: 17px;
}
#tmet ol li{
	margin-bottom: 5px;
}
#tmet2{
	position: absolute;
	width: 350px;
	height: auto;
	margin-left: 450px;
	margin-top: 40px;
	background-color: rgba(255,255,255,0.6);
	border-radius: 20px;
	border-style:none;
	padding-bottom: 20px;
}
#tmet2 h3{
	font-size: 21px;
	text-align: center;
	margin-top: 30px;
}
#tmet2 ol{
	margin-left: 40px;
	width: 290px;
	margin-top: 10px;
	font-size: 17px;
}
#tmet2 ol li{
	margin-bottom: 5px;
}
#tmet2 ul{
	width: 250px;
	margin-left: 40px;
}
/*--FORMULARIO DE CONTACTO--*/
#cform{
	position: absolute;
	margin-left:35%;
	margin-top: 240px;
	width: 40%;
	height: 20%;

}
#cform .input{
	display: block;
	width: 85%;
	margin-left: 7.5%;
	margin-top: 2%;
	height: 20%;
	border-radius: 20px;
	border-style: solid;
	border-color: transparent;
	padding-left: 20px;
	font-size: 15px;
}
#cform h1{
	text-align: center;
	font-size: 35px;
	color: #45A99B;
}
#ta{
	height: 100px;
	border-radius: 20px;
	border-style: solid;
	border-color: transparent;
	padding-left: 20px;
	font-size: 15px;
	margin-left: 7.5%;
	width: 85%;
}
#enviarc{
	background:  -webkit-linear-gradient(top ,#E6E6E6,#ffffff,#E6E6E6,#A4A4A4);
	background:  -moz-linear-gradient(top ,#E6E6E6,#ffffff,#E6E6E6,#A4A4A4);
	background:  -o-linear-gradient(top ,#E6E6E6,#ffffff,#E6E6E6,#A4A4A4);
}
.ws{
	width: 50px;
	position: fixed;
	top: 10px;
	right: 10px;
}
.ws img{
	width: 100%;
}
.btn{
	border-radius: 5px;
	cursor: pointer;
	padding: 5px 15px;
	text-decoration: none;	
	font-size: 18px;
}
.verde{
	background-color: #00B541;
	color: #005E00;
}
.verde:hover{
	background-color: #006F28;
	color: #70FF70;
}
.rojo{
	background-color: #FF0004;
	color: #FFFFFF;
	font-weight: bold;
}
.rojo:hover{
	background-color: #A80002;
	color: #FFA3A4;
}
/*--FOOTER--*/
footer
{
position:fixed;
bottom:0px;
height:50px;
width:100%;
text-align:center;
background-color:#45A99B;
color:#fff;
padding-top:0px;
font-family:Verdana, Geneva, sans-serif;
}
footer a{text-decoration: none;color: white;}
footer a:hover{color: black;}
/*--RESPONSIVE--*/

@media(max-width:1920px){
	#ci{margin-left: 30%;}
	#logo{margin-left: 25%;margin-top: 20px;}
	#login_form{margin-top: 400px;}
	#t{margin-left: 40%;}
	.input{padding-left: 90px;margin-top: 3%;}
	#if1{transform: scale(1.6);margin-left: 50px;margin-top: 35px;}
	#if2{transform: scale(1.5);margin-top: 180px;margin-left: 100px;}
	#pass{padding-left: 120px;}
	#cmis{margin-left: 35%;}
	#cvis{margin-left: 35%;}
	#csp1{margin-left: 36%;}
	#csp2{margin-left: 36%;}
	#cmet{margin-left: 38%;}
	#cmet2{margin-left: 31%;}
	#ci{transform: scale(1.1);margin-top: 230px;}
	#cform{margin-left: 33%;}
}
@media(max-width:1600px){
	#ci{transform: scale(0.9);margin-top: 150px;}
}
@media(max-width:1440px){
	#logo{margin-left: 15%;}
	#t{margin-left: 35%;}
	#if1{transform: scale(1.3);margin-left: 35px;margin-top: 22px;}
	#if2{transform: scale(1.2);margin-top: 137px;margin-left: 73px;}
	#pass{padding-left: 110px;}
	#cmis{margin-left: 30%;}
	#cvis{margin-left: 30%;}
	#csp1{margin-left: 30%;}
	#csp2{margin-left: 30%;}
	#cmet{margin-left: 33%;}
	#cmet2{margin-left: 24%;}
	#ci{transform: scale(0.93);margin-top: 140px;margin-left: 20%;}
	#cform{margin-left: 34%;}
}
@media(max-width:1366px){
	#logo{margin-left:15%;}
	#login_form{margin-top: 300px;margin-left: 17%;}
	.input{padding-left: 55px;}
	#pass{padding-left: 75px;}
	#if1{transform: scale(1);margin-left: 17px;margin-top: 7px;}
	#if2{transform: scale(1);margin-top: 100px;margin-left: 49px;}
	#ci{transform: scale(0.6);margin-top: 20px;margin-left: 22%;}
}
@media(max-width:1280px){
	#ci{margin-left: 16.5%;}
	#logo{margin-left: 15%;}
	#t{margin-left: 35%;}
	.input{margin-top: 1%;}
	#user{margin-top: 30px;}
	#if1{margin-top: 12px;}
	#if2{margin-top: 105px;}
	#cmet{margin-left: 32%;}
	#cmet2{margin-left: 22%;}
	#ci{transform: scale(0.6);margin-top: 20px;margin-left: 22%;}
	#cform{margin-left: 35%;}
}
@media(max-width:1024px){
	#logo{margin-left: 5%;}
	#t{margin-left: 32%;}
	#login_form{margin-left: 18%;}
	#if1{margin-left: 2px;margin-top: 6px;}
	#if2{margin-top: 99px;margin-left: 34px;}
	#cmis{margin-left: 25%;}
	#cvis{margin-left: 25%;}
	#csp1{margin-left: 25%;}
	#csp2{margin-left: 25%;}
	#cmet{margin-left: 27%;}
	#cmet2{margin-left: 15%;}
	#ci{margin-left: 15%;transform: scale(0.6);margin-top: 20px;}
}
.productos1{
		margin-top:20px;
		margin-right:8px;
		margin-left:8px;
		float:left;
		width:120px;
		height:150px;
		background-color:#999;
		border-radius:8px;
		display:block;
		position:relative;
		overflow:hidden;
	 	box-shadow: 5px 5px 7px #7A7878;
	}

	.productos1 img{
		width:100%;
		height:100px;
		
	}
	.productos1 h3{
		font-size:12px;
		color:#000;
		position:absolute;
		margin:0px 0px 0px 10px;
		bottom:0px;
	}
	.productos1 #datos{
		position:absolute;
		bottom:0px;
		height:50px;
		width:100%;
		background-color: rgba(0,0,0, 0.3);
		color:#FFF;
		border-bottom-left-radius:8px;
		border-bottom-right-radius:8px;
		text-align:left;
		padding: 3px;
		font-size: 12px;
	}
	.productos1 .comprar{
		background-color:#903;
		font-fay: 'Kaushan Script', cursive;
		color:#FFF;
		border:none;
		font-size:12px;
		font-weight:bold;
		text-align:center;
		border-radius:5px;
		border-color:#000;
		box-shadow:2px 2px 5px #333333;
		width:60px;
		height:15px;
		line-height:15px;
		position:absolute;
		bottom:0px;
		right:0px;
		}



.productos5{
		margin: 15px 0px 0px 20px;
		float:left;
		width:15%;
		height:150px;
		background-color: rgba(40, 44, 44, 0);
		display:block;
		position:relative;
		overflow:hidden;	
	}
	.productos5 img{
    width: 60%;
	height: 80px;	
	}
.productos5 #datos{
		position:relative;
		bottom:0px;
		height:5px;
		width: 100%;
		color:black;
		border-bottom-left-radius:8px;
		border-bottom-right-radius:8px;
		text-align:center;
}
.productos6 {
	margin-left: 140px;
	font-family:arial;
	font-size:20px;
	color:#000000;
}
.productos6 a{
	color:black;	
	text-decoration: none;
	 
	
}
.flexslider{
	width: 100%;
	height: auto;
	position: relative;
	margin-top: -10px;
}
.slides{
	overflow: hidden;
}
.slides img{
	width: 100%;
	height: 450px;
	margin-top: 0%;
	border-radius: 5px;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: #000000;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
}
.ingform{
	height: 35px;
	padding: 3px;
	width: 100%;
	margin-bottom:8px;
}