/* ---------- Imagenes - JAV Software - 2008 ---------- */

/* propiedades generales  */

/* ----------- EL CORDEON */

#acordeon {
  margin: 0 0 50px 0;
  width: 510px;
}

.panelOculto {
  background: #CFE4CD url(images/acordeonInactivo.gif) no-repeat 97% center;
  border-bottom: 2px groove #000000;
  color: #000000;
  display: block;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding: 0 0 0 10px;
  width: 500px;
}
.panelVisible {
  background: #FFA961 url(images/IMG_panelVisible.gif) no-repeat 97% center;
  border-bottom: 2px groove #000000;
  color: #CCCCCC;
  display: block;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding: 0 0 0 10px;
  width: 5o0px;
}

#panel1, #panel2, #panel3, #panel4, #panel5, #panel6 {
  height: 200px;
  overflow: hidden;
  width: 100%;
}
.panelBody {
  height: 200px;
  margin: 0;
  padding: 0;
}
