@charset "utf-8";
/* Hacks IE */

small {
	font-size: 0.6em;
	margin: 0px;
	padding: 0px;
}
a img, :link img, :visited img {
	border: none;
}

a:hover{

color: #406285;

}
.logo {
}
.img-izquierda {
	float: left;
	margin-right: 6px;
}
.img-derecha {
	float: right;
}
.form {
	font-size: 0.8em;
}
.clearfloat { /* esta clase debe colocarse en un elemento div o break y debe ser el último elemento antes del cierre de un contenedor que incluya completamente a un elemento flotante */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.textom6-general {
	font-size: 0.7em;
	color: #406285;
	padding-top: 6px;
	padding-bottom: 6px;
}
.textom7-general {
	font-size: 0.7em;
}
/* Styling for editable elements. Eventually, this will be part of the style. */
#izquierdo {
	float: left;
}
#derecho {
	float: right;
}
#address {
	float: left;
	padding: 3px 0px 0px 5px;
	width: 500px;
	text-align: left;
}
#legal {
	float: right;
	padding: 0px;
	width: 350px;
	text-align: right;
}
#legal a {
	color: #f5f5f5;
	font-size: 0.7em;
	text-decoration: none;
}
#legal a:hover {
	color: #FFFFFF;
	font-size: 0.7em;
	text-decoration: none;
}
p {
	line-height: normal;
}


body /* Plantilla A */ /* Sugerencias para diseños elásticos 
    1. Dado que el tamaño global de los diseños elásticos se basa en el tamaño de fuente predeterminado del usuario, resultan algo más impredecibles. Si se utilizan correctamente, también son más accesibles para aquellas personas que necesitan tamaños de fuentes más grandes, dado que la longitud de línea mantiene la proporcionalidad.
    2. La asignación de tamaño a los divs en este diseño se basa en el 100% del tamaño de fuente en el elemento body. Si reduce el tamaño global del texto empleando font-size: 80% en el elemento body o el #container, recuerde que todo el diseño reducirá su tamaño proporcionalmente. Es posible que le interese aumentar los anchos de los diversos divs para compensar este efecto.
    3. Si la asignación de tamaño de fuente se modifica de forma distinta en cada div en lugar de hacerse en el diseño global (es decir: a #sidebar1 se le asigna un 70% de tamaño de fuente y a #mainContent se le asigna un 85% de tamaño de fuente), ello hará que se modifique proporcionalmente el tamaño global de cada uno de los divs. Si lo desea, puede realizar el ajuste basándose en la asignación de tamaño de fuente final.
    */

 {
	font: 100% Arial, Helvetica, sans-serif;
	margin: 0; /* es recomendable ajustar a cero el margen y el relleno del elemento body para lograr la compatibilidad con la configuración predeterminada de los diversos navegadores */
	padding: 0;
	text-align: center; /* esto centra el contenedor en los navegadores IE 5*. El texto se ajusta posteriormente con el valor predeterminado de alineación a la izquierda en el selector #contenedor */
	color: #000;
	background: #FFFFFF;
}
#contenedor {
	width: 981px; /* este ancho creará un contenedor que cabrá en una ventana de navegador 1024px si el texto se deja con los tamaños de fuente predeterminados del navegador */
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 0px;
	background-color: #D4D4D4;
	padding-bottom: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
}
/* Cabecera */



#cabecera {
	padding: 0em;
	margin: 0em auto;
	z-index: 3;
	width: 981px;
	text-align: left;
}
#cabecera-buscar {
	text-align: right;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	color: #4f74a9;
	font: 0.7em/normal Arial, Helvetica, sans-serif;
	height: 1.5em;
	background: #fff;
	width: 981px;
	margin-right: auto;
	margin-left: auto;
	vertical-align: middle;
}
#cabecera-buscar #buscar {
	float: right;
}
#cabecera-flash {
	margin: 0em;
	padding: 0em;
	z-index: 0;
	text-align: left;
}
#cabecera-logo {
	float: left;
	margin: 0em;
	padding: 0em;
	display: block;
	height: 11em;
}
/* Menu Superior */

#cabecera-nav {
	padding-bottom: 0px;
	font-size: 0.7em;
	margin-top: 0em;
	margin-bottom: 0em;
	background-color: #563157;
	height: 22px;
	width: 981px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;

}
#cabecera-nav .derecha a {
	color: #406285;
	text-decoration: none;
	font-weight: bold;
}
#cabecera-nav .derecha a:hover {
	color: #999;
	text-decoration: none;
	font-weight: bold;
}


/* RUTA*/
#ruta {
	margin-top: 1em;
	margin-bottom: 0.6em;
	color: #666666;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 0.2em;
	clear: both;/* margin-top: 0.3em;
 margin-bottom: 0.6em;
 color: #666666;
 border-bottom: 1px solid #CCCCCC;
 padding-bottom: 0.2em;
 clear: both;
 font-size: 0.7em; */
}

/* Pie */


#seccion-imagen {
	height: 21px;
}
#map {
	margin-top: 12px;
}
/* Búsquedas */

input#button {
	height: 20px;
	width: 20px;
	background: url(../imagenes/plantilla/btn-buscar.gif) no-repeat center center;
	display: inline;
	vertical-align: middle;
	margin-bottom: 1px;
	border-width: 0px;
	border-style: none;
}
input#button:hover {
	height: 20px;
	width: 20px;
	background: url(../imagenes/plantilla/btn-buscar-on.gif) no-repeat center center;
	display: inline;
	vertical-align: middle;
	margin-bottom: 1px;
	border-width: 0px;
	border-style: none;
}
input#txtBuscar {
	height: 18px;
	border: 1px solid #CCCCCC;
	margin-right: 6px;
	display: inline;
	margin-bottom: 3px;
	vertical-align: middle;
	background: #f5f5f5;
	padding: 1px;
}
input#txtBuscar:hover {
	background: #FFFFFF;
}
input#txtBuscar:focus {
	background: #FFFFFF;
}
#resultados-buscar, #coincidencias {
	margin: 6px auto;
	width: 981px;
}
#resultados-buscar {
	color: #FFFFFF;
	background: #BA122B;
}
#resultados-buscar, #coincidencias {
	text-align: left;
	font-size: 0.7em;
}
#coincidencias-url {
	border-top: 1px solid #BA122B;
	border-bottom: 1px solid #BA122B;
	padding: 6px;
}
#coincidencias-resumen {
	padding-top: 6px;
	padding-bottom: 6px;
}
#resultados-buscar, #coincidencias {
	margin: 6px auto;
	width: 981px;
}
#resultados-buscar, #coincidencias {
	text-align: left;
}
#resultados-buscar, #coincidencias-contenidos {
	color: #FFFFFF;
	padding-top: 6px;
	padding-bottom: 6px;
	background: #BA122B;
}
#resultados-buscar p, #coincidencias-contenidos p {
	margin-left: 6px;
}
#coincidencias-url {
	padding: 6px;
	border: 1px solid #BA122B;
	margin-top: 6px;
}
#coincidencias-resumen {
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: 6px;
}
#noticias img {
	float: right;
	margin-left: 12px;
}
#noticias-entradilla {
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 6px;
}
/*
#coincidencias-resumen ul {
 margin: 0em 0em 0em 1.2em;
 padding: 0.6em;
 list-style: url(imagenes/plantilla/bullet_ball_blue_off_.gif);
}
*/
#noticias-pie {
	margin-top: 12px;
}
#noticias-pie-1 {
	float: left;
	width: 30%;
}
#noticias-pie-3 {
	float: right;
	width: 30%;
}
#noticias-pie-2 {
	width: 30%;
	margin-right: auto;
	margin-left: auto;
}
#numeracion {
	text-align: right;
	margin-top: 6px;
	margin-bottom: 6px;
}
.menu-a-texto {
	width: 450px;
}
.menu-a-texto a {
	text-decoration: none;
	color: #91102F;
	font-weight: bold;
}
#contenido-principal .menu-a-texto img {
	width: 98px;
	padding-right: 6px;
	padding-bottom: 2px;
	height: 72px;
}
#pie-noticias {
	clear: both;
	padding-top: 12px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BA122B;
}
#pie-noticias h3 {
	margin-bottom: 12px;
}
#pie-noticias p a {
	text-decoration: none;
	color: #BA122B;
}
#pie-ext {
	width: 981px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:0px;
	color: #563157;
	font-size: 1em;
	font-weight: bold;
	background-color:#FFCA34;
	height:22px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 0px;
}
#pie-ext a {
	text-decoration: none;
	color: #563157;

}
#pie-ext a:hover {
	text-decoration: none;
	color: #669;
}

.izquierda-2 {
	float: left;
	font-size: 0.7em;
	color: #563157;
	margin-top: 4px;
	margin-left: 6px;
}
.derecha-2 {
	float: right;
	font-size: 0.7em;
	color: #563157;
	margin-right: 6px;
	margin-top: 4px;
}
.pie-sellos-validacion {
	width: 981px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}
.idioma-bandera {
	float: right;
	margin-top: 5px;
	margin-right: 6px;
}

