.LogosEncabezado{
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
}

.LogosInstitucion{
    display: flex;
    width: 100%;
    height: 60%;
    align-items: center;
    padding-left: 15px;
    justify-content: space-around;
}

.DivLogos{
    width: 25%;
    display: flex;
    justify-content: center;
}

.ImgLogos{
    max-width: 90%;
    max-height: 95px;
}