@charset "utf-8";
.display-pc{ display:inherit !important;}
/*********************************** MENU PRINCIPAL  *************************************************************/
#caja_l_d{  width:86%; height:auto; float:left; padding:3% 8% 3% 6%; background:#fff; overflow:hidden;}
.logo{  width:30%; height:auto; float:left; margin-right: 20%;}
#datos_pag{  width:50%; height:auto; float:left;  }
.tel{  width:5%; height:auto; float:left; margin-top:5%; margin-right: 5%;  }
.datos_tele{  width:90%; height:auto; float:left; margin-top:5%;}

#menu_botones{ width:90%; height:auto; float:left; background:#fff; border-bottom:#f37d00 8px solid; padding:0% 5%; overflow:hidden;}
#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: 13px;
	color: #b0b0b0;
	text-decoration: none;	
	width:19%;
	padding:4% 0px;
	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;
	background:#575b61;
	border-right:#494d52 1px solid;
	}
#botones li a:hover{
	font-family: normal;
	font-size: 13px;
	color: #fff;
	text-decoration: none;	
	width:19%;
	padding:4% 0px;
	float:left;
	background:#2e3033;
	 }	
#botones a:hover, #botones .active a{
	font-family: normal;
	font-size: 13px;
	color: #fff;
	text-decoration: none;	
	width:19%;
	padding:4% 0px;
	float:left;
	background:#f37d00;
} 
/*********************************** BANNER  *************************************************************/
#banner{ width:100%; height:auto; float:left; z-index:10000; overflow:hidden;}
.banner_esl{ width:100%; height:auto; float:left; position:absolute; z-index:1000; margin-top:8%;  max-width:1350px;}
#banner_img{ width:100%; height:auto; float:left;  }
/*********************************** ESLOGAN  *************************************************************/
#cont_5_foto{ width:100%; height:auto; float:left; background:#999;}
.cont_11{ width:23%; height:auto; float:left; margin-right:2%;}
/*********************************** PRODUCTOS  *************************************************************/
#pro{ width:33%; height:auto; float:left; background:#333; }
#video{ width:60%; height:auto; float:left; margin: 1% 20%;}
/*********************************** NOSOTROS  *************************************************************/
.cont_21{ width:30%; height:auto; float:left; margin-right:4%;}
.cont_22{ width:66%; height:auto; float:left; }
/*********************************** PIE  *************************************************************/
.pie_22{ width:30%; height:auto; float:left; }
.pie_23{ width:40%; height:auto; float:left; }
/*********************************** CONTACTO  *************************************************************/
#formulario{ width:100%; height:auto; float:left; margin-top:30px;}
.casilla{ width:95%;  background:#ecedef; border:#d8d9db solid 2px; padding:2%; border-radius:8px; }
.comentarios{ width:95%;  background:#ecedef; border:#d8d9db solid 2px; padding:2%; border-radius:8px; }
/*********************************** TIPOGRAFIAS  *************************************************************/
.Titulo_banner {
	font-family: titulo;
	font-size: 60px;
	color: #fff;
	text-decoration: none;
}
.Sub_Titulo_banner {
	font-family: normal;
	font-size: 35px;
	color: #e38600;
	text-decoration: none;
}
.Texto_banner {
	font-family: normal;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
}
.Texto {
	font-family: normal;
	font-size: 16px;
	color: #848484;
	text-decoration: none;
	line-height: 25px;
}
.Titulo {
	font-family: normal;
	font-size: 25px;
	color: #f37d00;
	text-decoration: none;
}
.Sub_Titulo {
	font-family: normal;
	font-size: 35px;
	color: #e38600;
	text-decoration: none;
}
.titulo_eslogan {
	font-family: titulo;
	font-size: 20px;
	color: #6a3f00;
	text-decoration: none;
}
.Titulo_blanco {
	font-family: normal;
	font-size: 60px;
	color: #46494e;
	text-decoration: none;
}
.Texto_blanco {
	font-family: normal;
	font-size: 16px;
	color: #848484;
	text-decoration: none;
}
.Texto_pie {
	font-family: normal;
	font-size: 16px;
	color: #aeb7c4;
	text-decoration: none;
}