#tableMENU,
#tableRODAPE {
	align: center;
	text-align: center;
	font-family: 'century gothic', 'trebuchet MS', tahoma, Arial, Helvetica;
	font-size: 14px;
	text-shadow: 0.5px 1px 0 rgba(0, 0, 0, .2);
	width: 100%;
	/*
	max-width:1024px;
*/
	height: 45px;
	border: 6px solid;
	border-color: #198754;
	background-color: #DFDCDC;

	border-collapse: separate;

	border-radius: 7px;

	color: #198754;

}

#tableMENU td:hover,
tableMENU td:focus {
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .2);
	text-transform: uppercase;
	font: bold 14px 'century gothic', tahoma, 'trebuchet MS', Arial, Helvetica;
	background: -moz-linear-gradient(#198754, #e1e1e1);
	background: -webkit-gradient(linear, left top, left bottom, from(#198754), to(#e1e1e1));
	background: -webkit-linear-gradient(#198754, #e1e1e1);
	background: -o-linear-gradient(#198754, #e1e1e1);
	background: -ms-linear-gradient(#198754, #e1e1e1);
	background: linear-gradient(#198754, #e1e1e1);
}

#tableRODAPE td:hover,
#tableMENU td:focus {
	color: #198754;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .2);
	text-transform: uppercase;
	font: bold 12px 'century gothic', tahoma, 'trebuchet MS', Arial, Helvetica;
}