*{
    margin: 0,5em;
    padding: 0,5em;
    border: 0,5em;
    box-sizing: border-box;
    line-height: 1.3rem;
    font: 11em;
    font-family: sans-serif;
   list-style: none
    
}

body { 

background-color: lightcyan;
    
}

header {
    background:lightsteelblue;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.1rem;

}

header nav ul li {
    margin: 1rem;
    display: flex;
    text-transform: uppercase;
    text-align: center;
    align-items: center;
}

header nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

nav ul li a {
    text-decoration: none;
    color: darkslategray;
    display:inline;
    display: block;
    font-size: 110%;
    
}

header nav ul li a {
    color: white;
    text-decoration: none;
    font-size: small;
}

h1 {
    font-size: 180%;
}

h1, h2 {
    text-align: center;
    line-height: 1.3em;
    font-size: 160%;
    color: lightsteelblue;
}


img.personal
{
    
    image-orientation: center;
    max-width: 100%;
    display:block;
    margin:auto;
    
       }

h4 {text-align: center;
    line-height: 1.3em;
    font-size: 130%;
    color: lightsteelblue;
    margin: 0,5em
    }


div.materias
{color: lightsteelblue;
    text-align: center;
    text-decoration: none;
    list-style: none;
    margin-bottom: 3px;
    
}


p {font-size: 80%;

    
}

footer {
    padding: 20px;
    margin: 0px;
    margin-top: 20px;
    width: 90;
    background-color: lightsteelblue;
    color: white;
    font-size: small; 
    align-items: center;
}



footer ul {
    display: flex;
    align-items: center;
    margin: 0,2em;
    padding: 0,4em;
    flex-shrink: 0;
    justify-content: space-between;
}

footer ul li a {
    color: white;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1px;
    margin-left: -22px;
    font-size: 110%;
        
    
}

#equipo 
{   display: flex;
    margin-left: 150px;
    color: white;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1px;
    justify-content: center;
  font-size: 110%;
}




img.dgpc {
  width: 70px; 
    margin-left: 2px;
    
}
img.uba {
    width: 50px;
    margin-left: 6px;
    align-content: center
}



