@charset "utf-8";
/* CSS Document */
.display-celulares{ display:inherit !important;}
body{ margin:0px; background-color: #b8a268;}
/*********************************** MENU PRINCIPAL  ****************************************/
.caja_cab{  width:100%; height:auto; float:left; padding:1% 0%; border-bottom:#e3e4e4 1px solid;}
.logo{  width:60%; height:auto; float:left; padding:4% 0%; margin-right: 10%;}
.datos_pag{  width:auto; height:auto; float:left; padding:1% 0%; margin-right: 3%;}
#botones{ width:30%; height:auto; float:left; }	
nav{ right:0; background:#b8a268;  width:180px; top:0;  z-index:0;  position:absolute; position:fixed;}
#boton{  cursor:pointer; padding:10%;}
.menu_tablet_girar {
	font-family: cursiva;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	line-height: 35px;
	margin-right:5px; letter-spacing:-1px;
} 
/*********************************** BARRA FLOTANTE  **************************************/
.barra_flotante{ width:100%; height:auto; float:left; position: fixed; z-index: 10000000; padding:0%; bottom:0%;}
.ico_llamar{ width:8%; height:auto; float:left; background:#01d59c; padding:1% 10%;}
.ico_whatsapp{ width:8%; height:auto; float:left; background:#40e15d; padding:1% 2%;}
.ico_facebook{ width:8%; height:auto; float:left; background:#3d548e; padding:1% 2%;}
.ico_mail{ width:8%; height:auto; float:left; background:#0f7dee; padding:1% 2%;}
.ico_ubicacion{ width:8%; height:auto; float:left; background:#f6f6f6; padding:1% 2%;}
.ico_youtube{ width:8%; height:auto; float:left; background:#de1a2a; padding:1% 2%;}
.ico_instagram{ width:8%; height:auto; float:left; background:#cb2a5f; padding:1% 2%;}
/*********************************** BANNER  ***********************************************/
.eslog{ width:90%; height:auto; float:left; position: absolute; z-index: 10000; margin: 1% 0% 1% 10%;}
.esl_txt{ width:90%; height:auto; float:left;}
#banner_int{ width:100%; height:auto; float:left; background-attachment: fixed;  overflow:hidden; background-image:url(../imagenes/1.jpg); padding: 3% 0%;}
/*********************************** ESLOGAN  **********************************************/
#menu_ini{ width:100%; height:auto; float:left; }
#botones_ini{ width:100%; height:auto; float:left; margin:0px; padding:0px; max-width:1200px;}
#botones_ini li { display:inline; }
#botones_ini li a {  
	font-family: cursiva;
	font-size: 15px;
	color: #fff;
	text-decoration: none;	
	width:100%;
	padding:2% 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;
	background:#707070;
	margin-bottom:1%;
	}
#botones_ini li a:hover{
	font-family: cursiva;
	font-size: 15px;
	color: #fff;
	text-decoration: none;	
	width:100%;
	padding:2% 0%;
	float:left;
	background:#4c4c4c;
	margin-bottom:1%;
	 }	
.dorcto{ width:50%; height:auto; float:left; margin:5% 25%; }
/*********************************** INDEX *************************************************/

/*********************************** MINI GALERIA ******************************************/

/*********************************** PIE  **************************************************/
.pie_6{ width:100%; height:auto; float:left; margin-bottom:2%;}
.pie_7{ width:100%; height:auto; float:left; margin-bottom:2%;}
.pie_8{ width:100%; height:auto; float:left; margin-bottom:2%;}
.pie_9{ width:100%; height:auto; float:left;}
/*********************************** NOSOTROS  *********************************************/
.cont_21{ width:100%; height:auto; float:left; margin-bottom:40px;}
.cont_22{ width:100%; height:auto; float:left; }

#cont_4_cont{ width:100%; height:auto; float:left;  margin-bottom:20px; border-bottom:#e3e4e4 solid 1px;}
#cont_5{ width:100%; height:auto; float:left; }
.cont_8{ width:100%; height:auto; float:left; }
.cont_9{ width:100%; height:auto; float:left; }
.cont_10{ width:100%; height:auto; float:left; }
/*********************************** SERVICIOS  ********************************************/
.ser{ width:100%; height:auto; float:left; margin: 0% 0% 2% 0%; border-bottom:#e3e4e4 1px solid; background:#fafafa; padding:0.5%; }
/*********************************** PRODUCTOS  ********************************************/
.caja_pro{ width:100%; height:auto; float:left; }
.foto_pro{ width:100%; height:auto; float:left; }
.des_pro{ width:100%; height:auto; float:left; }
.foto_caj{ width:100%; height:auto; float:left;}
/*********************************** CONTACTO  *********************************************/
.formulario_1{ width:100%; height:auto; float:left;}
.formulario_2{ width:100%; height:auto; float:left; margin-top:2%;}
.formulario_3{ width:100%; height:auto; float:left; margin-top:2%;}
#celdas{ width:100%; height:auto; float:left; margin-top:2%;}
#celdas_comentario{ width:100%; height:auto; float:left; margin-top:2%;}
#boton_enviar{ width:100%; height:auto; float:left; margin-top:2%;}
.casilla{ width:96%;  background:#fbfafa; border:#d2d2d2 solid 1px; padding:2%; }
.comentarios{ width:98%;  background:#fbfafa; border:#d2d2d2 solid 1px; padding:1%;  }
/*********************************** TIPOGRAFIAS  *****************************************/
.Titulo_blanco {
	font-family: titulo;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	line-height: 20px;
}
.SubTitulo_blanco {
	font-family: light;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	line-height: 13px;
}
.Texto_blanco {
	font-family: cursiva;
	font-size: 8px;
	color: #dae2e9;
	text-decoration: none;
	line-height: 12px;
}
.Texto {
	font-family: cursiva;
	font-size: 12px;
	color: #868789;
	text-decoration: none;
	line-height: 20px;
}
.Titulo {
	font-family: titulo;
	font-size: 20px;
	color: #b8a268;
	text-decoration: none;
}
.Sub_Titulo {
	font-family: titulo;
	font-size: 14px;
	color: #000;
	text-decoration: none;
}
.Titulo_pie {
	font-family: titulo;
	font-size: 20px;
	color: #000;
}	
.Texto_pie {
	font-family: cursiva;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}