/*  Site: Seune 2006  */
/* CSS Document - noticiasLista e noticiasTexto.htm  */


		/*  LISTA AS ÚLTIMAS NOTÍCIAS  */
		#noticiasLista {
			font: 11px Verdana, Arial, Helvetica, sans-serif;
			}

		#noticiasLista img {
			margin-bottom: 10px;
			}

		#noticiasLista ul {
			list-style-type: none;
			}

		#noticiasLista ul li {
			font: 11px Verdana, Arial, Helvetica, sans-serif;
			color: #333333;
			margin-bottom: 20px;
			}


		/*  MOSTRA A NOTÍCIA EM DESTAQUE  */
		#noticiasTexto {
			font: 11px Verdana, Arial, Helvetica, sans-serif;
			}

		#noticiasTexto img.fotoNoticia {
			width:171px;
			height:135px;
			float:left;
			padding-right: 10px;
			padding-bottom: 10px;
			}
