@charset "utf-8";
@import url("/scroll/domnews/domnews.css");
@import url("/CSS/columnas.css");
@import url("/CSS/botones.css");
body {
	/* padding: 20px;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 #container */

	height: auto;
	width: auto;
	margin: 0px;
	background-color: #F7F7F7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
    }
    
    /* 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 div. Si lo desea, puede realizar el ajuste basándose en la asignación de tamaño de fuente final.
    */
a{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:link{
	text-decoration: none;
}
a:visited{
	color: #000000;
	text-decoration: none;
}
a:hover{
	color: #CC0000;
	text-decoration: none;
}
hr {
	color: #FFCC00;
	height: 1px;
	width: 85%;
	text-align: center;
}
.CapaBanner {

}
#Encabezado {
	vertical-align: super;
	height: 132px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
#Encabezado img {
	border: none;
	margin-left: 12px;
}
#Encabezado h1 {
    	margin: 0; /* el ajuste en cero del margen del último elemento del div de #header evita la contracción del margen (un espacio inexplicable entre divs). Si el div tiene un borde alrededor, esto no es necesario, ya que también evita la contracción del margen */
    	padding: 0.63em 0; /* el uso de relleno en lugar de margen le permitirá mantener el elemento alejado de los bordes del div */
    }
.arribaContenido {
	font-size: 60%;
	padding: 4px;
	width: auto;
	clear: both;
	height: 16px;
	background-image: url(/Auxiliar/fond_fecha.jpg);
	background-repeat:  repeat-x;
}
.arribaContenido a:link, a:visited {
	color: #333333;
	font-size: 1em;
}

.arribaContenido a:hover {
	color: #FFFFFF;
}
.ReconoceUsuario {
	float: left;
	width: auto;
	text-align: center;
	z-index: 1;
	vertical-align: middle;
	color: #FFFFFF;
	padding-right: 20px;
	padding-left: 15px;
}

#FechaHoy {
	float: right;
	width: auto;
	z-index: 1;
	height: 18px;
	color: #FFFFFF;
	padding-right: 0.60em;
}
.recorrido {
	float: right;
	width: auto;
	z-index: 1;
	height: 18px;
	color: #000000;
	padding-right: 1em;
	background-image: url(/Auxiliar/iconos/video.png);
	background-repeat: no-repeat;
	padding-left: 19px;
	margin-right: 1em;
	margin-left: 2em;
	text-align: left;
	padding-top: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.botonforo {
	float: right;
	width: auto;
	z-index: 1;
	height: 18px;
	color: #000000;
	padding-right: 2em;
	background-image: url(/Auxiliar/iconos/foro.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	margin-right: 2em;
}

#estamosen {
	font-size: 0.6em;
	color: #000000;
	padding-left: 6px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	padding-top: 2px;
	clear: both;
}
/***********************************************/
/* Menu Izquierdo                  */
/***********************************************/

.MenuIzdo {
	width: 104px;
	padding: 1px;
	background-color: #CC0000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
} 
.botonsecciones {
	color: #FFFFFF;
	background-color: #000000;
	width: auto;
	font-size: 0.75em;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
	clear: both;
	padding-top: 4px;
	padding-right: 1px;
	padding-bottom: 4px;
	padding-left: 1px;
	background-image: url(/Auxiliar/images/bmid_008.gif);
	background-position: top;
}
/***********************************************/
/* pie de pagina                  */
/***********************************************/
#PiePagina {
	clear: both;
	padding-top: 0;
	padding-right: 0.63em;
	padding-bottom: 0;
	padding-left: 0.63em;
	background-image: url(/Auxiliar/foo1.jpg);
	height: 133px;
	background-repeat: no-repeat;
	background-position: center;
}
#PiePagina p {
	margin: 0; /* el relleno de este elemento creará espacio, de la misma forma que lo haría el margen, sin el problema de la contracción de márgenes */
	padding-top: 2em;
	padding-right: 0;
	padding-bottom: 0.63em;
	padding-left: 0;
	font-size: 0.68em;
	text-align: center;
    }
.pieMundoRed {
	font-size: 0.6em;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
	color: #000000;
	float: left;
}
#MundoRed {
	clip: rect(auto,auto,auto,auto);
	background-color: #96A878;
	height: 18px;
	background-image: url(/Auxiliar/fond_fecha.jpg);
	background-repeat:  repeat-x;
	padding-top: 4px;
	background-position: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#MundoRed a:link {
	color: #FFFFFF;
	font-weight: normal;
}
#MundoRed a:visited {
	color: #FFFFFF;
	font-weight: normal;
}
#MundoRed a:hover {
	color: #CC0000;
}

/***********************************************/
/* BANNER                  */
/***********************************************/
.Banner {
	border: 2px solid #CC0000;
	padding: 8px;
	background-color: #FAFCF3;
	height: auto;
	width: auto;
}
#Sector_BANNER .Fecha {
	font-size: 0.7em;
}

/***********************************************/
/* NOTICIAS SECTORES                  */
/***********************************************/

.TemaNoticia {
	text-transform: uppercase;
	font-weight: bold;
	vertical-align: top;
	height: auto;
	color: #FFFFFF;
	overflow: hidden;
	background-color: #8EB92B;
	clear: both;
	width: auto;
	font-size: 90%;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 2px;
	margin-left: 3px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #75972F;
}

.Fecha {
	color: #333333;
	text-align: right;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
	margin-top: 1px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
	font-size: 0.8em;
}

.Titular, .TituPequena, .TituMediana, .TituGrande, .TituMuyGrande, .TituExtraGrande{
	margin-right: 4px;
	margin-left: 4px;
	clear: both;
	overflow: hidden;
	font-weight: bold;
}
.Resumida {
	padding: 0px;
}
.TextoResumida {
	clear: both;
	overflow: hidden;
	margin: 2px;
	padding: 2px;
	font-size: 0.8em;
	line-height: normal;
}
.TextoAmpliada {
	clear: both;
	overflow: hidden;
	margin: 4px;
	padding: 6px;
	font-size: 88%;
	line-height: normal;
}
.FotoyPieSectores {
	margin: 4px;
	padding: 2px;
	width: auto;
	height: auto;
	z-index: 10;
	text-align: center;
	border: 1px dashed #CC0000;
	background-color: #FFFFFF;
}
.PieFoto {
	background-color: #DDDDDD;
	overflow: hidden;
	padding: 2px;
	font-size: 80%;
	text-align: center;
}
.PieFotoSectCentro {
	overflow: hidden;
	margin-right: 4px;
	margin-left: 4px;
	text-align: center;
	vertical-align: middle;
	clear: both;
	font-size: 0.86em;
	border: 1px dotted #CCC;
	padding: 4px;
}


#Titulos {
	font-weight: bold;
	padding: 4px;
}
.DchaMenu {
	background-color: #FFFFFF;
	width: 161px;
	border: 1px solid #CCCCCC;
	margin-top: 0.63em;
	margin-right: 3px;
	margin-bottom: 6px;
	margin-left: 3px;
}
.masinfo {
	font-weight: bold;
	height: auto;
	width: auto;
	font-size: 95%;
	padding-right: 2px;
	padding-left: 2px;
	margin-right: 4px;
	margin-left: 4px;
}


/***********************************************/
/* Lineas de Separacion de sectores en la Index                 */
/***********************************************/
.Separador {
	height: auto;
	width: auto;
	margin: 2px;
	padding: 2px;
	border: 1px solid #FFFFFF;
}
.LineaCentroBordeIzdo {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #9BA9CC;
}
.LineaCentroBordeDecho {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9BA9CC;
}
.LineaCentroBordeSuperior {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9BA9CC;
}
.LineaCentroBordeInferior {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9BA9CC;
}
.BordeBajo {
	border-bottom: 1px solid #9BA9CC;
}

/***********************************************/
/* SCROLL                            */
/***********************************************/


h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
	text-decoration: none;
	
}
h2, h3, h4, h5, h6{
	font-size: 90%;
	margin-top: 7px;
	margin-right: 5px;
	margin-bottom: 7px;
	color: #CC0000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 2px;
	margin-left: 6px;
	text-align: center;
}
h3{
	text-decoration: none;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	color: #333333;
	background-color: #F0F0F0;
	text-align: left;
	font-size: 90%;

}

.fechaScrollHorizontal {
	font-size: 0.9em;
	padding: 2px;
	width: auto;
	border: 1px solid #F0F0F0;
	float: left;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
}
.titularScrollHorizontal {
	font-size: 0.9em;
	width: auto;
	border: 1px solid #F0F0F0;
	float: left;
	font-weight: bold;
	color: #CC0000;
	padding: 2px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
}

/***********************************************/
/* Maquetación General                           */
/***********************************************/
.centrarutil {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	height: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7CAE33;
	background-image: url(/Auxiliar/iconos/fond_fecha10.gif);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #FFFFFF;
	padding-top: 2px;
}

#utilidades{
	float:right;
	list-style-type: none;
	display: inline;
	margin: 0;

}
#utilidades li{
	float:left;
	background-repeat: no-repeat;
	background-position: 1.5% center;
	padding-right: 0.18em;
	padding-left: 1.2em;
	margin-top: 0;
	margin-right: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	vertical-align: middle;
	margin-bottom: 0px;

}
#utilidades a{
	color:#666666;
	text-decoration:none;
	font-size:0.58em;
	padding-right: 2px;
	padding-left: 2px;

}

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


.inicio{
	background-image:url(/Auxiliar/iconos/home.gif);
	background-position:3px ;
}

.contacto{
	background-image:url(/Auxiliar/iconos/contacto.gif);
	background-position: 2%;
}
.busqueda{
	background-image:url(/Auxiliar/iconos/buscar.gif);
	background-position: 2%;
}
.perfil{
	background-image:url(/Auxiliar/iconos/contacto.gif);
	background-position: 2%;
}
.registro{
	background-image:url(/Auxiliar/iconos/accesibilidad.gif);
	background-position: 2%;
}
.foro {
	background-image: url(/Auxiliar/iconos/foro.gif);
	background-position: 2%;
}
.mapaweb {
	background-image: url(/Auxiliar/iconos/mapaWeb.gif);
	background-position: 2%;
}
.sonidofondo {
	background-image: url(/Auxiliar/iconos/sonido.gif);
	background-position: 2%;
}
.CierraBanner {
	font-weight: bold;
	text-transform: uppercase;
	color: #CC0000;
	background-color: #FFFFFF;
	padding: 2px;
	clear: both;
	float: right;
	border: 1px solid #666999;
	width: auto;
	margin: 0.75em;
}
.paranoscript {
	color: #000000;
	background-color: #EDEFF3;
	padding: 4px;
	clear: both;
	height: auto;
	width: auto;
	border: 2px solid #CC0000;
	z-index: 999999;
	font-size: 0.7em;
	margin: 8px;
}
.paranoscript_B {
	color: #000000;
	background-color: #FFFFCC;
	padding: 0.63em;
	height: auto;
	width: 100%;
	border: thick solid #CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 30px;
	clear: both;
}
/***********************************************/
/* PARRAFOS EN GESTION DE USUARIOS              */
/***********************************************/
.parrafos {
	margin: 4px;
	padding: 4px;
	font-size: 80%;
	line-height: normal;
	background-color: #FFF;
}
.parrafos h3{
	background-color: #F0F0F0;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0.63em;
	clear: both;
	font-size: 1em;
	float: none;
}
.parrafos li {
	list-style-type: square;
}
.parrafos label {
	margin-right: 4px;
	padding-right: 3px;
	width: 145px;
	display: block;
	float: left;
	text-align: right;
	position: relative;
	font-weight: bold;
	font-size: 0.85em;
	padding-top: 3px;
}
 .parrafos legend {
	font-weight: bold;
	color: #CC0000;
	font-size: 0.9em;
	border: 1px dotted #DDD;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.parrafos fieldset { margin: 0.63em 0; padding: 0.63em; border: #DDD 1px solid; }
.parrafos select {
	font-weight: bold;
	color: #CC0000;
	font-size: 0.8em;
	vertical-align: middle;
	margin-top: 4px;
	margin-bottom: 4px;
}
.parrafos textarea:focus {
	background-color: #FFC;
}
.parrafos input {
	margin-bottom: 4px;
	font-size: 1em;
}
.formularios {
	font-weight: bold;
	background-color: #F8F8F8;
	width: 300px;
	border: 1px solid #E0E0E0;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 0.63em;
	margin-left: auto;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 30px;
}
.formularios label {
	margin-right: 4px;
	float: left;
	position: relative;
	font-weight: bold;
	font-size: 0.85em;
	text-align: left;
	padding-bottom: 4px;
}

/***********************************************/
/* botones                */
/***********************************************/

.botones
{
	white-space: nowrap;
	display: block;
	text-align: center;
	padding: 8px;
	margin: auto;
}
.botones ul
{
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	display: block;
}

.botones li
{
	display: inline;
	list-style-type: none;
	
}
.botones a
{
	text-decoration: none;
	font-size: 0.8em;
	padding-right: 8px;
	padding-left: 8px;
	font-weight: bold;
	margin-right: 4px;
	margin-left: 4px;
	background-image: url(/Auxiliar/inp.gif);
	background-repeat:  repeat-x;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #333333;

}
.botones a:link, .botones a:visited
{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D0D0BF;
	border-left-color: #D0D0BF;
	background-position: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D0D0BF;
	text-transform: uppercase;
}

.botones a:hover
{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #6EA019;
	border-left-color: #6EA019;
	background-position: bottom;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6EA019;
}.botones p {
	font-weight: normal;
	font-size: 0.9em;	
	padding-top: 4px;
	padding-bottom: 4px;
}
.recuerdamail {
	padding: 0.63em;
	border: 2px solid #CCCCCC;
}
.parraf60 {
	text-align: center;
	width: 65%;
	margin: auto;
	font-size: 0.86em;
	padding: 6px;
	background-color: #F8F8F8;
	clear: both;
}
.ayuda {
	font-size: 0.8em;
	padding: 6px;
	width: auto;
	border: 1px solid #CCCCCC;
	margin: 6px;
}
.formizda {
	float: left;
	border: 1px solid #DBDBDB;
	margin-top: 0.63em;
	margin-right: 0.63em;
	margin-bottom: 0.65em;
	margin-left: 15px;
	background-color: #FBFBFB;
	width: auto;
}
.formcentrar {
	float: left;
	border: 1px solid #DBDBDB;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	padding: 4px;
}
.parrafosformularios {
	margin: 3px;
	padding: 3px;
	font-size: 85%;
	float: right;
	width: auto;
}
#BotonEnvio input {
	font-size: 0.9em;
}
.recuadro {
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7F9DB9;
}
.paginacion {
	font-size: 0.7em;
	text-align: right;
	vertical-align: middle;
	margin: 2px;
	padding-right: 0.63em;
	padding-left: 0.63em;
	height: 18px;
	padding-top: 2px;
	background-color: #F7F7F7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D3D3D3;
}
.paginacion img {
	vertical-align: middle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/***********************************************/
/* BARRA ICONOS NOTICIAS                       */
/***********************************************/

.barraiconos{
	list-style-type: none;
	float: none;
	height: 20px;
	margin-top: 12px;
	margin-left: 10px;
	background-color: #F7F7F7;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #D3D3D3;
	border-left-color: #D3D3D3;
}
ul.barraiconos{
	margin-left: 7px;
	padding-left: 0;
	white-space: nowrap;
	margin-bottom: 1px;
	margin-right: 7px;
	margin-top: 1px;
}
.barraiconos a{
	text-decoration:none;
	padding-right: 2px;
	padding-left: 2px;
	font-weight: normal;
	color:#333333;
	font-size: 80%;
}

.barraiconos a:hover{
	color:#CC0000;
}
.barraiconos li{
	float:left;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0.3em center;
	padding-top: 0;
	padding-right: 0.3em;
	padding-bottom: 3px;
	padding-left: 1.8em;
	border-left-width: 0.06em;
	border-left-style: solid;
	border-left-color: #999999;
	margin-top: 0;
}
.volver{
	background-image:url(/Auxiliar/iconos/volver.gif);
	background-position:3px;
}
.imprimir{
	background-image:url(/Auxiliar/iconos/print.gif);
	background-position: 3px;
}
.enlaces{
	background-image:url(/Auxiliar/iconos/enlaces.gif);
	background-position: 3px;
}
.documentos{
	background-image:url(/Auxiliar/iconos/document.gif);
	background-position: 3px;
}
.masfotos {
	background-image: url(/Auxiliar/iconos/fotos.gif);
	background-position: 3px;
}
.enviaramigo{
	background-image: url(/Auxiliar/iconos/amigo.gif);
	background-position: 3px center;
}
/***********************************************/
/* LISTAS ICONOS PARA DOC. Y ENLACES ADJUNTOS                 */
/***********************************************/

.adjuntos{
	list-style: none;
	padding: 0;
	margin-top: 0.63em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0.63em;
}
.adjuntos a:link{
	font-size: 0.9em;
}
li.doc_Adjuntos{
	background-image: url(/Auxiliar/iconos/document.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 20px;
	margin: .4em 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666999;
}
li.enlaces_adjuntos{
	background-image: url(/Auxiliar/iconos/enlaces.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 20px;
	margin: .4em 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666999;
}

#albumfotos img {
	background-color: #FFFFFF;
	margin: 6px;
	text-align: center;
	padding: 4px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
	border-left-color: #CCCCCC;
}
.calendario{
	background-color: #FFFFFF;
	border: 1px solid #CC0000;
	margin: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	width: auto;
	padding-right: 10px;
	padding-left: 10px;
}
.calendario img{
	text-align: center;
	margin-right: 0.63em;
	vertical-align: middle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#actualizar {
	margin-left: 200px;
	margin-top: 0.63em;
}
.hemeroteca_result {
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 6px;
	padding-right: 4px;
	padding-left: 4px;
	margin-top: 4px;
}
.resultados {
	background-color: #F6F6F2;
	padding: 6px;
	margin: 3px;
}
.resultados img {
	border: none;
}
.hemeroteca {
	border: 1px solid #CC0000;
	background-color: #FFFFFF;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
	font-size: 0.8em;
	text-align: center;
}
#principal_menu {


}
.cabecera {
	background-image: url(/Rotator/rotator.php);
	background-repeat: no-repeat;
	background-position: right top;
	height: 132px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

.Separar {
	clear: both;
	width: auto;
	margin-top: 6px;
}
.corporacion_partido {
	border: 1px solid #D6D6D6;
	background-image: url(/Auxiliar/fonddiv.jpg);
	background-repeat:  repeat-x;
	background-position: top;
	width: 650px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 12px;
	margin-left: auto;
}
.corporacion_miembro {
	border: 1px solid #D6D6D6;
	background-image: url(/Auxiliar/fonddiv.jpg);
	background-repeat:  repeat-x;
	background-position: top;
	width: 650px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 12px;
	margin-left: auto;
	float: left;
	clear: both;
}
.corporacion_partido h3{
	color: #CC0000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.corporacion_partido img{
	margin: 4px;
	padding: 4px;
	float: right;
	border: 1px solid #CCCCCC;
}
.corporacion_partido li {
	list-style-type: none;
	line-height: 25px;
}
.corporacion_partido a {

}
.corporacIzda {
	float: left;
	width: 75%;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: center;
	height: auto;
}
.corporacion_partido p {
	text-decoration: underline;
	text-align: right;
	padding-right: 20px;
	margin-bottom: 4px;
}
.partidos_navega {
	text-align: right;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	background-color: #F2F2F2;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.descargas {
	border-bottom-width: 0.06em;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-image: url(/Auxiliar/DOCpdf.gif);
	background-repeat: no-repeat;
	background-position: 0.25em 29px;
	padding-bottom: 8px;
	margin-bottom: 0.94em;
	margin-top: 0.63em;
}
.descargas a{
	padding-left: 33px;
	margin-top: 2px;
	padding-top: 2px;
	color: #CC0000;
	padding-bottom: 2px;
}

.descargas p {
	font-size: 0.9em;
	font-weight: bold;
	background-color: #F4F4F4;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	margin-bottom: 0.94em;
	border-bottom-width: 0.06em;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
}
.directorio {
	border: 1px solid #CCCCCC;
	background-image: url(/Auxiliar/fonddiv.jpg);
	background-repeat:  repeat-x;
	background-position: top;
	width: 75%;
	margin-top: 6px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 6px;
	padding-top: 6px;
	padding-right: 6px;
	padding-left: 6px;
}
.Titular h4 {
	font-size: 1em;
	color: #CC0000;
}

.partidos_navega a link {
	background-color: #CCCCCC;
	margin: 2px;
	padding: 2px;
	width: 100px;
}
.partidos_navega a {
	width: 100px;
	background-color: #CCCCCC;
	margin-top: 2px;
	margin-right: 3px;
	margin-bottom: 2px;
	margin-left: 3px;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}
.partidos img {
	clear: left;
	margin-right: 8px;
	vertical-align: middle;
}
.partidos h3 {
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 1px;
	vertical-align: middle;
}
.corporacIzda p {
	text-decoration: none;
	text-align: center;
}
.borde {
	padding: 4px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
}
.fotoderch {
	margin: 12px;
	padding: 6px;
	float: right;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
	width: auto;
}
.fotoizda {
	margin: 12px;
	padding: 6px;
	float: left;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
}
.tablapoblacion {
	margin: auto;
	width: 630px;
	padding: 2px;
	border: 1px solid #8DB538;
	text-align: center;
	font-size: 90%;
}
.tablapoblacion caption {
	font-weight: bold;
}
.tablapoblacion th {
	background-color: #8DB538;
}
.tablapoblacion td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 3px;
	padding-bottom: 3px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.tablapoblacionfondo {
	background-color: #EEF5E0;
}
.SectorCentro h3 {
	background-color: #F8F8F8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D7D7D7;
	color: #666666;
	text-align: left;
	margin-left: 5px;
	padding-left: 10px;
	padding-bottom: 1px;
}
.DchaMenu h2 {
	text-align: center;
	font-size: 95%;
}
 .organigrama ul{
	list-style-type: none;
}
.organigrama span {
	font-weight: bold;
	text-align: left;
	padding-left: 4px;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.organigrama li {
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-image: url(/Auxiliar/punto.gif);
}
 .listado ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 90%;
}

.listado li { margin: 0 0 .2em 0; }

.listado a
{
	display: block;
	background-color: #EEEEEE;
	text-decoration: none;
	padding-top: 0.4em;
	padding-right: 0.8em;
	padding-bottom: 0.4em;
	padding-left: 0.8em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 85%;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 8px;
	margin-left: auto;
}

.listado a:hover
{
	background-color: #DDDDDD;
}.directorio ul {
	margin-left: 20px;
	list-style-image: url(/Auxiliar/punto.gif);
	margin-top: 10px;
}
.directorio li {
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}
.FotoSecDcha img {
	border: 1px solid #CCCCCC;
	padding: 2px;
}
.SectorCentro noscript {
	background-color: #FFFFCC;
	margin: 2px;
	padding: 2px;
	z-index: 99999;
}
.videodirecto {
	list-style-image: url(/Auxiliar/punto.gif);
	font-size: 80%;
	overflow: hidden;
	margin: 5px;
	border: 1px solid #CCCCCC;
	background-image: url(/Auxiliar/fonddiv.jpg);
	background-repeat:  repeat-x;
	background-position: top;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	background-color: #FFFFFF;
	clear: both;
}
.corporacion_partido .highslide img {
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.numerode {
	font-size: 70%;
	font-weight: bold;
	text-align: right;
	background-color: #EEF7DD;
	margin-top: 1px;
}
.situaciongoogle {
	margin: auto;
	padding: 5px;
	height: auto;
	width: 575px;
}
.situaciongoogle iframe {
	height: 400px;
	width: 575px;
}
.sonido {
	margin: auto;
	width: 600px;
	text-align: center;
}
.Titular h3 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EBEBEB;
	border-bottom-color: #EBEBEB;
	text-align: left;
}
/*lista con flechita de las páginas con listads de submenu*/

.siluetaempresa {
	list-style-type: none;
	overflow:hidden;
	margin: auto;
	background-image: url(/Auxiliar/siluetas/turismo.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 410px;
}
.siluetanaturaleza {
	list-style-type: none;
	overflow:hidden;
	margin: auto;
	background-image: url(/Auxiliar/siluetas/naturaleza1.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 375px;
}
#listapunto {
	display: block;
	margin: auto;
	width: 95%;
	list-style-type: none;

}
#listapunto ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#listapunto li {
	display: block;
	float: left;
	width: 48%;
	
}
#listapunto li a {
	display: block;
	background-image: url(/Auxiliar/punto1.gif);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 28px;
	background-position: 3px;
	list-style-type: none;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin: 10px;
	font-size: 0.9em;
}
#listapunto li a:hover {
	background-color: #F9F9F9;
	display: block;
}
/* alojamientos y restaurantes*/
.ayr {
	border: 1px solid #D6D6D6;
	background-image: url(/Auxiliar/fonddiv.jpg);
	background-repeat:  repeat-x;
	background-position: top;
	width: 700px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 12px;
	margin-left: auto;
}
.ayrIzda {
	float: left;
	width: 60%;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: center;
}

.listadomenu {
	font-weight: bold;
	text-transform: uppercase;
	color: #6A9C1F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-size: 70%;
}
.situ {
	width: 510px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
.situ object {
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.trenes li {
	margin-top: 12px;
	margin-bottom: 12px;
	list-style-image: url(/Auxiliar/puntoexp.jpg);
	margin-left: 25px;
}
.autobus li {
	margin-top: 12px;
	margin-bottom: 12px;
	list-style-image: url(/Auxiliar/puntoexp.jpg);
	margin-left: 25px;

}
.autobus{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CC0000;
	margin: auto;
	width: 90%;
	font-size: 85%;
}
