/* CSS Document */

/****************************************************************/
/* interno.css                                                  */ 
/* Data			: 25.06.2009                                    */
/* Atualização	: 17.05.2010                                    */
/****************************************************************/

/* 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: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;
	padding-bottom:20px;
}

#areaTitulo
{
	width:695px;/*717px;/*767px;*/
	height:50px;
	margin-top:80px;
	margin-bottom:40px;/*80px;*/
	margin-left:50px;/*22px;*/
}

#esquerda
{
	display:inline;
	float:left;
	width:380px;
	height:auto;
	margin-bottom:-32767px;
	padding-bottom:32767px;
	/*background:#960;*/
}

#direita
{
	float:left;
	width:380px;
	height:auto;
	margin-left:7px;
	margin-bottom:-32767px;
	padding-bottom:32767px;
	/*background:#0F0;*/
}

#navegacao
{
	/*clear:left;*/
	width:767px;
	height:50px;
	/*padding-top:80px;*/
	/*background:#93F;*/
	/*margin-top:80px;*/
	/*margin-right:30px;*/
	text-align:right;
	background:#FFF;
}

#navegacaoEsquerda
{
	display:inline;
	float:left;
	width:480px;
	height:50px;
/*	background:#3C9;*/
}

#navegacaoDireita
{
	float:left;
	width:258px;/*280px;*/
	height:50px;
	margin-left:7px;
	/*background:#F00;*/
	text-align:right;
}

#rodape
{
	width:767px;
	height:112px;
	background:#FFF;
}
/* Fim da formatação das áreas */

/* Formatação das imagens */
.imagemTopo
{
	border:none;
}

.imagemTitulo
{
	border:none;
	/*margin-top:80px;
	margin-bottom:40px;/*80px;*/
	/*margin-left:50px;/*22px;*/
}

#rodape img
{
	border:none;
	margin-left:24px;
}
/* Fim da formatação das imagens */

/* Formatação do Menu de Navegação */
#navegacaoDireita ul
{
	list-style:none;
}

#navegacaoDireita ul li
{
	display:inline;
}

#navegacaoDireita ul li a
{
	/*margin-top:5px;*/
	/*padding:2px 10px;*/
	padding-left:10px;
	float:right;/*:left;*/
	/* visual do link */
	/*background-color:#EDEDED;*/
	color:#333;
	text-decoration:none;
	border-bottom:3px solid #EDEDED;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:normal;
}

#navegacaoDireita ul li a:hover
{
	background-color:#E5E5E5;/*#D6D6D6;*/
	color:#333;
	border-bottom:3px solid #EA0000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:normal;
}
/* Fim da formatação do Menu de Navegação */