@charset "utf-8";
/* CSS Document */

#contenedorbuscador{
    /*height: 100%;*/
    width: 2%;
    height: 100px;
    /*width: 100%;*/
}
#contBusc{
    padding-top: 15px;
    width: 320px;
    margin: auto;
}
#buscador{
    width: 205px;
    float: left;
}
#TextoCaja{
    margin: auto;
}
.inputTextBuscador{
	margin:20px;
	border: none;
	width: 200px;
	height: 45px;
	border-width: 0px;
	border-color: #FFAB00;
	font-size: 9px;
    	font-size: 12px;
	background: rgb(243, 243, 243);
	border: 1px solid #FFAB00;
	border-image: none;
	color: #FFAB00;
	border-radius:6px;
	text-align:center;
}
#btnBuscador{
    width: 100px;
    height: 55px;
margin-left: 720px;
	

	font-size: 9px;
    	font-size: 12px;
	
	border-radius:9px;
	margin-top:-75px;
}

#words{
	background-color: #1a8d94;
	font-size: 14px;
	line-height: 12px;
	z-index: 10;
	margin-left: 2px;
	text-align: left;
	position: relative;
	margin-top: -3px\9;
	border: 1px solid #1a8d94;
	width: 400px;
	color: #000000;
}

.spanItemsBusc:hover {
	color: #13AE03;
	background: #EEEEEE none repeat scroll 0% 0%;
	text-decoration: none;
}

.spanItemsBusc.active {
	color: #13AE03;
	background: #EEEEEE none repeat scroll 0% 0%;
	text-decoration: none;
}

.spanItemsBusc{
	text-decoration:none;
	color:#000000;
	cursor:pointer;
	font-size:14px;
	/* Esta validacion se hace para IE que no soporta hover
	h: expression(onmouseover=new Function("this.style.backgroundColor='#B2D758'; this.style.color='#000000';"),
	                onmouseout=new Function("this.style.backgroundColor='#ffffff'; this.style.color='#000000';"));*/
	list-style: none;
}

.spanSuge{
	color: #13AE03;
	float: right;
	font-size: 12px;
}

.spanSuge.active{
	color: #D0DB6B;
}