#acordion .hAccordion {
width: 100%;
font-family: Open Sans,Helvetica, Arial, sans-serif;
font-size: 18px;
height: 50px;
display: block;
line-height: 35px;
color: #0c6462;
}

#acordion li {
background: url("../assets/close.png") no-repeat;
background-position: top right;
width: 100%;
}
#acordion li .sub{
margin-bottom: 15px;

}

#acordion li.open {
background: url("../assets/open.png") no-repeat;
background-position: top right;
width: 100%;
}

#acordion li .divisor {
    width: 100%;
    height: 13px;
    background: url(divisor.png) no-repeat;
    background-position: bottom center;
}