/* CSS Document */

/****************************************************************/
/* Estilo.css                                                   */ 
/* Data			: 11.02.2009                                    */
/* Atualização	: 10.03.2009                                    */
/****************************************************************/

/* Formatação de áreas */
*
{
	padding:0px;
	margin:0px;
}

body
{
	background:url(../images/site/fundoHDSul.jpg) top left no-repeat;
	margin:0px;
	padding:0px;
	text-align:center; /* hack para o Internet Explorer */
}

#tudo
{
	position:absolute;
	width:894px;
	top:123px;/*0%;*/
	left:50%;	
	margin-left:-447px;
	text-align:left; /* "remédio" para o hack do Internet Explorer */
}

#topo
{
	width:894px;
	height:144px;
}

#topoMenu
{
	display:inline;
	float:left;
	width:636px;
	height:144px;
/*	background:#0000FF;*/
}

#areaSaudacao
{
	float:left;
	width:258px;
	height:144px;
	background:url(../images/site/fundoAreaSaudacao.jpg) top left no-repeat;
}

#saudacao
{
	position:relative;
	top:100px;
	left:50px;
	width:200px;
	height:20px;
/*	background:#009966;*/
}

#colunas
{
	width:894px;
	height:auto;
	overflow:hidden;
}

#colEsq
{
	display:inline;
	float:left;
	width:300px;
/*	background:#FF0000;*/
	padding-top:15px;/*22px;*/
	margin-bottom:-32767px;
	padding-bottom:32767px;
}

#flashLateral
{
	position:relative;
	top:0px;
	left:0px;
	width:267px;
	height:311px;
	margin-bottom:50px;
}

#colDir
{
	float:left;
	width:594px;
/*	background:#009933;*/
	padding-top:15px;/*22px;*/
	margin-bottom:-32767px;
	padding-bottom:32767px;
}

#dados
{
	position:relative;
	top:0px;
	left:0px;
	width:591px;/*534px;*/
	height:auto;/*100px;*/
/*	background:#FF00FF;*/
}

#rodape
{
	clear:both;
	float:left;
	width:894px;
	height:95px;
	background:url(../images/site/fundoRodape.jpg) top left no-repeat;
}
/* Fim da formatação das áreas */

/* Formatação das imagens */
.imagem
{
	border:none;
	margin-left:25px;
	margin-bottom:9px;
}
/* Fim da formatação das imagens */

/* Formatação dos textos */
#dados
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#666666;
	text-align:justify;
}

#dados ul
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#666666;
	text-align:justify;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:40px;
}
	
.destaque1
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:600;
	font-style:italic;
	color:#333399;
	text-decoration:underline;
}

.destaque2
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:600;
	font-style:italic;
	color:#333333;
	text-decoration:underline;
}
/* Fim da formatação dos textos */

/* Formatação dos links */
.sticky
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:600;
	font-style:normal;
	color:#333333;
	text-decoration:none;
}

.sticky:hover
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:600;
	font-style:normal;
	color:#333333;
	text-decoration:underline;
}
/* Fim da formatação dos links */