/* Caja buscador */

#buscar_marco {
	display:block; width:201px; height:39px;
	background:url(/img/bg_buscar.gif) -14px 0px no-repeat;
	margin:5px 0 0 16px;
	padding:7px 0px 0px 0px;
}

#buscar_caja {
	overflow:hidden;
}

#buscar_caja form {
  padding-top:2px !important;
  padding:0;
  margin:0;
}

#buscar_caja .inputbox {
	background:transparent;
	border:0px;
	padding:0;
	font-size:11px;
	color:#7D776B;
	cursor: pointer;
	width:104px;
}
#res_consulta_mini{
	margin-left:30px;
}

button.botonBuscar {
	width:55px;
	height:20px;
	border:0;
	padding:0px;
	background:none;
	cursor: pointer;
	outline:none;
}
.botonBuscar span {display:none;}

/* /Caja */

.ab_buscador{
	padding:10px;
	border:4px solid #8635B6;
	margin-bottom:20px;
	float:left;
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	color:#333333;
	line-height:18px;
	background:#FFD232 url(/img/bg_buscador.gif) bottom right no-repeat;
}
.ab_coincidencia{
	clear:both;
}
#bus_avanzada {width:495px;}

form.ab_buscador #res_entidades{
	width:360px;
	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:10px;
	font-weight:bold;
	margin-bottom:6px;
}
form.ab_buscador #buscar{
	width:90px;
	margin-left:10px;
	font-family:Arial;
	font-size:10px;
	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 li{
	border-bottom:1px solid #713E8F;
	padding-bottom:1em;
}
.resultado_titulo{
	line-height:20px;
}
a.resultado_titulo:link, a.resultado_titulo:visited{
	font-weight:bold;
	text-decoration:none;
}
a.resultado_titulo:hover{
	font-weight:bold;
	text-decoration:underline;
}
.resultado_ruta{ color:#C49BDC; }
.resultado_resumen{ color:#FFF; }

.res_marca{
	color:#8738b4;
	background-color:#FFFF00;
	font-weight:bold;
	padding:0 2px;
}

/*** fin buscador ***/