/* Estilos del plugin de sugerencias */
.ac_input {
width:200px;
}
.ac_results {
background-color:window;
border:1px solid windowframe;
overflow:hidden;
padding:0;
}
.ac_results ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
width:100%;
}
.ac_results iframe {
display:block;
height:3000px;
left:0;
position:absolute;
top:0;
width:3000px;
z-index:-1;
}
.ac_results li {
-x-system-font:menu;
cursor:pointer;
display:block;
font-family:-moz-use-system-font;
font-size:12px;
font-size-adjust:-moz-use-system-font;
font-stretch:-moz-use-system-font;
font-style:-moz-use-system-font;
font-variant:-moz-use-system-font;
font-weight:-moz-use-system-font;
line-height:-moz-use-system-font;
margin:0;
overflow:hidden;
padding:2px 5px;
width:100%;
}
.ac_loading {
background:transparent ;
}
.ac_over {
background-color:highlight;
color:highlighttext;
}
. ac_results ul li {
	color:#666666;
	font-family:"Trebuchet MS",Tahoma,Arial,Verdana,sans-serif;
	font-size:11px;
	width:425px;
}
