/* News */

#news-text{
	font-size: 14px;
	line-height: 22px;
	margin: 20px 15px 0;
	text-align:justify;
}

#news-subtitle {
	margin: 20px 15px 0;
	font-style: italic;
}

#div-share {
	margin-top:5px;
	text-align: right;	
}

.news-sub{
	font-size: 12px;
	color: #aaa;
	margin: 10px 15px;
	font-family: Georgia, Times New Roman;
	font-style: italic;
	letter-spacing: 0.5px;
}



/* Related News */
#related-news ul{
	margin: 10px 0 0 0;
}

#related-news a{
	padding: 10px 0;
	display: block;
	border-top: 1px solid #f5f5f5;
	font-size: 14px;
	position: relative; /* BUG: for the click area work fine on IE */
	overflow: hidden; /* BUG: IE extra padding bug */
	line-height: 17px;
	font-size: 12px;
}

/* Image Gallery */
.noticia-galeria{
	margin: 20px 15px 0;
}

.galeria-imagem-box {
	display:inline-table;
	border:1px solid #DDDDDD;
	margin-bottom:15px;
	margin-right:10px;
	padding:7px;
}

.galeria-imagem {
	width:60px;
	height: 60px;
	border: 0px;
}

.imagem-noticia-top {
	display: block;
	float:left;
	margin: 0px 15px 15px 0px;
	width:250px !important;
	background-color: #F0F0F0;
	padding:3px;
}

.imagem-noticia-top:hover {
	text-decoration:none;
}

.imagem-noticia-top img {
	width:250px !important;
	height:auto !important;
}

.imagem-noticia-top span {
	font-size:11px;
}