#horario,
#table-datos {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border: black 1px solid;
    font-size: 8px !important;
    color: black !important;
}
.tabla-grupos-body{
    font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}
.header p{
    margin: 5px;
}
.titulo{
    font-size: 20px;
}
.subtitulo{
    font-size: 10px;
}
.plantel{
    font-size: 14px;
}
#table-datos {
    text-align: left;
    margin-bottom: 1rem;
}

#table-datos th {
    border-collapse: collapse;
    border: black 1px solid;
    width: 43.7%;
}

#horario td {
    border: black 1px solid;
    height: 1.9rem;
    width: 5rem;
}

#table-head th {
    border-collapse: collapse;
    border: black 1px solid;
}

.imagLogo {
    /*width: 117.165px;
    height: 49.134px;*/
    width: 117px;
    height: 49px
}

.header-titulo {
    width: 100%;
    font-size: 16px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    line-height: 8px;
    font-weight: bold;
}

#t-foot {
    margin-top: 1rem;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border: black 1px solid;
    font-size: 10px !important;
    color: black !important;
}

#t-foot td {
    height: 1.7rem;
    border-collapse: collapse;
    border: black 1px solid;
}
#t-foot th{
    border-collapse: collapse;
    border: black 1px solid;
}
#clave{
    width: 30%;
}

.derecha{
    text-align: start;
}
.mayusculas{
    text-transform: uppercase;
}
