/* header */ 
 
.contenedor{
    max-height: 50em;
    max-width: 50em;
    background-color: #33ccff;
    display: flex;
    
        
}

header .contenedor{
    background-color: #33ccff;
    
    padding: 1em;
    
    display: flex;
    align-items: center;
    flex-wrap:wrap;
}

header ul li{
    
    list-style: none;
    text-align: center;
    font-family: sans-serif;
    font-size: 1em;
    background-color: aqua;
    color: black;
    border-radius: .30em;
    margin-top: 1em;
    
}



header ul li a{
    width: 100%;
    height: 100%;
    color:black;
    
    
    
    
}

div{
    display: block;
    
}

li{display: list-item;
    list-style: none;
    
}



/* main */


.contenedora{
    background-color: #ff9999;
    text-align: center;
    font-family: sans-serif;
    color:white;
    max-height: 50em;
    max-width: 50em;
    padding: 1em;
    
    
    
    
}

.contenedora img{
    border-radius: 50em;
    margin-top: .3em;
    max-height: 10em;
    max-width: 10em; 
}
.grupo{
    text-align: center;
    background-color: #ff6666;
    font-family: sans-serif;
    color: white;
    padding: 1em;
    max-height: 50em;
    max-width: 50em;
    
    display: flex;
    justify-content: center;
    flex-direction: row;
}


.grupo a{ 
    color: black;
    
    
    
}

 .grupo img{
    border-radius: 50em;
    
    
     
    
}

.academicos h4{ 
text-align: center;
}

.academicos{
    background-color: #cccc33;
    font-family: sans-serif;
    font-size: 12px;
    max-height: 50em;
    max-width: 50em;
    
    display: flex;
    justify-content: center
}

.academicos img {
    background-color: white;
    
    
    padding: .1em;
    max-width: 20%;
    
    
}
/* footer */ 

.pie{
    
    text-align:center;
    font-size: .1em;
    font-family: sans-serif;
    background-color: #999999;
    padding: .1em;
    
}

