@charset "utf-8";
/* CSS Document */


*{
	padding:0;
	margin:0;
}

body{
	font-size:11px;
	font-family:Trebuchet MS;
	background:url(../imagens/backSite.jpg) no-repeat center top;
}


.site{
	width:961px;
	margin:0 auto;
	text-align:center;
	position:relative;
}

#menu{
	float:left;
	width:680px;
	position:absolute;
	left:150px;
	top:160px;
}
#menu a{
	float:left;
	display:block;
	text-decoration:none;
	background:url(../imagens/backMenuSuperior.png) repeat-x;
	color:#FFF;
	font-size:12px;
	position:relative;
	height:22px;
	line-height:22px;
	text-align:center;
	padding:0 4px 0 4px;
	margin-right:8px;
	font-weight:bold;
}
#menu a img{ border:none }
#menu a img.cl{ position:absolute; left:-2px; top:0 }
#menu a img.cr{ position:absolute; right:-2px; top:0 }

#botoes{
	float:left;
	position:absolute;
	top:384px;
	left:318px;
}
#botoes a img{ border:none }

#rodape{
	float:left;
	width:100%;
	position:absolute;
	left:0;
	top:510px;
}
#rodape .c1{
	float:left;
	padding-left:2%;
	width:48%;
	text-align:left;
}
#rodape .c2{
	float:right;
	width:50%;
	text-align:right;
}
#rodape .c1 p{ float:left; }
#rodape .c2 p{ float:right; margin-top:26px; }
#rodape p{
	background:url(../imagens/backWhite.png) repeat-x;
	padding:3px;
	color:#666;
	display:block;
	clear:both;
}
#rodape p strong{ color:#6e6e6e}