
#myDiv{ 
 margin:0px;
 width:300px;
 border-radius: 5px; 
}

.sugerencias:hover{
 background-color:#e0e3e4;
 cursor:default; 

 
}

body{
 color:#696969;
 font-family:Arial,Helvetica,sans-serif;
 border-radius: 5px;
}

#bus{
 background-image:url('search.png');
 background-size:23px 23px;/*tamano imagen*/
 background-repeat:no-repeat;
 background-position:right;
 border-radius: 5px;
 border-style:solid;
 border-color:#2a8fbd;
 border-width:2px; 
 height:25px;
 color:#2a8fbd;

}

#resultados{
 border-radius: 1px;
 border-color:#2a8fbd;
 border-width:2px;
 height:50px;
 color:#2a8fbd;
 width:370px; 
 

}

       
