@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a, a:visited{
	color:#990000;
	text-decoration: none;	
}

a:hover{
	color:#F00;
	text-decoration: underline;	
}

.rodape_texto {
	font-size: 11px;
	color:#FFF;
}

#corpo {
	background:url(../images/bg_menu_azul.gif) repeat-y;	
}

#barra_vermelha {
	background:url(../images/bg_barra_vermelha.gif) repeat-x;
}

.font_titulo_associado {
	color:#FFF;
	font-weight:bold;
	text-align:center;
}

.font_corpo_associado {
	color:#cddff3;
	font-weight:bold;
	text-align:right;
}

input[type="text"],select,textarea,input[type="file"],input[type="password"],input[type="button"],input[type="submit"],input[type="reset"] {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;	
}

.conteudo_site {
	padding-left: 10px;
	padding-top: 10px;	
}

.table_chamada_inferior {
	/* top right bottom left */
	padding: 0px 10px 0px 10px;

}
.texto_chamada_inferior {
	font-size: 11px;
	padding: 4px 0px 4px 0px;;
	color:#333;
	border-bottom: 1px dotted #999;

}

.texto_chamada_inferior a, .texto_chamada_inferior a:visited{
	color:#333;
	text-decoration: none;
}

.texto_chamada_inferior a:hover{
	color:#F00;
	text-decoration: underline;
}

.titulo_pagina_inicial, .titulo_pagina_inicial a {
	font-size: 14px;
	font-weight:bold;	
	color:#000;
	text-decoration:none;
}

.titulo_pagina_inicial a:hover {
	font-size: 14px;
	font-weight:bold;	
	color:#000;
	text-decoration:underline;
}

.titulo_pagina_inicial .seta_pagina_inicial {
	font-size:18px;
	color:#8a171e;	
}

#tabela_artigo td {
	font-size: 11px;
	font-weight:bold;
	padding-bottom: 10px;
	padding-right: 10px;	
}

#tabela_artigo td a, #tabela_artigo td a:visited{
	color:#990000;
	text-decoration: none;	
}

#tabela_artigo td a:hover{
	color:#F00;
	text-decoration: underline;	
}


#evento {
	width: 208px;
	height: 160px;	
	position:relative;
}
#evento img{
	position:absolute;
}
#evento #barra{
	top: 114px;
	float:left;
	position:absolute;
	background:#000;
	width: 208px;
	height: 46px;
	filter:alpha(opacity=75);
    -moz-opacity:.75;
	-khtml-opacity: 0.75;
    opacity:.75;
	z-index:0;	
}
#evento #texto{
	top: 114px;
	float:left;
	position:absolute;
	width: 191px;
	height: 30px;	
	color:#FFF;
	z-index:1;
	padding: 8px;
	color:#FFF;
	font-weight:bold;
}

#imagem_chamada {
	width: 113px;
	height: 79px;	
	position:relative;
}

#imagem_chamada #imagem{
	float:left;
	position:absolute;
}

#imagem_chamada #moldura{
	float:left;
	position:absolute;
}

.conteudo_site .atualizado {
	font-size:11px;
	font-style:italic;
	color:#666;
}

.titulo_tabela {
	text-align: right;
	background:#f2f2f2;
	border-right: 1px solid #999;
	padding-right: 5px;
	font-weight: bold;

}

.thumb{
	border:1px solid #000;
	padding:8px;
	margin-right:10px;
	margin-bottom:10px;
	background-color:#fff;
}

.thumb:hover{
	background-color:#D4D4D4;
}

.fonte_titulo_enquete{
	font-weight:bold;
	color:#193751;
}

.fonte_opcao_enquete {
	
}

#lista thead td{
	height: 28px;
	background-color:#7da5c8;
	font-weight:bold;
	color: #163654;
	border-top: 1px solid #163654;
	border-bottom: 1px solid #163654;
}

#lista tr td{
	height: 28px;
	border-bottom: 1px solid #999;
}

.gerencia_titulo_tabela {
	text-align: right;
	background:#f8f8f8;
	border-right: 1px solid #999;
	padding-right: 5px;
	font-weight: bold;

}
