.titulo01 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#resultados h1, #resultados p, #resultados h5, #resultados h6 {
	margin: 0px;
}
#resultados h1, #resultados h1 a {
	color: #1E3F96;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
#resultados p {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
#resultados h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #555555;	
    white-space: normal;
    height: auto;
}
#resultados h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #555555;	
}
#resultados h5 a:link, #resultados h5 a:visited, #resultados h5 a:active, #resultados h6 a:link, #resultados h6 a:visited, #resultados h6 a:active {
	color: #0033FF;
}
#resultados h5 a:hover, #resultados h6 a:hover {
	color: #1E3F96;
}
#resultados div.hr, #Noticias hr {
	_height: 1px;
	width: 100%;
	clear: both;
	padding: 0px;
	_background: #fff url(../imagenes/hr.jpg) no-repeat scroll center;
	_margin: 6px 0px 6px 0px;
	_border-top: 1px dashed #0033FF;
	_border-right: 0px dashed #0033FF;
	_border-bottom: 0px dashed #0033FF;
	_border-left: 0px dashed #0033FF;
}
#resultados hr {
	width: 100%;
	height: 1px;
	clear: both;
	padding: 0px;
	_display: none;
	border-top: 1px dashed #0033FF;
	border-right: 0px dashed #0033FF;
	border-bottom: 0px dashed #0033FF;
	border-left: 0px dashed #0033FF;
}
/************************************************************************************************/
#paginador {
	width: 100%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	overflow: visible;
}
#paginador ul, #paginador li {
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
	
	text-align: center;

	border-top-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
}
#paginador li {
	padding: 0px 10px;
}
#paginador li a {
	font-weight: normal;
}
#paginador li a:link, #paginador li a:visited, #paginador li a:active {
	font-weight: normal;
	color: #0033FF;
}
#paginador li a:hover {
	font-weight: normal;
	color: #1E3F96;
}