
@media (min-width: 721px) {
	#rodape{
		background-color: #EEE;

	}
}

@media (max-width: 720px) {
	#rodape{
		background-color: #EEE;

	}
}



#rodape a, #rodape a:visited{
	text-decoration: none;
	color: #2D2D2D;

}