.imgavatar{
    height: 360px;
    width: 360px;
    border-radius: 50%;
    float: left;
    margin-right: 50px;
    border: 3px solid black;
}

body{
    background: rgb(223, 222, 227);
    
}
.enlace {
    display:inline-block;
    background: rgb(0, 0, 0);
    color: white;
    padding: 10px 30px;
    text-decoration: none;
    font-family: 'Archivo Bold', sans-serif;
    -webkit-box-shadow: 0px 5px 3px #424242;
    -moz-box-shadow: 0px 5px 3px #424242;
}
.enlace:hover{
    background: rgba(0, 0, 0, 0.38);
    color: black
}
header nav ul li {
    display: inline-block;
}

nav{
    display: flex;
    justify-content: space-around;
    
    
}
.Nombre{font-family: 'Archivo Black', sans-serif;
        font-size: 80px;
}

.bajada{font-family: 'Archivo Black', sans-serif;
        margin-left: 425px;
    margin-top: -50px;
}

.Aprobadas{font-family: 'Archivo', sans-serif;}
.Actuales{font-family: 'Archivo', sans-serif;}

h1{font-family: 'Archivo', sans-serif;
    
}

#contenedor{
    overflow: hidden;
    background: black;
    padding: 10px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;

}
#Aprobadas{
    float: left;
    background: rgb(223, 222, 227);
    padding: 10px;
    padding-bottom: 100px;
    width: 350px;
    margin: 40px;
    height:250px;
    text-align: center;
    
}
#Actuales{
    float: left;
    background: rgb(223, 222, 227);
    padding: 10px;
    padding-bottom: 100px;
    width:340px;
    height:250px;
    margin: 40px;
    text-align: center;
}
#Actuales p{font-size:20px
}
#Aprobadas p{font-size:20px
    
}

footer{ padding-top: 2px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    margin-top: 50px;
    text-align: center;
    font-family: 'Archivo', sans-serif;
}
   
    
#redes{
    text-align: center;
    
}
    
#redes ul{
display: flex;
flex-direction: flex;
flex-wrap: nowrap;
justify-content: space-around;
margin: 0 auto;
list-style: none;
    margin-bottom: 0 auto;
}

#comitente p{font-family: 'Archivo', sans-serif;}
#academica p{font-family: 'Archivo', sans-serif;}
#comitente h2{font-family: 'Archivo Black', sans-serif;
              font-size: 50px;}
#academica h3{font-family: 'Archivo', sans-serif;}
#equipo {font-family: 'Archivo', sans-serif;
         display: flex;
         justify-content: space-around;
text-align: center;}
#equipo li{display: inline-block;}