/* jQuery AutoComplete inicio */
.ac_results {
	padding: 0px;
	border: 1px solid #2A6582;
	background-color: #E8F4F4;
	overflow: hidden;
	z-index: 99999;
}
.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;

	/* 

	if width will be 100% horizontal scrollbar will apear 

	when scroll mode will be used

	*/

	/*width: 100%;*/

	

	/* 

	it is very important, if line-height not setted or setted 

	in relative units scroll will be broken in firefox

	*/
	line-height: 16px;
	overflow: hidden;
	font-size:11px;
}

.ac_loading {
	background: white url('imgs/loading.gif') right center no-repeat;
}
.ac_odd {
	background-color: #fff;
}
.ac_over {/*El seleccionado*/
	background-color:#A1CCDA;
	color: #333;
}
	/* para los iconitos en el ac*/
	.ac_results UL LI SPAN{
		padding:2px 0px 2px 26px;
		display:block;
	}
	.ac_results UL LI SPAN.ac_poblacion{
		background:url(/styles/imgs/gmaps/leyenda_poblacion.png) no-repeat left 0;
	}
	.ac_results UL LI SPAN.ac_destino{
		background:url(/styles/imgs/gmaps/leyenda_mustsee.png) no-repeat left 0;
	}	

	.ac_results UL LI SPAN.ac_hotel{
		background:url(/styles/imgs/gmaps/leyenda_hotel.png) no-repeat left 0;
	}

	.ac_results UL LI SPAN.ac_camping{
		background:url(/styles/imgs/gmaps/leyenda_camping.png) no-repeat left 0;
	}

	.ac_results UL LI SPAN.ac_local{
		background:url(/styles/imgs/gmaps/leyenda_local.png) no-repeat left 0;
	}

	.ac_results UL LI SPAN.ac_restaurante{
		background:url(/styles/imgs/gmaps/leyenda_restaurante.png) no-repeat left 0;
	}	
	
	.ac_results UL LI SPAN.ac_ski{
		background:url(/styles/imgs/gmaps/leyenda_ski.png) no-repeat left 0;
	}
	
	.ac_results UL LI SPAN.ac_ut-tipo-casarural{
		background:url(/styles/imgs/gmaps/leyenda_ut-tipo-casarural.png) no-repeat left 0;
	}
	
	.ac_results UL LI SPAN.ac_bodegas{
		background:url(/styles/imgs/gmaps/leyenda_bodegas.png) no-repeat left 0;
	}						
/* jQuery AutoComplete fin */

