@charset "utf-8";
/* CSS Geral */

body{
	margin:0;
	padding:0;
	text-align:center;
}

/* Topo da Pagina - Area Geral */
#Est_Ger_Top_Pag_Are{
	width:100%;
	height:197px;
	background:url(../imagens/css/bkg_top.jpg) center top;
	border-bottom:#0172b3 solid 15px;
}
	
/* Topo da Pagina */
#Est_Ger_Top_Pag{
	width:580px;
	height:187px;
	padding:10px 0 0 300px;
	margin:0 auto;
	text-align:left;
}

/* Centro - Area Geral */
#Est_Ger_Cen_Are_Ger{	
	width:980px;
	margin:auto;
	padding-top:10px;
	text-align:left;
}

/* Esquerda */ 
#Est_Ger_Cen_Esq{
	width:195px;
	margin-right:10px;
	float:left;
	}
	
	/* Esquerda - Menu */ 
	#Est_Ger_Cen_Esq_Men{
		width:195px;

		}
		
	/* Esquerda - Banner */
	#Est_Ger_Cen_Esq_Ban{
		width:175px;
		padding:10px;
		margin-bottom:16px;
		background:#edeeef;
		}

/* Direita */
#Est_Ger_Cen_Dir{
	width:775px;
	float:left;
	}

	/* Direita - Lateral */
	#Est_Ger_Cen_Dir_Lat{
		width:165px;
		margin-top:10px;
		padding:5px;
		float:left;
		border:#d0d5d8 solid 2px;
		}

	/* Direita - Lateral - Interna */
	#Est_Ger_Cen_Dir_Lat_Int{
		width:165px;
		padding:10px 0;
		background:#edeeef;
		}

/* Rodape - Area Geral */
#Est_Ger_Rod_Are_Ger{	
	height:94px;
	clear:left;
	background:url(../imagens/css/bkg_rod.png);
}

/* Rodape - Area */
#Est_Ger_Cen_Are{	
	width:980px;
	margin:0 auto;
	padding-top:30px;
	text-align:left;
	font:11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;
}

/* Assinatura Site */
#Est_Ger_Cen_Are_Jor{
	width:950px;
	height:20px;
	padding-left:30px;
	clear:left;
	font:11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;
	text-align:left;
	}
