#direita{ /* DIV DA DIREITA */
	width:170px;
	height:auto;
	background-image:url(../img/fundo_laterais.jpg);
	background-repeat:repeat-y;
	position:relative;
	float:left;
	text-align:center;
	display:table;
}

#divulgacao{ /* ESTILO DAS IMAGENS DA COLUNA DA DIREITA */
	width:170px;
	height:24px;
	padding-top:2px;
	background-image:url(../img/topo_laterais.jpg);
	background-repeat:no-repeat;
	}

#ultimos_posts{
	height:auto;
	font-size:12px;
	text-align:left;
	padding-left:8px;
}

#ultimos_posts ul{
	list-style:none;
}

#ultimos_posts a:link{
	text-decoration:none;
	color:#444444;
}

#ultimos_posts a:visited{
	text-decoration:none;
	color:#444444;
}

#ultimos_posts a:hover{
	text-decoration:underline;
	color:#000000;
}