body{
	text-decoration:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image:url(../img/bg-01.png);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-size:contain;
	-moz-background-size:contain;
	-ms-background-size:contain;
	-o-background-size:contain;
	-webkit-background-size:contain;
	}
a:link{
	text-decoration:none;
	}

header{
	width:912px;
	height:auto;
	margin:auto;
	}

#logo{
	background-image:url(../img/logo.png);
	width: 298px;
	height: 106px;
	cursor:pointer;
}

header nav{
	float:right;
	margin-top:-40px;
	}
	
header ul{
	list-style:none;
	}
	
header ul span{
	padding-left:10px;
	padding-right:10px;
	}

header ul li.boton{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	display:inline-block;
	cursor:pointer;
	border-bottom: 2px dotted rgba(153,153,153,0);
	transition: border-bottom 1s, color 1s;
	-moz-transition: border-bottom 1s, color 1s;
	-ms-transition: border-bottom 1s, color 1s;
	-o-transition: border-bottom 1s, color 1s;
	-webkit-transition: border-bottom 1s, color 1s;
	color:#333;
	}

header ul li.boton:hover{
	border-bottom: 2px dotted rgba(153,153,153,1);
	color: #F00;
	}
	
.active{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	display:inline-block;
	cursor:pointer;
	border-bottom: 2px dotted rgba(153,153,153,1);
	transition: border-bottom 1s;
	-moz-transition: border-bottom 1s;
	-ms-transition: border-bottom 1s;
	-o-transition: border-bottom 1s;
	-webkit-transition: border-bottom 1s;
	color: #F00;
	
	}



.barra{
	width:912px;
	height:7px;
	background-color:#F00;
	border-radius: 4px 4px 0px 0px;
	}

#pie{
	width:912px;
	height:88px;
	margin:auto;
	border-radius: 4px;
	border:#CCC 1px solid;
	box-shadow: 0px 1px 4px rgba(0,0,0,.7);
	background-color:#FFF;
	}


#contenido{
	width:900px;
	height:600px;
	padding-top:6px;
	padding-left:6px;
	padding-right:6px;
	margin:auto;
	box-shadow: 0px 1px 4px rgba(0,0,0,.4);
	border-radius: 4px;
	background-color:#FFF;
	}

/*PRODUCTOS START*/

#contenidosia{
	width:900px;
	height:665px;
	padding-top:6px;
	padding-left:6px;
	padding-right:6px;
	margin:auto;
	box-shadow: 0px 1px 4px rgba(0,0,0,.4);
	border-radius: 4px;
	background-color:#FFF;
	}

#contenidosia section{
	height: 250px;
	border: 1px dashed #999;
	border-radius: 4px;
	background-color: #fff;
	transition: background-color 1s;
	-moz-transition: background-color 1s;
	-ms-transition: background-color 1s;
	-o-transition: background-color 1s;
	-webkit-transition: background-color 1s;
	}
	
#contenidosia section:hover{
	background-color: #EDEDED;
	}

#contenidovotem{
	width:900px;
	height:1210px;
	padding-top:6px;
	padding-left:6px;
	padding-right:6px;
	margin:auto;
	box-shadow: 0px 1px 4px rgba(0,0,0,.4);
	border-radius: 4px;
	background-color:#FFF;
	}
	
#contenidovotem section{
	height: 250px;
	border: 1px dashed #999;
	border-radius: 4px;
	background-color: #fff;
	transition: background-color 1s;
	-moz-transition: background-color 1s;
	-ms-transition: background-color 1s;
	-o-transition: background-color 1s;
	-webkit-transition: background-color 1s;
	}
	
#contenidovotem section:hover{
	background-color: #EDEDED;
	}

#contenidocu{
	width:900px;
	height:2070px;
	padding-top:6px;
	padding-left:6px;
	padding-right:6px;
	margin:auto;
	box-shadow: 0px 1px 4px rgba(0,0,0,.4);
	border-radius: 4px;
	background-color:#FFF;
	}

#contenidocu section{
	height: 250px;
	border: 1px dashed #999;
	border-radius: 4px;
	background-color: #fff;
	transition: background-color 1s;
	-moz-transition: background-color 1s;
	-ms-transition: background-color 1s;
	-o-transition: background-color 1s;
	-webkit-transition: background-color 1s;
	}
	
#contenidocu section:hover{
	background-color: #EDEDED;
	}	

#contenidoambi{
	width:900px;
	height:1790px;
	padding-top:6px;
	padding-left:6px;
	padding-right:6px;
	margin:auto;
	box-shadow: 0px 1px 4px rgba(0,0,0,.4);
	border-radius: 4px;
	background-color:#FFF;
	}

#contenidoambi section{
	height: 250px;
	border: 1px dashed #999;
	border-radius: 4px;
	background-color: #fff;
	transition: background-color 1s;
	-moz-transition: background-color 1s;
	-ms-transition: background-color 1s;
	-o-transition: background-color 1s;
	-webkit-transition: background-color 1s;
	}
	
#contenidoambi section:hover{
	background-color: #EDEDED;
	}	

#contenidosam{
	width:900px;
	height:2040px;
	padding-top:6px;
	padding-left:6px;
	padding-right:6px;
	margin:auto;
	box-shadow: 0px 1px 4px rgba(0,0,0,.4);
	border-radius: 4px;
	background-color:#FFF;
	}

#contenidosam section{
	height: 250px;
	border: 1px dashed #999;
	border-radius: 4px;
	background-color: #fff;
	transition: background-color 1s;
	-moz-transition: background-color 1s;
	-ms-transition: background-color 1s;
	-o-transition: background-color 1s;
	-webkit-transition: background-color 1s;
	}
	
#contenidosam section:hover{
	background-color: #EDEDED;
	}

/*PRODUCTOS END*/

p{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
p span{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .4);
	font-weight: bold;
	}
	
h3{
	color:#333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .4);
	}
	
	
/*PRODUCTS*/
.square{
	width:170px;
	height:500px;
	border-radius: 4px;
	border: dashed 1px #999;
	box-shadow: 0px 1px 4px rgba(0,0,0,0);
	transition: box-shadow 1s, background-color 1s;
	-moz-transition: box-shadow 1s, background-color 1s;
	-webkit-transition: box-shadow 1s, background-color 1s;
	-ms-transition: box-shadow 1s, background-color 1s;
	-o-transition: box-shadow 1s, background-color 1s;
	float:left;
	cursor: pointer;
	background-color:#FFF;
	text-decoration:none;
	color:#F00;
	}


.square:hover{
	box-shadow: 0px 1px 4px rgba(0,0,0,.7);
	background-color: #EDEDED;
	}
	
.square2{
	margin-left:182px;
	width:170px;
	height:500px;
	border-radius: 4px;
	border: dashed 1px #999;
	box-shadow: 0px 1px 4px rgba(0,0,0,0);
	transition: box-shadow 1s, background-color 1s;
	-moz-transition: box-shadow 1s, background-color 1s;
	-webkit-transition: box-shadow 1s, background-color 1s;
	-ms-transition: box-shadow 1s, background-color 1s;
	-o-transition: box-shadow 1s, background-color 1s;
	cursor: pointer;
	text-decoration:none;
	color:#F00;
	}

.square2:hover{
	box-shadow: 0px 1px 4px rgba(0,0,0,.7);
	background-color: #EDEDED;
	}
	
.square3{
	margin-left:364px;
	margin-top:-500px;
	width:170px;
	height:500px;
	border-radius: 4px;
	border: dashed 1px #999;
	box-shadow: 0px 1px 4px rgba(0,0,0,0);
	transition: box-shadow 1s, background-color 1s;
	-moz-transition: box-shadow 1s, background-color 1s;
	-webkit-transition: box-shadow 1s, background-color 1s;
	-ms-transition: box-shadow 1s, background-color 1s;
	-o-transition: box-shadow 1s, background-color 1s;
	cursor: pointer;
	text-decoration:none;
	color:#F00;
	}

.square3:hover{
	box-shadow: 0px 1px 4px rgba(0,0,0,.7);
	background-color: #EDEDED;
	}

.square4{
	margin-left:546px;
	margin-top:-500px;
	width:170px;
	height:500px;
	border-radius: 4px;
	border: dashed 1px #999;
	box-shadow: 0px 1px 4px rgba(0,0,0,0);
	transition: box-shadow 1s, background-color 1s;
	-moz-transition: box-shadow 1s, background-color 1s;
	-webkit-transition: box-shadow 1s, background-color 1s;
	-ms-transition: box-shadow 1s, background-color 1s;
	-o-transition: box-shadow 1s, background-color 1s;
	cursor: pointer;
	text-decoration:none;
	color:#F00;
	}
	
.square4:hover{
	box-shadow: 0px 1px 4px rgba(0,0,0,.7);
	background-color: #EDEDED;
	}
	
.square5{
	margin-top:-500px;
	width:170px;
	height:500px;
	border-radius: 4px;
	border: dashed 1px #999;
	box-shadow: 0px 1px 4px rgba(0,0,0,0);
	transition: box-shadow 1s, background-color 1s;
	-moz-transition: box-shadow 1s, background-color 1s;
	-webkit-transition: box-shadow 1s, background-color 1s;
	-ms-transition: box-shadow 1s, background-color 1s;
	-o-transition: box-shadow 1s, background-color 1s;
	float:right;
	cursor: pointer;
	text-decoration:none;
	color:#F00;
	}

.square5:hover{
	box-shadow: 0px 1px 4px rgba(0,0,0,.7);
	background-color: #EDEDED;
	}
	
	
/*PRODUCTS END*/


/*GALERIA*/
.squareg{
	width:175px;
	height:175px;
	margin-left:150px;
	border-radius: 4px;
	border: dashed 1px #999;
	box-shadow: 0px 1px 4px rgba(0,0,0,0);
	transition: box-shadow 1s, background-color 1s;
	-moz-transition: box-shadow 1s, background-color 1s;
	-webkit-transition: box-shadow 1s, background-color 1s;
	-ms-transition: box-shadow 1s, background-color 1s;
	-o-transition: box-shadow 1s, background-color 1s;
	cursor: pointer;
	background-color:#FFF;
	text-decoration:none;
	color:#F00;
	font-size:12px;
	}


.squareg:hover{
	box-shadow: 0px 1px 4px rgba(0,0,0,.7);
	background-color: #EDEDED;
	}
	
.squareg2{
	width:175px;
	height:175px;
	margin-top:-175px;
	margin-left:350px;
	border-radius: 4px;
	border: dashed 1px #999;
	box-shadow: 0px 1px 4px rgba(0,0,0,0);
	transition: box-shadow 1s, background-color 1s;
	-moz-transition: box-shadow 1s, background-color 1s;
	-webkit-transition: box-shadow 1s, background-color 1s;
	-ms-transition: box-shadow 1s, background-color 1s;
	-o-transition: box-shadow 1s, background-color 1s;
	cursor: pointer;
	background-color:#FFF;
	text-decoration:none;
	color:#F00;
	font-size:12px;
	}


.squareg2:hover{
	box-shadow: 0px 1px 4px rgba(0,0,0,.7);
	background-color: #EDEDED;
	}
	
.squareg3{
	margin-left:555px;
	width:175px;
	height:175px;
	margin-top:-175px;
	border-radius: 4px;
	border: dashed 1px #999;
	box-shadow: 0px 1px 4px rgba(0,0,0,0);
	transition: box-shadow 1s, background-color 1s;
	-moz-transition: box-shadow 1s, background-color 1s;
	-webkit-transition: box-shadow 1s, background-color 1s;
	-ms-transition: box-shadow 1s, background-color 1s;
	-o-transition: box-shadow 1s, background-color 1s;
	cursor: pointer;
	text-decoration:none;
	color:#F00;
	font-size:12px;
	}

.squareg3:hover{
	box-shadow: 0px 1px 4px rgba(0,0,0,.7);
	background-color: #EDEDED;
	}

.squareg4{
	margin-left:150px;
	margin-top:7px;
	width:175px;
	height:175px;
	border-radius: 4px;
	border: dashed 1px #999;
	box-shadow: 0px 1px 4px rgba(0,0,0,0);
	transition: box-shadow 1s, background-color 1s;
	-moz-transition: box-shadow 1s, background-color 1s;
	-webkit-transition: box-shadow 1s, background-color 1s;
	-ms-transition: box-shadow 1s, background-color 1s;
	-o-transition: box-shadow 1s, background-color 1s;
	cursor: pointer;
	text-decoration:none;
	color:#F00;
	font-size:12px;
	}
	
.squareg4:hover{
	box-shadow: 0px 1px 4px rgba(0,0,0,.7);
	background-color: #EDEDED;
	}
	
	
.squareg5{
	margin-left:350px;
	margin-top:-175px;
	width:175px;
	height:175px;
	border-radius: 4px;
	border: dashed 1px #999;
	box-shadow: 0px 1px 4px rgba(0,0,0,0);
	transition: box-shadow 1s, background-color 1s;
	-moz-transition: box-shadow 1s, background-color 1s;
	-webkit-transition: box-shadow 1s, background-color 1s;
	-ms-transition: box-shadow 1s, background-color 1s;
	-o-transition: box-shadow 1s, background-color 1s;
	cursor: pointer;
	text-decoration:none;
	color:#F00;
	font-size:12px;
	}
	
.squareg5:hover{
	box-shadow: 0px 1px 4px rgba(0,0,0,.7);
	background-color: #EDEDED;
	}
	
.squareg6{
	margin-left:555px;
	margin-top:-175px;
	width:175px;
	height:175px;
	border-radius: 4px;
	border: dashed 1px #999;
	box-shadow: 0px 1px 4px rgba(0,0,0,0);
	transition: box-shadow 1s, background-color 1s;
	-moz-transition: box-shadow 1s, background-color 1s;
	-webkit-transition: box-shadow 1s, background-color 1s;
	-ms-transition: box-shadow 1s, background-color 1s;
	-o-transition: box-shadow 1s, background-color 1s;
	cursor: pointer;
	text-decoration:none;
	color:#F00;
	font-size:12px;
	}
	
.squareg6:hover{
	box-shadow: 0px 1px 4px rgba(0,0,0,.7);
	background-color: #EDEDED;
	}
	
.squareg7{
	width:175px;
	height:175px;
	margin-left:150px;
	margin-top:7px;
	border-radius: 4px;
	border: dashed 1px #999;
	box-shadow: 0px 1px 4px rgba(0,0,0,0);
	transition: box-shadow 1s, background-color 1s;
	-moz-transition: box-shadow 1s, background-color 1s;
	-webkit-transition: box-shadow 1s, background-color 1s;
	-ms-transition: box-shadow 1s, background-color 1s;
	-o-transition: box-shadow 1s, background-color 1s;
	cursor: pointer;
	text-decoration:none;
	color:#F00;
	font-size:12px;
	}
	
.squareg7:hover{
	box-shadow: 0px 1px 4px rgba(0,0,0,.7);
	background-color: #EDEDED;
	}	
	
	
/*GALERIA END*/

#contacform{
	width:300px;
	height:350px;
	padding:10px;
	border-radius:4px;
	margin-left:100px;
	border: 1px solid #CCC;
	margin-top:150px;
	background-color:#FFF;
	transition: background-color 1s;
	-moz-transition: background-color 1s;
	-ms-transition: background-color 1s;
	-o-transition: background-color 1s;
	-webkit-transition: background-color 1s;
	}
	
#contacs{
	width:300px;
	height:355px;
	padding:10px;
	border-radius:4px;
	float:right;
	border: 1px solid #CCC;
	margin-top:-375px;
	margin-right:100px;
	background-color:#FFF;
	transition: background-color 1s;
	-moz-transition: background-color 1s;
	-ms-transition: background-color 1s;
	-o-transition: background-color 1s;
	-webkit-transition: background-color 1s;
	font-size:12px;
	}
	
	
@font-face{
	font-family: Sosa;
	src:url(sosa.ttf) format("opentype");
	}

#contacs span{
	font-family: Sosa;
	font-size:36px;
	color:#0087B4;
	padding-right:4px;
	}

#contacs:hover{
	background-color: #EDEDED;
	}

#contacform:hover{
	background-color: #EDEDED;
	}
	
#contacform input{
	border-radius: 4px;
	border: dashed 1px #999;
	}
	
#contacform textarea{
	border-radius: 7px;
	box-shadow: 0px 0px 4px rgba(0,0,0,.2);
	border: dashed 1px #999;
	}	
	

footer{
	width:912px;
	height:auto;
	margin:auto;
	text-align:center;
	font-size:11px;
	color:#900;
	font-weight:bold;
	padding-top:10px;
}


.photoright{
	float: right;
	padding-left:10px;
	}

.photoleft{
	float:left;
	padding-right:10px;
}


.back{
cursor:pointer;
position:relative;
float:right;
-moz-border-radius:3px;
-ms--moz-border-radius:3px;
-o--moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
-moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5);
-ms-shadow:1px 1px 2px rgba(0, 0, 0, 0.5);
-o-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5);
-webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5);
box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5);
background: -moz-linear-gradient(19% 65% 90deg,#0087B4, #0099CC, #0099CC 51%);
background: -ms-gradient(linear, 0% 45%, 0% 60%, from(#0099CC), to(#0087B4));
background: -o-gradient(linear, 0% 45%, 0% 60%, from(#0099CC), to(#0087B4));
background: -webkit-gradient(linear, 0% 45%, 0% 60%, from(#0099CC), to(#0087B4));
color:#f0f0f0;
float:left;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
padding:10px 25px;
text-shadow:0 1px 1px rgba(0, 0, 0, 0.5);
border: 1px solid #267ed4;
}
.back:hover{
background: -moz-linear-gradient(19% 65% 90deg,#0082AD, #0099CC, #0099CC 51%);
background: -ms-gradient(linear, 0% 45%, 0% 60%, from(#0099CC), to(#0082AD));
background: -o-gradient(linear, 0% 45%, 0% 60%, from(#0099CC), to(#0082AD));
background: -webkit-gradient(linear, 0% 45%, 0% 60%, from(#0099CC), to(#0082AD));
color: #f1f1f1;
}