* { box-sizing: border-box; }

h1,
h2,
h3,
h4,
p { margin-bottom: 1em; }

a { text-decoration: none;}

ul,
ol  {
    list-style: none;
    padding: 0;
}

img {
    width: 100%;  
}

header,
footer {
       background-color: #f8da81;
       color: #4e8d51;
       padding: 0.5rem;
}

body {
     background-color: #fff7e8;
     font-family: sans-serif;
     text-align: center;
     margin: 0;
}

header .contenedor{
      display: flex;
      justify-content: space-between;
      align-items: center;
}
      
#logo {
    background-color: white;
    border-radius: .40em;
    padding: .40em;
    width: 5em;  
    display: block;
}

nav ul{
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

nav ul li{ 
    min-width: 4em; 
    margin: .25em 0 .25em .25em;
}

nav ul li a{
    background-color:#dc7863;
    border-radius: .23em;
    color: white;
    font-weight: normal;
    padding: .25em .5em;
    text-align: center;
    display: block;
}

nav ul li a:hover {
    background-color:#4e8d51;
}

main { padding: 2em; 
       flex-flow: column wrap;
}

.contenedor-personal img{
       width: 55%;
       max-width: 18em; 
       border-radius: .60em;
}

h1{
    font-size: 2em;
    color: #284629;
    font-weight: bold;
}

.contenedor-personal p{
    color: #4e8d51;
    padding: .5em;
    margin-top: -1em;
    margin-bottom: 3em;
}

h3{
    background-color: #dc7863;
    padding: .5em;
    border-radius: .20em;
    color: white;
}

.aprobadas ul,
.en-curso ul{
         background-color: #f8dd8e;
         border-radius: .20em;
         padding: .9em;
         color: #284629;              
}

.contenedor-equipo h2{
         margin-bottom: .15em;
         margin-top: 4rem;
         color: #4e8d51;
}

.contenedor-equipo ol{
         display: flex;
         justify-content: center;
         flex-wrap: wrap;        
}

.contenedor-equipo ol li{
         min-width: 4em; 
         margin: .25em 0 .25em .5em;  
}

.contenedor-equipo ol li a{
         background-color: #6ab76e;
         border-radius: .26em;
         color: white;
         font-weight: normal;
         padding: .25em .5em;
         text-align: center; 
         display: block;
}

.contenedor-equipo ol li a:hover {
         background-color: #4e8d51;
}

.datos-academicos{
         margin-top: 5em;
         padding: .5em;
         color: #dc7863;
         font-size: .9em;
}

footer{
       font-size: .8em;
}

@media screen and(min-width:600px){}


