/* ----------- FUENTES  ---------------*/

@font-face {
    font-family: 'roboto_slabbold';
    src: url('robotoslab-bold.woff2') format('woff2'),
         url('robotoslab-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'roboto_slablight';
    src: url('robotoslab-light.woff2') format('woff2'),
         url('robotoslab-light.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'roboto_slabregular';
    src: url('robotoslab-regular.woff2') format('woff2'),
         url('robotoslab-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'roboto_slabthin';
    src: url('robotoslab-thin.woff2') format('woff2'),
         url('robotoslab-thin.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


/* ----------- FUENTES  ---------------*/

* {
    
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}

header {
    
        width: 100%;
        background-color: #434142;
        justify-content: left;
        box-shadow: 0px 3px 5px 0px gray;
  
    }

/*----- NAVEGADOR ------*/

.menu ul {
    display: inline-flex;
    list-style: none;
   
    
  
}


.menu ul li:hover ul{
    display:block;
    
}


.menu a {
    
    display: block;
    padding: 15px 20px;
    text-decoration: none;
    font-family:sans-serif;
    color: white;
    font-size: 0.95em;
    text-align: center;
    background-color: #434142;
    margin-left: 40;
    
}

.menu a:hover{
    
    background-color: dimgray;

}



.destacado {
    
    background-color: cornflowerblue;
    text-align: center;
    color: white;
    font-size: 2em;
    padding-top: 10px;
    padding-bottom: 10px;
    
    
   
}


body{
    background-color: white;
    width: 100%;
    height: auto;
    
}



.foto {
    
    height: 220;
    padding-left: 20;
    padding-right: 20px;
    background-color: gainsboro;
    
    
  
}

.datos {
    margin-top: 55px;
    margin-left: 240px;
    position: absolute;
    font-family: 'roboto_slablight';
}



.portfolio {
    
    background-color: dimgrey;
    padding-left: 5;
    padding-top: 5;
    padding-bottom: 5;
    flex-wrap: wrap;
   
    
}

.portfolio ul{
    
    list-style: none;
    width: 220;
    margin-left: 15;
     
}

.portfolio ul li a{
    
    text-align: center;
    font-family: 'roboto_slabbold';
    font-size: 18;
       
}

.portfolio a {
    display: block;
    text-decoration: none;
    color: white;
        
}

.portfolio a:hover {
    
    background-color: darkorange;
}


.titulo {
    
    color: white;
    background-color: cornflowerblue;
    padding: 10;
    font-family: 'roboto_slabbold';
    text-decoration: none;
    text-align: center;
    font-size: 1.5em;
}



#historial {
    
    height: 230;
    padding: 0;
    margin: 0;
    margin-top: 2;
    box-sizing: border-box;
    background-color: cornflowerblue;
    color: white;
    
   
}
    
    


.caja {
    
    font-family: 'roboto_slablight';
    float: left;
    text-align: left;
    margin-left: 50px;
    padding: 20;
   
}

.nivel {
    font-family: 'roboto_slabregular';
    display: flex
}

.materias {
    position: relative;
    font-family: 'roboto_slablight';
    font-size: 16;
}


    
.titulo2 {
       
    margin-top: 40;
    margin-bottom: 40;
    font-family: 'roboto_slabbold';
    text-align: center;
        
}
     

.propuesta {
    width: 100%;
    height: auto;
    
}


.imagen {
    width: 100%;
    height: auto;
}


















footer {
    clear: left;
    background-color: rgb(44, 44, 44);
    margin: 0;
    margin-top: 30;
    padding: 15;
       
}

.footer {
    font-family: 'roboto_slablight';
    text-align: center;
    color: white;
    font-size: 15;
}


.derechos{
    font-family: serif;
    text-align: center;
    color: white;
    font-size: 14;
    
}

