h3 { 
  margin: 30px 0 0; 
  text-indent: 13px; 
  position: relative;
}
h3 a {
  position: absolute;
  top: 0;
  right: 0;
  width: 108px;
  height: 21px;
  line-height: 21px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  background: url(../images/ficha_volver.png) no-repeat;
  text-indent: 0; 
}

#ficha {
  float: right;
  width: 722px;
}
#ficha_side { 
  float: left;
  width: 301px; 
}

#ficha .img_container {
  float: left;
  width: 277px;
  height: 373px;
  border: 1px solid #c4c4c4;
  padding: 11px;
  overflow: hidden;
  text-align: center;
}
#ficha .img_container img { vertical-align: middle; }

#ficha_side ul.actions {
  float: left;
  width: 100%;
  padding: 17px 0 0;
}
#ficha_side ul.actions li {
  float: left;
  width: 297px;
  padding: 0 0 3px;
  margin: 0;
  height: 21px;  
}
#ficha_side ul.actions li a {
  float: left;
  font-size: 13px;
  line-height: 21px;
  background: url(../images/ficha_actions.png) no-repeat; 
  color: #fff;
  font-weight: bold;
  padding: 0 0 0 24px;
}
#ficha_side ul.actions li.compralo a { background-position: 0 0; width: 225px; }
#ficha_side ul.actions li.descarga a { background-position: 0 -24px; width: 225px; }
#ficha_side ul.actions li.capitulo a { background-position: 0 -48px; width: 273px; }

#ficha_side ul.actions li span {
  float: right;
  font-weight: bold;
  font-size: 16px;
}
#ficha_side ul.actions li.compralo span { color: #91bd12; }
#ficha_side ul.actions li.descarga span { color: #00b0d7; }

#ficha_data {
  float: right;
  width: 385px;
  padding: 16px 0 0 23px;
  background: #efefef;
}

#ficha_data h4, 
#ficha_data dt,
#ficha_data dd,
#ficha_data p {
  font-size: 12px;
  line-height: 18px;
  color: #575757;
}
#ficha_data h4 { font-weight: bold; }
#ficha_data dl {
  float: left; 
  width: 355px;
}
#ficha_data dt { 
  float: left;
  color: #00b0d7; 
}
#ficha_data dt.desc { 
  width: 100%;
  padding: 0 0 5px; 
}
#ficha_data dd.desc p { 
  line-height: 15px;
  padding-bottom: 15px;
  text-align: justify; 
}
