.link-acordeon{
  border: 1px solid #E9E9E9;
  background:url(../../img/fl-der.png) right center no-repeat #fff;
  padding: 15px;
  display: block;
  line-height: 1;
  margin: 2px 0;
  font-size:15px;
  color:#3384bd;
}
.link-acordeon a{
  font-size:15px;
  color:#3384bd;
}
.link-acordeon span{
  font-size:11px;
  color:#aaa;
}

.accordionjs {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 10px;
  margin-bottom: 20px;
}
.accordionjs .acc_section {
  border: 1px solid #E9E9E9;
  position: relative;
  z-index: 10;
  margin-top: -1px;
  overflow: hidden;
}
.accordionjs .acc_section .acc_head {
  position: relative;
  background:url(../../img/fl-abajo.png) right center no-repeat #fff;
  padding: 6px 5px;
  display: block;
  cursor: pointer;
}
.accordionjs .acc_section .acc_head h3{
  line-height: 1;
  margin: 2px 0;
  font-size:15px;
  color:#3384bd;
}
.accordionjs .acc_section .acc_head h3 span{
  font-size:11px;
  color:#aaa;
}
.accordionjs .acc_section .acc_content {
  padding: 10px 30px;
  background:#fff;
}
.accordionjs .acc_section:first-of-type,
.accordionjs .acc_section:first-of-type .acc_head {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.accordionjs .acc_section:last-of-type,
.accordionjs .acc_section:last-of-type .acc_content {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.accordionjs .acc_section.acc_active > .acc_content {
  display: block;
}
.accordionjs .acc_section.acc_active > .acc_head {
  background:url(../../img/fl-arriba.png) right center no-repeat #fff;
  border-bottom: none;
}
