/* CSS Document */

body {
	margin: 0px;
}

/********************************************************************/
/* TABELA PRINCIPAL
/********************************************************************/

.tabelaPrincipal {
	width: 100%;
	height: 100%;
	border: none;
}

.tabelaPrincipalColunaCentral {
	width: 1004px;
	vertical-align: top;	
}

.tabelaPrincipalColunaLateralEsquerda {
	background-color: #C0C0C0;
	background-image: url(../../images/layout/lateral_background.jpg);
	background-position: right;
	background-repeat: repeat-y;
}

.tabelaPrincipalColunaLateralDireita {
	background-color: #C0C0C0;
	background-image: url(../../images/layout/lateral_background.jpg);
	background-position: left;
	background-repeat: repeat-y;
}

/********************************************************************/
/* TABELA CENTRAL
/********************************************************************/

.tabelaCentral {
	width: 100%;
	height: 100%;
	border: 0px;
}

.tabelaCentralTopo {
	width: 1004px;
	height: 265px;
}

.tabelaCentralCentro {
	background-image: url(../../images/layout/centro_background_topo.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

.tabelaCentralEfeito {
	background-image: url(../../images/layout/centro_background_rodape.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 49px;
}

.tabelaCentralRodape {
	height: 82px;
}

/********************************************************************/
/* TABELA CONTEÚDO
/********************************************************************/

.tabelaConteudo {
	width: 100%;
	height: 100%;
	border: 0px;
}

.tabelaConteudoColuna01 {
	width: 80px;
}


.tabelaConteudoColuna02 {
	width: 80px;
}

.tabelaConteudoColuna03 {
	width: 70px;
	
	background-image: url(../../images/layout/centro_divisao_reto.gif);
	background-repeat: repeat-y;
	vertical-align: bottom;
}

.tabelaConteudoColuna04 {
	width: 250px;
	vertical-align: top;
}

/********************************************************************/
/* TABELA CONTEÚDO NOTÍCIAS
/********************************************************************/

.tabelaConteudoNoticias {
	width: 219px;
	height: 525px;
	border: 0px;
	
	background-image: url(../../images/layout/centro_noticias_fundo.gif);
	background-repeat: repeat-y;
	vertical-align: top;
}

#conteudoTexto {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	align:justify;
	vertical-align: top;
}

/********************************************************************/
/* DIVS DE ESTRUTURA
/********************************************************************/

#espacoConteudo {
	height: 20px;
}


/********************************************************************/
/* DIVS DE ESTRUTURA DE CONTEÚDO
/********************************************************************/

#conteudoTitulo {
	margin: 0 0 20px 0;
	/*background: #000;*/
	
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #79371B;
	
	vertical-align: top;
}

#ConteudoEmail {
 	height: 41px;
	width: 219px;
	background-image:url(../../images/layout/centro_noticias_borda.gif);
	vertical-align: top;



}
.globais_layout_textos, globais_layout_textos a {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}

.globais_layout_textos_b, globais_layout_textos a {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #79371B;
	text-decoration: none;
}

.globais_layout_informacoes {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #444;
}

.globais_layout_texto_pequeno {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}


/********************************************************************/
/* DIVS DE ESTRUTURA DE CASES E NOTICIAS
/********************************************************************/

#conteudoCasesEstrutura {
	margin: 10px;
}


#conteudoCasesEstruturaEspaco {
	height: 25px;
}

#conteudoCasesTitulo {
	margin: 0 0 5px 0;
	
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #79371B;
	
	vertical-align: top;
}

#conteudoCasesTexto, conteudoCasesTexto a {
	margin: 0 0 15px 0;

	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	
	vertical-align: top;
}

#conteudoCasesTexto a:hover{
	margin: 0 0 15px 0;

	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #79371B;
	text-decoration: none;
	
	vertical-align: top;
}



/*********************************************************************************************************/


.tabelaConteudoRestrito {
	margin: 0 0 15px 0;
	
	width: 600px;
	height: 170px;
	border: 0px;
	
	background-image: url(../../images/layout/fundo_restrito.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	vertical-align: top;
}


.tabelaConteudoEnquete {
	margin: 0 0 15px 0;
	
	width: 300px;
	height: 170px;
	border: 0px;
	
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #79371B;


	background-repeat: repeat-y;
	vertical-align: top;
}