@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Lato', sans-serif;
    list-style: none;
    text-decoration: none;

}

body {
    background-color: ivory
}



#imgperfil {
    width:12em;
    height:12em;
    border-radius:13em;
    box-shadow: 0 .35em .5em rgba(0, 0, 0, .35);
    margin-bottom: 3em;
}


.perfil {
    text-align: center;
    
}
.perfil h1 { 
    padding: 1em 0em 2em 0em;
    font-size: 2em;
    margin: 0.5em 0em 0em 0em;
    font-family: "lato", sans-serif;
    letter-spacing:0.3em;
    color: cadetblue
    
}


.links {
    display: flex;
    justify-content: center;
    align-content: space-around;
}
.links img {
    width: 3.5em;
    height: auto;
    margin: 0em 2em 0 2em;
}

#infopropia {
    align-items: center;
    display: flex;
    flex-direction: column;
}
    
 #infoacademica {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;

}

.info2 { 
    background-color: ivory;
    border-radius: 1em;
    padding: 1em; 
    margin: 1em;
    width: 20em;
    height: auto;
    color: cadetblue;
    box-shadow: 0 .35em .5em rgba(0, 0, 0, .35);;
    
} 

h3 {
    font-size: 1.5em;
    color: #09124e; 
    margin-bottom: 1em;
}

footer p {
    color: ivory;
    font-size: 0.65em;
    padding: 3em 2em;
    text-align: center
      
}

.logofooter {
    max-height: 5em;
    padding-bottom: 1em;
    
}

.facultad li {
    margin: 0.3em 0em 1em 0em;
    text-align: left;
    border-bottom: solid 0.2em #09124e;
    padding-bottom: 2em;
    width: 20em
}

.facultad ul {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 0.5em;
    align-items: center;
    flex-direction: column;
}

.facultad ul p {
    font-size: 1em;
   color: cadetblue;
    
}

main {
    margin: auto;
    padding: 1.5em;
    
}


header,
footer {
    background-color: #09124e ;
}

header {
    padding: 1em;
}

header > ul {
    display: flex;
}

header > ul > li {
    width: 2em;
    height: 2em;
    display: flex;
    

}

header > ul > li > a {
    width: 100%;
    height: 100%;
    color: ivory;
    text-decoration: overline
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    

}

nav {
    width: 100%;
    margin-left: 1.7em;
}

nav ul {
    list-style: none;
    margin: 2em;
    padding: .15em;
    background-color: none;
    
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 70%;
}

nav ul li {
    flex-basis: 20.5%;
}

nav ul li a {
    background-color: #09124e;
    color: ivory;
    font-weight: bold;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: .125em .5em;
    border-radius: 4px;
}

nav ul li a:hover {
    background-color: white;
    color: black;
}
