
/* destaque topo */

div.top #not_destaques {
	width:290px;
	margin-left:20px;
}

div.top #not_destaques .descricao {
}

div.top h2 {
	font-size:20px;
	color:#65cbe2;
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom:12px;
	margin-left:20px;
}

div.top .sabermais {
	background-color:#65cbe2;
	
}

div.top .sabermais a {
	color:#fff;
	display:block;
	padding:4px;
}

div.top .sabermais a:hover {
	color:#333333;
	text-decoration:none;
}


/* destaques base */

div.bottom #not_destaques {
	width:478px;
}

div.bottom #not_destaques .descricao {
	height:79px;
}

div.bottom h2 {
	margin-top:10px;
	margin-bottom:12px;
	font-size:20px;
	color:#81cb36;
	font-weight:normal;
	text-transform:uppercase;
}

div.bottom .sabermais {
	background-color:#81cb36;
	margin-left:210px;
}

div.bottom .sabermais a {
	color:#fff;
	display:block;
	padding:4px;
}

div.bottom .sabermais a:hover {
	color:#333333;
	text-decoration:none;
}


/* destaques geral */

#not_destaques {
	font-size:12px;
	color:#333333;
	float:left;
}

#not_destaques .descricao:first-letter {
	text-transform:uppercase;
}

#not_destaques .imagem {
	float:left;
	width:145px;
	height:90px;
	margin-right:10px;
	margin-bottom:10px;
	border-top:10px solid #81cb36;
	overflow:hidden;
}

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

#not_destaques .mais {
	float:right;
	width:30px;
	height:21px;
	background-color:#333333;
	color:#fff;
	text-align:center;
	border-left:5px solid #fff;
}

#not_destaques .mais a:hover {
	color:#fff;
}


/* LIST */
#not_list {
	width:90%;
	float:left;
}

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

#not_list .imagem a.lermais {
	background-color:#81cb36;
	display:block;
	font-family:lucida sans unicode;
	font-size:12px;
	color: #fff;
	padding-left:5px;
}
#not_list .imagem a.lermais:hover {
	color:#292929;
	text-decoration: none;
}

#not_list .item {
	clear:both;
}

/* DETAIL */
#not_detail h2 {
	color:#81cb36;
}

#not_detail .imagem {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	border-top:10px solid #81cb36;
}