/* CSS Document */

/*** RESULTADOS ***/
#resultados {
	background-color:#FFFFFF;
	width: 37.9em;
	border: 1px solid #D6D6D6;
	float: left;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-repeat: repeat-x;
	border-top: 0px;
}
#resultados h1 {
	font-size:0.8em;
	font-weight:bold;
	display: block;
	padding-top: 0.2em;
	padding-bottom: 0.4em;
	color:#305EA3;
}
#resultados h2 {
	font-size:0.6em;
	font-weight:bold;
	display: block;
	padding-top: 0em;
	padding-bottom: 0em;
	border-top: 1px solid #D6D6D6;
}
#resultados h2 a:link, #resultados h2 a:active, #resultados h2 a:visited {
	color:#305EA3;
	text-decoration:none;
	padding-left: 0.4em;
	padding-right: 0.4em;
	padding-bottom: 0.4em;
	padding-top: 0.4em;
	display: block;
	border-bottom: 1px solid #FFF;
}
#resultados h2 a:hover {
	color:#305EA3;
	text-decoration:underline;
	background-color: #F4F4F4;
	display: block;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	border-bottom: 1px solid #D6D6D6;
	background-image: url(images/document.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#resultados p.bajada {
	font-size:0.55em;
	font-weight:normal;
	color:#333;
	display: block;
	text-align:justify;
	margin-bottom: 0.5em;
	padding-left: 0.45em;
	padding-right: 0.45em;
	padding-top: 0.2em;
	line-height: 1.5em;
}
#resultados p.fecha {
	font-size:0.5em;
	font-weight:normal;
	color:#999;
	display: block;
	text-align:right;
	padding-top: 0.3em;
	margin-bottom: 0.5em;
	padding-right: 0.6em;
}
#resultados p.fuente {
	font-size:0.5em;
	font-weight:normal;
	color:#999;
	display: block;
	padding-bottom: 0.3em;
}
/*** ***/
