@charset "utf-8";
/* CSS Document */
.display-tablet{ display:inherit !important;}
body{ margin:0px; background-color: #95c9ff;}
/*********************************** MENU PRINCIPAL  *****************************/
.logo{  width:30%; height:auto; float:left; padding:2% 0%; margin-right: 40%}
.datos{  width:30%; height:auto; float:left; padding:4% 0%;}
#botones{ width:100%; height:auto; float:left; }	
nav{ right:0; background:#95c9ff;  width:180px; top:0;  z-index:0;  position:absolute; position:fixed;}
#boton{  cursor:pointer; padding:2% 2% 1% 2%;}
.menu_tablet_girar {
	font-family: titulo;
	font-size: 18px;
	color: #3f57a1;
	text-decoration: none;
	line-height: 40px;
	margin-right:15px;
} 
/*********************************** BOTON ESLOGAN  *******************************/
#boton_eslogan{ width:auto; height:auto; float:left; margin:0px; padding:0px;}
#boton_eslogan li { display:inline; }
#boton_eslogan li a {  
	font-family: titulo;
	font-size: 15px;
	color: #fff;
	text-decoration: none; 
	padding:15px 10% 15px 10%; 
	float:left;
	background:#e05333;
	-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;
	width:250px;
	border-radius: 10px;
	}
#boton_eslogan li a:hover{
	font-family: titulo;
	font-size: 15px;
	color: #fff;
	text-decoration: none;	
	padding:15px 10% 15px 10%;
	float:left;
	background:#c62408;
	width:250px;
	border-radius: 10px;
	 }	
.eslogan_cont{ width: 30%; height: auto; float: left; margin:60px 0px;}
.eslogan_cont_2{ width: 70%; height: auto; float: left;  margin:60px 0px 0px 0px;}
.eslogan_cont_boton{ width: 48%; height: auto; float: left;  margin:0px 0px 0px 22%;}
/*********************************** BANNER  ****************************/

/*********************************** PAQUETES  ********************************************/
.paqe{ width:90%; height:auto; float:left; background:#f5cc51; padding:5%; margin: 1% 0%;  }
/*********************************** CONTENIDO  ****************************************/
.cont_ind{ width:30%; height:auto; float:left; background:#FFF; border-bottom:#F00 2px solid; padding: 1%; margin: 0% 0.5%;}
/*********************************** NOSOTROS  ************************************/
.cont_21{ width:30%; height:auto; float:left; margin-right:4%;}
.cont_22{ width:66%; height:auto; float:left; }
/*********************************** PRODUCTOS  ***********************************/
.pro{ width:42%; height:auto; float:left; background:#f5cc51; border-bottom:#ddb849 5px solid; padding:3%; margin: 1%; }
.pro_foto{ width:100%; height:150px; float:left; overflow:hidden; margin-bottom: 1%;}
/*********************************** CONTACTO  ********************************/
.formulario_1{ width:30%; height:auto; float:left;  margin-right:5%;}
.formulario_2{ width:65%; height:auto; float:left; }
#celdas{ width:32.3%; height:auto; float:left; margin-top:1%; margin:1% 1% 0% 0%;}
#celdas_comentario{ width:100%; height:auto; float:left; margin-top:1%;}
#boton_enviar{ width:auto; height:auto; float:left; margin-top:1%;}
.casilla{ width:94%;  background:#fbfafa; border:#dc7044 solid 1px; padding:3%; }
.comentarios{ width:96%;  background:#fbfafa; border:#dc7044 solid 1px; padding:2%;  }
/*********************************** PIE  *******************************/
.pie_22{ width:30%; height:auto; float:left; }
.pie_23{ width:20%; height:auto; float:left; margin: 0px 4% 0px 4%; border-left:#8ac1b2 1px solid; border-right:#8ac1b2 1px solid; padding:0% 5% 0% 5%; }
/*********************************** TIPOGRAFIAS  ****************************/
.Texto {
	font-family: Arial;
	font-size: 14px;
	color: #5e5e5e;
	text-decoration: none;
    line-height: 21px;
}
.Texto_int {
	font-family: Arial;
	font-size: 17px;
	color: #faebe4;
	text-decoration: none;
    line-height: 25px;
}
.Titulo {
	font-family: titulo;
	font-size: 30px;
	color: #fff;
	text-decoration: none;
    line-height: 35px;
}
.Titulo_eslogan {
	font-family: titulo;
	font-size: 35px;
	color: #3e3e3e;
	text-decoration: none;
	line-height: 35px;
}
.Sub_Titulo {
	font-family: titulo;
	font-size: 25px;
	color: #e05339;
	text-decoration: none;
}
.Texto_pie {
	font-family: Arial;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}