	#res_consulta_mini {
		color:#333333;
	}
	/* Buscador */
	#buscador{
		width:121px;
		height:26px;
		margin:4px 20px;
		background:url(../img/buscador.jpg) no-repeat top left;
	}
	#buscador input{
		width:85px;
		margin-top:4px;
		margin-left:10px;
		border:0px;
		 background:transparent;
	}
	#buscador form{ display:inline; }
	
	.ab_buscador{
		background-color:#000;
		/*padding:10px;
		border:1px solid #666666;*/
		margin-bottom:20px;
		float:left;
		font-family:Arial;
		font-size:10px;
		font-weight:bold;
		color:#CCC;
		line-height:18px;
	}
	
	#bus_avanzada {
		/*background-color:#363636;*/
		padding:10px;
		color:#CCC;
		width:500px;
		background:#0F0F0F url(../img/bg_destacado.gif) no-repeat;
		height:204px;
	}
	
	.ab_coincidencia{
		clear:both;
	}
	form.ab_buscador #res_entidades{
		width:500px;
		margin-top:10px;
		margin-bottom:10px;
		font-family:Arial;
		font-size:10px;
		font-weight:bold;
	}
	form.ab_buscador #res_consulta{
		width:250px;
		font-family:Arial;
		font-size:11px;
		font-weight:bold;
		border:1px solid #666666;
		padding:1px 2px;
	}
	form.ab_buscador #buscar{
		width:90px;
		margin-left:10px;
		font-family:Arial;
		font-size:11px;
		font-weight:bold;
		background-color:#990000;
		border:1px solid #666666;
		cursor:pointer;
	}
	table.fechas_res td{
		padding-top:5px;
		padding-right:5px;
		font-family:Arial;
		font-size:10px;
		font-weight:bold;
		color:#CCC;
	}
	
	table.fechas_res select{
		font-family:Arial;
		font-size:10px;
		font-weight:bold;
	}
	.ab_resultados{
		clear:both;
	}
	
	ol.resultado{
		margin-left:20px;
		padding-left:5px;
		padding-right:20px;
	}
	ol.resultado li{
		margin-top:10px;
		margin-bottom:20px;
	}
	.resultado_titulo{
		line-height:20px;
		font-size:14px;
		font-family:"Times New Roman", Times, serif;
	}
	a.resultado_titulo:link, a.resultado_titulo:visited{
		color:#990000;
		font-weight:bold;
		text-decoration:none;
	}
	a.resultado_titulo:hover{
		color:#CC0000;
		font-weight:bold;
		text-decoration:underline;
	}
	.resultado_ruta{ color:#AAAAAA; }
	.resultado_resumen{ color:#666666; }
	
	.res_marca{
		background-color:#FFFF99;
		font-weight:bold;
	}
	
	/*** fin buscador ***/