.pointer{
    cursor: pointer;
}
.noseleccion {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.noseleccion::selection {
    background: transparent;
}

#mainContainerLogin {
    background-image: url('/adminedi/imagenes/bg_homes.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    opacity: 0.5;
    z-index: -10;
}

#menuReserva{
    background-image: url('/adminedi/imagenes/reservado_sin_brillo.png');
    background-size: 90% 90%;
    background-repeat: no-repeat;
    background-position: center;
}

#menuReclamo{
    background-image: url('/adminedi/imagenes/megafono_sin_brillo.png'); 
    background-size: 90% 90%;
    background-repeat: no-repeat; 
    background-position: center;
}

#menuExpensa{
    background-image: url('/adminedi/imagenes/recibo_sin_brillo.png');
    background-size: 90% 90%; 
    background-repeat: no-repeat;
    background-position: center;
}

.bg-brown{
    /*background-color: rgba(185, 122, 87, 0.7);*/
    background-color: #df6d0cd9;
}

.h-60{
    height: 60%;
    min-height: 60%;
    max-height: 60%;
}