.titulo{
	font:Bold 16pt Arial;
	padding-bottom:20px;
	border-bottom:1px solid black;
}
.noticia_principal{
    float:left;
    width:calc(100% - 5px);
    max-width:380px;
    margin-right:5px;
    cursor:pointer;
}
.noticia_secundaria{
    float:left;
    width:200px;
    height:161px;
    margin-left:5px;
    margin-bottom:5px;
    cursor:pointer;
}
.anuncio_noticia{
    margin-bottom:10px;
}
.subtitulo{
    margin-top:5px;
	font:Bold 14pt Arial;
}
.quatro_colunas{
	float:left;
	width:calc(25% - 20px);
	min-width:245px;
	margin-top:10px;
	margin-left:20px;
	font:Normal 10pt Arial;
}
.mini-texto{
	font:9pt normal Calibri;
}
.texto_edicao_quem{
    float:left;
    width:calc(100% - 300px);
    margin-left:5px;
}
.tres_colunas{
	float:left;
	width:250px;
	text-align:center;
	background-color:Aquamarine;
	margin-left:5px;
	margin-right:5px;
	margin-top:10px;
}
.titulo_colunas{
	padding:1px;
	height:46px;
	line-height:46px;
	background-color:#464648;
	color:white;
	margin-bottom:0;
}
.lateral_noticias{
    float:left;
    margin-left:10px;
    width:100%;
    max-width:251px;
}

@media (max-width: 600px) {
	.tres_colunas{float: none;margin-left:auto;margin-right:auto;}
	.noticia_principal{float:inherit;margin:0px;}
	.noticia_secundaria{width:calc(50% - 10px);}
    .lateral_noticias{margin:0px;max-width:none;}
	.resultado_anuncio{width:100%;}
}