@charset "utf-8";
.display-pc{ display:inherit !important;}
/*********************************** MENU PRINCIPAL  ****************************************/
.logo{  width:20%; height:auto; float:left; padding:0% 40%; background-image:url(../imagenes/fondo_logo.png); background-repeat: no-repeat; background-position: center;}
#menu_botones{ width:80%; height:auto; float:left; padding: 4% 5%; border-radius: 20px 20px 0px 0px;   background-image:url(../imagenes/fondo_menu.jpg); margin: 0% 5%; border-top:#633420 4px solid; border-left:#633420 4px solid;  border-right:#633420 4px solid; }
#botones{ width:100%; height:auto; float:left; margin:0px; padding:0px; max-width:1200px;}
#botones li { display:inline; }
#botones li a {  
	font-family: titulo;
	font-size: 16px;
	color: #fff;
	text-decoration: none;	
	width:15.2%;
	padding:1% 0%;
    margin: 0% 2%;
	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:#000 2px solid;
    background: rgba(46,46,46,1);
background: -moz-linear-gradient(top, rgba(46,46,46,1) 0%, rgba(26,26,26,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(46,46,46,1)), color-stop(100%, rgba(26,26,26,1)));
background: -webkit-linear-gradient(top, rgba(46,46,46,1) 0%, rgba(26,26,26,1) 100%);
background: -o-linear-gradient(top, rgba(46,46,46,1) 0%, rgba(26,26,26,1) 100%);
background: -ms-linear-gradient(top, rgba(46,46,46,1) 0%, rgba(26,26,26,1) 100%);
background: linear-gradient(to bottom, rgba(46,46,46,1) 0%, rgba(26,26,26,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e2e2e', endColorstr='#1a1a1a', GradientType=0 );
	}
#botones li a:hover{
	font-family: titulo;
	font-size: 16px;
	color: #f7e473;
	text-decoration: none;	
	width:15.2%;
	padding:1% 0%;
	float:left;
    border:#000 2px solid;
    background: rgba(46,46,46,1);
background: -moz-linear-gradient(45deg, rgba(46,46,46,1) 0%, rgba(26,26,26,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(46,46,46,1)), color-stop(100%, rgba(26,26,26,1)));
background: -webkit-linear-gradient(45deg, rgba(46,46,46,1) 0%, rgba(26,26,26,1) 100%);
background: -o-linear-gradient(45deg, rgba(46,46,46,1) 0%, rgba(26,26,26,1) 100%);
background: -ms-linear-gradient(45deg, rgba(46,46,46,1) 0%, rgba(26,26,26,1) 100%);
background: linear-gradient(45deg, rgba(46,46,46,1) 0%, rgba(26,26,26,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e2e2e', endColorstr='#1a1a1a', GradientType=1 );
	 }	
#botones a:hover, #botones .active a{
	font-family: titulo;
	font-size: 16px;
	color: #f7e473;
	text-decoration: none;	
	width:15.2%;
	padding:1% 0%;
	float:left;
    border:#000 2px solid;
    background: rgba(46,46,46,1);
background: -moz-linear-gradient(45deg, rgba(46,46,46,1) 0%, rgba(26,26,26,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(46,46,46,1)), color-stop(100%, rgba(26,26,26,1)));
background: -webkit-linear-gradient(45deg, rgba(46,46,46,1) 0%, rgba(26,26,26,1) 100%);
background: -o-linear-gradient(45deg, rgba(46,46,46,1) 0%, rgba(26,26,26,1) 100%);
background: -ms-linear-gradient(45deg, rgba(46,46,46,1) 0%, rgba(26,26,26,1) 100%);
background: linear-gradient(45deg, rgba(46,46,46,1) 0%, rgba(26,26,26,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e2e2e', endColorstr='#1a1a1a', GradientType=1 );
} 
/*********************************** BANNER  ***********************************************/

/*********************************** FOTO  **********************************************/
.foto_gra{ width:29%; height:auto; float:left; margin: 0% 1% 1% 1%; padding: 1%; background: #633420;}
/*********************************** INDEX *************************************************/
#info_ini{ width:30%; height:auto; margin-left:auto; margin-right:auto; max-width:1200px; padding: 0% 35%;  overflow:hidden;}
/*********************************** MINI GALERIA ******************************************/

/*********************************** PIE  **************************************************/
.pie_1{ width:20%; height:auto; float:left; margin-right:2%; }
.pie_2{ width:78%; height:auto; float:left; }
/*********************************** MENU  *********************************************/
.menu_caja{ width:92%; height:auto; float:left; background:#fee46d; padding:2%; margin: 0% 2%;}
.menu_mitad{ width:48%; height:auto; float:left; border-right:#526525 1px solid; padding-right: 1%;}
.menu_mitad_2{ width:49%; height:auto; float:left; margin-left: 1%; }
.menu_mitad_titulo{ width:60%; height:auto; float:left; margin: 0% 20% 2% 20%; }
.menu_mitad_titulo2{ width:90%; height:auto; float:left; margin: 0% 5% 2% 5%; }
.menu_mitad_casillas{ width:25%; height:auto; float:left; }
.submenu{ width:100%; height:auto; float:left; margin-bottom: 2%; }

#boton_sub li { display:inline; }
#boton_sub li a {  
	font-family: titulo;
	font-size: 16px;
	color: #fff;
	text-decoration: none;	
	width:25%;
	padding:1% 0%;
     margin: 0% 1% 0% 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;
     border:#000 2px solid;
    background: rgba(46,46,46,1);
background: -moz-linear-gradient(top, rgba(46,46,46,1) 0%, rgba(26,26,26,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(46,46,46,1)), color-stop(100%, rgba(26,26,26,1)));
background: -webkit-linear-gradient(top, rgba(46,46,46,1) 0%, rgba(26,26,26,1) 100%);
background: -o-linear-gradient(top, rgba(46,46,46,1) 0%, rgba(26,26,26,1) 100%);
background: -ms-linear-gradient(top, rgba(46,46,46,1) 0%, rgba(26,26,26,1) 100%);
background: linear-gradient(to bottom, rgba(46,46,46,1) 0%, rgba(26,26,26,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e2e2e', endColorstr='#1a1a1a', GradientType=0 );
	}
#boton_sub li a:hover{
	font-family: titulo;
	font-size: 16px;
	color: #f7e473;
	text-decoration: none;	
	width:25%;
	padding:1% 0%;
    margin: 0% 1% 0% 0%;
	float:left;
    border:#000 2px solid;
    background: rgba(46,46,46,1);
background: -moz-linear-gradient(45deg, rgba(46,46,46,1) 0%, rgba(26,26,26,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(46,46,46,1)), color-stop(100%, rgba(26,26,26,1)));
background: -webkit-linear-gradient(45deg, rgba(46,46,46,1) 0%, rgba(26,26,26,1) 100%);
background: -o-linear-gradient(45deg, rgba(46,46,46,1) 0%, rgba(26,26,26,1) 100%);
background: -ms-linear-gradient(45deg, rgba(46,46,46,1) 0%, rgba(26,26,26,1) 100%);
background: linear-gradient(45deg, rgba(46,46,46,1) 0%, rgba(26,26,26,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e2e2e', endColorstr='#1a1a1a', GradientType=1 );
	 }	
#boton_sub a:hover, #boton_sub .active a{
	font-family: titulo;
	font-size: 16px;
	color: #f7e473;
	text-decoration: none;	
	width:25%;
	padding:1% 0%;
	float:left;
    border:#000 2px solid;
     margin: 0% 1% 0% 0%;
    background: rgba(46,46,46,1);
background: -moz-linear-gradient(45deg, rgba(46,46,46,1) 0%, rgba(26,26,26,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(46,46,46,1)), color-stop(100%, rgba(26,26,26,1)));
background: -webkit-linear-gradient(45deg, rgba(46,46,46,1) 0%, rgba(26,26,26,1) 100%);
background: -o-linear-gradient(45deg, rgba(46,46,46,1) 0%, rgba(26,26,26,1) 100%);
background: -ms-linear-gradient(45deg, rgba(46,46,46,1) 0%, rgba(26,26,26,1) 100%);
background: linear-gradient(45deg, rgba(46,46,46,1) 0%, rgba(26,26,26,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e2e2e', endColorstr='#1a1a1a', GradientType=1 );
} 
/*********************************** SERVICIOS  ********************************************/

/*********************************** PRODUCTOS  ********************************************/

/*********************************** CONTACTO  *********************************************/
.cont_1{ width:100%; height:auto; float:left; margin-bottom: 4%; }
.cont_2{ width:46%; height:auto; float:left; margin: 0% 2%; }
#celdas{ width:100%; height:auto; float:left; margin-top:2%;}
#celdas_comentario{ width:100%; height:auto; float:left; margin-top:1%;}
#boton_enviar{ width:auto; height:auto; float:left; margin-top:1%;}
.casilla{ width:76%; color: #fff; background:#262425; border:#353130 solid 1px; padding:2%; }
.comentarios{ width:96%; color: #fff;  background:#262425; border:#353130 solid 1px; padding:2%;  }
/*********************************** TIPOGRAFIAS  *****************************************/
.Texto_rojo {
	font-family: Arial Black;
	font-size: 16px;
	color: #8b2226;
	text-decoration: none;
	line-height: 20px;
}
.Texto_rojo2 {
	font-family: Arial;
	font-size: 14px;
	color: #8b2226;
	text-decoration: none;
	line-height: 20px;
}
.Texto_gris {
	font-family: Arial;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	line-height: 17px;
}
.Texto_negro {
	font-family: Arial;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	line-height: 18px;
}
.Texto_negro2 {
	font-family: Arial Black;
	font-size: 16px;
	color: #000;
	text-decoration: none;
	line-height: 20px;
}
.Texto {
	font-family: Arial;
	font-size: 14px;
	color: #a5a5a5;
	text-decoration: none;
	line-height: 23px;
}
.Titulo_g {
	font-family: Arial;
	font-size: 45px;
	color: #a5a5a7;
	text-decoration: none;
    line-height: 30px;
}
.Titulo {
	font-family: Arial;
	font-size: 22px;
	color: #eba625;
	text-decoration: none;
}
.Sub_Titulo {
	font-family: Arial;
	font-size: 15px;
	color: #feffff;
	text-decoration: none;
}
.Titulo_pie {
	font-family: Arial;
	font-size: 17px;
	color: #fff;
}	
.Texto_pie {
	font-family:  Arial Black;
	font-size: 25px;
	text-decoration: none;
-webkit-text-fill-color: #fff;
-webkit-text-stroke: 1.5px #000;
}