/* CSS Document */
#rodape{
	
	margin:0 auto;
	color:#fff;
	text-align:center;
	
background-image: -o-linear-gradient(bottom, #F4F4F4 84%, #6E6E6E 84%);
background-image: -moz-linear-gradient(bottom, #F4F4F4 84%, #6E6E6E 84%);
background-image: -webkit-linear-gradient(bottom, #F4F4F4 84%, #6E6E6E 84%);
background-image: -ms-linear-gradient(bottom, #F4F4F4 84%, #6E6E6E 84%);
background-image: linear-gradient(to bottom, #F4F4F4 84%, #6E6E6E 84%);
}
.rodape_direitos{
	text-align:center;
	margin:20px 0 0 0;
        padding: 0 0 8px 0;
}

