body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
}

h1, h2, h3, h4 {
	margin: 10px 0;
}

h1 {font-size: 20px;}
h2 {font-size: 18px;}
h3 {font-size: 16px;}
h4 {font-size: 14px;}

a:link, a:visited {
	text-decoration: none;
	color: #00207f;
}

a:hover {
	color: #013edb;
}

.cabecalho {
	position: relative;
	margin: 0 auto;
	width: 1091px;
}

.cabecalho .imagens {
	font-size: 0;
}

.cabecalho .links {
	font-size: 12px;
	position: absolute;
	bottom: 0;
}

.cabecalho .links ul {
	background-color: #fff;
	opacity: 0.8;
}

.cabecalho .links li {
	display: inline;
}

.cabecalho .links li:after {
	content: ' - ';
}

.cabecalho .links li:last-child:after {
	content: '';
}

.cabecalho .links li a {
	display: inline-block;
	padding: 10px;
	font-weight: bold;
}

.principal {
	margin-top: 20px;
}

.menu {
	background: url(../img/menu.png) no-repeat;
	background-position: 0 201px;
	min-height: 346px;
}

.menu ul {
	margin: 0 15px;
}

.menu li {
	text-align: center;
	border-bottom: 1px solid #dedede;
}

.menu li a {
	padding: 12px 8px;
	display: block;
	font-weight: bold;
}

.titulo {
	color: #00207f;
	border-bottom: 1px solid #dedede;
	padding-bottom: 10px;
	text-align: center;
}

.conteudo p {
	margin-bottom: 10px;
}

.eventos {
	margin-bottom: 20px;
}

.eventos .evento {
	display: table;
	margin-bottom: 20px;
}

.eventos .evento .evento-data {
	width: 70px;
	height: 70px;
	text-align: center;
	float: left;
}

.eventos .evento .evento-data .mes {
	color: #fff;
	background-color: #f23d36;
	padding: 4px;
	font-size: 16px;
	font-weight: bold;
}

.eventos .evento .evento-data .dia {
	font-size: 24px;
	font-weight: bold;
	color: #303030;
	line-height: 45px;
	background-color: #ccc;
	text-shadow: 0 1px 1px #FFFFFF;
}

.eventos .evento .evento-resumo {
	margin-left: 10px;
	float: right;
}

.banners .banner {
	margin-bottom: 25px;
}

.conteudo table {
	width: 100%;
}

.conteudo table th, .conteudo table td {
	padding: 8px;
	color: #303030;
}

.conteudo table th {
	background-color: #dedede;
	font-weight: bold;
}

.conteudo table td {
	border-bottom: 1px solid #dedede;
}

.conteudo table td.positivo {
	color: #5cd949;
}

th.centro, td.centro{
	text-align: center;
}

th.direita, td.direita{
	text-align: right;
}

th.esquerda, td.esquerda{
	text-align: left;
}

.rodape {
	background: url(../img/footer.jpg) repeat-x;
	margin: 50px auto;
	width: 1090px;
}

.rodape .rodape-frase {
	text-align: center;
}

.rodape .rodape-frase p {
	font-size: 17px;
	font-weight: bold;
	line-height: 69px;
	color: #a2d873;
}

.rodape .rodape-conteudo {
	font-size: 13px;
	color: #fff;
	margin-bottom: 2px;
}

.rodape .rodape-conteudo a {
	color: #fff;
}

.rodape .rodape-conteudo .endereco {
	padding: 10px 0;
	line-height: 18px;
}

.rodape .rodape-conteudo .assinatura {
	line-height: 80px;
}

.associado {
	border-top: 1px solid #eee;
	padding: 10px 0;
	display: table;
	width: 100%;
}

.associado-imagem {
	width: 80px;
	margin-right: 10px;
	display: table-cell;
}

.associado-info {
	display: table-cell;
	vertical-align: top;
	padding: 0 10px;
}

.paginacao { text-align: center; }

.paginacao, .paginacao li {
	margin: 0;
	padding: 0;
}

.paginacao li { display: inline-block; margin: 0 1px; }

.paginacao li a {
	background: #eee;
	padding: 5px 8px;
}

.paginacao .atual {
	color: black;
	background: #ddd;
}

.contato td {
	vertical-align: middle;
}

.contato tr td:first-child { padding-left: 0; padding-right: 0; }
.contato tr td:last-child { padding-left: 0;padding-right: 0; }

.contato input, .contato textarea, .associe-se input, .associe-se textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.erro {
	padding: 5px;
	color: #fff;
	background: #ff0000;
}

.sucesso {
	padding: 10px;
	color: #fff;
	background: #00bb00;
	border-bottom: 3px solid #00aa00;
}

.associe-se td {
	vertical-align: middle;
}
