.accordion {
	width: 600px;
	margin-left:30px;
	margin-bottom:20px;
}
.accordion h3 {
	background: url(../images/seta_pf.png) no-repeat right -51px;
	padding: 10px 25px;
	margin: 2px;
	margin-bottom:0px;
	margin-top:0px;
	font-size:22px;
	font-family: 'AllerLightRegular', sans-serif;
	border-bottom: none;
	color:#0190bc;
	cursor: pointer;
}

.accordion h3:hover {
	background-color: #fff;

}
.accordion h3.active {
	background-position:url(../images/seta_pf2.png) no-repeat right -51px;
}
.accordion p {
	font-size:14px;
	color: #063e5b;
	line-height: 14px;
	text-align:left;
	display:none;
	margin-left:80px;
	padding: 0px 15px 20px;

}

.style_sub{
	margin-top:6px;
	font-size:14px;
	font-family: 'AllerLightRegular', sans-serif;
	color:#074768;
}


