/* DESTAQUES */
#noticias_destaques_containner{
	float: left;
	width: 219px;
	padding-left: 30px;
}

.destaque_noticias_titulo{
	padding-top: 20px;
	padding-bottom: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	font-size: 14px;
	cursor: pointer;
	text-decoration: none;
	width: 208px;
}

.destaque_noticias_titulo_over{
	padding-top: 20px;
	padding-bottom: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	font-size: 14px;
	text-decoration: none;
	cursor: pointer;
	text-decoration: underline;
	width: 208px;
}

#not_destaques {
	width:218px;
	float:left;
}

#not_destaques .imagem {
	float:left;
	margin-right:5px;
	margin-bottom:10px;
	border:1px solid #4796BE;
	width:68px;
	height:60px;
	overflow:hidden;
}

#not_destaques .item {
	clear:both;
}
.noticias_descricao{
	float:left;
	width: 135px;
}

.noticias_titulo_destaque{
	background-image: url(/media/images/seta_news.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;	
	width: 120px;
	text-transform: uppercase;
	font-weight:bold;
	color: #4796BE;
	cursor: pointer;
	text-decoration: none;
}

.noticias_titulo{
	background-image: url(/media/images/seta_news.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;	
	text-transform: uppercase;
	font-weight:bold;
	color: #4796BE;
	cursor: pointer;
	text-decoration: none;
	float:left;
}

.noticias_titulo_over{
	background-image: url(/media/images/seta_news.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;	
	width: 120px;
	text-transform: uppercase;
	color: #4796BE;
	cursor: pointer;
	text-decoration: none;
	float:left;
	font-weight:bold;	
}

.noticias_desc{
margin-top:5px;
}






/* LIST */
.imagem_list{
width:100px;
height:90px;
float:left;
}

.texto{
margin-top:4px;
overflow:hidden;
}

#not_list img {
	margin-right:10px;
	margin-bottom:10px;
	border:1px solid #4796BE;
	float: left;
}

#not_list .item {
	clear:both;
}

/* DETAIL */
#not_detail {
}

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