/*#buscar_marco {
	width: 189px;
	height:30px;
	background: transparent url(../img/fondo_buscar.gif) no-repeat;
	background-position: top left;
}

#buscar_caja {
	padding:2px 0px 0px 0px;
	height:20px !important;
	height:21px;
	overflow:hidden;
	margin: 0px 10px 0px 45px;
}

#buscar_caja form {
  padding:0;
  margin:0;
}

#buscar_caja .inputbox {
	background:transparent;
	border:0px;
   	border-bottom: 1px dashed #e0d7c7;
	padding:2px 2px 1px 0px;
	font-size:11px;
	color:#7D776B;
	cursor: pointer;
}*/

/* Buscador */

.ab_buscador{
	width:288px;
	padding:15px;
	background: #f3f0dc url(../img/bg_buscar.gif) bottom right no-repeat;
	border:1px solid #aaa090;
	margin-bottom:20px;
	float:left;
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	color:#333333;
	line-height:18px;
}
.ab_coincidencia{
	clear:both;
	color:#4e3114;
	font-family:Arial;
	font-size:16px;
	margin-top:20px;
	padding:4px;
	border-top:1px solid #aaa090;
	background-color:#f3f0dc;
}
form.ab_buscador #res_entidades{
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
}
form.ab_buscador #res_consulta{
	width:200px;
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
}
form.ab_buscador #buscar{
	width:60px;
	margin-left:10px;
	font-family:Arial;
	font-size:10px;
	text-align:center;
	font-weight:bold;
}
table.fechas_res td{
	padding-top:5px;
	padding-right:5px;
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	color:#333333;
}

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;
}
a.resultado_titulo:link, a.resultado_titulo:visited{
	color:#851f35;
	text-decoration:none;
}
a.resultado_titulo:hover{
	color:#990000;
	text-decoration:underline;
}
.resultado_ruta{ color:#AAAAAA; }
.resultado_resumen{ color:#666666; }

.res_marca{
	background-color:#FFFF99;
	font-weight:bold;
}

/*** fin buscador ***/