/* Fontes */
body, input, select, textarea, td {
	color: #222;
	font: 10pt Arial, Helvetica, sans-serif;
}
a {
	text-decoration: none;
}
a:link, a:visited, .obrigatorio {
	color: #2a669f;
}
.escuro a:link, .escuro a:visited {
	color: #6c0000;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4 {
	font-family: Tahoma, sans-serif;
	font-weight: normal;
	line-height: normal;
}
h1 {
	color: #7b931c;
	font-size: 15pt;
	margin-bottom: 10px;
}
h2 {
	color: #4c5a13;
	font-size: 13pt;
	margin-bottom: 10px;
}
h3 {
	color: #b55406;
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 7px;
}
	.escuro h3 {
		color: #8b3c00;
	}
h4 {
	color: #375765;
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 4px;
}
b {
	color: #2a669f;
}
.menu li a:link, .menu li a:visited {
	color: #7b7d8d;
}
.submenu li {
	color: #7b7d8d;
	font: normal 9pt;
}
	.submenu li a:link, .submenu li a:visited {
		color: #2e2f35;
	}

/* Texto */
body {
	line-height: 140%;
}
p {
	margin-top: 10px;
	text-align: justify;
}
.avisos, .compacto, .erros {
	line-height: 130%;
}
.justificado {
	text-align: justify;
}

/* Formulários */
label {
	display: block;
	float: left;
	margin-right: 10px;
	text-align: right;
	width: 150px;
}
input, select, textarea {
	color: #333;
	padding: 1px 5px;
}
input.botao {
	padding: 0 2px;
}
.vertical input, .vertical select, .vertical textarea {
	display: block;
	margin-bottom: 8px;
}
input.g {
	width: 190px;
}
select.g {
	width: 196px;
}
textarea.g {
	height: 52px;
}
input.gg, textarea.gg {
	width: 250px;
}
select.gg {
	width: 256px;
}
input.m, select.m {
	width: 100px;
}
input.p {
	width: 40px;
}
input.pp {
	width: 10px;
}

/* Listas */
.menu li {
	background: url('imagens/icon_men.gif') no-repeat center left;
	border-bottom: 1px solid #ddddde;
	line-height: normal;
	padding: 10px 10px 10px 16px;
}
	.menu li.ativo {
		background-image: url('imagens/icon_men_atv.gif');
	}
.submenu {
	margin-bottom: 15px;
}
	.submenu li {
		background: transparent;
		border: none;
		line-height: normal;
		padding: 5px 10px 0 16px;
	}

/* Tabelas */
table {
	border-collapse: collapse;
	width: 100%;
}
th, td {
	border: 1px solid #fff;
	line-height: normal;
	padding: 3px 6px;
}
th {
	background: #9a9ea4;
	color: #fff;
}
td {
	background: #eaeaea;
}

/* Estrutura */
#principal {
	float: left;
	margin-top: 220px;
	width: 600px;
}
#secundario {
	background: #fff;
	float: right;
	margin-top: 90px;
	width: 360px;
}
.dfloat {
	float: right;
	padding: 0 0 5px 15px;
}
.efloat {
	float: left;
	padding: 0 15px 5px 0;
}
.direita {
	float: right;
}
.esquerda {
	float: left;
}
.endereco{
	float: right;
	padding: 25px;
}
.logo {
	float: right;
	margin-left: 10px;
}
	.logo img {
		float: right;
	}
.padding {
	padding: 25px;
}
.w260 {
	width: 260px;
}

/* Elementos decorativos */
body {
	background: url('imagens/bg.gif') 50% 0 repeat-y;
}
hr {
	border: none;
	border-top: 1px solid #bcbcb5;
	height: 1px;
	margin: 7px 0;
}
.claro {
	background: #eaebe5;
}
	.claro th, .claro td {
		border: 1px solid #eaebe5;
	}
	.claro th {
		background: #546f7a;
		color: #fff;
	}
	.claro td {
		background: #c7dddf;
	}
	.claro td.espacador {
		background: #eaebe5;
	}
.escuro {
	background: #c2c0b3;
}
	.escuro hr {
		border-top: 1px solid #86857c;
	}
.foto {
	border: 1px solid #ddddde;
	padding: 10px;
	background: #f2f2f2;
}
.informacoes th, .informacoes td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}
.informacoes th {
	color: #677746;
	padding-right: 5px;
	text-align: left;
	vertical-align: top;
}
#s1, #s2, #s3, #s4 {
	background: #000;
	height: 80000px;
	position: absolute;
	top: 90px;
	width: 1px;
	z-index: 10;
}
#s1 {
	-moz-opacity: 0.2;
	filter:alpha(opacity = 20);
	left: 596px;
	opacity: 0.2;
}
#s2 {
	-moz-opacity: 0.35;
	filter: alpha(opacity = 35);
	left: 597px;
	opacity: 0.35;
}
#s3 {
	-moz-opacity: 0.5;
	filter: alpha(opacity = 50);
	left: 598px;
	opacity: 0.5;
}
#s4 {
	-moz-opacity: 0.7;
	filter: alpha(opacity = 70);
	left: 599px;
	opacity: 0.7;
}

/* Classes */
.tes-copy {
	text-align: right;
	font-size: 8pt;
	line-height: normal;
	margin-bottom: 10px;
}
.icone {
	float: right;
}
.itens {
	list-style: disc;
	padding-left: 18px;
}
	.itens li {
		margin-bottom: 8px;
	}
.paginacao {
	padding: 20px;
}
.paginas {
	position: relative;
	width: 100%;
}
	.paginas div {
		position: absolute;
		top: 0;
		width: 60px;
	}
	.paginas a, .paginas span {
		display: inline-block;
		margin: 0 3px 3px 0;
		padding: 4px 0;
		text-align: center;
	}
	.paginas a:focus {
		outline: none;
	}
	.paginas .esquerda {
		left: 0;
		width: 50px;
	}
	.paginas .centro {
		margin: 0 auto;
		text-align: center;
		width: 350px;
	}
	.paginas .centro a, .paginas .centro span {
		width: 22px;
	}
	.paginas .direita {
		right: 0;
	}
	.paginas .esquerda a, .paginas .esquerda span, .paginas .direita a, .paginas .direita span {
		width: 58px;
	}
.total {
	width: 100%;
}

/* topo.vis.php */
#top_corpo {
	background-position: 0 130px;
	background-repeat: no-repeat;
	margin: 0 auto;
	width: 960px;
}
#top_topo {
	background: #fff;
	height: 130px;
	position: relative;
	width: 960px;
	z-index: 100;
}
#top_menu {
	float: left;
	margin: 57px 0 0 20px;
}
#top_icones {
	font-size: 8pt;
	position: absolute;
	right: 0;
	bottom: 37px;
}
	#top_icones li {
		list-style: none;
		line-height: normal;
	}
	#top_icones li a:hover {
		text-decoration: underline;
	}
	#top_menu a:link, #top_menu a:visited {
		color: #38362a;
		text-decoration: none;
	}
	#top_icones a:link, #top_icones a:visited {
		color: #888;
	}
#top_icones {
	float: right;
	margin: 60px 0 0 0;
}
	#top_icones li.margin_zero {
		margin-right: 0;
		padding-right: 0;
	}
#top_logo {
	float: left;
	margin: 20px 20px 0 0;
	height: 90px;
	width: 160px;
}
	#top_logo a {
		display: block;
		width: 136px;
		height: 63px;
	}
#top_sombra {
	background: url('imagens/sombra_banner.png') repeat-x;
	height: 8px;
	width: 960px;
}
#top_conteudo {
	overflow: hidden;
	position: relative;
	z-index: 0;
}

/* artigos.vis.php */
#ars-lista li {
	padding: 5px 10px;
}
.ars-destaque {
	background: #ddded8;
	border: #a3aa86 1px solid;
}
	.ars-destaque h2 {
		color: #a35b02;
	}

/* home.vis.php */
.hom_afiliacao_e_redes {
	margin-right: 15px;
	width: 170px;
}
#hom-eventos {
	margin: 0 0 4em 0;
}
	#hom-eventos li {
		margin-bottom: 1.5em;
	}
	#hom-eventos h2 {
		padding: 0;
	}
#roteador, #roteador li {
	background: #e4c6a5;
}
	#roteador {
		border: #c9965f 1px solid;
		margin-bottom: 25px;
	}
	#roteador li {
		height: 50px;
		line-height: normal;
		text-align: center;
		width: 550px;
	}
	#roteador a {
		display: block;
		padding: 8px 10px;
	}
	#roteador a:link, #roteador a:visited {
		color: #9e4109;
	}

/* faq.vis.php */
#faq {
	line-height: 160%;
}

/* interacao.vis.php */
#int_opcoes {
	margin: 10px 0;
}
#int_respostas {
	margin-top: 20px;
}
	#int_respostas li div {
		background: #a4bb67;
		color: #000;
		font-size: 7pt;
		line-height: normal;
		margin: 3px 0 10px 0;
		overflow: hidden;
		padding: 3px;
		white-space: nowrap;
	}


/* informacoes.vis.php */
.data {
	color: #888;
	font-size: 8pt;
	font-style: italic;
	padding-right: 20px;
}
.link {
	padding: 5px 0 15px 0;
}
.linkinho {
	font-size: 8pt;
	padding: 3px 0 25px 0;
}
.topicos li {
	margin-bottom: 15px;
}
	.topicos li h2, .topicos li h3 {
		margin-bottom: 5px;
	}

/* comum/rodape.vis.php */
#rodape {
	background: #878578;
	color: #fff;
	font-size: 8pt;
	line-height: 120%;
	position: relative;
}
#rod_sombra {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}




#navegacao {
	color: #a10000;
	float: right;
	margin-top: 28px;
}
	#navegacao ul {
		margin-left: 30px;
		float: left;
	}
	#navegacao ul li {
		margin-right: 10px;
		float: left;
	}

#conteudo{
	float: right;
	width: 720px;
}
.sessenta{
	float: left;
	width: 468px;
}
.trinta{
	float: right;
	width: 222px;
}
#con_esquerda {
	float: left;
	width: 625px;
}
#con_direita {
	float: right;
}
#map_tela {
	height: 364px;
	margin-top: 8px;
}
.contatos {
	margin-top: 0;
}
	.contatos img {
		display: inline;
	}

/* diretoria.vis.php */

#dir_zero h3, #dir_zero i, #dir_zero p{
	margin: 0;
	padding: 0;
}
.branco-lateral {
	min-height: 250px;
}
.programacao {
	list-style: disc;
	padding-left: 18px;
}
.zero {
	margin: 0;
	padding: 0;
}
.imagens-centradas img {
	display: inline;
}
.vermelho {
	color: #c00;
}

/*mapa_site*/
	ul.disc a:link, ul.disc a:visited {
		text-decoration: underline;
	}
	ul.disc li {
		margin-top: 12px;
	}
	ul.disc li ul {
		list-style: disc;
		margin-left: 30px;
	}
		ul.disc li ul li {
			margin-top: 0;
		}
		ul.disc li ul li ul {
			list-style: circle;
		}
		ul.disc span.map-veja-mais {
			background: #dae3d0;
			display: block;
			font-style: italic;
			margin: 5px 0 5px 30px;
			padding: 2px 5px;
		}
		
		
/* Anais */

.categoria, .formato {
	display: inline-block;
	background: #bf6746;
	padding: 1px 7px;
	margin: 10px 10px 10px 0;
}
	.categoria a:link, .categoria a:visited, .formato a:link, .formato a:visited {
		color: #fff;
		text-decoration: none;
	}
.patrocinadores {
	margin-left: -10px;
}
	.patrocinadores img {
		display: inline-block;
		margin-left: 10px;
	}
.ana-filtros {
	float: right;
	margin-bottom: 1em;
	width: 410px;
}
	.ana-filtros a {
		text-decoration: underline;
	}
	.ana-filtros a:link, .ana-filtros a:visited {
		color: #000;
	}
#ana-lista h2 {
	font-size: 1em;
	font-weight: bold;
	text-align: left;
}
#ana-lista li {
	border-bottom: solid 1px #ccc;
	line-height: normal;
	padding: 5px 0 20px;
}

/* Pesquisa */
.qualificacao input, .pesquisa input {
	display: inline;
}
.pesquisa label {
	cursor: pointer;
	font-size: 11px;
	margin-right: 70px;
	padding-left: 8px;
	text-align: left;
	width: 103px;
}
	.pesquisa label input {
		margin: 5px;
		vertical-align: sub;
	}
.qualificacao p {
	margin-bottom: 5px;
}
.margem-top {
	margin-top: 220px;
}
.largura-td {
	width: 181px;
}