#bar table {
	font-family: Arial, sans-serif;
	font-size: 12px;
}

form {
	margin-bottom: -3px;
}
.buscar {
	height: 22px;
	font-size: 11px;
}
#q {
	font-size: 11px;
	color: #333333;
	height: 21px;
	width: 100px;
}
#opciones_busqueda {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
#resultados {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	width: 460px;
	margin-right: 5px;
	margin-left: 0px;
}
#resultados h1 {
	font-size: 12px;
}
#resultados #tituloseccion {
	margin-bottom: 10px;
	background-color: #EDDCE4;
	font-size: 12px;
	font-style: italic;
	padding: 5px;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #84789E;
}
#resultados li {
	list-style-type: square;
}

#resultados .textoplain h5 {
	font-style: italic;
	font-weight: normal;
}
#paginador {
	width: 100%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	overflow: visible;
	margin-bottom: 10px;
}
#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: #0000CC;
}
#paginador li a:hover {
	font-weight: normal;
	color: #0000FF;
}

#resultados .textoplain hr {
	color: #CCCCCC;
	height: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
}

#resultados h1, #resultados p, #resultados h5, #resultados h6 {
	margin: 0px;
}
#resultados h1, #resultados h1 a {
	color: #0000CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
#resultados p {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
#resultados h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #333333;	
    white-space: normal;
    height: auto;
}
#resultados h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #333333;	
}
#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: #0000CC;
}
#resultados h5 a:hover, #resultados h6 a:hover {
	color: #0000FF;
}
#texto_base {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

