/* TIMELINE */

#noticias_timeline {
	width:580px;
	height:50px;
/*	overflow: auto;*/
	white-space: nowrap;
	padding:5px 1px 5px 2px;
}

#noticias_timeline a {
	padding:2px 1px 2px 2px;
}
#noticias_timeline a:hover {
	padding:2px 1px 2px 2px;
}

#noticias_timeline a.mes_selected,
#noticias_timeline a.ano_selected  {
	border:1px solid #ccc;
	padding:2px 1px 2px 2px;
}


/* DESTAQUES */

#not_destaques {
	width:390px;
	float:left;
	border-bottom:1px dashed #cccccc;
	padding-bottom:15px;
	padding-top:15px;
}

#not_destaques .imagem {
	float:left;
	padding:5px;
	margin-right:10px;
	margin-bottom:10px;
	border:1px solid #dbdbdb;
}

#not_destaques .item {
	clear:both;
	
}

#not_destaques_block {
	width:390px;
	float:left;
	padding-bottom:15px;
	padding-top:15px;
}

#not_destaques_block .imagem {
	float:left;
	padding:5px;
	margin-right:10px;
	margin-bottom:10px;
	border:1px solid #dbdbdb;
}

#not_destaques_block .item {
	clear:both;
	
}

/* DESTAQUES SLIDE */
#not_destaques_slide {
	width:380px;
	height:105px;
}

#not_destaques_slide .imagem {
	float:left;
	padding:5px;
	margin-right:10px;
	margin-bottom:10px;
	border:1px solid #dbdbdb;
	width:90px;
}

#not_destaques_slide .item {
	clear:both;
	width:380px;
	
}

/*BLOCK*/

#not_destaques_block {
	width:380px;
	height:110px;
}

#not_destaques_block .imagem {
	float:left;
	padding:5px;
	margin-right:10px;
	margin-bottom:10px;
	border:1px solid #dbdbdb;
	width:90px;
}

#not_destaques_block .item {
	padding-top:10px;
	border-top:1px dashed #cccccc;
	clear:both;
	
}




/* LIST */


#not_list .imagem {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

#not_list .item {
	clear:both;
	width:500px;
	border-bottom:1px dashed #cccccc;
	padding-bottom:15px;
	padding-top:15px;
}

/*#not_list .detalhe { margin-left:110px; } */

#not_list .texto a:link,
#not_list .texto a:visited,
#not_list .texto a:hover { color:#777777;}


/* DETAIL */
#not_detail {
	/*width:580px;*/
}

#not_detail .imagem {
	float:left;
	padding:5px;
	margin-right:10px;
	margin-bottom:10px;
}