@charset "utf-8";
/* CSS Document */

body {
	background-color: #000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-attachment: scroll;
	background-image: url(../imagens/fundosite.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#principal {
	text-align: left;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#topo {
	height: 425px;
}
#conteudo {
	margin: 0px;
	margin-top: 20px;
	padding: 0px;
}
#conteudo00{
	width: 900px;
	height: 100px;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
}
#conteudo01{
	width: 900px;
	height: 300px;
	margin: 0px;
	padding: 0px;
}
#conteudo02{
	width: 900px;
	height: 500px;
	margin: 0px;
	padding: 0px;
}
#conteudo03{
	width: 900px;
	height: 150px;
	margin: 0px;
	padding: 0px;
}
#conteudo04A{
	width: 900px;
	background-color: #000;
}
#conteudo04{
	width:850px;
	background-color: #FFF;
	margin-left: 15px;
	margin-right: 35px;
}
#conteudo04esquerdaA {
	width: 430px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
#conteudo04esquerda {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	background-color: #030;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
#conteudo04direita {
	width: 380px;
	float: right;
	padding-left: 10px;
	padding-right: 10px;
}
#conteudo05 {
	clear: both;
	height: 20px;
	background-color: #FFF;
}
#base {
	clear: both;
	height: 100px;
}

/*Alinhamento*/

.alinhamento-direita{
	text-align:right;
}
.alinhamento-centro{
	text-align:center;
}

/*Links*/
#conteudo04direita a:link {
	color: #693;
	text-decoration: none;
}
#conteudo04direita a:visited {
	text-decoration: none;
	color: #693;
}
#conteudo04direita a:hover {
	text-decoration: none;
	color: #000;
}
#conteudo04direita a:active {
	text-decoration: none;
	color: #693;
}

#conteudo04esquerda a:link {
	color: #693;
	text-decoration: none;
}
#conteudo04esquerda a:visited {
	text-decoration: none;
	color: #693;
}
#conteudo04esquerda a:hover {
	text-decoration: none;
	color: #000;
}
#conteudo04esquerda a:active {
	text-decoration: none;
	color: #693;
}

/*Titulos*/
.titulo01 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	background-color: #063;
	padding: 5px;
	text-transform: uppercase;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.titulo02 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	background-color: #030;
	padding: 5px;
	text-transform: uppercase;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.titulo03 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	background-color: #393;
	padding: 5px;
	text-transform: uppercase;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.titulo04 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	background-color: #690;
	padding: 5px;
	text-transform: uppercase;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*Caixas*/
.caixa01{
	background-color:#FFF;
	padding: 5px;
	color: #000;
}

/*Imagens*/
img {
	border: none;
}