@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(images/fundo.jpg);
	background-repeat: repeat;
	background-position: left top;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.principal {
	width:1000px;
	background-color:#FFFFFF;
}
.menu {
	width:1000px;
	height:40px;
	clear:left;
}
.barra {
	width:1000px;
	height:150px;
	clear:left;
}
.paredes {
	width:1000px;
	height:400px;
	clear:left;
}
.conteudo {
	width:1000px;
	clear:left;
	background-color:#FFFFFF;
}
.creditos {
	width:1000px;
	height:100px;
	clear:left;
}
a:link {
	color: #006600;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	font-weight:bold;
	color: #006600;
}
a:hover {
	text-decoration: none;
	font-weight:bold;
	color: #000000;
}
a:active {
	text-decoration: none;
	font-weight:bold;
	color: #006600;
}
.estilo01 {
	text-align:justify;
	margin-top: 20px;
	margin-right: 100px;
	margin-bottom: 20px;
	margin-left: 100px;
}
.estilo02 {
	color:#006600;
	font-size:18px;
	font-weight:bold;
	text-transform: uppercase;
}
.estilo03 {
	font-weight:bold;
}
.estilo04 {
	font-style:italic;
}
.estilo05 {
	text-align:center;
	margin-top: 20px;
	margin-right: 50px;
	margin-bottom: 20px;
	margin-left: 50px;
}
.align01 {
	text-align:center;
}
.classimg01 {
	padding:10px;
	float:left;
}
.classimg02 {
	padding:10px;
	float:right;
}