body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-color: #f5f5f5;
	margin:0;
}

a {
	font-weight: none;
	color: 800d17;
	text-decoration: none;
}

a:hover {
	/*font-weight: bold;*/
	color: 800d17;
	text-decoration: none;
}

.botao_ant_prox {
	color: #666666;
	font-size: 9px;
}

td, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;	
}


img {
	border: 0;
}

input {
	color: #666666;
	font-size: 10px;
	border: 1px #939588 solid;
	height: 16px;
}

.boxForm {
	color: #666666;
	font-size: 10px;
	border: 1px #939588 solid;
	height: 16px;
}

.containerPrincipal {
	position:absolute;
	width: 778px;
	height: 1px;
	margin: 0 0 0 -389;
	left: 50%;
	padding: 0;
	z-index: 0;
	background-color: #ffffff;
}

.containerTopHome {
	position:absolute;
	top:0px;
	height: 258px;
	width: 778px;
	/*background-image: url(/images/home/img_top_fundo.jpg);*/
	z-index:10;
	left:10px;
}

.containerConteudoHome {
	position: relative;
	width: 778px;
	height: 435px;
	margin: 0 0 0 -379;
	left: 50%;
	background-image: url(/images/home/img_conteudo_fundo.jpg);
	background-repeat: no-repeat;
	background-color:#FFFFFF;
	top:258px;
}

.destaqueHome {
	position: absolute;
	width: 280px;
	height:auto;
	margin: 0 0 0 110;
	left: 50%;
	top: -92px;
	z-index: 20;
}

.containerApresentacao {
	position:relative;
	width: 265px;
	height: 189px;
	top: 25px;
	left:  50%;
	z-index:10;
	margin: 0 0 0 -195;

}

.classTxtApresentacao {
	padding-top: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #657d68;
}


.classTxtDepoimento p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00335e;
}


.containerDireito {
	position:absolute;
	width: 265px;
	height: 220px;
	top: 100px;
	left:  50%;
	z-index:5;
	margin: 0 0 0 102;

}

.containerTopInterno {
	position:absolute;
	top:0px;
	height: 165px;
	width: 778px;
	background-image: url(/images/home/img_top_fundo.jpg);
	z-index:10;
	left:10px;
}

.containerConteudoInterno {
	position:absolute;
	width: 778px;
	height:auto;
	padding-bottom: 10px;
	margin: 0 0 0 -379;
	left: 50%;
	background-image: url(/images/home/img_conteudo_fundo.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
	top:165px;

}

.containerTxtInterno {
	position:relative;
	width: 265px;
	height:auto;
	top: 25px;
	left:  50%;
	z-index:10;
	margin: 0 0 0 -195;
	padding-bottom:100px;
}
.containerTxtInternoGrande {
	position:relative;
	width: 565px;
	height:auto;
	top: 25px;
	left:  50%;
	z-index:10;
	margin: 0 0 0 -195;
	padding-bottom:100px;
}

.containerRodape {
	position:absolute;
	width: 778px;
	height:auto;
	top:100%;
	left:  50%;
	z-index:120;
	margin-left:-389px;
	background-color:#FFFFFF;

}

.containerTelefones {
	position: absolute;
	width: 125px;
	height: 130px;
	margin: 0 0 0 0;
	left:20px;
	top: 190px;
	z-index:100;
}
.containerTelefones p{
	margin:-2px 0 0 0;
	font:9px Arial, Helvetica, sans-serif;
	padding:0px 5px;
}

.containerMenu {
	position:absolute;
	background:none;
	width:30px;
	height: 300px;
	margin: 0 0 0 -374;
	left: 50%;
	top: -50px;
	z-index:50;
}


/* BDD */
.containerTxtInternoBDD {
	position:relative;
	width: 565px;
	height: 600px;
	top: 0px;
	left:  50%;
	z-index:10;
	margin: 0 0 0 -195;


}

.containerConteudoInternoBDD {
	position:absolute;
	width: 778px;
	padding-bottom: 10px;
	margin: 0 0 0 -379;
	left: 50%;
	background-image: url(/images/img_conteudo_fundo_bdd.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
	top:165px;

}
.itemBDD {
    position: relative;
	width:565px;
	margin: 50px 15px;
}

#itemBDDTitulo {
	height: 15px;
	padding: 2px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ECE8B9;

}

#itemBDDConteudo {
	height: 60px;
	margin: 6 0 6 0;
	padding: 6 0 6 0;
	background-color: #F9F8E8;

}

#itemBDDResposta {
	height: 60px;
	margin: 6 0 6 0;
	padding: 6 10 6 10;
	background-color: #F9F8E8;

}

#iconeBDDResposta {
	position: relative;
	/*float: left;*/
	display: inline;
	width:170px;
	height: 60px;


}

#itemBDDLinha {
	height: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ECE8B9;
	padding-top: 6;
	padding-right: 0;
	padding-bottom: 6;
	padding-left: 0;
}

#itemBDDBotao {
	float: right;
}


/**/

.containerPrincipalTituloInterno{
	position:absolute;
	float:left;
	z-index:11;
	top:78px;
	_top:107px;
	left:192px;
	}
.containerPrincipalTituloInterno h1{
	font:bold 45px "ITC Franklin Gothic Bookcp";
	text-transform:uppercase;
	color:#E9EBEB;
	letter-spacing:1px;
	float:left;
	}
.containerPrincipalTituloInterno h1.segundo{
	font:bold 30px "ITC Franklin Gothic Bookcp";
	text-transform:uppercase;
	color:#37576A;
	letter-spacing:1px;
	float:left;
	margin-top:25px;
	margin-left:1px;
}

