h1,h2,h3,h4,h5,li,p,ol {text-align: center ; color:black}




a:hover { color: red; }

.caja_padre :last-child {
  background-color: lightblue;
  color: lightcoral;
  line-height: 2em;
}
.caja_padre :only-of-type {
  background-color: lightblue;
  color: lightcoral;
}


.contenedora equipo{
    background-color: #ff9999;
    text-align: center;
    font-family: sans-serif;
    color:white;
    max-height: 50em;
    max-width: 50em;
    padding: 0em;
    }
    
    .contenedora img{
    border-radius: 50em;
    margin-top: 3em;
    max-height: 15em;
    max-width: 15em;
    
        
}

.grupo{
    text-align: center;
    background-color: #ff6666;
    font-family: sans-serif;
    color: black;
    padding: 0em;
   
}

.grupoa{
    text-align: center;
 
    font-family: sans-serif;
    color: white;
    padding: 1em;
    max-height: 50em;
    max-width: 50em;
    
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.p{font-size: 50%;
}

.li{font-size: 70%;

   
}

.academicos img {
    background-color: white;
    
    
    padding: .1em;
    max-width: 10%;
    
    
}