
#fundo {
	z-index:-1;
	vertical-align: top;
	text-align: left;
	background-repeat: no-repeat;
	background-position: top;
}




body {
	font-family: verdana;
	font-size: small;
	border: 0px;
	background-color: #FFF;
	width: auto;
	height: auto;
	background-image: url(img/fundo2.png);
	z-index: 0;
}

img {
	border: 0px;
	z-index: -1;
}

.left { float: left; margin-right: 1em;}
.right { float: right; margin-left: 1em;}

 h1 {color:#00008B; text-indent: 5px; }

 h2 {color:#003399; text-indent: 5px;  }

 h3 {color:#000099; text-indent: 5px; font-weight: bolder;}

ul.lista-horizontal {
	list-style-type: none;
	text-align: center;
	padding: 0 0 0 0;
	left: auto;
	top: auto;
	right: auto;
	z-index: -1;
}

ul.lista-horizontal li {
	display: inline;
}
