@import 'https://fonts.googleapis.com/css?family=Oswald:300,400,700';


/* toda la pantalla */
body {
    background-color: rgba(255, 138, 117, 0.08);
    background-image: url(../img/background.png);
    background-repeat:no-repeat;
    background-size: 100%;
    position: relative;
    min-height: 100%;
    background-blend-mode:multiply;
}

/* poner nombre en png con trasnparencia así se hace una mejor composición y con otra tipografía*/

.nombre{ 
    margin-left: 40%;
    width: 250px;
    height: 250px;    
}


/* vn10 */
header >h3{ 
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-align: left;
    margin-left: 50px;
}

/* link vn10 */
a{
    text-decoration: none;
    color: #ffffff   
}

a:hover{
    color: #ff8a75;
}


/* Diseño gráfico */
h2{ 
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 20px; 
    text-align: center;
    margin-top: -20px;
}

.linea{ 
    border: solid;
    color:#ff8a75;
    border-width: 0.2px;
}


/* historia academica + foto  fondo */

section{ 
    background-color: rgba(126, 126, 126, 0.64);   
}

section:hover{
    background: rgba(255, 138, 117, 0.22);
}


/* contenido */
.columnas{ 
    display:flex;
    justify-content: space-around;
    align-items:center; 
    margin: 0px 60px 0px 60px;
}

/* foto */
.foto{
    width: 250px;
    height: 250px;
    border-radius:50%;   
    display: block;
    margin-top: 12px;
}

/* historia academica */
.columnas >h3{  
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 20px; 
    color:#ffffff;
}

/* materias cursadas */
.nivel1{ 
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size:15px;
    color:#ffffff;
    display: block;
}

.nivel2{ 
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size:15px;
    color:#ffffff;
    display: block;
}

.propuesta a{
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 32px; 
    color:#ff8f7b; 
    text-align: center;
}

.propuesta a:hover{
    color:#ffffff;
}

.comisiondoc{
    font-size: 1em;
    font-family: 'Oswald', sans-serif;
    color: #ff8f7b;
    font-weight: 400;
}

footer{ 
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 15px;
    color:#ffffff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0px 150px 0px 150px;
    
}

.foot{
    display: block;    
}

.fadu{
    display: block;
}
   


