@charset "utf-8";
/* CSS Document */

body{
	background-color:#006677;
	background-image:url(../imagens/fundo_02.gif)
}
#geral {
	width:760px;
	text-align:left;
	margin-top:30px;
}

#d1{
	width: 256px;
	height: 48px;
	z-index:101;
	position:relative;
	text-align:center;
}

#d1_cima{
	width: 100%;
	height: 7px;
	background-image: url(../imagens/quebra_amarelo.gif);
	}

#d1_baixo{
	width: 100%;
	height: 41px;
	background-color: #f5ea3d;
	text-align:center;
	}
#d2{
	width: 381px;
	height: 48px;
	position:relative;
	z-index:100;
	top:-6px;

}
#d2_cima{
	width: 100%;
	height: 7px;
	background-image: url(../imagens/quebra_laranja.gif);
}

#d2_baixo{
	width: 100%;
	height: 31px;
	}

#d3{
	width: 635px;
	height: 48px;
	position:relative;
	z-index:99;
	top:-12px;
	float:left;
}

#d3_cima{
	width: 100%;
	height: 7px;
	background-image: url(../imagens/quebra_azul.gif);
}

#d3_baixo{
	width: 100%;
	height: 41px;
	}

#d4{
	width: 131px;
	height:159px;
	background-image:url(../imagens/boneco.gif);
	float:left;
	margin-top:-127px;
	margin-left:-6px;
	position:relative;
	z-index:96;
}

#d5{
	width: 635px;
	height: 48px;
	position:relative;
	float:left;
	margin-top:-18px;
	z-index:95;
	}

#d5_cima{
	width: 100%;
	height: 7px;
	background-image: url(../imagens/quebra_branco.gif);
}

#d5_baixo{
	width: 605px;
	height: 21px;
	background-color: white;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	}

#zoom{
	float:right;
	font-size: 10px;
}

#d6{
	width: 760px;
	position:relative;
	float:left;
	margin-top:-7px;
	z-index:93;
}
#d6_cima{
	width: 100%;
	height: 7px;
	background-image: url(../imagens/quebra_branco.gif);
}

#d6_baixo{
	width: 100%;
	background-color: white;
	}
#d6_cont{
	width: 680px;
	background-color: white;
	padding-top:5px;
	padding-right:40px;
	padding-bottom:20px;
	padding-left:40px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333;
	}

#d7{
	width: 632px;
	height: 48px;
	position:relative;
	float:left;
	margin-top:-4px;
	z-index:92;
}
#d7_cima{
	width: 100%;
	height: 7px;
	background-image: url(../imagens/quebra_azul.gif);
}

#d7_baixo{
	width: 100%;
	height: 41px;
	background-color: #3eb1c6;
	}

#d70{
	width:128px;
	float:right;
	height: 48px;
	text-align:center;
	position:relative;
	margin-top:-4px;
	z-index:92;
	}

#d70_cima{
	width: 100%;
	height: 7px;
	background-image: url(../imagens/quebra_laranja.gif);
}

#d70_baixo{
	width: 100%;
	height: 31px;
	background-color: #ff6c00;
	}

.bloco_laranja{
	width:126px;
	height:31px;
	float:left;
	padding-top: 10px;
	margin-right:1px;
	background:#ff6c00;
	font-family:"Courier New", Courier, monospace;
	font-size:16px;
	color: #FFF;
	text-align: center;
}
.bloco_laranja_baixo{
	width:126px;
	height:31px;
	padding-top:10px;
	margin-right:1px;
	background:#ff6c00;
	font-family:"Courier New", Courier, monospace;
	font-size:16px;
	color: #FFF;
	text-align: center;
}

.bloco_azul{
	width:126px;
	height:31px;
	float:left;
	padding-top: 10px;
	margin-right:1px;
	background-color: #3eb1c6;
	font-family:"Courier New", Courier, monospace;
	font-size:16px;
	color: #FFF;
	text-align: center;
}

.titulo{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #006677;
	text-decoration: none;
}
.Subtitulo{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006677;
	text-decoration: none;
}
Subtitulo:hover {
	font-weight: bold;
	text-decoration: underline;
}
.Subtitulo2{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #006677;
	text-decoration: none;
}
Subtitulo2:hover {
	font-weight: bold;
	text-decoration: underline;
}

.txt_conteudo{
	font-family:Verdana, Geneva, sans-serif;
	color:#333;
	margin: 20px;
}
.link_txt:hover {
	text-decoration: underline;
}

.link_txt {
	color: #333;
	text-decoration: none;
}

.link {
	text-decoration: none;
}

.link:hover {
	font-weight: bold;
}
.caminho {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #999;
	text-decoration: none;
}
.caminho:hover {
	text-decoration: underline;
}

.botoes {
	color: #FFF;
	background-color: #3EB1C6;
	float:right;
	height: 20px;
	width: 70px;
	padding: 4px;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 4px;
	text-decoration: none;
}
.botoes:hover {
	font-weight: bold;
	text-decoration: none;
}#geral #d1 #d1_baixo .titulo {
	text-align: center;
}
.video {
	text-align: center;
	vertical-align: middle;
	margin-top:20px;
}