html		{ position: relative; min-height: 100%; }
body		{ font-family: Ubuntu, Tahoma, sans-serif; font-size: 16px; }

H1, H2, H3, H4, H5, H6		{ color: #002244; margin: 10px; padding: 0px; XXXtext-shadow: 1px 1px 4px #CCCCCC; }

H1			{ font-size: 24px; }
H2			{ font-size: 22px; }
H3			{ font-size: 20px; margin: 0px; }
H4			{ font-size: 18px; margin: 0px; }
H5			{ font-size: 18px; margin: 0px; }
H6			{ font-size: 16px; margin: 0px; }

a			{ color: #003366; }
a:hover		{ color: #336699; text-decoration: none; }

strong, b	{ font-weight: 500; }

.row		{ padding:0px; margin:0px; }

@media (min-width: 1330px) {	.container { width: 1300px; }		}
@media (min-width: 1360px) {	.container { width: 1340px; }		}
@media (min-width: 1400px) {	.container { width: 1370px; }		}
@media (min-width: 1460px) {	.container { width: 1430px; }		}

.sombraderecha		{
	-moz-box-shadow: 2px 2px 3px 2px #DDDDDD;
	-o-box-shadow: 2px 2px 3px 2px #DDDDDD;
	-ms-box-shadow: 2px 2px 3px 2px #DDDDDD;
	-webkit-box-shadow: 2px 2px 3px 2px #DDDDDD;
	box-shadow: 2px 2px 3px 2px #DDDDDD;
	filter: shadow(color=#DDDDDD, direction=135, strength=1);
}

.fa-chico		{ font-size:6px; }

.clearfix10		{ padding: 10px; }

.table-nonfluid { width: auto !important; }



/* ******************************************************** */
/* 		MENU CENTRAL										*/

.cen_titulo			{ text-align: left; padding: 10px; margin: 0px; background-color:#EEEEEE; }
.cen_titulo_bajo	{ height:1px; padding: 0px; margin: 0px; background: left top no-repeat #FFFFFF url(../0imgs/menu_derecha/centro_h1_fondo.png); }
.cen_container		{ padding: 8px; }



/* ******************************************************** */
/* 		ZONA CENTRAL										*/

.img-responsive-300		{ width: 300px; margin: 3px 10px; float: right; }
@media (max-width: 768px) { 	.img-responsive-300		{ width: 100%; } 	}

.bg3-blanco			{ background: #FFFFFF; background: linear-gradient(#FFFFFF, #FAFAFA); }
.bg3-gris			{ background: #EEEEEE; background: linear-gradient(#FCFCFC, #EEEEEE); }
.bg3-azul			{ background: #6699CC; background: linear-gradient(#CCDDFF, #6699CC); }
.bg3-naranja		{ background: #f6af1c; background: linear-gradient(#f6bf45, #f6af1c); }
.bg3-transparente	{ background: transparent; }

.bg3-blanco, .bg3-gris, .bg3-azul, .bg3-naranja, .bg3-transparente	{ border: 1px solid transparent; }

.bg3-blanco a, .bg3-gris a, .bg3-naranja a { color:#002244; }
.bg3-azul a { color:#000000; }
.bg3-transparente a { color:#000000; }

.bg3-borde-gris			{ border: 1px solid #EEEEEE; }

.caja3-float			{ float: left; font-size: 15px; padding: 4px 10px; margin: 4px; border-radius: 5px; }





/*	NOTAS EN LA HOME										*/

.notasListado_r			{ padding: 15px 0px; margin: 12px 0px; border-bottom: dotted 1px #999999; }
.notasListado_t			{ font-family:'Oswald'; font-size:16px; text-shadow: 2px 1px 1px #999999; color:#003366; padding: 10px 0px; }





/*	INFORMACIONES									*/

.informacion 			{ margin: 10px 0px; padding: 8px; }
.informacion img 		{ margin: 5px 0px; padding: 0px; width:100%; }
.informacion .titulo 	{ font-family:'Barlow Condensed'; font-size:20px; text-transform:uppercase; color: #003366; text-shadow: 1px 1px 0px #DDDDDD; afont-weight:bold; padding: 4px 1px; aletter-spacing:1px; }
.informacion .texto 	{ font-size:11px; height: auto; }

.informacion_det		{ text-align:justify; margin: 0px; padding: 5px; }
.informacion_det img	{ float:right; margin: 10px; margin: 8px; }








/* ZONAS */

.zonas_ciudades 		{ display: block; float:left; width:210px; height:auto; padding:0px; margin:10px 3px; }
.zonas_ciudades img		{ width:190px; height:120px; }
.zonas_ciudades .titulo { font-family: 'Barlow Condensed'; font-size:18px; color:#121212; text-shadow: 1px 1px 0px #CCCCCC; text-transform:uppercase; padding:4px; }





/* **** ITEMS ********************************** */

.enl_categ_todas	{ margin: 10px 0px; padding: 0px; font-size:12px; }

.enl_categoria		{ text-transform:uppercase; font-weight:bold; letter-spacing:1px; background: linear-gradient(#D7DBEC, #FAFAFA); border-bottom: 1px dotted #003366; border-radius: 6px; }
.enl_categoria h2	{ font-size:20px; color: #003366; }

.enl_item				{ margin: 0px 0px; padding: 5px 0px; border-bottom: dotted 1px #AAAAAA; }
.enl_item_dt .fa		{ padding-left: 11px; padding-right: 3px; }

.enl_destacado			{ background: linear-gradient(#FFFFFF, #FAFAFA);  }

.enl_categ_relacionados			{ background: linear-gradient(#CCCCCC, #FAFAFA); border-radius: 10px; }
.enl_categ_relacionados .tit	{ color: #003366; }
.enl_categ_relacionados a 		{ color: #003366; }
.enl_categ_relacionados i		{ margin: 6px 10px 6px 4px; }


.ente_detalle			{  }
.ente_detalle i			{ width: 25px; alignment: center; font-size: 14px;  }

.eni_fa					{ width: 26px; text-align:center; }
.eni_desc 				{ width: 90px; text-align:right; }

