/********************************************************************************************
	1 - ESTRUTURA
	2 - TOPO
	  2.1 - MENU	
	3 - CONTEUDO

	
/********************************************************************************************
/********************************************************************************************
   1 - ESTRUTURA 
*********************************************************************************************/
 
body {
	font: 11px, georgia, times, arial;;
	color:#ffffff;
background:url(../imagens/bg.jpg);
	magin:0;
	padding:0;
	text-align:center;
}
div#total {
background:url(../imagens/bg.jpg);
	
}
div#site {
	width:802px;
	height:auto;
background:url(../imagens/bg.jpg);
	margin:0 auto;
	text-align:left;	
}

/********************************************************************************************
   2 - TOPO 
*********************************************************************************************/
div#topo{
    
	width:802px;
	height: 100px;
	left: 0px;
	top: 0px;
	background:url(../imagens/topo.jpg);
}
/********************************************************************************************
   2.1 - MENU 
*********************************************************************************************/
div#menu{
   
    width:802px;
	height: 23px;
	background:url(../imagens/menu.jpg);
	left: 0px;
	top: 100px;
	z-index: 100;
}


/********************************************************************************************
   3 - CONTEUDO 
*********************************************************************************************/
div#meio{
	margin-top:-12px;
	*margin-top:0px;
   	width:802px;
	height: 480px;
	z-index:3;
	background:url(../imagens/conteudo.jpg);
}


div#noticias_home{

    position:relative;
	width:295px;
	height: 225px;
	left: 98px;
	top: 80px;
	z-index:4;
	float:left;
	background-color:transparent;
}


div#noticias_interna{
	width:390px;
	height: auto;
	clear:both;
	display:block ;
	float:left;
	padding-left:80px;
	padding-top: 30px;
}

div#bg_interna{
 width:802px;
 height: auto;
 background:url(../imagens/fundo.jpg);
 overflow: hidden;
}
 
div#conteudo_interna{
 width:650px;
 height: auto;
 padding-left:50px;
 *padding-left:10px; /* hack para IE */
 padding-top: 0px;
 
 z-index:9;
}
 
div#titulo{
 width:802px;
 height: 21px;
 top: 123px;
 z-index: 5;
 background:url(../imagens/titulo.jpg)
}
div#menu_lateral{
 width:150px;
 height: 150px;
 float:left;
 z-index: 10; 
 margin-top:50px;
}

div#texto{
 width:450px;
 height: autopx;
 float:right;
 z-index: 11;
 background-color:transparent;

}


div#animacao{
	width:234px;
	position: relative;
    left: -75px;
	top:52px;
	float:right;
	z-index:1;
}

