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


/* FONDO */
body {
    background-color: rgba(106, 156, 209, 0.22); 
    background-image: url(https://agranittocps.files.wordpress.com/2015/08/cropped-background6.jpg);
    background-repeat:round;
    position: relative;
    min-height: 100%;
    background-blend-mode:multiply;  
}

/* TRANSPARENCIA PNG */

.nombre{ 
    margin-left:35%;
    height: 12REM;
    width: 25REM;
}


/* VN18 */
header h3{ 
    font-family: 'Josefin', sans-serif;
    font-weight: 700;
    font-size: 1REM;
    text-align: left;
    margin-left: 3REM;
}

/* VN 18 ENLACE*/
a{
    text-decoration: none;
    color: #ffffff   
}

a:hover{
    color: #37719e;
}


/* GRAF DE ARRIBA */
h2{ 
    font-family: 'Josefin', cursive;
    font-weight: 400;
    font-size: 1.25REM; 
    text-align: center;
    margin-top: -1.25REM;
}

.linea{ 
    border: solid;
    color:#37719e;
    border-width: 0.0125REM;
}


/* HIST ACADEMICA Y FONDO */

section{ 
    background-color: rgba(34, 201, 154, 0.2);  
}

section:hover{
    background: rgba(44, 129, 193, 0.22);
}


/* CONTENT */
.columnas{ 
    display:flex;
    justify-content: space-between;
    align-items:stretch; 
    margin: 0REM 3.75REM 0REM 3.75REM;
}

/* FOTO */
.foto{
    width: 20REM;
    height: 22REM;
    border-radius:80%;   
    display: block;
    margin: auto
        }
        
.foto{
    filter: grayscale(100%);
	filter: grayscale(100%);
	filter: grayscale(100%);
	filter: grayscale(100%);
}
.foto:hover{
    filter: grayscale(0%);
	filter: grayscale(0%);
	filter: grayscale(0%);
	filter: grayscale(0%);
}

/* HIST ACADEMICA */
.columnas >h3{  
    font-family: 'Josefin Sans';
    font-weight: 700;
    font-size: 2REM; 
    color: #d32c6c;
    margin: auto;
}

/* MATERIAS */
.nivel1{ 
    font-family: 'Josefin Sans';
    font-weight: 400;
    font-size:1REM;
    color:#2a1a84;
    display:list-item;

}

.nivel2{ 
    font-family: 'Josefin Sans';
    font-weight: 400;
    font-size:1REM;
    color:#2a1a84;
    display: list-item;
}

.nivel3{ 
    font-family: 'Josefin Sans';
    font-weight: 400;
    font-size:1REM;
    color:#2a1a84;
    display: list-item;
}

.propuesta a{
    font-family: 'Josefin Sans';
    font-weight: 700;
    font-size: 2REM; 
    color:#d32c6c;
    text-align: center;
    position:inherit
}

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

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

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

.foot{
    display: block;    
}

.fadu{
    display: block;
}