*{margin: 0; padding: 0;font-family: 'lato', sans-serif;}
html{background-color: #ffffff}

/****************************************************************************************HEADER**/
header{
    padding: -1.2em;
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack:justify;
        align-content:space-between;
   
}
ul {
    margin:auto;
    width: 100%;
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    list-style: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: distribute;
        align-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.boton a{
    text-align: center;
    padding: 1em 2em 1em 2em;
    color: #f95759;
    font-size: 1em;  
    text-decoration: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row
}
.boton a:hover{
    color: #ffffff;
    background-color: #f95759;
    border-radius: 15px;
}
/****************************************************************************************BODY**/
main{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: distribute;
        align-content: space-around;
}
main div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
}
img{
    max-width: 20vh;
    height: auto;
    border-radius: 50%;
    margin-top: 13vh;
    border: 0.15em solid #ffffff;
}

h1{
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    font-size: 2.5em;
    text-align: center;
    padding: 1em 2em 1.5em 2em;
    color: #ffffff
}
#imagen{
    background-image: url(img/fondo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
}
.navDos{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    margin-left: 1em;
    margin-bottom: 2em;
}
.navDos a{
    text-decoration: none;
    color: #ffffff;
    font-weight: 300;
    border: 0.1em solid #ffffff;
    border-radius: 15px;
    padding: 1em 2.5em 1em 2.5em;
    border: 0.15em solid #ffffff;
}
.navDos a:hover{
    color:#f95759;
    background-color: #ffffff;
}

/****************************************************************************************SECCIONES**/
h2{
    color: #f95759;
    font-family: 'Roboto Slab', serif;
    font-size: 1.5em;
    padding: 1.5em 1.5em 0.5em 1.5em;
}
h3{
    color: #f95759;
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    font-size: 1.3em;
    padding: 0.3em;
}
.materia{
    color: #313131;
    font-weight: 400;
    font-size: 1.1em;
    margin-top: 0.5em;
}
.catedra{
    color: #313131;
    font-weight: 300;
    font-style: italic;
    font-size: 0.9em
}
section div ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
section{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    
}
#aprobadas{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-pack: distribute;
        justify-content: space-around;

}

hr{
    height: 1px;
    background-color:#f95759;
    width: 8%;
    margin: auto;
    margin-top: 2em;
}

/****************************************************************************************FOOTER**/
p{
    color:#f95759;
    text-align: center;
    font-size: 0.7em;
    font-weight: 300;
    margin-bottom: 2vh;
}
h5{
    color:#f95759;
    text-align: center;
    font-size: 0.9em;
    font-weight: 300;
    margin-bottom: 2vh;
    margin-top: 5vh;
    padding-left: 1.5em;
    padding-right: 1.5em;

}
h6{
    color:#f95759;
    text-align: center;
    font-size: 0.7em;
    font-weight: 700;
    margin-bottom: 1em;
}









