body {
    font-family: 'Lato', sans-serif;
    background-image: url(imagenes/fondo.jpg);
}

.pagina {
    width: 960px;
    margin: 0 auto 0 auto;
    box-sizing: border-box;
}

.clearfix {
    clear: both;
}



nav {
    float: right;
    position: relative;
}

nav ul {
    list-style-type:none;  
}

nav ul li {
    display: inline;
    list-style-type: none; 
} 

nav ul li a { 
    color: #1dbee8; 
    font-size:14px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 100px;
}



.nivel ul li {
    list-style: none;
    font-size:12px;
}


    
#propuesta1 {
    font-weight: bold;
    width: 150px;
    margin-right: 10px;
    margin-left: 10px;   
}



h1 {
    font-size:48px;
    color:#fff;
    font-weight: bold;
    text-align: center;
    background: #1dbee8;
    width: 150px;   
}

h2 {
    font-size: 34px;
    color:#fff;
    text-align: center;
    font-weight: normal;
    background: #1dbee8; 
    width: 270px;
}

#nombre {
    margin-top: -33px;
    margin-left: 50px;
}

#foto {
    height:250px;
    width:273px;
    margin-left:15px;
    margin-top: 5px;
    margin-bottom: 30px;
    float: left;
    position: relative;
}



.materias{
    float: left;
    position: relative;
    margin-left: 0px;  
} 

.subtitulo {
    font-size: 18px;
    color:#ff8125;
    font-weight: 700;
    margin-left: 40px;
}

.titulonivel{
    margin-left: 40px;
    text-align: left;
}

.nivel {
    float: left;
    position: relative;
}

.nivel ul li {
    font-size: 12px
}


#materiascursadas {
    font-size: 18px;
    color:#ff8125;
    font-weight: bold;
} 



.propuesta {
    float: right;
    position: relative;
    width: 306px;
}

#textopropuesta {
    font-size: 12px;
    text-align: left;
    margin-top: 21px;
    width: 268px;
}

#propuesta-subtitulo {
    font-size: 18px;
    color:#ff8125;
    font-weight: bold;
    margin-top: 18px;
}

.wallkintun {
    text-align: left;
    margin: 38px 0px 0px 0px;
}

footer {
    text-align:center;
    font-size:12px;
    color: #fff;
    background: #1dbee8;
    height: 30px;
    width: 960px;
    padding:5px 0px 10px 0px;
    margin-top:60px;
    clear: both;    
}




