.seleccioneOpcion {
    margin: 8px;
    height: calc(100vh - 300px);
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -o-box-lines: single;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
    .seleccioneOpcion > div {
        background-image: url(../Content/Imagenes/General/asd-imag-seleccionarOpcion.svg);
        width: 100%;
        height: 100%;
        max-height: 350px;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        background-size: contain;
    }

    .seleccioneOpcion > h4 {
        text-align: center;
        color: rgba(77,83,106,0.87);
        font-weight: 500;
        margin-top: 10px;
    }
.TodoMayuscula input {
    text-transform: uppercase;
}

.tablaNormal {
    width: calc(100% - 2rem);
    border-collapse: collapse;
    margin: 1rem;
}

    .tablaNormal th, .tablaDragAndDrop th, .tablaPlana th {
        color: #78909c;
    }

    .tablaNormal th, .tablaDragAndDrop th, .tablaPlana th {
        background-color: #e5ecef;
    }

    .tablaNormal th, .tablaDragAndDrop th, .tablaPlana th, .tablaNormal td, .tablaDragAndDrop td, .tablaPlana td {
        border: 1px solid #e5ecef;
    }

    .tablaNormal th, .tablaDragAndDrop th, .tablaPlana th, .tablaNormal td, .tablaDragAndDrop td, .tablaPlana td {
        text-align: left;
        padding: 0.6rem;
        vertical-align: middle;
    }
