ul.autocompleter-choices{
	position:				absolute;
	margin:					0;
	padding:				0;
	list-style:				none;
	border:					1px solid #7F9DB9;
	background-color:       #F4F4F4;
	text-align:				left;
	font-family:			Verdana, Geneva, Arial, Helvetica, sans-serif;
	z-index:				50;
/*	overflow:				auto;
	height:					210px;*/
}

ul.autocompleter-choices li{
	position:				relative;
	padding:				0.1em 1.5em 0.1em 1em;
	cursor:					pointer;
	font-weight:			normal;
	font-size:				1em;
}

ul.autocompleter-choices li.autocompleter-selected{
	background-color:		#444;
	color:					#fff;
}

ul.autocompleter-choices span.autocompleter-queried{
	
}

ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried{
	color:					#9FCFFF;
}
.listado {
color:#2686af; font-size: 11px; font-weight: bold; 
}