/*POSICIONAMENTO DOS OBJETOS DA HOME*/
#destaque_flash {
	height: 250px;
	width: 575px;
	float: left;
	text-align: center;
}

#central_assinante {
	margin: 0 0 0 585px;
	height: 250px;
	width: 185px;
	_float: left;
	_margin: 0 0 0 10px;
}
#central_assinante h3 {
	display: none;
}
#central_assinante div {
	overflow: auto;
}
#central_assinante div ul li {
	float: left;
}
#central_assinante div ul li a {
	display: block;
	width: 70px;
	height: 30px;
	text-indent: -999px;
	overflow: hidden;
	cursor:pointer;
}
#central_assinante div ul li.l01 a {
	width: 80px;
	cursor:pointer;
}

#central_assinante form {
	background: #e7e7e7 url("../imagens/bg_central.gif") no-repeat bottom;
	margin: 0;
	padding: 0 10px;
	height: 120px;
}

#central_assinante .webmail{
	background: #e7e7e7 url("../imagens/top_webmail.gif") no-repeat top;
}

#central_assinante .webmail_aoff {
	background: #e7e7e7 url("../imagens/top_webmail_assinante_off.gif") no-repeat top;
}

#central_assinante .assinante{
	background: #e7e7e7 url("../imagens/top_assinante.gif") no-repeat top;
}

#central_assinante .webmail div ul li.l01 a:hover{
	background:url("../imagens/top_webmail.gif") no-repeat -70px -30px;
}

#central_assinante .webmail_aoff div ul li.l01 a:hover {
	background:url("../imagens/top_webmail_assinante_off.gif") no-repeat -70px -30px;
}

#central_assinante .webmail {
	display: none;
}
#central_assinante .assinante div ul li.l00 a:hover 
{background:url("../imagens/top_assinante.gif") no-repeat 0 -30px;}

#central_assinante div.espaco {
	background: url("../imagens/espaco.gif");
	height: 90px;
	margin: 10px 0 0 0;
}
#central_assinante div.espaco ul li a {
	display:block;
	width: 177px;
	height:37px;
	margin:47px 0 0 4px;
	cursor:pointer;
}
#central_assinante div.espaco ul li a:hover {background:url("../imagens/espaco.gif") -4px -90px;}

#buscas {
	padding:10px 0 0 0;
	overflow: auto;
}
#buscas div {
	background: url("../imagens/bg_barra.jpg") no-repeat;
	width: 380px;
	height: 60px;
}
#buscas div.registro {float:left;}
#buscas div.busca    {float:left;margin-left: 10px;}

#destaques,
#destaques a {
	height: 250px;
	cursor:pointer;
}
#destaques a {
	background: #CCC;
	float: left;
	margin:0 0 0 10px;
	width: 185px;
}
#destaques a.destaque_01 {
	margin: 0;
	cursor:pointer;
	cursor:pointer;
}

span#tip {
	float: left;
	height: 26px;
	line-height: 26px;
	width: 90px;
	text-align: center;
	margin-top: -65px;
	font-family: Arial, Helvitica;
	font-size: 10px;
	font-weight: bold;
	border: 2px solid #e3e3e3;
	-moz-border-radius: 8px;
	background-color: #f5f5f5;
	vertical-align: middle;
}

span#tip.noticias {
	margin-left: 35px;
}

span#tip.economia {
	margin-left: 65px;
}

span#tip.clima {
	margin-left: 96px;
}

span#tip.humor {
	margin-left: 10px;
}

span#tip.cupido {
	margin-left: 40px;
}

span#tip.downloads {
	margin-left: 70px;
}

/*POSICIONAMENTO DOS OBJETOS DA HOME*/