/* Conteudo */


.boxcontato {
	width:422px;
	height:452px;
	margin-left:15px;
	background-image:url(../imagens/bg_contato.jpg);
	
}

.boxcondicoes {
	width:422px;
	height:520px;
	margin-left:15px;
	background-image: url(../imagens/bg_condicoes.jpg);
	
}


.boxempresas {
	width:422px;
	height:650px;
	margin-left:15px;
	background-image:url(../imagens/bg_empresas.jpg);
}

.titulocontato {
	width:350px;
	height:auto;
	float:left;
	margin-left:40px;
	margin-top:20px;
	font-size:16px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
}

.englobatexto {
	width:380px;
	height:auto;
	float:left;
	margin-left:25px;
	margin-top:15px;
}

	
.textocontato {
	width:350px;
	height:auto;
	float:left;
	margin-left:40px;
	margin-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	color: #666666;
	
}
.textoempresas {
	width:350px;
	height:auto;
	float:left;
	margin-left:25px;
	margin-top:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	color: #666666;
	
}

.logotopfusion {
	width:171px;
	height:57px;
	float:left;

}

.rpj {
	width:76px;
	height:73px;
	float:left;
	margin-left:40px;

}

.fotorh {
	width:251px;
	height:140px;
	margin-top:30px;
	margin-left:80px;
	float:left;
}

/*acordion */

.accordion_toggle {
	display: block;
	height: 30px;
	width: 390px;
	background: #9DC5DE;
	padding: 0 10px 0 10px;
	line-height: 30px;
	color: #ffffff;
	background-image:url(../imagens/bg_togle.jpg);
	text-decoration: none;
	outline: none;
	font-size: 12px;
	font-weight:bold;
	color: #000000;
	border-bottom: 1px solid  #FFFFFF;
	cursor: pointer;
	margin: 0 0 0 0;
	padding-left:35px;
}

.accordion_toggle_active {
	background: no-repeat top right #C7EAFD;
	background-image:url(../imagens/bg_togle_fechado.jpg);
	color: #666666;
	border-bottom: 1px solid  #FFFFFF;
}

.accordion_content {
	background-color: #ffffff;
	color: #444444;
	overflow: hidden;
	width:400px;
	text-align:justify;
	padding-left:20px;
	padding-top:15px;
	padding-bottom:15px;
	font-size:1.0em;
}
	
.accordion_content h2 {
	margin: 15px 0 5px 10px;
	color: #0099FF;
}

.accordion_content p {
	line-height: 150%;
	padding: 5px 10px 15px 10px;
}
	
.vertical_accordion_toggle {
	display: block;
	height: 30px;
	width: 430px;
	background: no-repeat top right #a9d06a;
	padding: 0 10px 0 10px;
	line-height: 30px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	color: #000000;
	border-bottom: 1px solid #cde99f;
	cursor: pointer;
	margin: 0 0 0 0;
}

.vertical_accordion_toggle_active {
	background: no-repeat top right #e0542f;
	color: #ffffff;
	border-bottom: 1px solid #f68263;
}

.vertical_accordion_content {
	background-color: #ffffff;
	color: #444444;
	overflow: hidden;
}

.vertical_accordion_content h2 {
	margin: 15px 0 5px 10px;
	color: #0099FF;
}

.vertical_accordion_content p {
	line-height: 150%;
	padding: 5px 10px 15px 10px;
}
