input.inputPredictivo {
	width: 98%;
	height: 100%;
	color: #013df7;
	font-family: Lato-regular;
    font-size: 1em;
    margin: 0;
    padding: 6px;
    border: none;
    background: none;
}

span.inputPredictivo {	    
    font-size: 18px;
    padding: 0px;
    margin-bottom: 9px;    
    color: #01649b;
    height: 36px;
    line-height: 23px;
    display: block;
    width: 100%;     
    background-color: #fff;
    background-image: none;
    border: 1px solid #959595;
    border-radius: 0;      
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

span.inputPredictivo a{
	height:100%;
	background:none;
}
span.inputPredictivo a:hover{
	background:none;
	border:none;
}

span.inputPredictivo a:focus{
	outline:0px;
}

a.botonPredictivo {
	width: 10px;	 
	margin: 0;
    padding: 0;
    border: none;    
}

li[id^="categoria-"] {
	font-weight: bold;
	color: #013df7;
}

li[id^="categoria-"] a:hover {
	font-weight: bold;	
}