.liveSugerenciaHover{
    background-color: #D1F4AB;
    color: #616161;
    list-style: none;
    cursor:pointer;
    font-size: 0.85em;
    font-weight: 300;
}
.liveSugerencia{
    list-style: none;
    margin-left: -0px;
    cursor:pointer;
    font-size: 0.85em;
    font-weight: 300;

}
.listadoHover{
    background-color: #D1F4AB;
    color: #616161;
    list-style: none;
    cursor:pointer;
    font-size: 0.85em;
    font-weight: 300;
}
.listado{
    list-style: none;
    margin-left: -0px;
    cursor:pointer;
    font-size: 0.85em;
    font-weight: 300;
}
.listado_buscador{
    background:#f9f9f9;
    padding:8px;
    border-radius:5px;
    box-shadow: 0 0 15px #ccc;
    /*top: 40px;*/
    left: 42px;
    position: absolute;
    display: none;z-index: 1;
    cursor:pointer;
    font-size: 0.85em;
    font-weight: 300;
}
.contenedorBuscadorCliente .listado_buscador{
    background: #f9f9f9 none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 0 15px #ccc;
    cursor: pointer;
    display: none;
    font-size: 0.85em;
    font-weight: 300;
    left: 19px;
    padding: 8px;
    position: absolute;
    top: 70px;
    z-index: 1;
}
.listado_buscador_cuentas {
    background: #f9f9f9;
    padding: 8px;
    /* border-radius: 5px; */
    box-shadow: 0 0 15px #ccc;
   /* top: 156px;*/
    /*left: 16px;*/
    position: absolute;
    display: none;
    z-index: 1;
    cursor: pointer;
    font-size: 1em;
    font-weight: 300;
}