.ac_results {
	padding: 0px;
	border: 1px solid #ccc;
	background-color: white;
	overflow: hidden;
	z-index: 9980;
	border-top:0;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	/*margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;

	font: menu;
	font-size: 12px;

	line-height: 16px;
	overflow: hidden;*/
	
	padding: 1px 0px 1px 2px;
	list-style-type: none;
	border-top: solid 1px #ccc;
	cursor: pointer;
	background-image:none !important;
	text-align:left;
}

.ac_loading {
	background: white;
}

.ac_odd {
	/*background-color: #eee;*/
}

.ac_over {
	/*background-color: #0A246A;
	color: white;*/
	
	background-color: #ffc000;
	font-weight: bold;
}


/**********************************************/
/*AUTOCOMPLETAR*/

div.autocompletar
{
	border: 1px solid #DDDDDD; 
	padding: 2px 4px; 
	cursor: text;
	background:white;
}
div.autocompletar input{border: 0}
div.tag div.autocompletar input
{
	border:1px solid #ddd;
	padding:2px
}

div.autocompletar input.txtAutocomplete
{
	margin-top:2px;
}

div.autocompletar span.contenedor div.tag
{
	float:left; 
	padding: 2px 5px 2px 2px;
}

div.autocompletar span.contenedor div.tag a.remove {
    background: url("resources/spriteIcons.png?v=2.1.1880") no-repeat scroll -222px -678px transparent;
    cursor: pointer;
    display: block;
    float: right;
    height: 16px;
    margin-left: 5px;
    text-indent: -999em;
    width: 16px;
    position: absolute;
    top: 4px;
    right: 4px
}

div.autocompletar span.contenedor div.tag div {	
	background:#E6E6FA;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	display:inline-block;
	padding:3px 26px 3px 6px;
	word-break: break-all;
	margin-right:3px;
	margin-bottom:2px;
	font-size:12px; 
	position: relative
}
* html div.autocompletar span.contenedor div.tag div {display:inline} /*ie6*/
*:first-child+html div.autocompletar span.contenedor div.tag div {position:relative; display:inline; width:1%; padding-right:30px}/*ie7*/
*:first-child+html div.autocompletar span.contenedor div.tag div a{position:absolute; top:4px; right:4px}/*ie7*/
	
div.autocompletar span.contenedor div.tag.selected div {
	background: none repeat scroll 0pt 0pt #6688FF; 
	border: 1px solid #5566FF;
}

div.autocompletar span.contenedor div.tag input {
	display:none;
}

div.propuestos
{
	margin-top:10px;
}

div.propuestos span.contenedor{
	width:100%; display:block
}
div.propuestos span.contenedor div.tag {	
	background:#FFEFD5;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	display:inline-block; 
	padding:3px 6px;
	word-break: break-all;	
	margin-right:3px;
	margin-bottom:2px;
	font-size:12px	
}
div.propuestos span.contenedor div.tag a.add {
    background: url("resources/spriteIcons.png?v=2.1.1880") no-repeat scroll -199px -678px transparent;
    cursor: pointer;
    display: block;
    float: right;
    height: 16px;
    margin-left: 5px;
    text-indent: -999em;
    width: 16px;
}

*:first-child+html div.propuestos span.contenedor div.tag{
	display:inline; 
	position:relative;
	padding-right:30px
} /*ie7*/
*:first-child+html div.propuestos span.contenedor div.tag a.add{
	position:absolute;
	top:4px; 
	right:2px
} /*ie7*/