/* CSS Document */

body{
	background:url(../../../images/site/fundo_site.png);
	font-family:"Arial";
}

#topo{
	width:100%;
	background:url(../../../images/site/fundo_topo.png) center no-repeat;
	height:300px;
	display:table;
	text-align:center;
	float:left
}

#topo .logo{
	width:100%;
	position:relative;
	right:270px;
	display:table;
	margin-top:19px;
	float:left
}


#topo .siganos{
	display:block;
	height:170px;
	width:860px;
	margin:0 auto;
}

/*#topo */.menu{
	background:#333333;
	padding:10px 0 10px 0;
	width:100%;
	border-bottom: solid 2px #d4383b;
	font-family:"Myriad Pro";
	text-align:center;
	float:left
	/*position:absolute;
	left:0;*/
}

/*#topo */.menu li{
	color:#FFFFFF;
	margin:0 auto;
	margin:0 15px 0 15px;
	font-size:14px;
	display:inline;
	z-index:1;
}

/*#topo */.menu li a{
	padding:15px 5px 15px 5px;
	color:#FFFFFF;
}

/*#topo */.menu li a:hover{
	background:#d4373b;
}


#principal{
	width:860px;
	margin:0 auto;
	padding-top:30px;
	padding-bottom:20px;
	font-size:12px;
}

.content{
	font-size:12px;
	padding:10px;
	float:left;
	margin-bottom:10px;
	color:#333333;
}

.content a:hover{
	text-decoration:underline
}

#rodape{
	border-bottom:solid 2px #852b33;
	border-top:solid 2px #852b33;
	clear:both;
	width:840px;
	margin:0 auto;
	padding:10px;
	color:#666666;
	font-size:16px;
	text-align:right;
	height:55px;
	margin-top:20px
}
