/* CSS Document */
* {
	padding:0;
	margin:0;
}
html {
	 text-shadow:none;
}
body {
	font-size:125%; /*1em=16px ergo al 125% 1em=20px*/
	background-color:#FFF;
	margin:0;
	padding:0;
	padding-bottom:10px;
}
#contenedor {
	width:760px;
	background-color:#FFFFFF;
	left: 10px;
	display: block;
	margin: 20px 0 0 10px;
}

/*** ***/
#top {
	width: 977px;
	margin: 20px 0 10px 10px;
	padding: 0;
	display: block;
}
#top img.logo {
	float:left;
	width: 25em;
	height: 3.3em;
}
#top form {
	float:right;
	border: 1px solid #E9E9E9;
	padding-top: 14px;
}
#top form p {
	display:block;
}
#top form p.derecha {
	display:block;
	text-align:right;
}
#top form p label {
	font-size: 0.55em;
	font-family: Tahoma, "Trebuchet MS", SansSerif;
	font-weight:bold;
	color: #666666;
}
#top form p input.campo {
	width:15em;
	font-size: 0.55em;
	font-family: Tahoma, "Trebuchet MS", SansSerif;
}
#top form p input.boton {
	font-size: 0.55em;
	font-family: Tahoma, "Trebuchet MS", SansSerif;
}

/*** MENU ***/
ul#menu {
	border: 1px dotted #CCC;
	font-family:Tahoma, "Trebuchet MS", SansSerif;
	color:#333;
	display: block;
	width: 760px;
	height: 31px;
	line-height: 31px;
	margin: 0 0 0 10px;
	background-color: #FFF;
	border-left: 0;
	border-right: 0;
}
#menu li {
	display:block;
	background-color:#FFF;
	list-style-type:none;
	float: left;
	font-size: 13px;
	padding: 0;
	font-weight: normal;
} 
#menu li a {
	border-left: 1px dotted #CCC;
}
#menu li:first-child a {
	border-left: 0px dotted #CCC;
}
#menu li a:link, #menu li a:active, #menu li a:visited {
	color:#004B97;
	text-decoration:none;
	padding-right:10px;
	padding-left:10px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#menu li a:hover {
	color:#9F0000;
	text-decoration:underline;
}
#menu li img {
	border:0px;
	width: auto;
}
#menu li#li_rss {
	float:right;
}
/*** ***/

/*** PAGINACION ***/
p#paginacion {
	text-align: center;
	font-size: 0.6em;
	clear: both;
	display: block;
	padding: 0.4em;
	background-color:#F4F4F4;
	border-top:1px solid #D6D6D6;
}
p#paginacion a:link, p#paginacion a:active, p#paginacion a:visited {
	color:#003366;
	text-decoration:none;
	padding-left:0.2em;
	padding-bottom:0.4em;
	font-weight:bold;
	padding-right: 0.2em;
}
p#paginacion a:hover {
	color:#990000;
	text-decoration:none;
	padding-left:0.2em;
	padding-bottom:0.2em;
	border-bottom:1px dotted #990000;
	font-weight:bold;
	padding-right: 0.2em;
}
p#paginacion strong.paginacion_anterior a:link, p#paginacion strong.paginacion_anterior a:active, p#paginacion strong.paginacion_anterior a:visited {
	color:#003366;
	text-decoration:none;
	padding-left:1em;
	padding-bottom:0.2em;
	background-image:url(images/flecha1_resultados.gif);
	background-repeat:no-repeat;
	background-position:left;
}
p#paginacion strong.paginacion_anterior a:hover {
	color:#990000;
	text-decoration:none;
	padding-left:1em;
	padding-bottom:0.2em;
	border-bottom:1px dotted #990000;
	background-image:url(images/flecha1a_resultados.gif);
	background-repeat:no-repeat;
	background-position:left;
}
p#paginacion strong.paginacion_siguiente a:link, p#paginacion strong.paginacion_siguiente a:active, p#paginacion strong.paginacion_siguiente a:visited {
	color:#003366;
	text-decoration:none;
	padding-left:0.3em;
	padding-right:1em;
	padding-bottom:0.2em;
	background-image:url(images/flecha2_resultados.gif);
	background-repeat:no-repeat;
	background-position:right;
}
p#paginacion strong.paginacion_siguiente a:hover {
	color:#990000;
	text-decoration:none;
	padding-left:0.3em;
	padding-right:1em;
	padding-bottom:0.2em;
	border-bottom:1px dotted #990000;
	background-image:url(images/flecha2a_resultados.gif);
	background-repeat:no-repeat;
	background-position:right;
}
/*** ***/

/*** FOOTER ***/
#footer {
	border: 1px solid #CFCFCF;
	background-color: #F2F2F2;
	width: 37.9em;
	text-align:center;
	font-family:Tahoma, "Trebuchet MS", SansSerif;
	color:#333;
	margin-left: 10px;
	display: block;
	position: relative;
	clear: both;
	padding-bottom: 0.4em;	
	padding-top: 0.3em;
	top:0.5em;
	margin-bottom:0.5em;
}
#footer p.datos {
	font-size:12px;
	line-height: 22px;
	padding-bottom: 8px;
}
#footer p.datos a:link, #footer p.datos a:active, #footer p.datos a:visited {
	color:#003f7e;
	background-image:url(images/borde_link_intextos.gif);
	background-repeat: repeat-x;
	background-position:0 bottom;
	text-decoration:none;
}
#footer p.datos a:hover {
	color:#003f7e;
	background-image:url(images/linea_link_intextos.gif);
	background-repeat: repeat-x;
	background-position:0 bottom;
	text-decoration:none;
}
#info {
	border: 1px solid #CFCFCF;
	background-color: #F2F2F2;
	width: 37.9em;
	font-family:Tahoma, "Trebuchet MS", SansSerif;
	color:#333;
	left: 0px;
	display: none;
	position: absolute;
	padding-bottom: 0.4em;
	padding-top: 0.3em;
	bottom: 1.5em;
}
/*** ***/

/*** UBICACION ***/
#contenedor strong.ubicacion  {
	color:#990000;
	font-size:0.5em;
	background-image: url(images/indicador_politica.gif);
	background-repeat: no-repeat;
	background-position: 0;
	padding-left: 12px;
	margin-bottom: 0.4em;
	display: block;
	font-family: "Lucida Console", Monaco, monospace;
	font-weight: normal;
}
#contenedor strong.ubicacion a:link, #contenedor strong.ubicacion a:active, #contenedor strong.ubicacion a:visited {
	color:#990000;
	text-decoration:none;
	background-image: url(images/borde_link_politica.gif);
	background-repeat: repeat-x;
	background-position: 0 bottom;
}
#contenedor strong.ubicacion a:hover {
	color:#990000;
	text-decoration:none;
	background-image: url(images/linea_link_politica.gif);
	background-repeat: repeat-x;
	background-position: 0 bottom;
}
#contenedor strong.ubicacion_resultados  {
	color:#464646;
	font-size:0.5em;
	background-image: url(images/indicador_resultados.gif);
	background-repeat: no-repeat;
	background-position: 0 0.4em;
	padding-left: 0.8em;
	margin-bottom: 0.4em;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
}
/*** ***/

p.bajada iframe, p iframe {
	float:left;
	margin-right:8px;
}
#anuncios a img.iconos {
	width:32px;
	height:32px;
	border: 1px solid #FFF;
	margin-bottom: 10px;
	padding: 2px;
	margin-right: 0px;
}
#anuncios a:hover img.iconos {
	width:32px;
	height:32px;
	border: 1px solid #FFF;
	margin-bottom: 10px;
	padding: 2px;
	background-color:#DFEFFF;
	border-color:#9BC1E8;
	margin-right: 0px;
}
 
