h2, h4
{
    text-align: center;
    
}

.graficas
{     
    justify-items: center;
}
.encabesado
{
    margin-top: 120px;    
    justify-items: center;
}
.contenedor
{
    margin-top: 80px;   
    display: flex; 
    text-align:  center;
    gap: 20px;
}
._imagen
{
    width: 300px;
    height: 300px;
    margin-top: 10px;
}
._all-values
{
    margin-top: 30px;
}
._linea
{
    display: flex;
    
}

._cuadro-color
{    
    width: 15px;
    height: 15px;

}
._leyendas
{
    width: 260px;
    margin-left: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 11px;
}
._total
{
    font-weight: bold;
}
._tsu-agro
{
    background-color: rgb(51, 204, 51);   
}
._ing-agro
{
    background-color:rgb(0,176,80);    
}
._tsu-mecanica
{
    background-color: rgb(231,226, 0);    
}
._ing-mecanica
{
    background-color:rgb(204, 204, 0);    
}
._tsu-administracion
{
    background-color: rgb(110, 0, 0);

}
._ing-gestion
{
    background-color: rgb(188,0,0);
}
._tsu-mecatronica
{
    background-color: rgb(133, 214, 255);
}
._ing-mecatronica
{
    background-color: rgb(102, 204, 255);
}
._tsu-contaduria
{
    background-color: rgb(114, 88, 146);
}
._ing-contaduria
{
    background-color: rgb(112, 48, 160);
}
._tsu-procesos
{
    background-color: rgb(245, 128, 31);
}
._ing-procesos
{
    background-color: rgb(228, 108, 10);
}
._tsu-desarrollo
{
    background-color: rgb(255,175,255);
}
._lic-inovacion
{
    background-color: rgb(255, 153, 255);
}
._tsu-ti
{
    background-color: rgb(83, 83, 255);
}
._ing-ti
{
    background-color: rgb(0, 0, 255);
}
._tsu-gastro
{
    background-color: rgb(255, 87, 47);
}
._lic-gastro
{
    background-color: rgb(255, 51, 0);
}
._tsu-cosntruccion
{
    background-color: rgb(166, 166, 166);
}
._ing-civil
{
    background-color: rgb(127, 127, 127);
}
._tsu-personal
{
    background-color: rgb(102,255,102);
}
._lic-otros
{
    background-color: rgb(153, 102, 51);
}
.contenedor
{
    justify-content: center;
}
.prestamos_materiales
{
    margin-top: 120px;    
    justify-items: center;
}
.prestamos_digitales
{
    margin-top: 120px;    
    justify-items: center;
}
footer
{
    margin-top: 50px;
    padding: 30px;
    height: 50px;
    background-color: #a02142;
    text-align: center;
    color: white;
    font-size: 13px;
    font-weight: bold;
}
.div_menu
{
    text-align: center;
    margin-top: 50px;
    }