/* CSS Document */

/****************************************************************/
/* index.css                                                    */ 
/* Data			: 25.06.2009                                    */
/* Atualização	: 07.07.2009                                    */
/****************************************************************/

/* Formatação das áreas */
*
{
	padding:0px;
	margin:0px;
}

body
{
	background:#000;
	margin:0px;
	padding:0px;
	text-align:center; /* hack para o Internet Explorer */
}

#tudo
{
	/*position:relative;/*absolute;*/
	width:767px;
	height:auto;
	/*top:0%;
	left:50%;	
	margin-left:-494px;*/
	margin:0 auto;
	text-align:left; /* "remédio" para o hack do Internet Explorer */
}

#topo
{
	width:767px;
	height:141px;
	background:#FFF;
}

#areaMenu
{
	width:767px;
	height:25px;
	background:url(../images/site/fundoMenu.jpg) top left repeat-x;
}

#areaFlash
{
	width:767px;
	height:333px;/*311px;/*289px;*/
	background:#FFF;
}

#flashPrincipal
{
	width:743px;
	height:289px;
	margin-top:22px;
	margin-left:12px;
	background:#000;
}

#dados
{
	width:767px;
	height:auto;
	overflow:hidden;
	/*background:url(../images/site/fundoTabela.png) top left no-repeat #FFF;*/
	background:#FFF;
	padding-bottom:20px;
}

#areaDestaque01
{
	width:767px;
	height:198px;
	padding-bottom:20px;
}

#esquerdaDestaque01
{
	display:inline;
	float:left;
	width:353px;
	height:198px;
	margin-left:20px;
}

#direitaDestaque01
{
	float:left;
	width:353px;
	height:198px;
	margin-left:20px;
}

#areaDestaque02
{
	width:767px;
	height:158px;
	padding-bottom:20px;
}

#esquerdaDestaque02
{
	display:inline;
	float:left;
	width:466px;
	height:158px;
	margin-left:20px;
	background:#000;
}

#direitaDestaque02
{
	float:left;
	width:241px;
	height:158px;
	margin-left:20px;
}

#rodape
{
	width:767px;
	height:112px;
	background:#FFF;
}
/* Fim da formatação das áreas */

/* Formatação das imagens */
.imagemTopo
{
	border:none;
}

#rodape img
{
	border:none;
	margin-left:24px;
}
/* Fim da formatação das imagens */