nav@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Electrolize);
@import url(http://fonts.googleapis.com/css?family=Oswald);
@import url(http://fonts.googleapis.com/css?family=Inder);
@import url(http://fonts.googleapis.com/css?family=Ubuntu+Condensed);

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-family: Tahoma, Geneva, sans-serif;
	vertical-align: baseline;
	alignment-adjust: central;
	border-radius: 10;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
body  {

}
header,footer,
article,section,
hgroup,nav,
figure{
	/* Giving a display value to the HTML5 rendered elements: */
	display:block;
}

@font-face { font-family: 'ralewayextralight'; src: url('../fonts/raleway-light-webfont.woff2') format('woff2'), 
url('../fonts/raleway-extralight-webfont.woff') format('woff'); font-weight: normal; font-style: normal;}
@font-face { font-family: 'ralewaylight'; src: url('../fonts/raleway-light-webfont.woff2') format('woff2'), 
url('../fonts/raleway-light-webfont.woff') format('woff'); font-weight: normal; font-style: normal;}

a{
	font-size: 16px;
	font-family: "ralewaylight", Tahoma;	
	text-decoration: none;
	color:#1D58AB;
	-webkit-transition: color 0.5s ease-out;
	-moz-transition: color 0.5s ease-out;
	-o-transition: color 0.5s ease-out;
	-ms-transition: color 0.5s ease-out;
}
a:hover{
	font-size: 16px;
	font-family: "ralewaylight", Tahoma;
	text-decoration: none;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	color:#409FFF;
	opacity: 1;
}
header  {
    width:960px;
	height:100px;
	margin:0 auto;
}
#nav-total  {
    width:100%;
	height: auto;
	background: url(img/bg-nav.jpg) repeat-x;
}
.nav-total  {
	height: auto;
	background: #000;
}
.f-nav  { 
    z-index: 9999; 
	position: fixed; 
	top: 0; width:100%; 
} 
nav  {
	width: 100%;
	height: auto;
	background: url(img/bg-na.jpg) repeat-x;
	margin: 0 auto;
	margin-left: 2%;
	min-height: 15%;
	background-color: #000;
}
nav ul  li{
   display:inline; 
   float:left;
}
nav ul li a,
nav ul li a:visited  {
	color: #900;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	text-transform: inherit;
	float: left;
	font-weight: normal;
	margin: 0 10px 0 5px;
	line-height: 60px;
}  
nav ul li a:hover  {
	color: #900;
	
}
#pagina-total  {
    width:960px;
	height:800px;
	background:#000;
	margin:0 auto;
	padding:50px 0 0 0;
}
#centro  {
 margin:0 auto;
 width:150px;
 height:413px;
 padding:0 0 100px 0;

}
#fim  {
 margin:0 auto;
 width:200px;
 height:200px;
 padding:200px 0 0 0;
}
#voltar  {
 float:right;
 width:300px;
 height:300px;
}
