.pagina {width: 960px; 
    margin: 0 auto 0 auto;
    text-align: center;}

.pagina_up {width: 960px; 
    margin: 0 auto 0 auto;}

.bold {
    font-weight: 700;}

html {
    font-size: 12px;
    }

.datos {
    width: 960px;
    }

.datos_int {
    margin: 2% auto 3% auto;
    padding-top: 1%;
    padding-bottom: 2%;
    width: 50%;
    background-color: #fff;
    border-radius: 5px;
    }

.materias_aprobadas {
    font-family: 'Signika', serif;
    font-size: 1.4rem;
    font-weight: 700;
    background: #fff;
    width: 16%;
    background: #fff;
    margin: 3% auto 2% auto;
    padding: 1%;
    border-radius: 5px;
    }

.navegador_materias {
    width: 100%;
    margin: 1% auto 2% auto;
    line-height: 2;
    }

.navegador_materias ul {
    list-style-type: none;
    margin: 0 auto;
    background: #000;
    width: 59%;
    padding: 2%;
    border-radius: 5px;
    }

.navegador_materias ul li {
    color: #fff; 
    }

.navegador_materias ul li a {
    color: #fff; 
    text-decoration: none; 
    font-size: 1.1rem;
    }

.navegador_alumnas {
    max-width: 960px;
    width: 100%;
    margin: 0 auto 0 auto;
    }

.navegador_alumnas ul {
    list-style-type: none;
    margin: 0 auto;
    background: #000;
    width: 59%;
    padding: 2%;
    border-radius: 5px;
    }

.navegador_alumnas ul li {
    display: inline;
    color: #fff; 
    }

.navegador_alumnas ul li a {
    color: #fff; 
    text-decoration: none; 
    font-size: 1.1rem;
    }


body {
    font-family: 'Signika', sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
    background-image: url("imagenes/fondo.png")}

h1 {
    text-align: center;
    font-size: 3rem;
    background-color: #fff;
    width: 10%;
    border-radius: 5px;
    margin: 2% auto 2% auto;
    }

h2 {  
    background-color: #fff;
    font-size: 2rem;
    margin: 0 auto;
    margin-top: 5%;
    margin-bottom: 1%;
    border-radius: 5px;
    }

.navegador_alumnas_propuesta {
    max-width: 960px;
    width: 100%;
    margin: 0 auto 0 auto;
    text-align: center;
    }

.navegador_alumnas_propuesta ul {
    list-style-type: none;
    margin: 0 auto;
    background: #000;
    width: 59%;
    padding: 2%;
    border-radius: 5px;
    }

.navegador_alumnas_propuesta ul li {
    display: inline;
    color: #fff; 
    }

.navegador_alumnas_propuesta ul li a {
    color: #fff; 
    text-decoration: none; 
    font-size: 1.1rem;
    }

.propuesta {  
    background-color: #fff;
    margin: 0 auto;
    margin-top: 5%;
    margin-bottom: 1%;
    border-radius: 5px;
    padding: 2%;
    }

.propuesta_titulo {
    font-weight: 700;
    text-align: left;}

.propuesta_subtitulo {
    font-weight: 500;
    text-align: left;
    }

.propuesta_texto {
    font-size: 1.1rem;
    font-weight: 400;
    text-align: left;
    width: 100%;
    }

.propuesta img {
    width: 85%;
    margin: 0 auto 0 auto;
    }

footer {
    background-color: #000;
    padding-bottom: 1%;
    border-radius: 5px;
    }

.footer {
    font-size: 1rem;; 
    color: #5f5f5f; 
    text-align: center; 
    margin: 0 auto; 
    }

.linea_footer {
    margin: 0 auto 0 auto;}

