body{
    background-color: rgb(0,0,0);
    width: 960px;
    margin: auto;
    font-size: 11pt;
}

div#pagina{
    width: 90%;
    height: 100%;
    margin: auto;
    margin-left: 0;
}

/*HEADER*/

header{
    width: 100%;
    margin-top: 1rem;
    background-color: rgb(210,198,96);
}

header img {
    margin-left: 27%;
}

/*FOOTER*/
footer {
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: rgb(255,255,255);
    padding-top: 0.5rem;
    width: 100%;
    height: 60px;
    margin-left: 0;
    clear: both;
    margin-top: 2rem;
}

footer p {
    font-family: 'Oswald', sans-serif;
    color:rgb(255,255,255);
    font-size:0.7rem;
    font-weight: 400;
    clear: both;
    padding: 1rem;
    padding-top: 0;
    
}


/*CONTENIDO*/


#botonera{
    width: 100%;
    height: 40px;
    margin-left: 0;
    
}

#botonera nav ul{
    list-style: none;
}

#botonera nav ul li {
        float:left;
		margin-right: 1rem;
        background-color: rgb(9, 133, 149);
        width: 30%;
}

#botonera nav ul li a{
        text-decoration: none;
        font-family: 'Oswald', sans-serif;
        font-size:1rem;
        font-weight: 400;
        color: rgb(0,0,0); 
        margin-left: 30%;
}

#botonera nav ul li a:hover{
        color: rgb(255,255,255);
}


#information {
    clear: both;
    margin-top: 1rem;
    width: 80%;
    margin-left: 3rem;
}

#information h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    
    color: rgb(255,255,255);
    
}    
    
#information p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 0.8rem;
    
    color: rgb(255,255,255);
}

.subrayar {
    text-decoration:underline;
}

#alumnas {
    width: 100%;
    margin-left: 3rem;
}

#alumnas h2 {
    
     font-family: 'Oswald', sans-serif;
    font-size:0.8rem;
    font-weight: 400;
    margin-left: 50%;
    margin-top: 0;
    margin-bottom: 2rem;
}

#alumnas a {
    text-decoration: none;
    color: rgb(9, 133, 149);
}

#alumnas a:hover {
    color: rgb(255,255,255);
}

#alumnas img {
    width: 100%;
    margin-left: 20%;
    margin-top: 2rem;
}

#uno {
    float: left;
    width: 25%;
    margin-right: 2rem;
}

#dos {
    float: left;
    width: 25%;
    margin-right: 1rem;
}

#tres {
    width: 25%;
    float: left;
}

#inform {
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-weight: 400; 
}

#inform a {
    text-decoration: none;
}

#inform h1 a{
    color: rgb(0, 226, 255);
    font-size: 2rem;
    
}

#inform h2 a{
    color: rgb(9, 133, 149);
    margin-left: 3rem;
        font-size: 1.5rem;
}

#inform h3 a{
    color:rgb(210,198,96);
    margin-left: 5rem;
        font-size: 1rem;
}

#inform h4 a{
    color: rgba(210,198,96,0.51);
    margin-left: 7rem;
        font-size: 0.9rem;
}

#inform h5 a{
    color: rgb(9, 133, 149);
    margin-left: 3rem;
        font-size: 1.5rem;
}

#inform h6 a{
    color: rgb(255,255,255);
    margin-left: 5rem;
        font-size: 1rem;
}