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

* {
    margin: 0;
    padding: 0;
    }
body {
    background-color: #535353;
    max-width: 990px;
    margin: auto;
 }
header {
    padding-top: 15px;
    width: 990px;
    background-color: #FFFFF4;
    margin: auto;
    clear: both;
    text-align: center;
    margin: auto;
    color: #bcb8b8;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 9pt;
}
main {
    width: 990px;
    background-color: #FFFFF4;
    margin: auto;
    padding-top: 10px;
    text-align: center;
    color: #bcb8b8;
    margin: auto;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 12pt;
   }
aside {
    background-color: #FFFFF4;
    clear: both;
    text-align: center;
    color: #bcb8b8;
    margin: auto;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 10pt;
    padding-top: 25px;
}
footer {
    background-color: #FFFFF4;
    clear: both;
    margin: auto;
    text-align: center;
    color: #bcb8b8;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 10pt;
    padding: 5px;
    padding-bottom: 10px;
}
h1 {
    margin: auto;
    clear: both;
}
article {    
    background: #FFFFF4;
    margin-bottom: -20px;
    
}
nav {
    padding: 5px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-top: -5px;
}
nav ul li {
    display: inline-block;
    text-decoration: none;
    list-style: none;
}
nav ul li a {
    text-decoration: none;
    list-style: none;
    background-color: #FFFFF4;
    margin-top: 20px;
    float: right;
  margin-right: 25px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #00C1A5;
}
nav ul li a:hover {
    color: #535353;
}
#foto {
    padding-top: 20px;
}