.logo_img_minsa{
    width: 100%;
    height: 10%;
}

.rojo{
    color:red;
}

.negrita{
    font-weight:bolder;
}

.ancho_grillas{
    margin-bottom: 0; 
    overflow-x: auto; 
    overflow-y: hidden; 
    max-height: 130px; 
    width: 70%; 
    white-space: nowrap;
}

.amarillo_text{
    color:yellow;
    font-size:15px;
    font-weight:bolder;

}

.rojo_text{
    color:red;
    font-size:15px;
    font-weight:bolder;

}