body{
    background-color: #e6e1d6;
    margin:auto;
    padding: none;
    width:960px;
}

header{
    background-image: url(imagenes/header.jpg);
    display: block;
    height:200px;
    width:100%;
    margin-top: 0px;
}

nav{
    background-color: #e6e1d6;
    display: block;
        height:50px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
}

nav ul{
    list-style:none;
    border-top-style:solid;
    border-top-color: #73dbaf;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

nav ul li{
    display: block;
    background-color: #e6e1d6;
    float: left;
    margin-right:50px;
}

nav ul li a{
    font-family: 'Oswald', "arial", sans-serif;
    font-weight:100;
    font-size: 20px;
    text-decoration: none;
    height: 50px;
    width: auto;
    color: #66c09c;
}

header nav ul li a:hover{
    background-color: #66c09c;
    color: #e6e1d6; 
}

section{
        font-family: 'Roboto', sans-serif, "arial";
    font-weight: 100;
    font-style: normal;
    font-size: 16px;
   display: block;
    border-radius: 10px;
     width:60%;
    margin-left: 0px;
    background-color: #eeeae2;
    padding: 20px;
    height: auto;
    float: left;
}


#logo{
    margin:300px;
    margin-top: 30px;
    width: 400px;
    position:absolute;
    
    
}


#alumnos{
    display: inline-block;
    width:100%;
    overflow: auto;
}


#chino{
    float: left;
    color:#eeeae2;
    margin-right: 50px;
    text-align: center;
    margin-left: 100px;
}

#chino:hover{
    color:#000;
}

#tatu{
    float: left;
      color:#eeeae2;
    margin-right: 15px;
    }
#tatu:hover{
    color:#000;
}

#agus{
    float: left;
      color:#eeeae2;
    margin-right: 15px;
    text-align: center;
}

#agus:hover{
    color:#000;
}



h1{
    font-family: 'Oswald', "arial", sans-serif;
    font-weight: 200;
    font-size: 30px;
    color: #000;
    margin-top: 0px;
    margin-bottom: 0px;

}

.negrita{
    font-family: 'Oswald', "arial", sans-serif;
    font-weight: 400;
    
}

h2{
    font-family: 'Oswald', "arial", sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #66c09c;
}
    
h3{
    font-family: 'Oswald', "arial", sans-serif;
    font-weight: 100;
    font-size: 18px;
    color: #000;
}
    

aside{
    background-color: #eeeae2;
    border-radius: 10px;
    float: right;
    width: 30%;
    height: auto;
    padding: 10px;    
}

footer{
    overflow:auto;
    background-image: url(imagenes/footer.png);
    width: 600px;
    height:200px;
    color: #fffbfb;
    font-size:13px;
    font-family: 'Roboto', sans-serif, "arial";
    font-weight: 100;
    font-style: normal;
    padding-left: 300px;
    padding-top: 250px;
    padding-right: 15px;
    margin-top: 0px;
    }

