
div.autocompleter-loading
{
	float:					left;
	clear:					right;
	background:				#fff url(images/spinner.gif) no-repeat center;
	width:					20px;
	height:					16px;
}

ul.autocompleter-choices
{
	position:				absolute;
	margin:					0;
	padding:				0;
	list-style:				none;
	border:					1px solid #eee;
	background-color:		#EAF6F6;
	border-right-color:		#ddd;
	border-bottom-color:	#ddd;
	text-align:				left;
/*	font-family:			Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	z-index:				50;
	overflow:hidden;
}

ul.autocompleter-choices li
{
	position:				relative;
	padding:				2px 1.5em 2px 30px;
	font-weight:			normal;
	font-size:				12px;
	clear:both;
	float:left;
	height: auto;
	overflow:hidden;
	width:100%;
	background-repeat:no-repeat;
	background-position:5px 0px;
	text-decoration:none;
	cursor:pointer;
}

ul.autocompleter-choices li:hover
{
/*	background-color:		#FFFFFF;*/
	text-decoration:underline;
}

ul.autocompleter-choices li span.dl1 {
	font-size:				12px;
	font-weight:			bold;
}

ul.autocompleter-choices li span.dl2 {
	font-size:				10px;
	font-weight:			normal;
}
ul.autocompleter-choices li span.dl3 {
	font-size:				12px;
	font-weight:			normal;
}

ul.autocompleter-choices li span.dl4 {
	font-size:				10px;
	font-weight:			normal;
	color:					#AAAAAA;
}
ul.autocompleter-choices li.autocompleter-selected
{
	background-color:		#FFFFFF;
	color:					#5EB2E5;
}

ul.autocompleter-choices li.autocompleter-selected a.example-info
{
	text-decoration:none !important;
	color:#ffffff !important;
	display:block;
}

ul.autocompleter-choices span.autocompleter-queried
{
	font-weight:			bold;
}

ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried
{
	color:					#1C4875;
}

ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried a.example-info
{
	text-decoration:none !important;
	color:#ffffff !important;
	display:block;
}

a.example-info {
	text-decoration:none !important;
	color:#336699 !important;
	display:block;	
}

ul.autocompleter-choices li img {
	margin-right:10px;
}
a.aviso_link { 
background-position:5px 0;
background-repeat:no-repeat;
display:block; font-weight:bold; font-size:14px; color:#1D6CD3; font-style:italic; padding-left:30px; text-decoration:underline; margin-bottom:10px; }