.ac_results {	
	background-color:#fff;
	-moz-border-radius:7px;
	border:1px solid #ccc;	
	color:#484848;
	overflow: hidden;
	margin:3px 0 0 -6px;	
	position:absolute;	
	float:left;
	z-index:99999;
	/*opacity:0.8;*/ 
}

.ac_results ul {
	width: 100%;	
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
	background-color:yellow;
}

.ac_results li {
	margin: 0px;
	padding: 4px 8px;
	cursor: pointer;
	display: block;
	width: 100%;	
	font-size: 13px;
	font-weight:normal;
	overflow: hidden;
	float:left;
}

.ac_loading {
	background: none url(../images/portal/image-loader.gif) right center no-repeat;
}

.ac_over {
	background-color: #f7f7f7;
	color:#484848;
	-moz-border-radius:8px;
	border:0px solid #ccc;
	float:left;
}

.ac_resultado_head{
	float:left;
	width:100%;
	height:15px;
	padding:5px 0 0 0;
	margin-bottom:2px;	
}

.ac_resultado {
	font-size:1.2em;
	color:#2e90cc;
	float:left;	
	text-align:left;
	width:100px;
	margin:2px 0 0 8px;
	font-weight:bold;	
	}

.ac_close {
	background:#fff url(../images/portal/ac_close.gif) 0 2px no-repeat;
	text-align:left;
	float:right;	
	color:#484848;
	font-size:1.1em;	
	width:44px;	
	padding-left:16px;		
	height:20px;
}

