@charset "utf-8";
.display-pc{ display:inherit !important;}
/*********************************** MENU PRINCIPAL  *************************************************************/
#logo{  width:25%; height:70px; float:left; padding:20px 5%; background-image:url(../imagenes/fondo.png);}
#menu_botones{ width:65%; height:auto; float:left; background-image:url(../imagenes/fondo.png);}
#botones{ width:100%; height:auto; float:left; margin:0px; padding:0px; max-width:1250px;}
#botones li { display:inline; }
#botones li a {  
	font-family: normal;
	font-size: 15px;
	color: #434343;
	text-decoration: none;	
	width:25%;
	padding:40px 0% 30px 0%;
	float:left;
	-webkit-transition: background 1s, color 1s, text-shadow 1s, border-left 1s ;
	-webkit-transition-delay: 0.3s; 
	-moz-transition: background 1s, color 1s, text-shadow 1s;
	-moz-transition-delay: 0.2s;
	-ms-transition: background 1s, color 1s, text-shadow 1s;
	-ms-transition-delay: 0.2s;
	height:40px;
	}
#botones li a:hover{
	font-family: normal;
	font-size: 15px;
	color: #fff;
	text-decoration: none;	
	width:25%;
	padding:40px 0% 30px 0%;
	float:left;
	background:#00accb;
	height:40px;
	 }	
#botones a:hover, #botones .active a{
	font-family: normal;
	font-size: 15px;
	color: #fff;
	text-decoration: none;	
	width:25%;
	padding:40px 0% 30px 0%;
	float:left;
	background:#00accb;
	height:40px;
} 
/*********************************** BANNER  *************************************************************/
.eslogan_banner{ width:60%; height:auto; float:left; position:absolute; z-index:9999; margin:400px 20% 0% 20%;}
/*********************************** ESLOGAN  *************************************************************/

/*********************************** CONTENIDO  *************************************************************/
.cont_1{ width:31%; height:auto; float:left; }
.cont_2{ width:31%; height:auto; float:left; margin:0px 2%;}
/*********************************** MINI GALERIA  *************************************************************/

/*********************************** PIE  *************************************************************/
.pie_1{ width:50%; height:auto; float:left; }
.pie_2{ width:50%; height:auto; float:left;  }
/*********************************** NOSOTROS  *************************************************************/

/*********************************** PIE  *************************************************************/
.pie_22{ width:30%; height:auto; float:left; }
.pie_23{ width:20%; height:auto; float:left; margin: 0px 4% 0px 4%;  padding:0% 5% 0% 5%; }
/*********************************** PRODUCTOS  *************************************************************/
.pro{ width:22%; height:auto; float:left; margin-right:1%; padding:1%; background:#f2f2f2; margin-bottom:1%;}
/*********************************** CONTACTO  *************************************************************/
.formulario{ width:55%; height:auto; float:left; margin-left:5%;}
.datos{ width:40%; height:auto; float:left;}
.casilla{ width:70%;  background:#fbfafa; border:#d2d2d2 solid 1px; padding:6px; }
.comentarios{ width:70%;  background:#fbfafa; border:#d2d2d2 solid 1px; padding:6px;  }
/*********************************** TIPOGRAFIAS  *************************************************************/
.Titulo_banner_top {
	font-family: titulo;
	font-size: 70px;
	color: #fff;
	text-decoration: none;
}
.Titulo_banner {
	font-family: titulo;
	font-size: 35px;
	color: #00accb;
	text-decoration: none;
}
.Sub_Titulo_banner {
	font-family: normal;
	font-size: 25px;
	color: #fff;
	text-decoration: none;
}
.Texto {
	font-family: Tahoma;
	font-size: 16px;
	color: #6d6d6d;
	text-decoration: none;
	line-height: 23px;
}.Texto_blanco {
	font-family: Tahoma;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	line-height: 23px;
}
.Titulo {
	font-family: titulo;
	font-size: 30px;
	color: #000;
	text-decoration: none;
}
.Sub_Titulo {
	font-family: Tahoma;
	font-size: 35px;
	color: #000;
	text-decoration: none;
}
.Titulo_pie {
	font-family: titulo;
	font-size: 18px;
	color: #000;
	text-decoration: none;
}
.Texto_pie {
	font-family: normal;
	font-size: 16px;
	color: #434343;
	text-decoration: none;
}
