body {
font-family: "Roboto", sans-serif; 
background-color: black;
    margin:0em;
}

header {
        background-color:#E80E46;
   padding:1em;
      max-width: 100vm;
}

#navegador {
    display: flex;
    flex-direction: row;
    padding-left: 0em; 
    align-items: center;
    
}

header ul li {
   background-color: black;
    padding:1em;
    color: antiquewhite;
    border-radius: 1em;
    list-style: none; 
    text-align: center;
    flex-grow: 1;
    margin:.5em;
    max-width: 60%;
}
a {
    text-decoration: none;
    font-weight: 550;
    letter-spacing: 0.1px;
    color: antiquewhite;
    font-size: 85%;
}
img { 
max-width: 100%;
max-height: auto;
}
aside {
    padding:2em;
}
   
h1 { 
    color:#E80E46;
    font-size: 9vw;
    text-decoration: underline;
}
section {
    display: flex;
justify-content: space-between;
    flex-wrap: wrap;
    color:antiquewhite; 
    align-items: baseline;
}
#titulo {
    color:#E80E46;
    padding-right: 2em;
    padding-left:0em;
    font-size:6vw;
    font-weight: 550; 
}
#datos {
    font-weight: lighter;
    align-content: center;
    font-size:4vw;
}
.materias {
    font-style: italic;
    font-weight: lighter;
    margin-top: 0em; margin: 0em;
    font-size: 14px;
    padding-left: 0em;
}
h2 {
   color:#E80E46;
    font-size:7vw;
}
h3 {
    color: antiquewhite;
    font-size: 3vh;
    font-weight: normal;
    margin-bottom:0em;
    padding-bottom:1em;
}
#comitente {
    color:antiquewhite;
    font-weight: lighter;
    font-style: italic; 
    font-size:4vw;
   padding-left: 0em;
    margin-top: 0;
}
#integrantes {
 display: flex;
     flex-wrap: wrap;
    flex-direction: row;
    padding-left: 0em;  
    
}

main section ul li {
 background-color: #E80E46;
    padding:1em;
    color: antiquewhite;
    border-radius: 1em;
    list-style: none; 
    text-align: center;
    align-items: center;
    flex-grow: 1;
    margin:.5em;
}
#docentes {
     display: flex;
     flex-wrap: wrap;
    flex-direction: row;
    padding-left: 0em; 
}
main ul li {
    background-color: antiquewhite;
    padding:1em;
    color: black;
    border-radius: 1em;
    list-style: none; 
    text-align: center;
    align-items: center;
    flex-grow: 1;
    margin:.5em;
}
section p {
    text-align: justify;
    font-size: 12px;
    padding-left: 1em;
    
}
#web {
    text-decoration: underline;
    color:#E80E46;
    font-size: 15px;


