@charset "UTF-8";
/*
* Estilos Destinia 2013
 * author: Sergio Ortiz
 */
/*
 * http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

table, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  margin: 0;
  padding: 0;
  font: 0.8em Arial, Helvetica, sans-serif;
  color: #333;
  background: url("/headers/destinia/img/theme_2013/fondo_cabecera_baja.png") repeat-x top #f9f9f9;
}

[dir="rtl"] body {
  font: 1em Arial, Helvetica, sans-serif;
}

body.in_iframe {
  background: #f9f9f9;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*[dir='rtl'] table {
   margin-right:10px;
   margin-left:0px;
}*/
a:focus {
  outline: none;
}

strong {
  font-weight: bold;
}

/* FIN RESET */
input, select {
  background-color: #FFF;
  color: #333;
}

a {
  color: #333;
  text-decoration: underline;
}

/* GENERICOS */
.centrado {
  margin: 0 auto;
  width: 980px;
  text-align: left;
}

[dir="rtl"] .centrado {
  text-align: right;
}

@media (max-width: 992px) {
  .centrado {
    width: auto;
    margin: 0 15px;
  }
}

.centrado2 {
  margin: 0 auto;
  width: 900px;
  text-align: left;
}

[dir="rtl"] .centrado2 {
  text-align: right;
}

.salto5 {
  margin-top: 5px;
}

.salto10 {
  margin-top: 10px;
}

.salto20 {
  margin-top: 20px;
}

.salto30 {
  margin-top: 30px;
}

.salto40 {
  margin-top: 40px;
}

.salto50 {
  margin-top: 50px;
}

.salto60 {
  margin-top: 60px;
}

.salto70 {
  margin-top: 70px;
}

.p10 {
  padding: 10px;
}

.pL10 {
  padding-left: 10px;
}

.p5 {
  padding: 5px;
}

.white_arrow_down {
  background: url("/headers/destinia/img/theme_2013/white_arrow_down.png") no-repeat;
  background-position: 98%;
  padding-right: 15px;
}

.white_arrow_up {
  background: url("/headers/destinia/img/theme_2013/white_arrow_up.png") no-repeat;
  background-position: 98%;
  padding-right: 15px;
}

.fleft {
  float: left;
}

[dir="rtl"] .fleft {
  float: right;
}

.fright {
  float: right;
}

[dir="rtl"] .fright {
  float: left;
}

.clear {
  clear: both;
}

.contenedor {
  background-color: #FFF;
  box-shadow: 0 0 5px #dfdfdf;
  border: solid 1px #dfdfdf;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.contenedor h2 {
  font-size: 2em;
  font-weight: bold;
  padding: 10px 0 0 10px;
  letter-spacing: -1px;
}

.contenedor h2.xltext {
  font-size: 1.5em;
}

.contenedor h3 {
  font-size: 2em;
  font-weight: bold;
  padding: 10px 0 0 10px;
  letter-spacing: -1px;
}

[dir='rtl'] .contenedor h2 {
  text-align: right;
  padding: 10px 10px 0 0px;
}

[dir='rtl'] .contenedor h3 {
  text-align: right;
  padding: 10px 10px 0 0px;
}

.left_column_33 .contenedor h4 {
  font-size: 2em;
  font-weight: bold;
  text-align: center;
}

.contenedor h3 a {
  text-decoration: none;
  color: inherit;
}

.contenedor h2 a {
  text-decoration: none;
  color: inherit;
}

.left_column_33 .contenedor h3 {
  padding: 10px 5px 0 10px;
  text-align: left;
}

[dir='rtl'] .left_column_33 .contenedor h3 {
  text-align: right;
  padding: 10px 10px 0 5px;
}

.indicator {
  margin-left: 10px;
}

.clear_left {
  clear: left;
}

[dir='rtl'] .clear_left {
  clear: right;
}

.clear_right {
  clear: right;
}

[dir='rtl'] .clear_right {
  clear: left;
}

.radion {
  border: 0;
  margin: 0;
  padding: 0;
}

.pointer {
  cursor: pointer;
}

.titu_peque {
  color: #555555;
  text-transform: uppercase;
  font-size: 11px;
  font-style: italic;
}

input[type="checkbox"], input[type="radio"] {
  background: transparent;
  border: 0;
}

/* FIN GENERICOS */
/* BUSCADORES */
input.boton_principal {
  margin: 0;
  cursor: pointer;
  border: none;
  overflow: visible;
  color: #FFF;
  font-weight: bold;
  font-size: 22px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: url("/headers/destinia/img/theme_2013/bg_btn_ppal.gif") repeat-x #ec5b14;
  padding: 5px 10px;
  text-align: center;
}

.txt_boton_18 {
  font-weight: bold;
  font-size: 18px;
}

/* FIN BUSCADORES */
.superior {
  /*position:relative;*/
  /*z-index:1;*/
}

/*        FIN HOME 2013     */
.btn_flecha {
  background: url("/headers/destinia/img/theme_2013/flecha_go.gif") no-repeat;
  border: 0px;
  width: 31px;
  height: 31px;
  cursor: pointer;
}

a.btn_flecha, .btn_flecha a {
  background: url("/headers/destinia/img/theme_2013/flecha_go.gif") no-repeat;
  border: 0px;
  width: 31px;
  height: 31px;
  cursor: pointer;
  text-decoration: none;
}

.text_align_right {
  text-align: right;
}

input#in_date, input#out_date {
  background: #FFF;
}

.btn_generico_widget {
  width: 37px;
  height: 36px;
  background-image: url("/headers/destinia/img/theme_2013/sprites_destinia.png");
  background-position: -0px -2px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

[dir="rtl"] .btn_generico_widget {
  -moz-transform: scaleX(-1);
  /* Firefox */
  -o-transform: scaleX(-1);
  /* Opera */
  -webkit-transform: scaleX(-1);
  /* Chrome y Safari */
  transform: scaleX(-1);
  /* w3org */
  filter: FlipH;
  /* Internet Explorer */
}

.btn_generico_widget2 {
  width: 18px;
  height: 17px;
  background-image: url("/headers/destinia/img/theme_2013/sprites_destinia.png");
  background-position: -87px -6px;
  background-color: transparent;
  border: none;
}

.hidden {
  display: none;
}

/* Banners: BOC */
.publi {
  font-size: 10px;
  font-weight: bold;
  color: #CCC;
  margin: 0;
}

[dir="rtl"] .publi {
  font-size: 10px;
  font-weight: bold;
  color: #CCC;
  margin-right: 5px;
}

.banner_300x300 {
  width: 300px;
  height: 310px;
}

.banner_300x300 div {
  width: 300px;
  height: 300px;
}

.banner_728x90 {
  width: 728px;
  height: 105px;
  margin-top: 2em;
}

.banner_728x90 div {
  width: 728px;
  height: 90px;
}

.banner_234x90 {
  width: 234px;
  height: 105px;
  margin-top: 2em;
}

.banner_234x90 div {
  width: 234px;
  height: 90px;
}

/* Flotado de los banners en el pie de p�gina */
.banners_inf .banner_728x90 {
  float: left;
}

.banners_inf .banner_234x90 {
  float: right;
}

.banner_120x600 {
  width: 120px;
  height: 610px;
  left: 50%;
  margin-left: 510px;
  position: absolute;
  top: 200px;
}

.banner_120x600 div {
  width: 120px;
  height: 600px;
}

@media all and (max-width: 1301px) {
  .banner_120x600 {
    display: none;
  }
}

.bannerUnderBigImage {
  top: 480px !important;
}

/* Banners: EOC */
.superior_buscador {
  background: url("/headers/destinia/img/esqui/bg_tit_buscador.gif") repeat-x scroll 0 0 transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  height: 35px;
  line-height: 35px;
}

.superior_buscador img {
  float: right;
  margin-top: 8px;
}

.txt_busc {
  font-size: 12px;
  font-weight: 700;
}

.cont_buscador {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background: #4d82ac;
  padding: 10px;
  -moz-box-shadow: 0px 3px 6px #4d4d4d;
  -webkit-box-shadow: 0px 3px 6px #4d4d4d;
  box-shadow: 0px 3px 6px #4d4d4d;
}

.contenedor2 {
  background-color: #FFF;
  box-shadow: 0 0 5px #dfdfdf;
  border: solid 1px #dfdfdf;
}

/*# sourceMappingURL=base.css.map */