/*************************
	DESTAQUE
*************************/

div#destaque {
	position:absolute;
	bottom:0;
	right:36px;
	width:392px;
	height:293px;
}

/*************************************************************************************************************************
	MIOLO	MIOLO	MIOLO	MIOLO	MIOLO	MIOLO	MIOLO	MIOLO	MIOLO	MIOLO	MIOLO	MIOLO	MIOLO	MIOLO	MIOLO	MIOLO	MIOLO	MIOLO	MIOLO
*************************************************************************************************************************/

div#material-interna ul#lista-noticias,
ul#lista-noticias li, ul#lista-noticias li div.box-foto,
ul#lista-noticias li h5, ul#lista-noticias li p {
	display:inline;
	float:left;
	position:relative;
}

div#material-interna ul#lista-noticias {
	width:646px;
	margin:0 0 0 26px;
}

ul#lista-noticias li {
	width:646px;
	margin:20px 0 0;
}

ul#lista-noticias li:first-child { margin:40px 0 0; }

ul#lista-noticias li div.box-foto {
	width:205px;
	height:124px;
	background:url(../img/bg/thumb-foto.jpg) no-repeat left top;
}

div.box-foto div.thumb {
	display:inline;
	width:189px;
	height:109px;
	margin:7px 0 0 8px;
	background:no-repeat center center;
}

ul#lista-noticias li h5 {
	width:425px;
	margin:10px 0 0 15px;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#262626;
}

ul#lista-noticias li.sem-foto h5 {
	width:646px;
	margin:10px 0 0 0;
}

ul#lista-noticias li h5 span { 
	font-weight:normal;
	padding:0 3px 0 0;
}

ul#lista-noticias li p {
	width:425px;
	margin:6px 0 0 15px;
	font:12px Arial, Helvetica, sans-serif;
	color:#262626;
}

ul#lista-noticias li.sem-foto p {
	width:646px;
	margin:6px 0 0;
}

ul#lista-noticias li a.btn-ler-toda {
	display:inline;
	float:right;
	width:87px;
	height:22px;
	margin:10px 0 0 354px;
	background:url(../img/btn/ler-toda.jpg) no-repeat left top;
}

ul#lista-noticias li a.btn-ler-toda:hover {	background-position:left -22px; }
