.date_noticia{
	color:#000000;
	font-style:italic;
	font-size:10px;
}

/* DESTAQUES */
#not_destaques {
	width:330px;
	float:left;
}

#not_destaques .item {
	clear:both;
	margin-bottom:10px;
}

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

#not_destaques .descricao {
}



/* LIST */
#not_list {
}

#not_list .categorias{
	background-color:#f5f5f5;
	padding:10px;
	float:left;
}
#not_list .categorias .categoria{
	background-color:#ccc;
	padding:10px;
	float:left;
	margin-right:5px;
}

#not_list .list {
	clear:both;
	padding-top:20px;
}

#not_list .item {
	clear:both;
	margin-bottom:30px;

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

#not_list .detalhe {
}


/* DETAIL */
#not_detail {
}

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

#not_detail .detalhe {
}



.news-holder{
	margin-bottom: 30px;
}

.detail-news-legend > span {
	
	color: white;
	padding: 0px 15px;
	text-transform: uppercase;
	min-width: 200px;
}

.detail-news-legend.red > span {
	background: #E3010F;
}

.detail-news-legend.black > span {
	background: #000;
}