.tableReporte {
    caption-side: bottom;
    border-collapse: collapse;
    margin: auto;
    margin-top: 10px;
}

.trEncabezado {
    border: 0;
    border-bottom: 1px solid #dee2e6;
}

.empleadoEncabezado {
    text-align: start;
    border: 0;
}

.filaInfoTotales {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    width: 100%;
}

.containerSimple {
    display: flex;
    flex-wrap: wrap;
    margin: 1rem;
    width: 150px;
    justify-content: center;
}

.titlegralSimple {
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    width: 100%;
    margin-bottom: 0.5rem;
    background-color: #e9ecef;
}

.contentCuadroSimple {
    font-size: 1rem;
    text-align: center;
    margin-bottom: 0.5rem;

}