@charset "UTF-8";


#divBienvGestionGV {
    font-size: 35px;
}

@media only screen and (min-width: 640px) and (max-width: 1023px) {
    #divBienvGestionGV {
        font-size: 25px;
    }
}

@media only screen and (max-width: 639px) {
    #divBienvGestionGV {
        font-size: 16px;
    }
}

.ocultarDiv {
    display: none;
}

.centrar {
    text-align: center;
}


/* Cabecera */

#cabNomUserLogado {
    color: #0E2143;
    font-weight: bold;
}




#divBienvGestionGV {
    text-align: center;
    color: #0E2143;
    background-color: #F7F7F7;
    border: 0px;
}


/* Ventana Modal */

#divCargando,
#butMostrarVentModal,
#butCerrarVentModal {
    display: none;
}

.modal.fade.bs-example-modal-sm {
    z-index: 9999;
}

.modal-header {
    background-color: #418FDE;
    color: white;
}

.modal-title {
    font-size: 20px;
}

@media only screen and (min-width: 640px) and (max-width: 1023px) {
    .modal-title {
        font-size: 18px;
    }
}

@media only screen and (max-width: 639px) {
    .modal-title {
        font-size: 16px;
    }
}

.modal-body {
    color: #0E2143;
    text-align: center;
    font-size: 18px;
}

@media only screen and (min-width: 640px) and (max-width: 1023px) {
    .modal-body {
        font-size: 16px;
    }
}

@media only screen and (max-width: 639px) {
    .modal-body {
        font-size: 14px;
    }
}

.modal-body img {
    width: 100px;
}

@media only screen and (min-width: 640px) and (max-width: 1023px) {
    .modal-body img {
        font-size: 80px;
    }
}

@media only screen and (max-width: 639px) {
    .modal-body img {
        width: 60px;
    }
} 


/* Notificaciones de Error */

#butNotifErr {
    display: none;
}


