body {
	color: #333333;
	background-color: #dddddd;
	font-family: sans-serif;
	font-size: 14px;
	margin: 0px;
}

a {
	color: #c53b05;
	text-decoration: none;
}

a:link, a:active, a:visited {
	color: #c53b05;
	text-decoration: none;
}

a:hover {
	color: #c53b05;
	text-decoration: underline;
}

td {
	vertical-align: top;
}

p {
	margin-top: 0px;
	margin-bottom: 1.0em;
}

h1 {
	color: #ff6300;
	font-family: Trebuchet MS, sans-serif;
	font-weight: normal;
	font-size: 1.9em;
	/* border-bottom: 2px solid #c53b05; */
	text-align: left;
}

h2 {
	/* color: #c53b05; */
	color: #000000;
	font-family: Trebuchet MS, sans-serif;
	font-weight: normal;
	font-size: 1.4em;
	/* border-bottom: 0px solid #ffb381; */
	margin: 20px 0px 3px 0px;
	text-align: left;
}

h1 a, h2 a {
	color: #000000;
	text-decoration: none;
}

h2 a:link, h2 a:active, h2 a:visited, h2 a:hover {
	color: #000000;
	text-decoration: none;
}

h3 {
	color: #111111;
	font-weight: normal;
	margin-top: 1.4em;
	margin-bottom: 0.2em;
	text-align: left;
}

li {
	margin-bottom: 0.67em;
}

input, select, textarea {
	font-family: sans-serif;
	font-size: 1.0em;
}

.cta_home {
	text-align: center;
	margin-top: 8px;
	background-color: #FFF5EE;
	padding: 6px;
	border: 1px solid #DFCDC1;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.cta_home a, .cta_home a:hover {
	color: #ffffff;
	text-decoration: none;
}

.contenido {
	padding: 24px;
	font-size: 1.0em;
}

.titulo_seccion {
	color: #ff6600;
	font-weight: bold;
	font-size: 1.1em;
	/* border-bottom: 1px solid #ffb381; */
	margin-bottom: 4px;
}

a.titulo_seccion:link, a.titulo_seccion:visited, a.titulo_seccion:active {
	color: #ff6600;
	text-decoration: none;
}

.seccion {
	border-bottom: solid 1px #c53b05;
	border-left: solid 12px #c53b05;
	color: #ff6600;
	padding-left: 4px;
	line-height: 20px;
	font-weight: normal;
	text-decoration: none;
}

a.seccion:link, a.seccion:active, a.seccion:visited {
	text-decoration: none;
}

a.seccion:hover {
	color: #ffffff;
	padding-left: 4px;
	padding-right: 0px;
	background-color: #c53b05;
	border-bottom: solid 1px #c53b05;
	border-left: solid 12px #ff6600;
	border-right: solid 4px #c53b05;
}

.search_results_title {
	font-family: sans-serif;
	font-size: 1.0em;
	color: #c53b05;
	text-decoration: none;
	text-align: left;
}

a.search_results_title:link, a.search_results_title:active, a.search_results_title:visited, a.search_results_title:hover {
	font-size: 1.0em;
	color: #c53b05;
	text-decoration: none;
	text-align: left;
}

#sombra_izquierda {
	width: 20px;
	padding: 0px;
	background-color: #dddddd;
	background-image: url('./img/sombra_izquierda.png');
	background-repeat: repeat-y;
}

#sombra_derecha {
	width: 20px;
	padding: 0px;
	background-color: #dddddd;
	background-image: url('./img/sombra_derecha.png');
	background-repeat: repeat-y;
}

#columna_izquierda {
	width: 160px;
	font-size: 0.90em;
	/* border-right: 1px solid #ffb381; */
	background-color: #ffffff;
	padding: 0px;
}

#columna_izquierda h2 {
	font-size: 1.4em;
	font-family: Trebuchet MS, sans-serif;
	text-align: left;
}

.titulo_c_izquierda {
	width: 150px;
	height: 24px;
	max-height: 30px;
	background: url('img/boton_naranja_2.png');
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	color: #ffffff;
	padding: 0px;
	padding-top: 6px;
	margin: 0px;
	margin-bottom: 4px;
	margin-top: 12px;
	/* border: 0px solid #cccccc; */
}

#columna_central {

}

#columna_derecha {
	width: 114px;
	color: #555555;
	font-size: 0.85em;
	border-left: 1px solid #ffb381;
	padding: 8px 18px 18px 18px;
	background-color: #fff5ee;
}

.titulo_c_derecha {
	margin-top: 18px;
	font-family: Trebuchet MS, sans-serif;
	font-size: 1.2em;
	color: #df9361;
	text-align: left;
	font-weight: bold;
}

.saber_mas {
	text-align: right;
	font-weight: bold;
	color: #c53b05;
}

.caja {
	border: 2px solid #dfcdc1;
	background-color: #ffede1; padding: 8px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.footer {
	font-size: 0.8em;
}

.mobile_body {
	background-color: #ffffff;
	color: #333333;
	font-family: sans-serif;
	font-size: 16px;
	margin: 0px;
	padding: 10px;
}

.mobile_separator {
	border-top: 1px solid #ff6600;
	margin-top: 8px;
	margin-bottom: 8px
}

.mobile_site_title {
	width: 98%;
	color: #ffffff;
	background-color: #ff6600;
	font-weight: bold;
	font-size: 1.4em;
	padding: 4px;
}

.mobile_bar {
	font-size: 1.0em;
}

.mobile_page_title {
	color: #ff6600;
	font-size: 1.4em;
}

.mobile_footer {
	font-size: 1.0em;
}

#cabecera2 {
	position: absolute;
	top: 4px;
	right: 4px;
	padding: 0px;
	/* width: 200px; */
	font-size: 0.9em;
	text-align: right;
	/* border: 1px dotted green; */
}

.cita {
	width: 250px;
	/* background-color: #ffede1; */
	background-color: #EFEFEF;
	float: right;
	margin: 10px 0px 10px 20px;
	padding: 10px;
	font-style: italic;
	font-size: 1.1em;
	font-family: Georgia, Times New Roman, Times, serif;
	border: 1px solid #cFcFcF;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.boton {
	position: relative;
	width: 230px;
	height: 50px;
	padding: 10px;
	color: #ffffff;
	font-size: 12px;
	text-align: left;
	background-image: url('./img/boton_01.png');
	background-repeat: repeat-x;
	cursor: pointer;
}

.titular_boton {
	color: #FFD483;
	font-size: 1.1em;
	font-weight: bold;
}

.clic_boton {
	position: absolute;
	bottom: 4px;
	right: 4px;
	/* width: 70px;
	height: 10px; */
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 2px;
	background-color: #ff6600;
	color: #27316E;
	font-size: 0.8em;
	text-align: center;
	font-weight: bold;
	border: 1px solid #ff6600;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#contenedor_portada_supra {
	position: relative;
	height: 180px;
	border: 0px dashed red;
	padding: 0px;
}


#div_portada_1 {
	position: absolute;
	left: 20px;
	top: -20px;
	padding: 12px;
	width: 256px;
	min-height: 180px;
	background-color: #efefef;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #999999;
}

#div_portada_2 {
	position: absolute;
	left: 330px;
	top: -20px;
	padding: 12px;
	width: 256px;
	min-height: 180px;
	background-color: #ffefef;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #999999;
}

#div_portada_3 {
	position: absolute;
	right: 20px;
	top: -20px;
	padding: 12px;
	width: 256px;
	min-height: 180px;
	background-color: #efefef;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #999999;
}

#contenedor_portada_sub {
	position: relative;
	height: 180px;
	padding: 20px;
	margin-top: 20px;
	text-align: left;
	border: 0px dashed red;
}

#div_sub_1 {
	position: absolute;
	left: 20px;
	top: 0px;
	padding: 12px;
	width: 256px;
	min-height: 160px;
	border: 0px dashed green;
}

#div_sub_2 {
	position: absolute;
	left: 330px;
	top: 0px;
	padding: 12px;
	width: 256px;
	min-height: 160px;
	border: 0px dashed green;
}

#div_sub_3 {
	position: absolute;
	right: 20px;
	top: 0px;
	padding: 12px;
	width: 256px;
	min-height: 160px;
	border: 0px dashed green;
}

#separador {
	margin-left: 20px;
	margin-right: 20px;
	background-color: #FFB380;
	height: 1px;
	border: 0px dashed blue;
}


.invisible_movil {}

.fecha_noticias {
	font-size: 0.9em;
	color: #000000;
	font-weight: bold;
}

.cta_home_azul {
	padding: 4px 10px 4px 10px;
	background-color: #0066ff;
	color: #ffffff;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 0px solid #0046df;
	text-align: center;
	cursor: pointer;
}

.cta_home_azul a {
	text-decoration: none;
	color: #ffffff;
}

#pie {
	background-color: #333333;
	color: #cccccc;
	font-size: 0.9em;
	height: 140px;
	padding: 20px 20px 20px 20px;
}

#pie a {
	color: #cccccc;
	text-decoration: underline;
}

#otros {
	float: right;
	width: 260px;
}

#otros a {
	color: #cccccc;
	text-decoration: underline;
}

#pestana {
	background-color: #eeeeff;
	-moz-border-top-right-radius: 12px;
	-khtml-border-top-right-radius: 12px;
	-webkit-border-top-right-radius: 12px;
	border-top-right-radius: 12px;
	-moz-border-bottom-right-radius: 12px;
	-khtml-border-bottom-right-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	border-bottom-right-radius: 12px;
	padding: 12px 12px 24px 12px;
	line-height: 1.4em;
}

