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

* {
    margin: 0;
    padding: 0;
    }
header {
    padding-top: 30px;
	padding-bottom: 40px;
    width: 960px;
    background-color: #000;
    margin: auto;
    clear: both;
    text-align: center;
    margin: auto;
    color: #fff;
    font-family: 'play', sans-serif;
    font-weight: 400;
    font-size: 10pt;
}
body {
    background-color: #000;
    max-width: 990px;
    margin: auto;
 }
body h2 {
margin-top: 30px;
font-size: 15pt;
}

main {
    width: 960px;
    background-color: #000;
    margin: auto;
    padding-top: 10px;
    text-align: center;
    color: #fff;
    margin: auto;
    font-family: 'play', sans-serif;
    font-weight: 300;
    font-size: 12pt;
   }
aside {
    background-color: #000;
    clear: both;
    text-align: center;
    color: #fff;
    margin: auto;
    font-family: 'roboto slab', sans-serif;
    font-weight: 400;
    font-size: 10pt;
    padding-top: 25px;
	padding-right: 30px;
	width: 600px;
}
footer {
    background-color: #000;
    clear: both;
    margin: auto;
    text-align: center;
    color: #fff;
    font-family: 'play', sans-serif;
    font-weight: 400;
    font-size: 10pt;
    padding: 15px;
    padding-bottom: 10px;
	width: 960px;
}
h1 {
    margin: auto;
    clear: both;
}
article {    
    background: #fff;
    margin-bottom: -20px;
	height: 30px;
	margin-top: 20px;
	position: relative;
   z-index: 1;
    
}
nav {
    padding: 5px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-top: -9px;
	padding-top: -100px;
}
nav ul li {
    display: inline-block;
    text-decoration: none;
    list-style: none;
	margin-top: -35px;
	padding-bottom: 10px;
}
nav ul li a {
    text-decoration: none;
    list-style: none;
    margin-top: 2px;
    float: right;
  margin-right: 50px;
    font-family: 'play', sans-serif;
    font-weight: 300;
    color: #000;
	font-size: 14pt;
}
nav ul li a:hover {
    color: #766c6c;
}
#foto {
    padding-top: 20px;
	border-style: solid;
	border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #f00;  
}