* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;


}


.head {
    background-color: #605c57;
    display: flex;
    justify-content: center;


    font-family: "Roboto", sans-serif;
    font-weight: 900;
    text-decoration: none;





}

.links {
    display: flex;
    flex-direction: row;
      color: #33312e;
    text-decoration: none;
    padding-top: 1rem;
    padding-bottom: 1rem;
    list-style: none;
    font-size: 1.4rem;


}

.presentacion{
    margin-bottom: 1.5em;
}

img {
    border-radius: 50%;
}


li {
    list-style: none;
    margin-left: 1rem;

}


li a:visited {
    color: #33312e;
    text-decoration: none;
    cursor: auto;
}


li a:link {
    color: #33312e;
    text-decoration: none;
    cursor: auto;
}

.pie {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #33312e;
    font-family: "Roboto", sans-serif;
    color: aliceblue;
    font-weight: 100;
    font-size: .7rem;
    text-align: center;
    padding-bottom: 1rem;
    padding-top: 1rem;
    line-height: 1rem;



}

.principal {
    display: flex;
    flex-direction: column;
    background-color: ghostwhite;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 7rem;
    padding-bottom: 2rem;
    font-family: "Roboto", sans-serif;


}

h4 {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    margin-bottom: .5rem;
}

.materias {
    display: flex;
    flex-direction: column;

}

.datos-obligatorios {
    display: flex;
    margin-top: 2em;
    font-family: "Roboto", sans-serif;
    font-weight: 100;

    margin-left: 12em;
    margin-right: 12em;
    margin-bottom: 3em;



}

.linksUba{
     display: flex;
    flex-direction: row;
   
    
}


.linksUba li   {

    text-decoration: none;
    cursor: auto;
      padding-top: 1em;
    margin-top: 1.2em;
}

hr{
 margin-left: 20em;
    margin-right: 20em;
    margin-bottom: 3em;
}

a:visited {
    color: #33312e;
    text-decoration: none;
    cursor: auto;
}

.individual {
     text-decoration: none;
    cursor: auto;
    margin-top: 1em;
    margin-bottom: 1.5em;
}

