@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../imagens/barras_bg_fundo.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 0px;
}

a, a:link, a:visited, a:active {
	color: #000;
	text-decoration: none;

}

a:hover {
	text-decoration: underline;	
	color: #66F;
}
.menu {
	position: relative;
	width: 960px;
	height: 53px;
	top: -400px;
}
.menu-2{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000;
	position: relative;
	width: 920px;
	height: 20px;
	top: -442px;
	z-index:1;
	margin-left:27px;
}

.logo {
	position:relative;
	width: 274px;
	height: 300px;
	top: -41px;
	left: 24px;
}
.face {
	position:relative;
	width: 48px;
	height: 48px;
	top: -490px;
	left:900px;
}

.texto {
	position:relative;
	width: 661px;
	height: 76px;
	top: 110px;
	left: 150px;
}

.rodape {
	position:relative;
	width: 960px;
	height: 35px;
	top: 118px;
	left: 0px;
}