/*Start:reset*/
html, body, form, fieldset {
  margin: 0;
  padding: 0;
  font: 100%/120% Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
  margin: 0;
  padding: 0;
}
body {
  max-width: 1200px;
}
p {
  margin-bottom: 1em;
}
ul, li {
  list-style: none;
}
form label {
  cursor: pointer;
}
fieldset {
  border: none;
}
input, select, textarea {
  font-size: 100%;
  font-family: inherit;
}
h1 {
  line-height: 1em;
}
h2 {
  margin-bottom: 1em;
}
/*End:reset*/
/*General*/
html, body, div, table {
  font-size:12px;
  color:#555;
}

td {
  padding-bottom: .2em;
}
.redTxt {
  color: #D03741;
}
.pusher {
  height:3em;
  float: none;
  clear: left;
  height:0px;
  line-height: 0px;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
 
.clearfix {
  display: inline-block;
}
 
html[xmlns] .clearfix {
  display: block;
}
 
* html .clearfix {
  height: 1%;
}
/*End General*/
table {
  width: 90%;
  margin: 2em auto;
}
table tr {
  vertical-align: top;
}
.biggerFonts {
  font-size: 1.4em;
  font-weight: 700;
}
.mediumFonts {
  font-size: 1.1em;
  font-weight: 700;
}
.blank {
  height: 1em;
  line-height: 0px;
}
.nowrapTxt {
  white-space:nowrap;
}
.bottomSpace {
  margin-bottom: 2em;
}
/*------------------Start bookingstep2------------------*/
/*Start Confirmación*/
.dateDetails {
  width: 8em;
  float: left;
  text-align: right;
  padding-right: 1.16em;
  display: block;
}
/*End Confirmación*/
/*------------------End bookingstep2------------------*/
/*------------------Start bookingstep3------------------*/
.width60 {
  width: 45%;
}
.width37 {
  width: 45%;
}
.width1 {
  width: 1%;
}
.bottomLine {
  border-bottom: 1px solid #555;
}
.priceDetails {
  width: 100%;
}
.priceDetails dl {
  margin-top:.5em;
  position:relative;
}
.priceDetails dt {
  font-weight:700;
  position:absolute;
}
.priceDetails dd {
  margin-left:4em;
}
#totalPrice {
  border-top: 1px solid #bababa;
  width: 80%;
  padding-top: 1em;
  margin-top: 1em;
}

#background_div {
  display: none;
}

/*------------------End bookingstep3------------------*/

/*------------------Start media print------------------*/
h1, .mirai_button, #gotoHotel, #icoMail {
  display: none;
}
/*------------------End media print------------------*/
/* My Comment */