@charset "utf-8";

body{
    background-color:white;
    font-family:sans-serif;
    color: #6f6f6f;
}

header .menu{
    display:flex;
    text-align: center;
    justify-content: space-between;
    align-items: center;
}

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

.yo{
    display:block;
    text-align: center;
    justify-items: center;  
}

.yo img{
    border-radius: 50em;
    width: 50%;
    max-width:15em;
}

.yo p{
    display: block;
    justify-items: center;
}

.yo h4{
    display: block;
    margin: 15px;
    color: #7f93ff;
    padding: 0;
}
.yo h1{
    color: #ff533d;
    border-bottom: 2px solid #ff533d;
}

.aprobadas{
    display: block;
    justify-items: center;
    text-align: center;
    margin-top: 3em;
    border-top: 1px solid #6f6f6f;
}

.aprobadas strong{
    color: #ff533d;
}

.aprobadas p{
    color: #6f6f6f;
    background-color: white;
    padding: 0;
    display: block;
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 0;
}

.aprobadas ul li{
    list-style: none;
}

.cursando strong{
    color:#7f93ff
}

.academico ul li {
    background-color: white;
    margin: .5em;
    padding: 10px;

}

.academico ul li{
    display: block;
    margin: 3em;
}

.equipo{
    margin: 0;
}

.equipo h3 strong{
    color: #ff533d;
}

.equipo h4 strong{
    color: #7f93ff;
}

.equipo ol li{
    margin: 0;
    padding: 0;
}

.equipo img{
    border-radius: 50em;
    border: 2px solid #7f93ff;
}

.equipo img:hover{
border: 2px solid #ff533d;    
}

.academico h2{
    color: #ff533d;
}


.academico p strong{
    color: #7f93ff;
}

.academico{
    text-align: left;
}

.academico ul div h2{
    border-top: 1px solid #ff533d;
    padding-top: 1em;
    margin-top: 1em;
}


.academico img{
    max-height: 3em;
    min-height: 40px;
  
    
}

.boceto{
    display:block;
    text-align: center;
    justify-items: center; 
    }

.boceto img{
    width: 100%;
    max-width: 80em;
}

nav ul{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0;
    padding:0;
}
nav ul li{
    margin: 0 0 .5em 0 ;
}
nav ul li a{
    background-color: #ff533d;
    display: block;
    color: white;
    text-decoration: none;
    padding: 10px;
}
nav ul li a:hover{
    background-color: #7f93ff;
    color: #white;
}


h2, h3{
    color:#6f6f6f;
}

* ul{
    list-style:none;
}

footer{
    display: block;
 padding: 2em;
    background-color: #6f6f6f;
    color: white;
}

