#horarioMaestro{
    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;
    height: 1.2rem;
}
#table-datos th{
    border-collapse: collapse;
    border: black 1px solid;
    width: 50%;
    font-size:9px !important;
}
#horarioMaestro td{
    border: black 1px solid;
    height: 1.7rem;
    width: 5rem;
}
#table-border tr{
    height: 1.6rem;
}
 #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: 74%;
    text-align: center;
    border-collapse: collapse;
    border: black 1px solid;
    font-size: 10px!important;
}
#t-foot td{
    height: 1.5rem;
    border-collapse: collapse;
    border: black 1px solid;
}
#t-foot th{
    border-collapse: collapse;
    border: black 1px solid;
}
#nombre-maestro:before{
    content: "NOMBRE DEL MAESTRO: LIC. ";
}