﻿body {
}

.imgLogoColson {
    height: auto;
    width: 25%;
    max-width: 50%;
}

.form-label {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.seccionTitulo {
    color: #118548;
}

/*JREM: divEspera*/
.fondoDivEspera {
    background-color: black;
    opacity: 0.4;
    filter: alpha(opacity=40);
    background-color: rgba(0,0,0,0.90);
    width: 100%;
    height: 100%;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    color: white;
    z-index: 10000;
}

.centradoDivEspera {
    align-items: center;
    display: flex;
    height: 100vh;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    transition: opacity 0.3s linear;
    width: 100%;
    z-index: 9999;
}

.posicion {
    font-family: Nunito, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    color: #899bbd;
}

    .posicion td {
        padding: 5px 5px 5px 0px !important;
    }
/*JREM: fin divEspera*/

.infoDatos {
    font-family: Nunito, sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 21px !important;
    color: #899bbd !important;
}