/**********************************************************************
TITULO NOVIDADES
***********************************************************************/
#titulo_novidades{
	float:left;
	display:inline;
	background-image:url(../images/novidades/titulo_novidades.gif);
	background-repeat:no-repeat;
	text-indent:-5000px;
	width:146px;
	height:20px;
	margin-top:37px;
	font-size:1pt;
}


/**********************************************************************
CONTAINER NOVIDADES "LISTAGEM"
***********************************************************************/
.container_novidades{
	float:left;
	width:572px;
	margin-bottom:11px;
	margin-top:18px;
}

.container_novidades dt a{
	color:#969696;
	font-size:8pt;
	background-image:url(../images/home/bullet_agenda.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:32px;
}

.container_novidades dt a:hover{
	color:#000;
}

.container_novidades dd a{
	color:#000000;
	font-weight:bold;
	font-size:8pt;
	padding-left:32px;
}

.container_novidades p a{
	float:left;
	margin-left:32px;
	color:#969696;
	font-size:8pt;

}

/**********************************************************************
EXIBICAO NOVIDADES 
***********************************************************************/

#exibicao_novidades{
	float:left;
	font-size:8pt;
	width:389px;
	margin-top:15px;
}

#exibicao_novidades dl dd{
	color:#000000;
	font-size:12pt;
	margin-bottom:17px;
}

/**********************************************************************
MOLDURA FOTO
***********************************************************************/

.moldura_foto{
	float:right;
	display:inline;
	margin-right:15px;
	margin-top:-10px;
	padding:11px;
	background-image:url(../images/novidades/moldura_foto_novidades.gif);
}

/**********************************************************************
OUTRAS NOTICIAS
***********************************************************************/

#outras_noticias{
	float:left;
	display:inline;
	background-image:url(../images/novidades/titulo_outras_noticias.gif);
	background-repeat:no-repeat;
	text-indent:-5000px;
	width:146px;
	height:18px;
	margin-top:18px;
	font-size:1pt;
	
}

/**********************************************************************
TODAS NOTICIAS
***********************************************************************/

#todas_noticias{
	float:right;
	display:inline;
	width:136px;
	height:15px;
	background-image:url(../images/novidades/todas_noticias.gif);
	background-repeat:no-repeat;
	background-position:left;
	text-indent:-5000px;
	margin-right:19px;
	margin-top:45px;
}


