/*
 * Quadros de notícias
 * Copyright (c) 2009 Allison de O. Ramos
 */

.titulo_noticia
{
	margin: 1em 0px 0px;
	border: outset 2px #9CF;
	background: #C5D8EC top left url(../imagens/titulo_noticia.png) repeat-x;
}

.titulo_noticia img
{
	margin: 0px 8px 0px 0px;
	/*vertical-align: middle;*/ /* Só funciona com tabelas - por enquanto */
	position: relative;
	top: 2px; /* Na falta de vertical-align... */
}

.titulo_noticia a
{
	display: block;
	padding: 4px;
	color: #04A;
	font-family: "Times New Roman", serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.titulo_noticia a:hover
{
	text-decoration: underline;
}

.bloco_noticia
{
	margin: 0px 25px;
	padding: 16px;
	border-left: dashed 2px #5678B6;
	text-align: justify; 
}

.bloco_noticia p
{
	margin: 0.8em 0px 0.25em;
}

.noticia
{
	text-align: justify;
}
