@charset "UTF-8";
/* CSS Document */
* {
	box-sizing: border-box;
}
body {
	margin:0;		
	color: #FFF;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 11px;
	background:url(bg.jpg) no-repeat center 0 #000;
	/*-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
}
img {
	border: 0;
}
a {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #0CF;
}
p {
	margin: 0;
}
ul {
	margin:0;
	padding: 0;
}
li {
	margin:0;
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
}
h1 {
	font-size: 48px;
	font-weight: lighter;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 21px;
}
h5 {
	font-size: 18px;
	padding:0;
}
h6 {
	font-size: 16px;
}
/************** ESTILOS GERAIS **************/
.clearFloat {
	clear: both;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
/************** ESTRUTURA **************/

.sidebar{
	background: rgba(0,0,0,0.2);
	padding: 35px;
	width: 460px;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
}
.sidebar h1{
	font-size: 86px;
	line-height: 0.7;
}
.sidebar h4{
	font-weight: bold;
}
.email{
	position: absolute;
	bottom: 75px;
	right: 0;
}
.email a{
	color: #CCC;
	padding: 5px 35px 5px 5px;
	background: rgba(0,0,0,0.5);
}
.email a:hover{
	color: #333;
	background: #CCC;
}


/************** ESTILOS DE TEXTO **************/
