@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700);

header {
    font-family: 'Lato', sans-serif;
    background-color: #dbd5c6;
    margin bottom: 32px;   
       }

header h1 {
    font-weight: 400;
    background-color: #dbd5c6;
    font size: 16px;
    color: #519564;
    margin-left: 350px; 
          }

header h2 {
    font-weight: 700;
    background-color: #dbd5c6;
    font size: 14px;
    color: #000;
    margin-top: -10px;
    margin-bottom: 5px;
    margin-left: 200px;
          }

header h3 {
    background-color: #dbd5c6;
    color: #000;
    margin-left: 10px;
    margin-bottom: auto;
    margin-left: 330px;
          }

header ul li {
    float: left;
    margin-top: 15px;
    list-style: none;
    padding: 0px;
    margin-left: 110px;
             }

header ul li a {
    float: left;
    clear: both;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: 2px;
    clear: both;
    color: #fff;
    margin-right: -80px;
    background-color: #519564;
               }

a: hover {
    color: #070707;
    text-decoration: none;
         }

nav {
    overflow: auto;
    }

div p {
    margin-left: 10px;
      }
    
body {
    font-family: 'Lato', sans-serif;
    background-color: #dbd5c6;  
    margin: 0px;
     }


#foto {
    margin-left: 0px;
    display: inline;
    float:left;
    margin-left: 30px;
    margin-bottom: 20px;
     }

#info ul {
    display: inline-block;
    float:left;
    margin-left: 155px;
    margin-right: 120px;
    list-style: none;
        }

#info ul h3 {
    margin-left: 0px;
            }

footer {
    background-color: #519564;
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    margin-top: 1%;
    margin-bottom: 2%;
    margin-left: 10px;
    margin-right: 250px;
    text-align: center;
    clear: both;
    display: block;
    width: 960px;
       }