
/*
 * Notícia
 */



#noticia .titulo {
	font-family:Arial, sans-serif;
	font-size:1.5em;
	font-weight:bold;
}

#noticia .texto {
	text-align:justify;
	margin-top:1em;
	margin-bottom:3em;
}


#noticia .botoes {
	margin-top:50px;
	text-align:center;
}
#noticia .botoes a {
	margin:0 15px;
	text-decoration:underline;
}


.imagemNoticia {
	margin-bottom:1em;
}


/*
 * Arquivos de notícias
 */



/* Espacamento entre noticias */
#arquivoNoticias div.noticia {
	margin-top:5px;
	padding-bottom:5px;
	border-bottom:1px dashed #CCCCCC;
}
#arquivoNoticias.noSeparator div.noticia {
	border-bottom:none;
}
#arquivoNoticias div.noticia.first {
	margin-top:0;
}


#arquivoNoticias div.noticia .texto {
	text-align:justify;
}



/*
 * Formulário para envio de notícias
 */

#enviarNoticia .ui.title {
	font-family:Arial, sans-serif;
	font-size:1.5em;
	font-weight:bold;
    background-color:#356BB3;
    color:white;
    border:none;
}

#enviarNoticia input.text {
    width:270px;
}
#enviarNoticia input.button {
    margin-top:10px;
}

