@charset "utf-8";
/* CSS Document */

/*RODAPE*/
.rodape {
	background-color:#5B5B5B;
	padding:40px 0;
	text-align:center;
	overflow:hidden;
}
.rodape .content div ul {
	list-style:none;
}
.rodape .content div a {
	text-decoration:none;
	color:#D3D3D3;
}	
.rodape .content div a:hover {
	color:#FFF;
	
}
.rodape h2 {
	font-weight:bold;
	font-size:16px;
}
.rodape .content {
	width:780px;
	margin:0 auto;
	clear:left;
	background-image:none;
}
.rodape .content div {
	margin-right:140px;
	float:left;
	display:inline;
	text-align:left;
	color:#D3D3D3;
	height:110px;
}

.rodape .content .bloco3 {
	margin-right:0;
}