body{
    background-color: #f8f6e8;
}

#pagina1{
    margin-left:auto;
    margin-right: auto;
    padding: none;
    width:960px;
}

header{
    display: block;
    height:150px;
    width:960px;
    background-image:url(imagenes/header.png);
    padding-bottom: 0px;
    margin-top: 20px;
    padding-top:70px;
}

nav{
    display: block;
    height:40px;
    background-color:#3c3b3b;
    width:650px;
    margin-left:auto;
    margin-right: auto;
    margin-top:110px; 
}

nav ul{
    list-style:none;
    background-color:#3c3b3b;
}

nav ul li{
    display: block;
    float: left;
    margin-right:15px;
    margin-top: 5px;
}

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

nav ul li a:hover{
    color:#cbcbcb;
}

#nombre{
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight:900;
    margin-top:20px;
    color:#3c3b3b;
    width:400px;
    height: 50px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
   }

#logo{
    float: left;
    margin-left:0px;
    width:250px;
    margin-top:0px;
}

#info{
    width:65%;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Oswald', "arial", sans-serif;
    font-weight: 100
}
#datos{
    background-image:url(imagenes/fondodatos.png);
    width: 823px;
    height: 118px;
    margin-left: auto;
    margin-right: auto;
}

#intereses{
    list-style: none;
    width: 150px;
    float: left;
    margin-top: auto;
    font-family: 'Oswald', "arial", sans-serif;

}
h3{
font-weight: 450;
    margin-bottom: 0px;
}

footer{
    z-index: auto;
    margin-top: 22px;
    display: block;
    width: 670px;
    background-color:#383838;
    color: #e7e7e7;
    height:80px;
    font-size:12px;
    font-family: 'Oswald', "arial", sans-serif;
    font-weight: 100;
    padding-right: 40px;
    padding-left: 250px;
padding-top: 25px;
    background-image: url(imagenes/fadulogo1.png);
    background-repeat: no-repeat;
    background-position: 22px;
    
    
 
    
    
    
    

}
#paises{
list-style: none;
    width: 150px;
    float: left;
    margin-top: auto;
    font-family: 'Oswald', "arial", sans-serif;
    
   

    
    
}