body {
    background-color: #fff;
    font-family: Helvetica,Verdana,sans-serif;
    overflow-y: scroll;
    min-height: 100%;
    position: relative;
}

* {
    padding: 0;
    margin: 0;
}

.estructura {
    width: 960px;
    margin: auto;
    min-width: 960px;

}

.navegador {
    
    background-color: #000;
    height: 50px;
    min-width: 960px;
    right: 0;
    left: 0;
    position: fixed;
}

#degrade {
    height: 20px;
    border: 0;
    box-shadow: inset 0 15px 15px -10px rgba(0, 0, 0, 0.84);
    background-color: transparent;
}

.botonesfijos a {
    margin-top: 16px;
    font-size: 15px;
    width: 130px;
    display: inline-block;
    text-align: center;
}

.botonesfijos ul {
    font-size: 0px;
}

.botonesfijos ul li {
    float: right;
}

.botonnav {
    color: #ffe8c8;
    text-decoration: none;
}

.botonnav:hover {
    color: #f7a5be;
}

.titulo {
    float: left;
    color: #e896af;
    font-size: 18px;
    font-family: 'Rock Salt', cursive;
}

.informacion
{
    font-family:'lato', sans-serif;
    margin: 10px auto;
}

#fondo {
    background-color: #000;
    font-family:'lato';
    font-weight: 700px;
    color: #ffe8c8;
    margin-bottom: 20px;
    padding: 10px;

}

.informacion p {
    font-size: 18px;

}

main {
    width: 960px;
    right: 0;
    left: 0;
    margin: auto;
    
    
}

.datos {
    float: left;
    width: 300px;
    height: 300px;
    margin: 10px;
    text-align: center;
    background-color: #fff;
    padding-bottom: 30px;
}

.datos_personales {
    float: left;
    width: 40%;
    height: 280px;
    margin: 10px auto;
    padding-left: 10px;
    
}


.alumno {
    font-family:'lato', sans-serif;
    margin: auto;
}

#fondo_personales {
    background-color: #000;
    font-family:'lato';
    font-weight: 700px;
    color: #ffe8c8;
    margin-bottom: 20px;
    padding: 10px;
}

.base {
    background-color: #eaeaea;
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 960px;
    min-height:125%; /* PARA FIJAR FOOTER */
    
}

footer{ 
    background-color: #1b1b1d;
    width: auto;
}

footer p{
    color: rgba(255, 232, 200, 0.47);
    padding: 20px;
    max-width: 850px;
    text-align: center; 
    font-size: 0.8em;
    margin-left: auto; 
    margin-right: auto;    
}

#avatar {
    
}
