html, body {
	height: 100%;
}
* {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
a {
	color: #666;
	text-decoration: none;
	transition: all 0.5s;
}
a:hover {
	color: #8E8E8E;
	text-decoration: underline;
}
hr {
	border: none;
	border-bottom: #333 1px dashed;
	margin-top: 20px;
	margin-bottom: 20px;
}
input[type=submit], input[type=reset], input[type=button], button {
	border: 0px;
	background: #C71C00;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
	transition: all 700ms;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px 10px 2px 10px;
	font-size: 12px;
}
input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover, button:hover {
	background: #6D6D6D;
}
input[type=text], input[type=password], input[type=search], textarea, .inputs {
	border: #000 1px solid;
	font-weight: normal;
	outline: none;
	margin: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background: #000;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
#loader {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	background: #000;
	z-index: 999999;
	transition: all 1s;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}
#loader label {
	position: relative;
	top: 50%;
	margin-top: -37px;
	color: #FFF;
}
#bg {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	overflow: hidden;
	z-index: -10px;
}
#bg img {
	position: absolute;
	width: auto;
	height: auto;
	top: 0px;
	left: 0px;
	min-width: 100%;
	min-height: 100%;
	opacity: 0;
	transition: all 2s;
}
#site {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 20;
}
#logo {
	position: absolute;
	margin: -200px 0 0 30px;
	transition: all 1s;
}
nav {
	position: absolute;
	text-align: right;
	right: 0px;
	bottom: 40px;
}
nav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	white-space: nowrap !important;
}
nav ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
nav li a {
	display: inline-block;
	vertical-align: top;
	margin: 0px;
	padding: 15px 20px 15px 20px;
	color: #FFF;
	font-size: 14px;
	background: rgba(0, 0, 0, 0.5);
	min-width: 80px;
	text-align: left;
	margin: 0 1px 0 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	transition: all 0.5s;
}
nav li a:hover {
	background: #09C;
	text-decoration: none;
	color: #FFF;
}
#corpo {
	position: absolute;
	background: rgba(255, 255, 255, 0.8);
	padding: 10px 10px 40px 10px;
	right: 10px;
	width: 830px;
	bottom: 80px;
	top: 10px;
	border-radius: 5px;
	overflow: auto;
	margin: 100px 20px 20px 20px;
}
.titulo {
	font-size: 22px;
	text-transform: uppercase;
}
#redes {
	position: fixed;
	right: 0px;
	top: 170px;
	width: 51px;
	z-index: 9999;
}
#redes img {
	display: block;
	margin: 4px;
}