@charset "utf-8";
/* CSS Document */

body {
	background-color: #000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-size: 14px;
	color: #000;
}
#principal {
	text-align: left;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#topo {
	height: 250px;
}
#conteudo {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	background-attachment: scroll;
	background-image: url(../imagens/fundosite02.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#base {
	clear: both;
	height: 100px;
}
#textos {
	margin-right: 30px;
	margin-left: 50px;
}
.letras {
	clear: both;
}

/*Laterais*/
.lateralesquerda {
	text-align: right;
	float: left;
	width: 48%;
}
.lateralesquerda2 {
	text-align: right;
	float: left;
	width: 48%;
	color: #000;
}

.lateraldireita {
	text-align: left;
	float: right;
	width: 48%;
}
.lateraldireita2 {
	text-align: left;
	float: right;
	width: 48%;
	color: #666;
}
.especial {
	background-color: #000;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 10px;
}
.espaco {
	clear: both;
}

#faixa {
	clear: both;
}


/*menu inferior*/
#barra ul {
	padding:0px;
	margin:0px;
	float: right;
	width: 100%;
	background-color:#FFF;
	list-style:none;
}
#barra ul li { display: inline; }
#barra ul li a {
	float: right;
	background-color:#000;
	color: #FFF;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 20px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #999;
}
#barra ul li a:hover {
	background-color:#CCC;
	color: #000;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #999;
}

/*Alinhamentos*/
.align01 {
	text-align: center;
}
.align02 {
	text-align: right;
}

/*LINKS*/
/*textos*/
#textos a:link {
	color: #693;
	text-decoration: none;
}
#textos a:visited {
	text-decoration: none;
	color: #693;
}
#textos a:hover {
	text-decoration: none;
	color: #666;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #693;
	font-weight: bold;
}
#textos a:active {
	text-decoration: none;
	color: #693;
}
/*Link Branco caixa 01*/
#textos .caixa01 a {
	color: #FFF;
	font-weight: bold;
}
#textos .caixa01 a:visited {
	color: #FFF;
	font-weight: bold;
}
#textos .caixa01 a:hover {
	color: #CCC;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#textos .caixa01 a:active {
	color: #FFF;
	font-weight: bold;
}

/*Link Branco Caixa 02*/
#textos .caixa02 a {
	color: #CCC;
	font-weight: bold;
}
#textos .caixa02 a:visited {
	color: #CCC;
	font-weight: bold;
}
#textos .caixa02 a:hover {
	color: #000;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#textos .caixa02 a:active {
	color: #CCC;
	font-weight: bold;
}

/*Link Branco Caixa 02*/
#textos .caixa05 a {
	color: #693;
	font-weight: bold;
}
#textos .caixa05 a:visited {
	color: #693;
	font-weight: bold;
}
#textos .caixa05 a:hover {
	color: #666;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#textos .caixa05 a:active {
	color: #693;
	font-weight: bold;
}

/*Link Align01*/
#textos .align01 a:link {
	color: #693;
	text-decoration: none;
}
#textos .align01 a:visited {
	text-decoration: none;
	color: #693;
}
#textos .align01 a:hover {
	text-decoration: none;
	color: #666;
	border-bottom-style: none;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#textos .align01 a:active {
	text-decoration: none;
	color: #693;
}

/*Link Align02*/
#textos .align02 a:link {
	color: #693;
	text-decoration: none;
}
#textos .align02 a:visited {
	text-decoration: none;
	color: #693;
}
#textos .align02 a:hover {
	text-decoration: none;
	color: #666;
	border-bottom-style: none;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#textos .align02 a:active {
	text-decoration: none;
	color: #693;
}
pre {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

/*Tabelas*/
td {
	height: 20px;
	padding: 3px;
}
.td01 {
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	background-color:#030;
	padding: 10px;
}
.td02 {
	color:#333;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	background-color:#999;
	padding: 10px;
}
.td03 {
	background-color: #C5D8C5;
}
/*Formulário*/
#FormCadastro table {
	margin: 0px;
	padding: 0px;
	border: 1px solid #999;
}
#FormCadastro tr {
	height: 20px;
	border: 1px solid #999;
}
#FormCadastro td {
	padding: 3px;
	height: 20px;
	border: 1px solid #999;
}
.input01 {
	width: 200px;
	background-color:#CCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#030;
	border: none;
}
.input02 {
	width: 300px;
	border: 1px solid #000;
}
.input03 {
	background-color:#CCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #009;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor:pointer;
}
.estiloform01 {
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}

/*Títulos*/
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 80px;
	line-height: 80px;
	color: #693;
	text-transform: capitalize;
	font-weight: bold;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 50px;
	color: #333;
	text-transform: capitalize;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
	font-style: italic;
	margin: 0px;
}

.estiloH1 h1 {
	line-height: 51px;
	padding-top: 100px;
	padding-left: 50px;
	margin-bottom: 10px;
	background-image: url(../imagens/tit-fundo.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	letter-spacing: -5px;
	margin-top: 10px;
	word-spacing: 10px;
}
/*Imagens*/
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.imagem01 {
	background-color:#CCC;
	padding: 5px;
	border: 1px solid #693;
}
.imagem02 {
	padding:5px;
	background-color: #CCC;
	border: 1px solid #693;
	margin-right:5px;
	float:left;
	margin-top: 5px;
	margin-bottom: 5px;
}

.imagem03 {
	padding:5px;
	background-color: #CCC;
	border: 1px solid #693;
	margin-left:5px;
	float:right;
	margin-top: 5px;
	margin-bottom: 5px;
}
.imagem04 {
	padding:5px;
	margin-right:5px;
	float:left;
	margin-top: 5px;
	margin-bottom: 5px;
}
.imagem05 {
	padding:5px;
	margin-left:5px;
	float:right;
	margin-top: 5px;
	margin-bottom: 5px;
}
.imagem06 {
	float: left;
}
.imagem07 {
	background-color:#666;
	padding: 5px;
	border: 2px solid #000;
	text-align:center;
}
.imagem08 {
	background-color:#666;
	padding: 0px;
	border: 2px solid #000;
	text-align:center;
	float: right;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.imagem09 {
	background-color:#666;
	border: 2px solid #000;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.imagem10 {
	background-color:#666;
	padding: 5px;
	border: 2px solid #000;
	text-align:center;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 30px;
	margin-left: 5px;
}
.imagem11 {
	background-color:#666;
	border: 2px solid #000;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.imagem12 {
	background-color:#FFF;
	padding: 5px;
	border: 2px solid #000;
	text-align:center;
}

/*Caixa*/
.caixa01{
	background-color:#663366;
	padding: 10px;
	color:#FFCCFF;
}

.caixa02 {
	background-color:#693;
	padding: 10px;
	color:#FFF;
}

.caixa03 {
	background-color:#999;
	padding: 10px;
	color:#000;
	text-align: center;
	clear: both;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	font-size: 14px;
}

.caixa04 {
	background-color:#000;
	padding: 10px;
	color:#FFF;
}

.caixa05 {
	background-color: #FFF;
	padding: 10px;
	color:#333;
	width: 200px;
	float: right;
	border: solid 5px #000;
	border-bottom: 20px;
	border-top: 20px;
	margin-left: 10px;
}

.caixa06{
	background-color: #0CC;
	padding: 10px;
	color: #000;
	float: right;
	margin: 10px;
	text-align: center;
}

.caixa07{
	background-color: #6C9;
	padding: 10px;
	color:#000;
	float: left;
	margin: 10px;
	text-align: center;
}


/*estilo de fontes*/
.estilo01 {
	font-weight: bold;
}
.estilo02 {
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #333;
	text-transform: capitalize;
}
.estilo03 {
	padding-left: 20px;
}
.estilo04 {
	font-weight: bold;
	color: #030;
}
.estilo05 {
	font-weight: bold;
	color: #693;
}
.estilo06 {
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
}
.estilo07 {
	font-weight: bold;
	color: #699;
}
.estilo08 {
	font-weight: bold;
	color: #090;
}
.estilo09 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #F69;
	text-align: center;
	font-size: 14px;
}
.estilo10 {
	font-size: 24px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #F36;
}
.estilo11 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #FCC;
	text-align: center;
	font-size: 14px;
}
.estilo12 {
	color: #069;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.estilo13 {
	font-style: italic;
}
.estilo14 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bolder;
	color: #693;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #669933;
	padding-top: 3px;
	padding-bottom:6px;
	margin-top:30px;
	text-transform: capitalize;
	clear: both;
}
.estilo15 {
	font-style:italic;
	font-weight:bold;
}
.estilo16 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	background-color: #393;
	padding: 5px;
	padding-left: 10px;
	text-transform: capitalize;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-right-radius: 20px;
}

.estilo17 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	background-color: #C9F;
	padding: 5px;
	padding-left: 10px;
	text-transform: capitalize;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-right-radius: 20px;
}