@charset "utf-8"; /*css document*/
*{
   padding:0px;
    margin-left: 5px;
    margin-top: 14px;
}

#contenedor1 {
width: 960px;
height: 760px;
}

header { background-color: black;}

a{text-decoration: none;
color: white;
font-family: "arial" , sans-serif;}

nav ul {overflow: auto; list-style-type: none;
margin-left: 500px;
margin-top: 20px;}
}


.botonera-nav-botonera li a
{
color:#93a690;
text-decoration: none;
padding: 0px 0px; 
position: relative;

} 


nav ul li {float:left; 
width:120px;
border:1px solid black;
background: black;
margin:0px;
width: auto;
padding-left: 10px;
padding-right: 13px;
padding-top: 5px;
padding-bottom: 5px;
}

nav ul li:hover   {
background-color:#93a690;
}

nav ul li:active   {
background-color:#93a690;
}

body {background-color:#E4DB9C;
width: 960px;}
#header1 {position: relative;}

    
#alumnos {
  position:relative;
    list-style: none;
    left: 500px;
top: 130px;
font-size: 3rem;
font-family: 'Oswald', sans-serif;

    }
    

#titulo1 {position: absolute; 
top:0px;
color: #095930;
left: 10px;
font-size: 2.5rem;
font-family: 'Oswald', sans-serif;
list-style: none;
}

h1{color: black;}

h2 {color: #095930;}
#titulo2 {position:absolute;
top: 230px;
left:670px;
font-family: 'Oswald', sans-serif;
list-style: none;
font-size: 1.5rem;
}

h3 {color: #095930;}
#titulo3 {position:absolute;
top:390px;
left:670px;
font-family: 'Oswald', sans-serif;
list-style: none;
font-size: 2rem;
}

h4 {color: #095930;}
#titulo4 {position:absolute;
top: 550px;
left: 670px;
font-family: 'Oswald', sans-serif;
list-style: none;
font-size: 2rem;
}

h5 {color: #095930;}
#titulo5 {position:absolute;
top: 200px;
left: 10px;
font-family: 'Oswald', sans-serif;
font-size: 1rem;
}

h6 {color: #095930;}
#titulo6 {position:absolute;
top: 430px;
left: 10px;
font-family: 'Oswald', sans-serif;
font-size: 1rem;
}

h7 {color: #095930;}
#titulo7 {position:absolute;
top: 560px;
left: 10px;
font-family: 'Oswald', sans-serif;
font-size: 1rem;
}


footer {background-color: black;
color: white;
margin-left:5px;
margin-top: 150px;
font-family: 'Oswald', sans-serif;
font-style: italic;
font-size: 13px;}