.conteudo_noticia {
    text-indent: 1.25cm;
    text-align: justify;
    font-size: 1.5em;
}

/*#ver_mais_noticias img{
    width: 100%;
    height: auto;
}*/
#icone_noticia img{
	width: 100%;
    height: auto;
}

#ver_mais_noticias .noticia{
    margin-top: 50px;
}

#ver_mais_noticias .noticia .titulo_noticia{
    font-size: 1.5em;
    text-align: center;
    margin-bottom: 20px;
}

/* Filtro Noticias */
#filtro_noticia{
        margin-top: 60px;	
}
#filtro_noticia #pesquisa_noticia{
        width: 30%;
}
#msg_noticia{
        font-weight: bold;
        margin-top: 15px;
        margin-left: 10px;
        font-size: 14px;
}
#destaque_vermelho{
        color: #FA5858;
}

#dialog_noticia{
        margin-top: 80px;
}

/*Texto da notícia*/
.texto_noticia{
	padding-top: 5px;
}
.data_texto_noticia{
	margin-left: 86.2%;
	margin-bottom: 15px;
}
.destaque_amarelo{
	background:yellow;
}

/*Paginação*/
.atual{
	font-weight: bold;
	color:#134E89;
	background: #E9F4FD;
}
#paginas{
    margin-right:20px;
    font-size: 13px;
    color:#767676;
}