@charset "utf-8"; /*css document*/
*{margin:2px;
padding-left:0em;
width:960;
height: 200;
 }

a{text-decoration: none}

body{ margin:2px;
  padding-left: 2em;
  background-color: beige; 
  font-family: "Arial", sans-serif; color:black} 
    
nav ul { overflow: auto; list-style-type: none}

nav ul li {
position: relative;
margin: auto;
padding-top: 5px;
padding-right: 5px;
padding-bottom: 4px;
padding-left: 6px;
float:left;
border-bottom-left-radius:6px;
border-bottom-right-radius:6px;
border-bottom-color: coral;
border-bottom-style: solid ;
background-color:burlywood ;
margin:30px;
margin-left: 3px;
text-align:center;
font-family: "arial", sans-serif;
}


#foto {position:relative; width: 198px;  border: 5px solid; color:burlywood ;margin: 10px;} 


#informacionpersonal
h2{ 
margin-top:auto; color: coral
}
h3{color:coral }
p{ padding-top: 2px;
    font-size:15px;
}
#materias
h3{color: coral}

footer{ 
font-size: 20px; margin-top:100px;
}
        

    

    
