#autocomplete_container{
	width:90%; 
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    z-index: 999;
}
#autocomplete_container ul{
    list-style-type: none;
}
li.ui-menu-item
{
	padding:0 .5em;
	line-height:2em;
	border-bottom:1px dotted #ebebeb;
	font-size:15px;
	
	margin: 0px;
	padding-left: 25px;
	background-image: url('/img/lente_mini.png');
	background-repeat: no-repeat;
	background-position:2px 10px;

}

li.ui-state-focus{
	color: red;
}



