@charset "utf-8";

body{
    margin: auto;
    background-color:#floralwhite;
    font-family: 'Roboto Slab', serif;
    color: #black
    
}

header {  
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 62px;
    background-color: #000;
}

header nav {
   background-color: #000;
   color: floralwhite
   height:62px;
}
    
    
 header nav img{
    margin: 9px 0 0 40px;
    height: 40px;
    float: left;
}

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

header nav ul li a {
    float: left;
    line-height:32px;
    padding: 0 18px;
    font-weight: bold;
    text-decoration: none;
    color: floralwhite;
    transition: opacity .30s;
}


#fotoyo{
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 1rem;
    margin-top: 2rem;
}


#fotoyo img{
    height: 60px;
    margin-bottom: -2.5rem;
    
}

    
#nombre h1{
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    padding: 1rem;
    font-family: 'Roboto Slab', serif;
    font-weight: lighter;
    font-size: 30px;
}

#hola{
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: #000;
}

#hola h2{
    text-align: center;
    padding: 0rem;
    margin-top: 1.5rem;
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    font-size: 17px;
    color: floralwhite;
}

#bio{
   display: flex;
   flex-direction: row;
   justify-content: center;
   background-color: #000;
}

#bio article{
    text-align: center;
    padding: 1rem;
    margin-bottom: 1rem;
    margin-top: -1rem;
    font-family: 'Roboto Slab', serif;
    font-weight: lighter;
    font-size: 15px;
    color: floralwhite;
}

#cursos h2{
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    padding: 1rem;
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    font-size: 15px;
}

#cursoslista article{
    list-style:none;
    text-align: center;
    text-decoration: none;
    padding: 1rem;
    margin-top: -2rem;
    font-family: 'Roboto Slab', serif;
    font-weight: lighter;
    font-size: 13px;
}

#materias h2{
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    padding: 1rem;
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    font-size: 15px;
}

#materiaslista p{
    list-style:none;
    text-align: center;
    text-decoration: none;
    padding: 1rem;
    margin-top: -2rem;
    font-family: 'Roboto Slab', serif;
    font-weight: lighter;
    font-size: 13px;

}

#dgpc{
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 1rem;
    margin-bottom: -2rem;
    margin-top: 2rem;
    height: 30px;
    background-color: #000;
    
}


footer p{
    text-align: center;
    padding: 15px;
    font-size: .7em;
    background-color: #000;
    color: floralwhite;
}
        