@charset "utf-8";
/* CSS Geral */

body{
	text-align:center;
	margin:0px;
	background:url(../imagens/css/bkg_sit_ger.jpg)  top;
	}

/* Topo do Site */
#Est_Ger_Sit_Top{
	width:100%;
	height:199px;
	background:url(../imagens/css/bkg_top.jpg) center;
	}

	/* Topo do Site - Conteudo */
	#Est_Ger_Sit_Top_Con{
		width:980px;
		height:199px;
		margin:0 auto;
		}

	/* Topo do Site - Logo */
	#Est_Ger_Sit_Top_Con_Lgo{
		width:980px;
		height:151px;
		}
		
	/* Topo do Site - Menu */
	#Est_Ger_Sit_Top_Con_Men{
		width:980px;
		height:48px;
		}

/* Parte Central */
#Est_Ger_Sit_Cen{
	width:100%;
	display:table;
	}

	/* Centraliza a Pagina */
	#Ger_Sit_Cen_Pag{
		width:980px;
		margin:0 auto;
		text-align:left; /* "remdio" para o hack do IE */
		}

	/* Centraliza a Pagina - Conteudo */
	#Ger_Sit_Cen_Pag_Con{
		width:980px;
		display:table;
		}
		
	/* Centraliza a Pagina - Base */
	#Ger_Sit_Cen_Pag_Bas{
		width:980px;
		height:236px;
		margin-top:40px;
		background:url(../imagens/css/bkg_bas_int_002.png) no-repeat;
		}

		/* Centraliza a Pagina - Base - Esquerda */
		#Ger_Sit_Cen_Pag_Bas_Esq{
			width:540px;
			margin-right:5px;
			float:left;
			}

			/* Centraliza a Pagina - Base - Esquerda - 001 */
			#Ger_Sit_Cen_Pag_Bas_Esq_001{
				width:540px;
				height:115px;
				margin-bottom:5px;
				}

			/* Centraliza a Pagina - Base - Esquerda - 002 */
			#Ger_Sit_Cen_Pag_Bas_Esq_002{
				width:540px;
				height:110px;
				}

		/* Centraliza a Pagina - Base - Direita */
		#Ger_Sit_Cen_Pag_Bas_Dir{
			width:430px;
			height:230px;
			float:left;
			}

/* Botton do Site */
#Est_Ger_Sit_Bot_Top{
	width:100%;
	height:38px;
	background:url(../imagens/css/bkg_bot_top.png) center;
	}

/* Botton do Site */
#Est_Ger_Sit_Bot{
	width:100%;
	height:164px;
	background:#ab4805 url(../imagens/css/bkg_sit_rod.jpg) top center repeat-x;
	}

	/* Botton do Site - Conteudo */
	#Est_Ger_Sit_Bot_Con{
		width:980px;
		height:158px;
		margin:0 auto;
		text-align:left;
		}

	/* Botton do Site - Divisao */
	#Est_Ger_Sit_Bot_Con_Div{
		width:325px;
		float:left;
		}
	
		/* Area Bottom - Assinatura - Conteudo - Caixa */ 	
		#Est_Ger_Bot_Ass_Cai{
			width:280px;
			padding-left:33px;
			padding-top:10px;
			}

/* Botton do Site */
#Est_Ger_Sit_Bot_Red{
	background:#ab4805;
	padding-top:10px;
	}

/* Botton do Site  - Area */
#Est_Ger_Sit_Bot_Red_Are{
	width:950px;
	height:75px;
	margin:10px auto;
	background:#ab4805;
	}

/* Botton do Site - Log */
.Est_Ger_Sit_Bot_Red_Log{
	width:19%;
	float:left;
	}


