@charset "utf-8";
/* CSS Document */
.display-celulares{ display:inherit !important;}
body{ margin:0px; background-color: #ff8819;}
/*********************************** MENU  *************************************************************/
#logo{  width:auto; height:auto; float:left; padding:10px 0px;}
#botones{ width:50%; height:auto; float:right; padding:5% 5% 10px 0px;}	
nav{ right:0; background:#ff8819;  width:180px; top:0;  z-index:0;  position:absolute; position:fixed;  padding:20px 0px 0px 20px;}
#boton{  cursor:pointer; padding:15px 15px 0px 0px;}
.menu_tablet_girar {
	font-family: titulo;
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	line-height: 50px;
	margin-right:15px;
} 
/*********************************** BANNER INDEX  ****************************************/
#banner{ width:100%; height:auto; float:left; }
#banner_eslogan{ width:94%; height:auto; float:left; position:absolute; z-index:10000; background-image:url(../imagenes/fondo_banner.png); margin:297px 3% 0% 3%;}
#banner_contacto{ width:100%; height:300px; float:left; background-image:url(../banner/1.jpg); }
#banner_int{ width:100%; height:200px; float:left; background-image:url(../banner/1.jpg); background-attachment:fixed;}
/*********************************** ESLOGAN  *************************************************************/

/*********************************** CONTENIDO  *************************************************************/
.cont_21{ width:100%; height:auto; float:left; margin-bottom:40px;}
.cont_22{ width:100%; height:auto; float:left; }
/*********************************** INDEX  *************************************************************/
#ind{ width:49%; height:auto; float:left; margin-left:1%;}
/*********************************** PIE  *************************************************************/

/*********************************** NOSOTROS  *************************************************************/

/*********************************** SERVICIOS  *************************************************************/

/*********************************** CATALOGO  *************************************************************/
#fotos{ width:90%; height:auto; float:left; padding:5%; background:#eaf4ed;   margin-bottom:2%;}
.submenu{ width:96%; height:auto; float:left; margin-right:2%; padding-right:2%;  margin-bottom:20px;}
.cont_cat{ width:99%; height:auto; float:left; }

#botones_sub{ width:100%; height:auto; float:left; margin:0px; padding:0px; }
#botones_sub li { display:inline; }
#botones_sub li a {  
	font-family: Tahoma;
	font-size: 15px;
	color: #787878;
	text-decoration: none;	
	width:95%;
	padding:3% 0% 3% 5%;
	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;
	border-bottom:#eaf4ed 1px solid;
	}
#botones_sub li a:hover{
	font-family: Tahoma;
	font-size: 15px;
	color: #00671f;
	text-decoration: none;	
	width:95%;
	padding:3% 0% 3% 5%;
	float:left;
	border-bottom:#00671f 1px solid;
	 }	
#botones_sub a:hover, #botones_sub .active a{
	font-family: Tahoma;
	font-size: 15px;
	color: #00671f;
	text-decoration: none;	
	width:95%;
	padding:3% 0% 3% 5%;
	float:left;
	border-bottom:#00671f 1px solid;
} 
/*********************************** CONTACTO  *************************************************************/
.formulario_1{ width:100%; height:auto; float:left; }
.formulario_2{ width:100%; height:auto; float:left; margin-top:30px;           }
.formulario_3{ width:100%; height:auto; float:left; margin-top:30px;}
.casilla{ width:95%;  background:#fbfafa; border:#d2d2d2 solid 1px; padding:6px; }
.comentarios{ width:100%;  background:#fbfafa; border:#d2d2d2 solid 1px; padding:6px;  }
/*********************************** PIE  *************************************************************/
#logos_pie_celular{ width:100%; height:auto; float:left; }
#derechos_pie_celular{ width:100%; height:auto; float:left; background:#FFF;}
/*********************************** FORMULARIO  *************************************************************/
#caja_formulario_celular{ width:100%; height:auto; float:left; margin-bottom:20px;}
.casilla_celular{ width:90%;  background:#fbfafa; border:#d2d2d2 solid 1px; padding:6px;}
/*********************************** TIPOGRAFIAS  *************************************************************/
.Titulo_catalogo {
	font-family: titulo;
	font-size: 30px;
	color: #ff8819;
	text-decoration: none;
}
.Titulo_banner {
	font-family: titulo;
	font-size: 50px;
	color: #fff;
	text-decoration: none;
}
.Titulo_sub {
	font-family: sub;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
}
.Texto_banner {
	font-family: sub;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}
.Texto {
	font-family: Arial;
	font-size: 14px;
	color: #4a524c;
	text-decoration: none;
}
.Titulo {
	font-family: titulo;
	font-size: 30px;
	color: #ff8819;
	text-decoration: none;
}
.Sub_Titulo {
	font-family: titulo;
	font-size: 20px;
	color: #000;
	text-decoration: none;
}
.Texto_pie {
	font-family: sub;
	font-size: 18px;
	color: #7e7e7e;
	text-decoration: none;
}
.Titulo_pie {
	font-family: titulo;
	font-size: 23px;
	color: #007326;
	text-decoration: none; letter-spacing:1px;
}