.noticias {
	display: block;
	margin: 0px 0px 20px 0px;
}

.noticias .results { padding: 0px; }

.noticias .results a.result {
	padding: 0px 5px;
	margin-bottom: 20px;
	min-height: 310px;
	color: #1c1c1c;
}

.noticias .results a.result .categoria,
.noticias .results a.result .titulo,
.noticias .results a.result .descricao {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
}

.noticias .results a.result .categoria {
	height: 20px;
	line-height: 20px;
	font-size: 11px;
	color: #ababab;
	white-space: nowrap;
}

.noticias .results a.result .titulo,
.noticias .results a.result .descricao {
	line-height: 19px;
	text-align: justify;
}

.noticias .results a.result .titulo {
	max-height: 38px;
	font-size: 13px;
	font-weight: bolder;
	margin-bottom: 5px;
}

.noticias .results a.result .descricao {
	max-height: 57px;
	font-size: 12px;
	color: #313131;
}

.noticias .results a.result .data {
	display: block;
	float: left;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	background-color: #fff;
	font-size: 13px;
	color: #a5a5a5;
	text-transform: lowercase;
}

.noticias .results a.result .ver-mais {
	display: block;
	clear: both;
	height: 15px;
	line-height: 15px;
	overflow: hidden;
	font-size: 11px;
	color: #000;
}

.noticias .facebook-plugin-page { padding: 0px; }

@media screen and (max-width: 479px) {
	.noticias .results a.result .titulo { max-height: 102px; }
}