

			/* CSS DOCUMENT */
			/* DEFINIÇÕES DE ESTILO PARA O DESTAQUE */
			.noticiasLista {
				padding-top: 10px;
				padding-bottom: 10px;
				margin-bottom: 10px;
				border-top: 1px none;
				border-right: 1px none;
				border-bottom: 1px dotted #CCC;
				border-left: 1px none;
				}
			/* fim */

			/* NOME DE QUEM FEZ A NOTÍCIA */
			#bgConteudo #principal #meio #conteudo .meio .assinatura {
				text-align: right;
				display: block;
				margin-bottom: 30px;
				margin-top: 10px;
				}
			/* fim */

			/* FOTO EM DESTAQUE */
			#bgConteudo #principal #meio #conteudo .meio .fotoNoticia {
				float: left;
				margin-right: 15px;
				margin-bottom: 10px;
				width: 239px;
				}
			/* fim */

			/* AUTOR DA FOTO */
			#bgConteudo #principal #meio #conteudo .meio .fotoNoticia .autorFoto {
				font: italic 11px Arial, Helvetica, sans-serif;
				color: #666666;
				margin: 0px;
				padding: 0px 0px 3px;
				display: block;
				width: 239px;
				clear: both;
				text-align: right;
				}
			/* fim */

			/* LEGENDA DA FOTO */
			#bgConteudo #principal #meio #conteudo .meio .fotoNoticia .legenda {
				display: block;
				width: 239px;
				clear: both;
				float: left;
				color: #666666;
				background: #F5F5F5;
				font-size: 10px;
				padding-top: 3px;
				padding-bottom: 3px;
				border-top: 1px none #9D9DA1;
				border-right: 1px none #9D9DA1;
				border-bottom: 1px solid #9D9DA1;
				border-left: 1px none #9D9DA1;
				}
			/* fim */