#noticias #page #content .destaque img {
	float: left; display: inline;
	width: 220px;
	height: 165px;
	margin-right: 20px;
}
#noticias #page #content .destaque a {
	display: block;
}
#noticias #page #content .destaque a:hover * {
	color: #aaaaaa;
}
#noticias #page #content .destaque strong span {
	font-size: 18px;
	color: #9c9c9c;
	font-weight: normal;
}
#noticias #page #content .destaque strong {
	display: block;
	font-size: 18px;
	color: #484a96;
	margin-bottom: 15px;
}
#noticias #page #content .destaque a > span {
	color: #727272;
	display: block;
	line-height: 22px;
	margin-bottom: 10px;
}
#noticias #page #content em {
	font-weight: bold;
	font-style: normal;
	color: #d32d31;
	padding-left: 10px;
	background: url(../img/layout/seta1.png) no-repeat 0 2px;
}

/*--------------------*/
#noticias #page #content .lista-noticias {
	display: block;
	width: 980px;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #dedede;
}
#noticias #page #content .lista-noticias li {
	float: left; display: inline;
	width: 469px;
	padding-bottom: 20px;
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid #dedede;
}
#noticias #page #content .lista-noticias li.left {
	padding-right: 0;
	margin-right: 0;
	border-right: 0 none;
}
#noticias #page #content .lista-noticias li.fim {
	padding-bottom: 0;
	margin-bottom: 0;
	
}
#noticias #page #content .lista-noticias li.fim a { 
	padding-bottom: 0;
	border-bottom: 0 none;
}
#noticias #page #content .lista-noticias li a {
	display: block;
	padding-bottom: 20px;
	border-bottom: 1px solid #dedede;
}
#noticias #page #content .lista-noticias li a img {
	float: left; display: inline;
	width: 100px;
	height: 75px;
	margin-right: 17px;
}
#noticias #page #content .lista-noticias li a strong {
	display: block;
	color: #484a96;
	margin-bottom: 8px;
}
#noticias #page #content .lista-noticias li a strong span {
	color: #9c9c9c;
}
#noticias #page #content .lista-noticias li a > span {
	display: block;
	margin-bottom: 8px;
	color: #727272;
	line-height: 16px;
	text-align: justify;
}
#noticias #page #content .lista-noticias li a em {
	color: #d32d31;
	font-style: normal;
	font-weight: bold;
	background: url(../img/layout/seta1.png) no-repeat left 2px;
	padding-left: 10px;
	margin-top: 10px;
}
#noticias #page #content .lista-noticias li a:hover * {
	color: #aaaaaa;
}
#noticias #page #content {
	padding-bottom: 40px;
}



/*-------------------[ view ]---------------------*/

#noticias.view #page #content .noticia img {
	float: left; display: inline;
	width: 356px;
	height: 257px;
	margin-right: 20px;
	margin-bottom: 20px;
}
#noticias.view #page #content .noticia h3 {
	display: block;
	font-size: 22px;
	color: #484a96;
	margin-bottom: 20px;
}
#noticias.view #page #content .noticia small {
	display: block;
	color: #aaa;
}


#noticias.view #page #content .galeria {
	border-top: 1px solid #dedede;
	padding-top: 20px;
}
#noticias.view #page #content .galeria h4 {
	color: #d32d31;
	font-size: 16px;
	margin-bottom: 20px;
}
#noticias.view #page #content .galeria ul li {
	float: left; display: inline;
	margin-right: 15px;
	margin-bottom: 15px;
}
#noticias.view #page #content .galeria ul li.quebra {
	margin-right: 0;
}
#noticias.view #page #content .galeria ul li.last { margin-right: 0; }
#noticias.view #page #content .galeria ul li a img {
	width: 180px;
	height: 148px;
}
#noticias.view #page #content .voltar {
	float: left; display: inline;
	width: 88px;
	height: 31px;
	background: url(../img/layout/bt_voltar.png) no-repeat;
	text-indent: -9999em;
	overflow: hidden;
	margin-top: 20px;
}
