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

<style type="text/css">

#div_corpoGeral{
	margin:0 0 0 0;
	padding:0 0 0 0;
	*margin:0 0 0 0;
	*padding:0 0 0 0;
}
/* Div que armazena o topo que das listras de fundo */
#div_topo {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:175px;

	*position:absolute;
	*top:0px;
	*left:0px;
	*width:100%;
	*height:175px;
	background-image: url(topo.jpg);
}
#tableTop{
	width:100%;
	border:0px;
	height:175px;
	padding:0px;
	*width:100%;
	*border:0px;
	*height:175px;
	*padding:0px;
}
/* Divs que armazenam as estruturas gerais da estrutura superior do site */
#div_hospedeira{
	height:auto;
	left:50%;
	margin:0 0 0 -489px; /*margin:Topo Baixo Direita Esquerda;*/
	position:absolute;
	top:0;
	width:978px;



	*height:auto;
	*left:50%;
	*margin:0 0 0 -489px; /*margin:Topo Baixo Direita Esquerda;*/
	*position:absolute;
	*top:0;
	*width:978px;
	background-color: #FFFFFF;
}
#div_central{
	position:relative;
	left:0px;
	top:0px;
	height:175;
	width:978px;
	float:left;

	*position:relative;
	*left:0px;
	*top:0px;
	*height:175;
	*width:978px;
	*float:left;
}
/* Divs que armazenam os componentes gerais da estrutura central do site */
#div_centroDireita {
	position:relative;
	width:356px;
	left:0px;
	top:0px;
	display:table-cell;
	float:left;


	*position:relative;
	*width:356px;
	*height:auto;
	*left:0px;
	*top:0px;
	*display:table-cell;
	*float:left;
}
#tableCentroDir{
	width:100%;
	height:775px;
	border:0px;
	*width:100%;
	*height:775px;
	*border:0px;
}
#divCentroBase {
	position:relative;
	padding: 0 0 0 0;
	left:0px;
	top:0px;
	width:978px;
	height: auto;
	float:left;


	*position:relative;
	*padding: 0 0 0 0;
	*left:0px;
	*top:0px;
	*width:978px;
	*height:auto;
	*float:left;
}
#div_ampliadorDir {
	position:relative;
	left:0px;
	top:0px;
	width:64.5px;
	height: 775px;
	float:left;

	*position:relative;
	*left:0px;
	*top:0px;
	*width:64.5px;
	*height: 775px;
	*height:auto;
	*float:left;
}
/* Divs que armazenam os componentes que forma o rodape do site*/
#div_rodape{
	position:relative;
	padding: 0 0 0 0;
	left:0px;
	top:0px;
	width:978px;
	height: auto;
	float:left;

	*position:relative;
	*padding: 0 0 0 0;
	*left:0px;
	*top:0px;
	*width:978px;
	*height:auto;
	*float:left;
}
#div_ampliadorRodape {
	position:relative;
	width:356px;
	height:183;
	float:left;

	*position:relative;
	*width:356px;
	*height:183;
    *float:left;
}

#div_fundoBase {
	position:relative;
	width:auto;
	height: 182;
	float:left;
	*position:relative;
	*width:auto;
	*height: 182;
	*float:left;
}
#div_lateralDir {
	position:relative;
	left: 5px;
	float:left;


	*position:relative;
	*float:left;
}
</style>

