@charset "utf-8";
/* CSS Document */

#rodape{
	width:960px;
	height:115px;
	margin:0 auto;
	clear:both;
	display:block;
	background-color:#24652f;
}

#rodape ul.menuRodape{
	width:100%;
	height:auto;
	display:table;
	font-size:9px;
	color:#FFF;
	text-align:center;
	text-transform:uppercase;
	line-height:37px;
	margin-bottom:7px;
}
	#rodape ul.menuRodape li.menuR{
		width:140px;
		height:auto;
		display:inline;
		background-position:right;
		background-repeat:no-repeat;
	}
	#rodape ul.menuRodape li.menuR a{
		color:#FFF;
		text-decoration:none;
		font-weight:bold;
	}
	#rodape ul.menuRodape li.menuR a:hover{
		color:#FFF;
		text-decoration:underline;
	}
	
	#rodape ul.menuRodape li.faleConosco{
		width:140px;
		height:auto;
		display:inline;
	}
	#rodape ul.menuRodape li.faleConosco a{
		color:#FFF;
		text-decoration:none;
		font-weight:bold;
	}
	#rodape ul.menuRodape li.faleConosco a:hover{
		color:#FFF;
		text-decoration:underline;
	}
	
#rodape p, address{
	font-size:12px;
	text-align:center;
}

