@charset "utf-8";
/* CSS Document */

.Rodape {
	text-align: center;
	margin: 0 auto;
	color: #333333;
	word-spacing: normal;
	width: 100%;
	float: left;
	margin-bottom: 20px;
	background: #FFFFFF;
}

.Rodape .Parceiros {
	float: left;
	width: 100%;
}

.Rodape .Parceiros div {
	margin: 0 auto;
	padding-top: 3px;
	width: 615px;	
}

a.lParc, a.lParc:link, a.lParc:visited {
	font-size: 9px;
	color: #666666;
	text-decoration: none;
}

a.lParc:hover {
	font-size: 9px;
	color: #333333;
	text-decoration: none;
}

.Rodape .Parceiros label {
	color: #666666;
	font-size: 9px;
}

.Rodape .Line {
	width: 95%;
	margin: 0 auto;
}

.Rodape .Line hr {
	width: 100%;
	border: 1px solid #006666;

}

.Rodape .copyRight {
	text-align: center;
	width: 100%;
	float: left;
 	margin: 20px 0px 15px 0px;
}

.Rodape .copyRight label {
	font-size: 9px;
}


