@media screen and (max-width : 320px) {
	.limite_noticias {
		margin-left: -13px;
	}
}

@media screen and (min-width : 1px) {
	.limite_noticias {
		max-width: 254px;
	}

	.texto_noticia {
		min-height: 200px;
	}

	#more_news {
		margin: 40px auto 0;
	}

	.linhacimanews{
		top: 72px;
	}

	.linhabaixonews{
		bottom: 140px;
	}
}

@media screen and (min-width : 640px) and (max-width : 767px) {
	#tab3 .conteudo_seccao{
		max-width: 96%;
	}
}

@media screen and (min-width : 801px) and (max-width : 1023px) {
	#tab3 .conteudo_seccao{
		max-width: 85%;
	}

	.limite_noticias {
		max-width: 508px;
	}
}

@media screen and (min-width : 961px) and (max-width : 1024px) {
	.limite_noticias {
		max-width: 765px;
	}
}

@media screen and (min-width : 481px) and (max-width : 1024px) {
	.linhacimanews{
		top: 72px;
	}

	.linhabaixonews{
		bottom: 175px;
	}

	.noticia{
		margin: 10px;
	}
}

@media screen and (min-width : 1025px) {
	.limite_noticias {
		max-width: 825px;
	}

	.texto_noticia {
		/*height: 200px;*/
	}

	#more_news {
		margin-top: 80px;
	}

	.linhacimanews{
		top: 72px;
	}

	.linhabaixonews{
		bottom: 227px;
	}
}

@media screen and (min-width : 320px) and (max-width : 568px) and (orientation : landscape) {
	.limite_noticias {
		max-width: 255px;
	}
}