#selectorAlmacenes {
    display: none;
}

#selectorAlmacenes ul {
    list-style: none;
}

#selectorAlmacenes li {
    cursor: pointer;
    margin-bottom: 10px;
}

#overlay {
    background-color: black;
    opacity: 0.7;
    z-index: 999;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

#imaxSeleccionaAlmacenContenedor {
    clear: both;
}