.rodape .menu_rodape {
	min-width: 50%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 90%;
}
.direitos  {
	text-align: center;
	width: 100%;
	color: #333;
	float: left;
	margin-top: 5px;
	font-size: 10px;
}

.rodape .menu_rodape ul{
	margin-top: 0px;
	text-align: left;
	padding-left: 0px;
	list-style-type: none;
	margin-left: 10px;
	display: block;
	min-width:20px;
	min-height:80px;
	margin-bottom: 10px;
	float: left;
}
.rodape .menu_rodape li a {
	color: #FFF;
	text-decoration: none;
	margin-top: 3px;
	margin-bottom: 3px;
	display: block;
	font-size: 10px;
}
.rodape .menu_rodape li a:hover {
	text-decoration: underline;
}
.rodape .menu_rodape span a {
	font-size: 12px;
	font-weight: bolder;
	color: #FFF;
	text-decoration: none;
}
.rodape .menu_rodape li .ver_mais {
	color: #333;
	text-decoration: none;
	margin-top: 3px;
	margin-bottom: 3px;
	display: block;
	font-size: 10px;
	font-weight: bolder;
}
