h1#titol {
  font-size: 20px;
  color: #990;
  padding-bottom: 10px;
}

#oh-app {
  margin-top: 20px;
  width: 500px;
  position: relative;
  z-index:1000;
}

#oh-app, #oh-app input, #oh-app select {
  font: 10px/1.2 verdana, arial, helvetica, sans-serif;
}

#oh-app .h {
  position: absolute;
  top: -10000px;
}

#oh-app .fs {
  margin: 0 0 30px;
  overflow: hidden;
  zoom: 1;
}

#oh-app h3, #oh-info strong {
  color: #990;
  font-weight: bold;
}

#oh-app h3 {
  font-size: 1.2em;
  margin: 0 0 15px;
}

#oh-app ul.inline, #oh-app ul.inline li {
  margin: 0;
  padding: 0;
}

#oh-app ul.inline li {
  display: inline;
  margin-right: 1em;
}

#oh-app .col-1, #oh-app .col-2 {
  width: 250px;
  float: left;
}

#oh-fs-departure, #oh-fs-return {
  padding-bottom: 15px;
  border-bottom: 1px solid #999;
}

#oh-fs-departure .form-item, #oh-fs-return .form-item {
  margin-bottom: 20px;
}

#oh-fs-departure .form-item label, #oh-fs-return .form-item label {
  display: block;
  margin-bottom: 5px;
}

#oh-fs-departure .form-item select, #oh-fs-return .form-item select {
  width: 170px;
}

#oh-fs-return .route {
  display: block;
  color: #990;
  margin: 5px 0;
}

#oh-info {
  position: relative;
  margin-bottom: 30px;
}

#oh-info-departure strong, #oh-info-return strong {
  display: block;
  margin-bottom: 5px;
}


#oh-info-departure, #oh-info-return {
  width: 380px;
  overflow: hidden;
  margin-top: 15px;
}

#oh-info-departure .col-1, #oh-info-return .col-1 {
  width: 261px;
  height: 37px;
  padding: 4px 8px;
  background: #e5e5bd;
  line-height: 19px;
}

#oh-info-departure .col-1 span, #oh-info-return .col-1 span {
  display: block;
}


#oh-info-departure .col-2, #oh-info-return .col-2 {
  float: right;
  width: 90px;
  line-height: 44px;
  background: #666;
  color: #fff;
  font-size: 1.8em;
  text-align: center;
}

#oh-app .no-offer {
  font-size: 10px;
  line-height: 14px;
  padding: 8px 0;
  display: block;
}

#oh-total {
  width: 100px;
  position: absolute;
  bottom: 0;
  right: 0;
}

#oh-total strong {
  font-size: 1.2em;
}

#oh-total-price {
  display: block;
  font-size: 25px;
}

#oh-fs-travellers .form-item {
  display: inline;
  margin-right: 1em;
}

#oh-fs-travellers.fs {
  margin-bottom: 0;
}

#oh-button {
  line-height: 27px;
  width: 100px;
  text-align: center;
  text-indent: -6px;
  font-size: 1.6em;
  position: absolute;
  bottom: 0;
  right: 0;
}

#oh-button a {
  display: block;
  background: url(../img/offers/img/boton.gif) top left no-repeat;
  color: #FFFFFF;
  text-decoration: none;
  font-weight:bold;
}

#oh-button a:hover {
  color:#ffcc00;
}

#oh-button span {
  display: block;
  margin-left: 6px;
  background: url(../img/offers/img/boton.gif) top right no-repeat;
}

#oh-app .calendar {
  width: 224px;
}

#oh-app .calendar h4 {
  margin: 0;
  font-size: 1.6em;
  font-weight: bold;
  color: #D4470F;
  display: block;
  border-bottom: 1px solid #999;
  padding-bottom: 4px;
}

#oh-app .calendar table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 4px;
  table-layout: fixed;
}

#oh-app .calendar th {
  vertical-align: top;
  height: 20px;
  text-align: center;
}

#oh-app .calendar td {
  text-align: center;
  border: 1px solid #666;
  width: 28px;
  height: 22px;
  empty-cells: hide;
  color: #666;
  cursor: pointer;
}

#oh-app .calendar td.special {
  background: #D4470F;
  color: #fff;
}

#oh-app .calendar td.disabled {
  background: #fff; /*igual que los normales*/
  color: #666;
  cursor: default;
}

#oh-app .calendar td.special-disabled {
  background: #ccc;
  color: #fff;
}

#oh-app .calendar td.selected {
  background: #fc0;
  color: #666;
  font-weight: bold;
}

#oh-legend {
  position: absolute;
  display: none;
  width: 180px;
  height: 199px;
  background: transparent url(../img/offers/img/bacadillo.gif) top left no-repeat;
  padding: 10px 30px 0 20px;
  z-index:1000;
}

#oh-legend iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  filter: mask();
  width: 100%;
  height: 100%;
}

#oh-legend ul, #oh-legend li {
  margin: 0;
  padding: 0;
  clear: both;
}

#oh-legend li {
  margin: 0 0 10px;
  list-style: none;
  padding-left: 30px;
  background: url(../img/offers/img/quadrats.gif) top left no-repeat;
  min-height: 21px;
  _height: 21px;
  padding-top: 3px;
}

#oh-legend li.promo {
  background-position: 0 -33px;
}

#oh-legend li.dated {
  background-position: 0 -70px;
}

#oh-legend .legend-title {
  clear: both;
  font-weight: bold;
  color: #666;
  margin-bottom: 10px;
}

#oh-legend-close {
  background: url(../img/offers/img/cruz.gif) top left no-repeat;
  padding-left: 15px;
  padding-right: 5px;
  float: right;
  cursor: pointer;
  color: #666;
  padding-top:1px;
}

a#oh-legend-close:hover {
  text-decoration: none;
}

