body{ 
    background-color: #e0e09b;
    font-size: 12pt;
    margin: auto;
    width: 960px;
}
div#carilla {
    background-color: #e0e09b;
    margin-left: 150px;
}


header ul{list-style: none;
    margin: 10% ;
    padding-bottom: 3px;
}

header h1{
    color: rgb(40, 16, 93);
   font-size: 1.3rem; 
}


/*
    estilos de links
*/

nav{
   background-color: #e0e09b;
   overflow: auto;
}

header ul{
    list-style: none;
    margin: 4px;
    padding: 0;
}

header ul li{
    float: left;
}

header ul li a{
    text-decoration: none;
    color: #000000;
    display: block;
    background-color:  #faebeb;
    margin-left: 0.7rem;
    padding-left: 0.7rem;
    padding-right: 0.7rem;
    
}

header h1{ font-size: 18px ;
   font-family: 'Oswald', sans-serif;    
    font-weight: 300;
    padding-left: 200px;
    margin-bottom: 0px ;
    position: absolute;
   
}


div#imagen {float: left ;
    margin-left: 92px ;
    margin-top: 70px ;
    position: absolute;
}

div#datos {float:left;

    position: absolute;
    margin-left: 300px;
    margin-top: 50px;
    font-family: 'Oswald', sans-serif;    
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
}

h2 {
    color: #000000;
    font-family: 'Oswald', sans-serif;    
    font-weight: 300;
    color: #000000;
    
}