@charset "utf-8";
/* Rodapé */
.rodape{
	width:100%;
	height:auto;
}
.rodape .base{
	width:900px;
	height:70px;
	margin:0 auto;
	text-align:center;
	font-family:arial;
	font-size:16px;
	color:#474244;
}
.rodape .base a{
	font-family:arial;
	font-size:18px;
	color:#474244;
	text-decoration:none;
}
.rodape .base a:hover{text-decoration:underline;}