@charset "utf-8";
/* CSS Document */
html, body {
	background: #036c83 url(../images/bck_01.jpg);
	height: 100%;
	margin: 0;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
}

body {
scrollbar-base-color: #80DADA;
scrollbar-arrow-color: #FFFFFF;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #3F9A9A;
}

#centro {
	width: 768px;
	height: 440px;
	background: #fff;
	text-align: center;
	border: 2px solid #fff;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -384px;
	margin-top: -220px;
}

#titulo {
	width: 744px;
	height: 60px;
	background: #80dada url(../images/bck_titulo.jpg);
	font: 37px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	line-height: 26px;
	text-align: left;
	color: #265362;
	padding-top: 24px;
	padding-left: 24px;
}

#subtitulo {
	font: 22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	text-align: left;
	float: left;
	margin-top: 6px;
	color: #fff;
}

#band {
	width: 45px;
	height: 15px;
	margin: 12px 5px 0 0;
	float: right;
}

#br {
	float: left;
}

#es {
	float: right;
}

#imagem {
	width: 500px;
	height: 300px;
	float: left;
	/*background: #d2d2d2 url(../images/bck_imagem.jpg);*/
}

.imagem_scroll {
	border: 1px #fff solid;
	margin: 3px 0 12px 20px;
	text-align: center;
}

#texto {
	width: 248px;
	height: 282px;
	float: right;
	background: #c4c4c4 url(../images/bck_texto.jpg);
	padding: 9px;
	border-left: #fff 2px solid;
	text-align: justify;
	color: #000;
}

#scroll {
	margin-top: -15px;
	padding: 0 4px 0 4px;
	width: 233px;
	height: 100px;
	overflow: auto;
	border: 1px solid #fff;
	
}

.texto_scroll {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
}

.subtitulo2 {
	font: 17px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	text-align: left;
	line-height: 18px;
	color: #265362;
}

.destaque {
	color: #933;
}

li {
	list-style: none;
	display: inline;
	float: left;
	margin-left: -18px;
	padding-right: 20px;
}

#rodape {
	width: 768px;
	height: 50px;
	float: left;
	clear: both;
	background-color: #fff;
}

#assinatura {
	width: 768px;
	height: 35px;
	background: url(../images/bck_assinatura.gif);
}

.btn_cta {
	width: 177px;
	height: 24px;
	float: right;
	display: block;
	margin-right: 20px;
	margin-top: 5px;
	padding-top: 6px;
	font: 14px Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	background: url(../images/btn_cta_01.jpg);
	text-decoration: none;
}

.btn_cta:hover {
	color: #1b4451;
	background: url(../images/btn_cta_02.jpg);
}

#creditos {
	width: 768px;
	height: 13px;
	/*background: #e4e4e4;*/
	padding-top: 2px;
	float: left;
	text-align: center;
}