#maeTitulo{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    min-height: 660px;
    padding: 2%;
}
#maeTitulo h1{ display: none; }
/* Header Uni */
#headIzq{
    width: 50%;
    padding: 5%;    
}
#headIzq h1{
    font-size: 4em;
    color: #FFF;
    margin-bottom: 10px;
}
#headIzq h2{
    font-size: 1.8em;
    color: #72c5f5;
    margin-bottom: 10px;
}
#headIzq h3{
    font-size: 1.4em;
    color: #FFF;
}
#headCent{
    width: 24%;
    padding: 3%;
    margin: 1% 0;
    background-color: rgba(1, 15, 59, 0.7);
    border-radius: 10px;
    color: #FFF;
    text-align: center;
}
#headCent input, #headCent select, #headCent textarea{
    width: 96%;
    padding: 2%;
    margin: 5px 0;
    border: none;
    box-shadow: 0 0 2px #0b2636;
    border-radius: 5px;
    font-size: 0.8em;
}
#headCent textarea{
    height: 100px;
    font-size: 1em;
}
#headCent h2{
    font-size: 2em;
}
#headCent input[type=button]{
    background-color: red;
    color: #FFF;
}
#headCent a{
    text-decoration: none;
    color: #72c5f5;
}
#headDer{
    width: 10%;
    height: 50px;    
}
@media screen and (max-width: 1230px) {
    #headDer{ width: 5%; }
    #headCent{ width: 29%;}    
}
@media screen and (max-width: 1230px) {
    #headDer{ width: 0%; }
    #headCent{ width: 34%;}    
}
@media screen and (max-width: 730px) {
    #headDer{ display: none; }
    #headIzq{ width: 90%; padding: 2%;}
    #headCent{ width: 94%;}
    #headIzq h1{ text-align: center; }
    #headIzq h2{ text-align: center; }
    #headIzq h3{ text-align: center; }
}
/* Fin header uni */
/* Vinculación */
#convenios{
    display: block;
    width: 100%;    
    padding: 2%;    
    background: #FFF;
    color: #002E6C;
    align-items:center;
}
#convenios h2{
    width: 100%;
    padding: 1% 0;
    font-size: 2.4em;
    text-align: center;
    color: rgb(0, 46, 108);
}
#convenios div{
    display: flex;
    flex-wrap: wrap;    
    width: 100%;    
}
#convenios article{
    display: block;
    width: 21%;
    margin: 2%;
    padding: 2%;
}
#convenios article img{
    width: 100%;
}
@media screen and (max-width: 660px){
    #convenios article{
        width: 46%;
    }
}
@media screen and (max-width: 380px){
    #convenios h2{
        font-size: 1.8em;
    }
}
/* Generalidades y Objetivo */
#maeGeneral, #maeObjetivo{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;    
    padding: 2%;
}
#maeGeneral article, #maeObjetivo article{
    width: 48%;
    margin: 1%;    
}
#maeGeneral article h2, #maeObjetivo article h2{
    text-align: center;
    font-size: 2.8em;
    background-color: #D7B10A;
    padding-bottom: 5px;
    color: #FFF;
}
#maeGeneral article p, #maeObjetivo article p{
    font-size: 1.6em;
    padding: 10px;
}
/* Dossier */
#maeDossier{
    display: block;
    width: 100%;    
}
#maeDossier a{ text-decoration: none; }
#maeDossier img{
    display: block;
    width: 100%;
}