﻿/*!
 * Bootstrap v3.0.3 (http://getbootstrap.com)
 * Copyright 2013 Twitter, Inc.
 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
 */

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

.container {
    /*background: #fcf8e8; */
    max-width: 960px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden],
template {
    display: none;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0; /*0*16px 0 pagina 15*/
}

a {
    background: transparent;
}

    a:focus {
        outline: thin dotted;
    }

    a:active,
    a:hover {
        outline: 0;
    }

h1 {
    margin: 0.67em 0;
    font-size: 2em;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    /*font-weight: bold;*/
    font-family: 'HelveticaNeueETW01-75Bd';
    font-weight: normal;
}

dfn {
    font-style: italic;
}

hr {
    height: 0;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

mark {
    color: #000;
    background: #ff0;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    padding: 0.35em 0.625em 0.75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
}

legend {
    padding: 0;
    border: 0;
}

button,
input,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: 100%;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
    box-sizing: border-box;
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

    input[type="search"]::-webkit-search-cancel-button,
    input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

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



*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    /* font-family: "Helvetica", "Arial", sans serif;*/
    font-size: 14px;
    line-height: 1.428571429;
    color: #404040; /*#333333*/
    background-color: #f0f0f0; /* color de los Png #f0f0f0. pag 10 guia estilos f8f8f8 color defecto tipografico:#F8F8F8*/
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    /*color: #771E66; #428bca*/
    text-decoration: none;
}

    a:hover,
    a:focus {
        /*color: #771E66;    #2a6496
  text-decoration: underline;*/
    }

    a:focus {
        /*outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;*/
    }

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    display: inline-block;
    height: auto;
    max-width: 100%;
    padding: 4px;
    line-height: 1.428571429;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

p {
    /*margin: 0 0 10px;*/
    margin: 0;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.4;
}



small,
.small {
    font-size: 85%;
}

cite {
    font-style: normal;
}

.text-muted {
    color: #999999;
}

.text-primary {
    color: #428bca;
}

    .text-primary:hover {
        color: #3071a9;
    }

.text-warning {
    color: #c09853;
}

    .text-warning:hover {
        color: #a47e3c;
    }

.text-danger {
    color: #b94a48;
}

    .text-danger:hover {
        color: #953b39;
    }

.text-success {
    color: #468847;
}

    .text-success:hover {
        color: #356635;
    }

.text-info {
    color: #3a87ad;
}

    .text-info:hover {
        color: #2d6987;
    }

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: normal; /*500*/
    line-height: 1.1;
    color: inherit;
}

    h1 small,
    h2 small,
    h3 small,
    h4 small,
    h5 small,
    h6 small,
    .h1 small,
    .h2 small,
    .h3 small,
    .h4 small,
    .h5 small,
    .h6 small,
    h1 .small,
    h2 .small,
    h3 .small,
    h4 .small,
    h5 .small,
    h6 .small,
    .h1 .small,
    .h2 .small,
    .h3 .small,
    .h4 .small,
    .h5 .small,
    .h6 .small {
        font-weight: normal;
        line-height: 1;
        color: #999999;
    }

h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

    h1 small,
    h2 small,
    h3 small,
    h1 .small,
    h2 .small,
    h3 .small {
        font-size: 65%;
    }

h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

    h4 small,
    h5 small,
    h6 small,
    h4 .small,
    h5 .small,
    h6 .small {
        font-size: 75%;
    }
/*
h1,
.h1 {
    font-size: 36px;
}

h2,
.h2 {
    font-size: 30px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
   font-size: 18px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
}
*/
.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.4;
}



small,
.small {
    font-size: 85%;
}

cite {
    font-style: normal;
}

.text-muted {
    color: #999999;
}

.text-primary {
    color: #428bca;
}

    .text-primary:hover {
        color: #3071a9;
    }

.text-warning {
    color: #8a6d3b;
}

    .text-warning:hover {
        color: #66512c;
    }

.text-danger {
    color: #a94442;
}

    .text-danger:hover {
        color: #843534;
    }

.text-success {
    color: #3c763d;
}

    .text-success:hover {
        color: #2b542c;
    }

.text-info {
    color: #31708f;
}

    .text-info:hover {
        color: #245269;
    }

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}

    ul ul,
    ol ul,
    ul ol,
    ol ol {
        margin-bottom: 0;
    }

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

    .list-inline > li {
        display: inline-block;
        padding-right: 5px;
        padding-left: 5px;
    }

        .list-inline > li:first-child {
            padding-left: 0;
        }

dl {
    margin-bottom: 20px;
}

dt,
dd {
    line-height: 1.428571429;
}

dt {
    /*font-weight: bold;*/
    font-family: 'HelveticaNeueETW01-75Bd';
}

dd {
    margin-left: 0;
}



abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999999;
}

abbr.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #eeeeee;
}

    blockquote p {
        font-size: 17.5px;
        font-weight: 300;
        line-height: 1.25;
    }

        blockquote p:last-child {
            margin-bottom: 0;
        }

    blockquote small,
    blockquote .small {
        display: block;
        line-height: 1.428571429;
        color: #999999;
    }

        blockquote small:before,
        blockquote .small:before {
            content: '\2014 \00A0';
        }

    blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #eeeeee;
        border-left: 0;
    }

        blockquote.pull-right p,
        blockquote.pull-right small,
        blockquote.pull-right .small {
            text-align: right;
        }

            blockquote.pull-right small:before,
            blockquote.pull-right .small:before {
                content: '';
            }

            blockquote.pull-right small:after,
            blockquote.pull-right .small:after {
                content: '\00A0 \2014';
            }

    blockquote:before,
    blockquote:after {
        content: "";
    }

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    white-space: nowrap;
    background-color: #f9f2f4;
    border-radius: 4px;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.428571429;
    color: #333333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    padding-right: 10px; /*20px -15px*/
    padding-left: 10px; /*20px - 15px*/
    margin-right: auto;
    margin-left: auto;
}

    .container:before,
    .container:after {
        display: table;
        content: " ";
    }

    .container:after {
        clear: both;
    }

    .container:before,
    .container:after {
        display: table;
        content: " ";
    }

    .container:after {
        clear: both;
    }



.row {
    margin-right: -15px;
    margin-left: -15px;
}

    .row:before,
    .row:after {
        display: table;
        content: " ";
    }

    .row:after {
        clear: both;
    }

    .row:before,
    .row:after {
        display: table;
        content: " ";
    }

    .row:after {
        clear: both;
    }

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666666666666%;
}

.col-xs-10 {
    width: 83.33333333333334%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666666666666%;
}

.col-xs-7 {
    width: 58.333333333333336%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666666666667%;
}

.col-xs-4 {
    width: 33.33333333333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.666666666666664%;
}

.col-xs-1 {
    width: 8.333333333333332%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666666666666%;
}

.col-xs-pull-10 {
    right: 83.33333333333334%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666666666666%;
}

.col-xs-pull-7 {
    right: 58.333333333333336%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666666666667%;
}

.col-xs-pull-4 {
    right: 33.33333333333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.666666666666664%;
}

.col-xs-pull-1 {
    right: 8.333333333333332%;
}

.col-xs-pull-0 {
    right: 0;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666666666666%;
}

.col-xs-push-10 {
    left: 83.33333333333334%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666666666666%;
}

.col-xs-push-7 {
    left: 58.333333333333336%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666666666667%;
}

.col-xs-push-4 {
    left: 33.33333333333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.666666666666664%;
}

.col-xs-push-1 {
    left: 8.333333333333332%;
}

.col-xs-push-0 {
    left: 0;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666666666666%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333333334%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666666666666%;
}

.col-xs-offset-7 {
    margin-left: 58.333333333333336%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666666666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.666666666666664%;
}

.col-xs-offset-1 {
    margin-left: 8.333333333333332%;
}

.col-xs-offset-0 {
    margin-left: 0;
}





table {
    max-width: 100%;
    background-color: transparent;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    margin-bottom: 20px;
}

    .table > thead > tr > th,
    .table > tbody > tr > th,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > td,
    .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.428571429;
        vertical-align: top;
        border-top: 1px solid #dddddd;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #dddddd;
    }

    .table > caption + thead > tr:first-child > th,
    .table > colgroup + thead > tr:first-child > th,
    .table > thead:first-child > tr:first-child > th,
    .table > caption + thead > tr:first-child > td,
    .table > colgroup + thead > tr:first-child > td,
    .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #dddddd;
    }

    .table .table {
        background-color: #ffffff;
    }

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #dddddd;
}

    .table-bordered > thead > tr > th,
    .table-bordered > tbody > tr > th,
    .table-bordered > tfoot > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > td {
        border: 1px solid #dddddd;
    }

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    display: table-column;
    float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
    display: table-cell;
    float: none;
}

.table > thead > tr > .active,
.table > tbody > tr > .active,
.table > tfoot > tr > .active,
.table > thead > .active > td,
.table > tbody > .active > td,
.table > tfoot > .active > td,
.table > thead > .active > th,
.table > tbody > .active > th,
.table > tfoot > .active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > .active:hover,
.table-hover > tbody > .active:hover > td,
.table-hover > tbody > .active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > .success,
.table > tbody > tr > .success,
.table > tfoot > tr > .success,
.table > thead > .success > td,
.table > tbody > .success > td,
.table > tfoot > .success > td,
.table > thead > .success > th,
.table > tbody > .success > th,
.table > tfoot > .success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > .success:hover,
.table-hover > tbody > .success:hover > td,
.table-hover > tbody > .success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > .danger,
.table > tbody > tr > .danger,
.table > tfoot > tr > .danger,
.table > thead > .danger > td,
.table > tbody > .danger > td,
.table > tfoot > .danger > td,
.table > thead > .danger > th,
.table > tbody > .danger > th,
.table > tfoot > .danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > .danger:hover,
.table-hover > tbody > .danger:hover > td,
.table-hover > tbody > .danger:hover > th {
    background-color: #ebcccc;
}

.table > thead > tr > .warning,
.table > tbody > tr > .warning,
.table > tfoot > tr > .warning,
.table > thead > .warning > td,
.table > tbody > .warning > td,
.table > tfoot > .warning > td,
.table > thead > .warning > th,
.table > tbody > .warning > th,
.table > tfoot > .warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > .warning:hover,
.table-hover > tbody > .warning:hover > td,
.table-hover > tbody > .warning:hover > th {
    background-color: #faf2cc;
}


fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    /*font-weight: bold;*/
    font-family: 'HelveticaNeueETW01-75Bd';
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    /* IE8-9 */
    line-height: normal;
}

input[type="file"] {
    display: block;
}

select[multiple],
select[size] {
    height: auto;
}

select optgroup {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    height: auto;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    /*border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;  */
}

    .form-control:focus {
        /* border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);  */
    }

    .form-control:-moz-placeholder {
        color: #999999;
    }

    .form-control::-moz-placeholder {
        color: #999999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999999;
    }

    .form-control[disabled],
    .form-control[readonly],
    fieldset[disabled] .form-control {
        cursor: not-allowed;
        background-color: #eeeeee;
    }

textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 15px;
}

.radio,
.checkbox {
    display: block;
    min-height: 20px;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    vertical-align: middle;
}

    .radio label,
    .checkbox label {
        display: inline;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
    }

    .radio input[type="radio"],
    .radio-inline input[type="radio"],
    .checkbox input[type="checkbox"],
    .checkbox-inline input[type="checkbox"] {
        float: left;
        margin-left: -20px;
    }

    .radio + .radio,
    .checkbox + .checkbox {
        margin-top: -5px;
    }

.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
}

    .radio-inline + .radio-inline,
    .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 10px;
    }

    input[type="radio"][disabled],
    input[type="checkbox"][disabled],
    .radio[disabled],
    .radio-inline[disabled],
    .checkbox[disabled],
    .checkbox-inline[disabled],
    fieldset[disabled] input[type="radio"],
    fieldset[disabled] input[type="checkbox"],
    fieldset[disabled] .radio,
    fieldset[disabled] .radio-inline,
    fieldset[disabled] .checkbox,
    fieldset[disabled] .checkbox-inline {
        cursor: not-allowed;
    }

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm {
    height: auto;
}

.input-lg {
    height: 45px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-lg {
    height: 45px;
    line-height: 45px;
}

textarea.input-lg {
    height: auto;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
    color: #c09853;
}

.has-warning .form-control {
    border-color: #c09853;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-warning .form-control:focus {
        border-color: #a47e3c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    }

.has-warning .input-group-addon {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #c09853;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
    color: #b94a48;
}

.has-error .form-control {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-error .form-control:focus {
        border-color: #953b39;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    }

.has-error .input-group-addon {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #b94a48;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
    color: #468847;
}

.has-success .form-control {
    border-color: #468847;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-success .form-control:focus {
        border-color: #356635;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    }

.has-success .input-group-addon {
    color: #468847;
    background-color: #dff0d8;
    border-color: #468847;
}

.form-control-static {
    margin-bottom: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}



.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}

    .form-horizontal .form-group:before,
    .form-horizontal .form-group:after {
        display: table;
        content: " ";
    }

    .form-horizontal .form-group:after {
        clear: both;
    }

    .form-horizontal .form-group:before,
    .form-horizontal .form-group:after {
        display: table;
        content: " ";
    }

    .form-horizontal .form-group:after {
        clear: both;
    }

.form-horizontal .form-control-static {
    padding-top: 7px;
}



.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .btn:focus {
        outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover,
    .btn:focus {
        color: #333333;
        text-decoration: none;
    }

    .btn:active,
    .btn.active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .btn.disabled,
    .btn[disabled],
    fieldset[disabled] .btn {
        pointer-events: none;
        cursor: not-allowed;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
    }


    .btn.dropdown-toggle {
        background-color: #E0E0E0;
        border: 0;
        border-left: 1px solid #C0C0C0;
        border-top: 1px solid #C0C0C0;
        border-right: 1px solid transparent;
        border-bottom: 1px solid transparent;
        padding: 5px 0 0 0;
        font-family: 'HelveticaNeueETW01-55Rg'; /*p.28*/
        font-size: 13px; /*p.28*/
        border-radius: 0px;
        color: #808080;
    }

.btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}

    .btn-default:hover,
    .btn-default:focus,
    .btn-default:active,
    .btn-default.active,
    .open .dropdown-toggle.btn-default {
        color: #333333;
        background-color: #ebebeb;
        border-color: #adadad;
    }

    .btn-default:active,
    .btn-default.active,
    .open .dropdown-toggle.btn-default {
        background-image: none;
    }

    .btn-default.disabled,
    .btn-default[disabled],
    fieldset[disabled] .btn-default,
    .btn-default.disabled:hover,
    .btn-default[disabled]:hover,
    fieldset[disabled] .btn-default:hover,
    .btn-default.disabled:focus,
    .btn-default[disabled]:focus,
    fieldset[disabled] .btn-default:focus,
    .btn-default.disabled:active,
    .btn-default[disabled]:active,
    fieldset[disabled] .btn-default:active,
    .btn-default.disabled.active,
    .btn-default[disabled].active,
    fieldset[disabled] .btn-default.active {
        background-color: #ffffff;
        border-color: #cccccc;
    }

    .btn-default .badge {
        color: #ffffff;
        background-color: #fff;
    }

.btn-primary {
    color: #ffffff;
    background-color: #428bca;
    border-color: #357ebd;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary {
        color: #ffffff;
        background-color: #3276b1;
        border-color: #285e8e;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled,
    .btn-primary[disabled],
    fieldset[disabled] .btn-primary,
    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled:active,
    .btn-primary[disabled]:active,
    fieldset[disabled] .btn-primary:active,
    .btn-primary.disabled.active,
    .btn-primary[disabled].active,
    fieldset[disabled] .btn-primary.active {
        background-color: #428bca;
        border-color: #357ebd;
    }

    .btn-primary .badge {
        color: #428bca;
        background-color: #fff;
    }

.btn-warning {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning:hover,
    .btn-warning:focus,
    .btn-warning:active,
    .btn-warning.active,
    .open .dropdown-toggle.btn-warning {
        color: #ffffff;
        background-color: #ed9c28;
        border-color: #d58512;
    }

    .btn-warning:active,
    .btn-warning.active,
    .open .dropdown-toggle.btn-warning {
        background-image: none;
    }

    .btn-warning.disabled,
    .btn-warning[disabled],
    fieldset[disabled] .btn-warning,
    .btn-warning.disabled:hover,
    .btn-warning[disabled]:hover,
    fieldset[disabled] .btn-warning:hover,
    .btn-warning.disabled:focus,
    .btn-warning[disabled]:focus,
    fieldset[disabled] .btn-warning:focus,
    .btn-warning.disabled:active,
    .btn-warning[disabled]:active,
    fieldset[disabled] .btn-warning:active,
    .btn-warning.disabled.active,
    .btn-warning[disabled].active,
    fieldset[disabled] .btn-warning.active {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff;
    }

.btn-danger {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .btn-danger:hover,
    .btn-danger:focus,
    .btn-danger:active,
    .btn-danger.active,
    .open .dropdown-toggle.btn-danger {
        color: #ffffff;
        background-color: #d2322d;
        border-color: #ac2925;
    }

    .btn-danger:active,
    .btn-danger.active,
    .open .dropdown-toggle.btn-danger {
        background-image: none;
    }

    .btn-danger.disabled,
    .btn-danger[disabled],
    fieldset[disabled] .btn-danger,
    .btn-danger.disabled:hover,
    .btn-danger[disabled]:hover,
    fieldset[disabled] .btn-danger:hover,
    .btn-danger.disabled:focus,
    .btn-danger[disabled]:focus,
    fieldset[disabled] .btn-danger:focus,
    .btn-danger.disabled:active,
    .btn-danger[disabled]:active,
    fieldset[disabled] .btn-danger:active,
    .btn-danger.disabled.active,
    .btn-danger[disabled].active,
    fieldset[disabled] .btn-danger.active {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff;
    }

.btn-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-success:hover,
    .btn-success:focus,
    .btn-success:active,
    .btn-success.active,
    .open .dropdown-toggle.btn-success {
        color: #ffffff;
        background-color: #47a447;
        border-color: #398439;
    }

    .btn-success:active,
    .btn-success.active,
    .open .dropdown-toggle.btn-success {
        background-image: none;
    }

    .btn-success.disabled,
    .btn-success[disabled],
    fieldset[disabled] .btn-success,
    .btn-success.disabled:hover,
    .btn-success[disabled]:hover,
    fieldset[disabled] .btn-success:hover,
    .btn-success.disabled:focus,
    .btn-success[disabled]:focus,
    fieldset[disabled] .btn-success:focus,
    .btn-success.disabled:active,
    .btn-success[disabled]:active,
    fieldset[disabled] .btn-success:active,
    .btn-success.disabled.active,
    .btn-success[disabled].active,
    fieldset[disabled] .btn-success.active {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff;
    }

.btn-info {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-info:hover,
    .btn-info:focus,
    .btn-info:active,
    .btn-info.active,
    .open .dropdown-toggle.btn-info {
        color: #ffffff;
        background-color: #39b3d7;
        border-color: #269abc;
    }

    .btn-info:active,
    .btn-info.active,
    .open .dropdown-toggle.btn-info {
        background-image: none;
    }

    .btn-info.disabled,
    .btn-info[disabled],
    fieldset[disabled] .btn-info,
    .btn-info.disabled:hover,
    .btn-info[disabled]:hover,
    fieldset[disabled] .btn-info:hover,
    .btn-info.disabled:focus,
    .btn-info[disabled]:focus,
    fieldset[disabled] .btn-info:focus,
    .btn-info.disabled:active,
    .btn-info[disabled]:active,
    fieldset[disabled] .btn-info:active,
    .btn-info.disabled.active,
    .btn-info[disabled].active,
    fieldset[disabled] .btn-info.active {
        background-color: #5bc0de;
        border-color: #46b8da;
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff;
    }

.btn-link {
    font-weight: normal;
    color: #428bca;
    cursor: pointer;
    border-radius: 0;
}

    .btn-link,
    .btn-link:active,
    .btn-link[disabled],
    fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link,
        .btn-link:hover,
        .btn-link:focus,
        .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover,
            .btn-link:focus {
                color: #2a6496;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:hover,
            fieldset[disabled] .btn-link:hover,
            .btn-link[disabled]:focus,
            fieldset[disabled] .btn-link:focus {
                color: #999999;
                text-decoration: none;
            }

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

    .fade.in {
        opacity: 1;
    }

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}


#accordion .caption.header #dv-home-reservation-form.collapse {
    display: inline-block;
    background-color: #ffffff;
}

.reservar_ahora_container .caption.header {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 0 8px #202020;
    width: 300px;
}

    .reservar_ahora_container .caption.header h4 {
        padding-top: 15px;
        padding-left: 20px;
        height: 46px;
        margin: 0;
        text-transform: uppercase;
        text-shadow: none;
        cursor: default;
    }



.container.destacadogestionreservas .txt_subdestacado_principal.collapse {
    display: block;
}


#accordion .movil-visible {
    display: none;
}


#accordion .pc-visible {
    display: block;
}





/************************************************************************************************************************/
/*********************************************  contenidos SUBDESTACADO PRINCIPAL ***************************************/
/************************************************************************************************************************/
.bkg_destacadogestionreservas {
    background: #E0E0E0;
    /*position: relative; */ /*quarantine. removed because it overlaps with the menu*/
}

    .bkg_destacadogestionreservas .degradado_5 {
        height: 8px;
    }

    .bkg_destacadogestionreservas .degradado_6 {
        height: 8px;
    }

.bkg_contenidos_destacados {
    background: #C0C0C0;
    box-shadow: -1px -3px 9px #808080;
    -webkit-box-shadow: -1px -3px 9px #808080;
    -moz-box-shadow: -1px -3px 9px #808080;
}

    .bkg_contenidos_destacados .destacadobox {
        width: 23%;
        float: left;
        margin-left: 2%;
    }
/*container*/
.container.destacadogestionreservas {
    margin-top: 16px;
    margin-bottom: 16px;
}

    .container.destacadogestionreservas h4 {
        margin-top: 0;
        margin-bottom: 16px;
    }

    .container.destacadogestionreservas .propuestasuno {
        padding-left: 0;
        padding-right: 10px; /*40px*/
        margin: 0 20px;
    }

    .container.destacadogestionreservas .propuestasdos {
        border-left: 1px solid #C0C0C0;
        padding: 0 20px 0 25px;
        margin: 0;
    }

        .container.destacadogestionreservas .propuestasdos form {
            padding: 0;
            margin: 0;
        }

    .container.destacadogestionreservas .propuestastres {
        border-left: 1px solid #C0C0C0;
        padding: 0 0 0 20px;
        margin: 0;
    }

    .container.destacadogestionreservas .propuestasuno,
    .container.destacadogestionreservas .propuestasdos,
    .container.destacadogestionreservas .propuestastres {
        min-height: 206px;
    }

        .container.destacadogestionreservas .propuestasdos .input_suscribete {
            color: #808080;
            margin: 16px 0;
            width: 100%;
            background: #FFFFFF;
        }

        .container.destacadogestionreservas .propuestasdos .botonmisreservas {
            float: right;
        }

    .container.destacadogestionreservas .email .ico {
        float: left;
        font-size: 20px;
        color: #c0c0c0;
        width: 24%;
    }

        .container.destacadogestionreservas .email .ico span {
            font-size: 34px;
        }

    .container.destacadogestionreservas .email .text {
        float: left;
        width: 76% /*198px*/;
        height: auto; /*35px;*/
    }

        .container.destacadogestionreservas .email .text p {
            color: #808080;
            /*font-size: 13px;
    line-height: 16px; montse, ya lo coge de estilos de p*/
        }

    .container.destacadogestionreservas .boton_suscribete {
        text-align: right;
    }

    .container.destacadogestionreservas .boton_mis_reservas {
        float: right;
        margin-top: 20px;
    }
    /*desplegable movil*/
    .container.destacadogestionreservas .h4_subdestacado_principal {
        margin-top: 20px;
    }

        .container.destacadogestionreservas .h4_subdestacado_principal h4 {
            cursor: default;
        }

        /*
    .container.destacadogestionreservas .txt_subdestacado_principal.collapse,
    .container.destacadogestionreservas .txt_subdestacado_principal.collapsing,
    .container.destacadogestionreservas .txt_subdestacado_principal.in {
    display: block;
    height: 158px !important;
    }
    */
        .container.destacadogestionreservas .h4_subdestacado_principal .icon-arrow-right {
            display: none;
        }
/************************************************************************************************************************/
/*********************************************  end contenidos SUBDESTACADO PRINCIPAL ***********************************/
/************************************************************************************************************************/























/*@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon:empty {
  width: 1em;
}

.glyphicon-asterisk:before {
  content: "\2a";
}

.glyphicon-plus:before {
  content: "\2b";
}

.glyphicon-euro:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}*/

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid #000000;
    border-right: 4px solid transparent;
    border-bottom: 0 dotted;
    border-left: 4px solid transparent;
}

.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #303030; /*#ffffff; */
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

    .dropdown-menu li {
        float: left;
    }

.dropdown.expo .dropdown-menu {
    width: 1024px;
    top: 103px;
    margin-left: -30px;
}

.dropdown.urbanos .dropdown-menu {
    width: 1024px;
    top: 103px;
    margin-left: -210px;
}

.dropdown.resorts .dropdown-menu {
    width: 1024px;
    top: 103px;
    margin-left: -396px;
}



.dropdown.expo a.expohoteles {
    margin-top: 25px;
}


.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #FFF /*#333333*/;
    white-space: nowrap;
}

    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:focus {
        color: #FFF /*#262626*/;
        text-decoration: none;
        background-color: #404040; /*#f5f5f5;*/
    }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #428bca;
    outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #999999;
}

    .dropdown-menu > .disabled > a:hover,
    .dropdown-menu > .disabled > a:focus {
        text-decoration: none;
        cursor: not-allowed;
        background-color: transparent;
        background-image: none;
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    }

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #999999;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0 dotted;
    border-bottom: 4px solid #000000;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}



.btn-default .caret {
    border-top-color: #333333;
}

.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
    border-top-color: #fff;
}

.dropup .btn-default .caret {
    border-bottom-color: #333333;
}

.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
    border-bottom-color: #fff;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .btn-group > .btn,
    .btn-group-vertical > .btn {
        position: relative;
        float: left;
    }

        .btn-group > .btn:hover,
        .btn-group-vertical > .btn:hover,
        .btn-group > .btn:focus,
        .btn-group-vertical > .btn:focus,
        .btn-group > .btn:active,
        .btn-group-vertical > .btn:active,
        .btn-group > .btn.active,
        .btn-group-vertical > .btn.active {
            z-index: 2;
        }

        .btn-group > .btn:focus,
        .btn-group-vertical > .btn:focus {
            outline: none;
        }

    .btn-group .btn + .btn,
    .btn-group .btn + .btn-group,
    .btn-group .btn-group + .btn,
    .btn-group .btn-group + .btn-group {
        margin-left: -1px;
    }

.btn-toolbar:before,
.btn-toolbar:after {
    display: table;
    content: " ";
}

.btn-toolbar:after {
    clear: both;
}

.btn-toolbar:before,
.btn-toolbar:after {
    display: table;
    content: " ";
}

.btn-toolbar:after {
    clear: both;
}

.btn-toolbar .btn-group {
    float: left;
}

.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
    margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group > .btn-group:first-child > .btn:last-child,
    .btn-group > .btn-group:first-child > .dropdown-toggle {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .btn-group > .btn-group:last-child > .btn:first-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group-xs > .btn {
    padding: 5px 10px;
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

    .btn-group.open .dropdown-toggle.btn-link {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

    .btn-group-vertical > .btn-group:before,
    .btn-group-vertical > .btn-group:after {
        display: table;
        content: " ";
    }

    .btn-group-vertical > .btn-group:after {
        clear: both;
    }

    .btn-group-vertical > .btn-group:before,
    .btn-group-vertical > .btn-group:after {
        display: table;
        content: " ";
    }

    .btn-group-vertical > .btn-group:after {
        clear: both;
    }

    .btn-group-vertical > .btn-group > .btn {
        float: none;
    }

    .btn-group-vertical > .btn + .btn,
    .btn-group-vertical > .btn + .btn-group,
    .btn-group-vertical > .btn-group + .btn,
    .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-top-right-radius: 0;
        border-bottom-left-radius: 4px;
        border-top-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group-vertical > .btn-group:first-child > .btn:last-child,
    .btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:last-child > .btn:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group-justified {
    display: table;
    width: 100%;
    border-collapse: separate;
    table-layout: fixed;
}

    .btn-group-justified > .btn,
    .btn-group-justified > .btn-group {
        display: table-cell;
        float: none;
        width: 1%;
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%;
        }

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
    display: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group[class*="col-"] {
        float: none;
        padding-right: 0;
        padding-left: 0;
    }

    .input-group .form-control {
        width: 100%;
        margin-bottom: 0;
    }

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 45px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 45px;
    line-height: 45px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
    height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
    height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

    .input-group-addon:not(:first-child):not(:last-child),
    .input-group-btn:not(:first-child):not(:last-child),
    .input-group .form-control:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

    .input-group-addon.input-sm {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px;
    }

    .input-group-addon.input-lg {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px;
    }

    .input-group-addon input[type="radio"],
    .input-group-addon input[type="checkbox"] {
        margin-top: 0;
    }

    .input-group .form-control:first-child,
    .input-group-addon:first-child,
    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .dropdown-toggle,
    .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .input-group-addon:first-child {
        border-right: 0;
    }

    .input-group .form-control:last-child,
    .input-group-addon:last-child,
    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .dropdown-toggle,
    .input-group-btn:first-child > .btn:not(:first-child) {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .input-group-addon:last-child {
        border-left: 0;
    }

.input-group-btn {
    position: relative;
    white-space: nowrap;
}

    .input-group-btn:first-child > .btn {
        margin-right: -1px;
    }

    .input-group-btn:last-child > .btn {
        margin-left: -1px;
    }

    .input-group-btn > .btn {
        position: relative;
    }

        .input-group-btn > .btn + .btn {
            margin-left: -4px;
        }

        .input-group-btn > .btn:hover,
        .input-group-btn > .btn:active {
            z-index: 2;
        }

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .nav:before,
    .nav:after {
        display: table;
        content: " ";
    }

    .nav:after {
        clear: both;
    }

    .nav:before,
    .nav:after {
        display: table;
        content: " ";
    }

    .nav:after {
        clear: both;
    }

    .nav > li {
        position: relative;
        display: block;
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 5px 15px;
        }

            .nav > li > a:hover,
            .nav > li > a:focus {
                /*text-decoration: none;
  background-color: #FFF;*/ /*#eeeeee*/
            }

        .nav > li.disabled > a {
            color: #999999;
        }

            .nav > li.disabled > a:hover,
            .nav > li.disabled > a:focus {
                color: #999999;
                text-decoration: none;
                cursor: not-allowed;
                background-color: transparent;
            }

    .nav .open > a,
    .nav .open > a:hover,
    .nav .open > a:focus {
        /*background-color: #eeeeee;
  border-color: #428bca;*/
    }

        .nav .open > a .caret,
        .nav .open > a:hover .caret,
        .nav .open > a:focus .caret {
            border-top-color: #2a6496;
            border-bottom-color: #2a6496;
        }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .nav > li > a > img {
        max-width: none;
    }

.nav-tabs {
    /* border-bottom: 1px solid #dddddd;*/
}

    .nav-tabs > li,
    .nav-tabs > div {
        float: left;
        margin-bottom: -2px;
    }

        .nav-tabs > li > a,
        .nav-tabs > div > a {
            margin-right: 2px;
            line-height: 1.428571429;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
        }

            .nav-tabs > li > a:hover {
                /*border-color: #eeeeee #eeeeee #dddddd;*/
            }

        .nav-tabs > li.active > a,
        .nav-tabs > li.active > a:hover,
        .nav-tabs > li.active > a:focus,
        .nav-tabs > div.active > a,
        .nav-tabs > div.active > a:hover,
        .nav-tabs > div.active > a:focus {
            /*color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;  */
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0;
    }

        .nav-tabs.nav-justified > li,
        .nav-tabs.nav-justified > div {
            float: none;
        }

            .nav-tabs.nav-justified > li > a,
            .nav-tabs.nav-justified > div > a {
                margin-bottom: 5px;
                text-align: center;
            }

        .nav-tabs.nav-justified > .dropdown .dropdown-menu {
            top: auto;
            left: auto;
        }



        .nav-tabs.nav-justified > li > a {
            margin-right: 0;
            border-radius: 4px;
        }

        .nav-tabs.nav-justified > .active > a,
        .nav-tabs.nav-justified > .active > a:hover,
        .nav-tabs.nav-justified > .active > a:focus {
            border: 1px solid #dddddd;
        }



.nav-pills > li {
    float: left;
}

    .nav-pills > li > a {
        border-radius: 4px;
    }

    .nav-pills > li + li {
        margin-left: 2px;
    }

    .nav-pills > li.active > a,
    .nav-pills > li.active > a:hover,
    .nav-pills > li.active > a:focus {
        color: #ffffff;
        background-color: #428bca;
    }

        .nav-pills > li.active > a .caret,
        .nav-pills > li.active > a:hover .caret,
        .nav-pills > li.active > a:focus .caret {
            border-top-color: #ffffff;
            border-bottom-color: #ffffff;
        }

.nav-stacked > li {
    float: none;
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0;
    }

.nav-justified {
    width: 100%;
}

    .nav-justified > li {
        float: none;
    }

        .nav-justified > li > a {
            margin-bottom: 5px;
            text-align: center;
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto;
    }



.nav-tabs-justified {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a {
        margin-right: 0;
        border-radius: 4px;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border: 1px solid #dddddd;
    }


.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav .caret {
    border-top-color: #428bca;
    border-bottom-color: #428bca;
}

.nav a:hover .caret {
    border-top-color: #2a6496;
    border-bottom-color: #2a6496;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    /*min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;*/
}

    .navbar:before,
    .navbar:after {
        display: table;
        content: " ";
    }

    .navbar:after {
        clear: both;
    }

    .navbar:before,
    .navbar:after {
        display: table;
        content: " ";
    }

    .navbar:after {
        clear: both;
    }



.navbar-header:before,
.navbar-header:after {
    display: table;
    content: " ";
}

.navbar-header:after {
    clear: both;
}

.navbar-header:before,
.navbar-header:after {
    display: table;
    content: " ";
}

.navbar-header:after {
    clear: both;
}



.navbar-collapse {
    max-height: 340px;
    padding-right: 0px; /*15px*/
    padding-left: 0px; /*15px*/
    overflow-x: visible;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

    .navbar-collapse:before,
    .navbar-collapse:after {
        display: table;
        content: " ";
    }

    .navbar-collapse:after {
        clear: both;
    }

    .navbar-collapse:before,
    .navbar-collapse:after {
        display: table;
        content: " ";
    }

    .navbar-collapse:after {
        clear: both;
    }

    .navbar-collapse.in {
        overflow-y: auto;
    }



.container > .navbar-header,
.container > .navbar-collapse {
    /*margin-right: -15px;
  margin-left: -15px;*/
}



.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}



.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}



.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

    .navbar-brand:hover,
    .navbar-brand:focus {
        text-decoration: none;
    }



.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .navbar-toggle .icon-bar {
        display: block;
        width: 17px;
        height: 2px;
        border-radius: 0;
        margin-top: 3px;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }



.navbar-nav {
    /*margin: 7.5px -15px;*/
}

    .navbar-nav > li > a {
        /*padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px; */
    }



.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}






/********** CABECERA Y MENUS ************/

.container.nivel_2container {
    margin-top: -2px;
    padding: 0;
}

.nivel_2container.booking {
    display: none;
}


    .nivel_2container.booking .navbar-default.nivel_2 .navbar-collapse {
        display: none;
    }


.navbar.nivel_2 .navbar-collapse.collapse .dropdown.open ul.dropdown-menu {
    display: block;
    visibility: visible; /* shows sub-menu */
    opacity: 1;
    transition-delay: 0s; /* this removes the transition delay so the menu will be visible while the other styles transition */
}

.navbar.nivel_2 .navbar-collapse.collapse .dropdown ul.dropdown-menu {
    visibility: hidden; /* hides sub-menu */
    opacity: 0;
    position: absolute;
    top: 100%;
    transition: all 0.5s ease 0s, visibility 0s linear 0.5s; /* the last value is the transition-delay for visibility */
    display: block;
}




.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

    .navbar-btn.btn-sm {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .navbar-btn.btn-xs {
        margin-top: 14px;
        margin-bottom: 14px;
    }

.navbar-text {
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
}



.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

    .navbar-default .navbar-brand {
        color: #777777;
    }

        .navbar-default .navbar-brand:hover,
        .navbar-default .navbar-brand:focus {
            color: #5e5e5e;
            background-color: transparent;
        }

    .navbar-default .navbar-text {
        color: #777777;
    }

    .navbar-default .navbar-nav > li > a {
        color: #777777;
    }

        .navbar-default .navbar-nav > li > a:hover,
        .navbar-default .navbar-nav > li > a:focus {
            color: #333333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        color: #555555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .disabled > a,
    .navbar-default .navbar-nav > .disabled > a:hover,
    .navbar-default .navbar-nav > .disabled > a:focus {
        color: #cccccc;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border-color: #dddddd;
    }

        .navbar-default .navbar-toggle:hover,
        .navbar-default .navbar-toggle:focus {
            background-color: #dddddd;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #808080;
        }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .dropdown > a:hover .caret,
    .navbar-default .navbar-nav > .dropdown > a:focus .caret {
        border-top-color: #333333;
        border-bottom-color: #333333;
    }

    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
        /*color: #555555;
  background-color: #e7e7e7;*/
    }

        .navbar-default .navbar-nav > .open > a .caret,
        .navbar-default .navbar-nav > .open > a:hover .caret,
        .navbar-default .navbar-nav > .open > a:focus .caret {
            border-top-color: #555555;
            border-bottom-color: #555555;
        }

    .navbar-default .navbar-nav > .dropdown > a .caret {
        border-top-color: #777777;
        border-bottom-color: #777777;
    }



    .navbar-default .navbar-link {
        color: #777777;
    }

        .navbar-default .navbar-link:hover {
            color: #333333;
        }



.navbar-inverse {
    /*border-color: #080808;*/
}

    .navbar-inverse .navbar-brand {
        color: #999999;
    }

        .navbar-inverse .navbar-brand:hover,
        .navbar-inverse .navbar-brand:focus {
            color: #ffffff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-text {
        color: #999999;
    }

    .navbar-inverse .navbar-nav > li > a {
        /*color: #999999;*/
    }

        .navbar-inverse .navbar-nav > li > a:hover,
        .navbar-inverse .navbar-nav > li > a:focus {
            /*color: #ffffff;
  background-color: transparent;*/
        }

    .navbar-inverse .navbar-nav > .active > a,
    .navbar-inverse .navbar-nav > .active > a:hover,
    .navbar-inverse .navbar-nav > .active > a:focus {
        /*color: #ffffff;
  background-color: #080808;*/
    }

    .navbar-inverse .navbar-nav > .disabled > a,
    .navbar-inverse .navbar-nav > .disabled > a:hover,
    .navbar-inverse .navbar-nav > .disabled > a:focus {
        /*color: #444444;
  background-color: transparent;*/
    }


    /*.navbar-inverse .navbar-nav > li > a p{
  color: #404040;
  font-size: 12px;
  font-weight:bold ;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  font-style: normal;

}
.navbar-inverse .navbar-nav > li > a p.texto_peq{
  color: #808080;
  font-size: 12px;
  font-style: italic;
  text-align: center;
  line-height: 14px;
  text-transform: inherit;
}*/



    .navbar-inverse .navbar-toggle {
        border-color: #333333;
    }

        .navbar-inverse .navbar-toggle:hover,
        .navbar-inverse .navbar-toggle:focus {
            background-color: #333333;
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #ffffff;
        }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: #101010;
    }

    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:hover,
    .navbar-inverse .navbar-nav > .open > a:focus {
        /*color: #ffffff;
  background-color: #ffffff; */
    }

    .navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
        /* border-top-color: #ffffff;
  border-bottom-color: #ffffff;*/
    }

    .navbar-inverse .navbar-nav > .dropdown > a .caret {
        border-top-color: #999999;
        border-bottom-color: #999999;
    }

    .navbar-inverse .navbar-nav > .open > a .caret,
    .navbar-inverse .navbar-nav > .open > a:hover .caret,
    .navbar-inverse .navbar-nav > .open > a:focus .caret {
        border-top-color: #ffffff;
        border-bottom-color: #ffffff;
    }



    .navbar-inverse .navbar-link {
        color: #999999;
    }

        .navbar-inverse .navbar-link:hover {
            color: #ffffff;
        }


/* codigo css de navegacion pasado desde el styles.css */

/* menu superior nivel 2 */
.navbar.nivel_2 .nav.navbar-nav > li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}

    .navbar.nivel_2 .nav.navbar-nav > li a {
        color: #f8f8f8;
        font-size: 12px;
        text-align: center;
        text-transform: uppercase;
        text-shadow: 0 -1px rgba(32, 32, 32, 0.3), 0 1px rgba(248, 248, 248, 0.15);
        padding: 13px 20px;
        font-family: 'HelveticaNeueETW01-65Md';
    }

* .navbar.nivel_2 .nav.navbar-nav > .active,
* .navbar.nivel_2 .nav.navbar-nav > .active:hover,
* .navbar.nivel_2 .nav.navbar-nav > .active:focus {
    color: #f8f8f8;
    -moz-box-shadow: 0px 0px 10px #202020 inset;
    -webkit-box-shadow: 0px 0px 10px #202020 inset; /* #606060 original*/
    box-shadow: 0px 0px 10px #202020 inset;
}

    * .navbar.nivel_2 .nav.navbar-nav > .active a,
    * .navbar.nivel_2 .nav.navbar-nav > .active:hover a,
    * .navbar.nivel_2 .nav.navbar-nav > .active:focus a {
        color: #f8f8f8;
        background-color: transparent;
    }

* .navbar.nivel_2 .nav.navbar-nav {
    background-color: #404040;
    border-bottom: 3px solid #202020;
    width: 100%;
    margin-top: -1px;
}

    * .navbar.nivel_2 .nav.navbar-nav > li {
        background-color: #404040;
        /*border-bottom-width:3px;
        border-bottom-style:solid;
        border-bottom-color: #202020;*/
        float: left;
        margin-left: 0;
        /*border-bottom: 3px solid #202020;*/
    }

.navbar.nivel_2 .nav.navbar-nav > li.open ul {
    position: absolute;
}

.body-general .navbar.nivel_2 .nav.navbar-nav > li span.caret {
    border-bottom-color: #ffffff;
    border-top-color: #ffffff;
}

.body-hoteles .navbar.nivel_2 .nav.navbar-nav > li span.caret {
    border-bottom-color: #428BCA;
    border-top-color: #428BCA;
}

.body-resorts .navbar.nivel_2 .nav.navbar-nav > li span.caret {
    border-bottom-color: #E5A62A;
    border-top-color: #E5A62A;
}


* .navbar.nivel_2 .nav.navbar-nav > li > a,
* .navbar.nivel_2 .nav.navbar-nav > li > a:hover,
* .navbar.nivel_2 .nav.navbar-nav > li > a:focus {
    background-color: transparent;
}

* .navbar.nivel_2 .nav.navbar-nav > li:hover {
    background-color: #606060;
}

* .navbar.nivel_2 .nav.navbar-nav > li:active {
    background-color: #202020;
}

body.body-general .navbar.nivel_2 .nav.navbar-nav > .active,
body.body-general .navbar.nivel_2 .nav.navbar-nav .dropdown-menu li.active, body.body-general .navbar.nivel_2 .nav.navbar-nav .dropdown-menu li.active:hover {
    background-color: #771E66;
    border-bottom: 3px solid #4E1444;
}

body.body-hoteles .navbar.nivel_2 .nav.navbar-nav > .active {
    background-color: #007FC1;
    border-bottom: 3px solid #004D75;
}

body.body-resorts .navbar.nivel_2 .nav.navbar-nav > .active {
    background-color: #E5A62A;
    border-bottom: 3px solid #A97B1F;
}

.navbar-wrapper .nav .nivel_2 li {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
    min-height: 20px;
    border-bottom: 3px solid #202020;
}

/*body .nivel_2container .nivel_2 ul.navbar-nav li{ border-bottom: 3px solid #202020;}mon*/
/*body .nivel_2container .nivel_2 ul.navbar-nav li.active{ border-bottom: 3px solid #202020;}*/

body.body-general .navbar-wrapper .nav.nivel_2 li.active {
    border-bottom: 3px solid #4E1444;
}

body.body-hoteles .navbar-wrapper .nav.nivel_2 li.active {
    border-bottom: 3px solid #004D75;
}

body.body-resorts .navbar-wrapper .nav.nivel_2 li.active {
    border-bottom: 3px solid #A97B1F;
}

.navbar-wrapper .nav .dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.navbar-wrapper .nav .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

* .navbar.nivel_2 .nav.navbar-nav .dropdown .dropdown-menu {
    background-color: #404040;
    border: none;
    box-shadow: none;
    padding: 0;
    margin-top: 1px;
}

    * .navbar.nivel_2 .nav.navbar-nav .dropdown .dropdown-menu li {
        background-color: #808080 /*#404040*/;
        height: 40px;
        list-style: none;
        margin: 0;
        padding: 0;
        width: 100%;
    }

        * .navbar.nivel_2 .nav.navbar-nav .dropdown .dropdown-menu li:hover {
            background-color: #606060;
        }

        * .navbar.nivel_2 .nav.navbar-nav .dropdown .dropdown-menu li:active {
            background-color: #202020;
        }

        * .navbar.nivel_2 .nav.navbar-nav .dropdown .dropdown-menu li > a {
            display: block;
            padding: 10px 20px;
            font-size: 13px;
            color: #f8f8f8;
            text-transform: none;
            text-align: left;
            font-weight: normal;
            line-height: 15px;
            white-space: nowrap;
        }

.navbar.nivel_2 .nav.navbar-nav .dropdown .dropdown-menu li > a,
.navbar.nivel_2 .nav.navbar-nav .dropdown .dropdown-menu li > a:hover,
.navbar.nivel_2 .nav.navbar-nav .dropdown .dropdown-menu li > a:focus {
    color: #f8f8f8;
    text-decoration: none;
    background-color: transparent;
    outline: 0;
}

.navbar-wrapper .nav .open > .dropdown-menu {
    display: block;
    border-radius: 0px;
    margin: 0;
    padding: 0;
    box-shadow: none;
}

.navbar-wrapper .nav .open > a {
    outline: 0;
}

.navbar-wrapper .nav .dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #999999;
}

.navbar-wrapper .nav .dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.navbar-wrapper .nav .pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

body.body-general .navbar-inverse .navbar-nav > .dropdown > a .caret {
    border-bottom-color: #771E66;
    border-top-color: #771E66;
}

body.body-hoteles .navbar-inverse .navbar-nav > .dropdown > a .caret {
    border-bottom-color: #007FC1;
    border-top-color: #007FC1;
}

body.body-resorts .navbar-inverse .navbar-nav > .dropdown > a .caret {
    border-bottom-color: #E5A62A;
    border-top-color: #E5A62A;
}


.navbar.navbar-default.nivel_2 {
    margin-top: 1px;
}

.navbar-wrapper .nav .dropup .caret,
.navbar-wrapper .nav .navbar-fixed-bottom .dropdown .caret {
    border-top: 0 dotted;
    border-bottom: 4px solid #000000;
    content: "";
}

.navbar-wrapper .nav .dropup .dropdown-menu,
.navbar-wrapper .nav .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}



.flecha_menu {
    border-bottom-style: solid;
    border-bottom-width: 6px;
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
    height: 0;
    position: absolute;
    left: 47%; /*84px;*/
    bottom: -1px;
    width: 0;
    z-index: 1000;
    display: none;
}

body.body-hoteles li.urbanos .flecha_menu {
    display: block;
    border-bottom-color: #007FC1;
}

body.body-resorts li.resorts .flecha_menu {
    display: block;
    border-bottom-color: #E5A62A;
}

.navbar-wrapper .cabecera_derecha .header_derecha_abajo .enlaces_menu_secundario.reservas_head {
    width: 100%;
    padding-right: 5px;
}


.navbar-wrapper .header_derecha .reservas {
    border-bottom: 1px solid #C0C0C0;
    border-right: 1px solid #C0C0C0;
    height: auto; /*32px*/
    background: #E0E0E0;
    color: #606060;
    font-size: 12px;
    float: left;
    font-family: 'HelveticaNeueETW01-55Rg';
    margin-left: 0;
    margin-top: 0;
    text-align: right;
    width: 100%;
    padding-right: 5px;
    padding-top: 5px;
}

.navbar-wrapper .header_derecha .atencion {
    border-bottom: 1px solid #C0C0C0;
    border-right: 1px solid #C0C0C0;
    height: auto; /*32px*/
    background: #E0E0E0;
    color: #606060;
    font-size: 12px;
    float: left;
    font-family: 'HelveticaNeueETW01-55Rg';
    margin-left: 0;
    margin-top: 0;
    padding-bottom: 6px;
    padding-top: 8px;
    padding-left: 10px;
    width: 70%;
    text-align: right;
    padding-right: 10px;
}

    .navbar-wrapper .header_derecha .atencion a {
        color: #606060;
        padding-left: 5px;
    }


.navbar-wrapper .idiomatico .btn-group .icon-down {
    font-size: 13px; /*10px*/
    color: #808080;
    margin-top: 5px;
}

/*.navbar-wrapper .idiomatico*/ .btn-group .dropdown-menu li a {
    color: #808080;
    padding-left: 14px;
    padding: 4px 8px; /*0 20px*/
}

/*.navbar-wrapper .idiomatico .btn-group*/ .dropdown-menu li a:hover {
    background: #E0E0E0;
    color: #606060;
}



/******* BREADCRUMB *******/

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

    .breadcrumb > li {
        display: inline-block;
    }

        .breadcrumb > li + li:before {
            padding: 0 5px;
            color: #cccccc;
            content: "/\00a0";
        }

    .breadcrumb > .active {
        color: #999999;
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.428571429;
            text-decoration: none;
            background-color: #ffffff;
            border: 1px solid #dddddd;
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .pagination > li > a:hover,
        .pagination > li > span:hover,
        .pagination > li > a:focus,
        .pagination > li > span:focus {
            background-color: #eeeeee;
        }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 2;
        color: #ffffff;
        cursor: default;
        background-color: #428bca;
        border-color: #428bca;
    }

    .pagination > .disabled > span,
    .pagination > .disabled > span:hover,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #999999;
        cursor: not-allowed;
        background-color: #ffffff;
        border-color: #dddddd;
    }

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

    .pager:before,
    .pager:after {
        display: table;
        content: " ";
    }

    .pager:after {
        clear: both;
    }

    .pager:before,
    .pager:after {
        display: table;
        content: " ";
    }

    .pager:after {
        clear: both;
    }

    .pager li {
        display: inline;
    }

        .pager li > a,
        .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            border-radius: 15px;
        }

            .pager li > a:hover,
            .pager li > a:focus {
                text-decoration: none;
                background-color: #eeeeee;
            }

    .pager .next > a,
    .pager .next > span {
        float: right;
    }

    .pager .previous > a,
    .pager .previous > span {
        float: left;
    }

    .pager .disabled > a,
    .pager .disabled > a:hover,
    .pager .disabled > a:focus,
    .pager .disabled > span {
        color: #999999;
        cursor: not-allowed;
        background-color: #ffffff;
    }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    /*font-weight: bold;*/
    font-family: 'HelveticaNeueETW01-75Bd';
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

    .label[href]:hover,
    .label[href]:focus {
        color: #ffffff;
        text-decoration: none;
        cursor: pointer;
    }

    .label:empty {
        display: none;
    }

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #999999;
}

    .label-default[href]:hover,
    .label-default[href]:focus {
        background-color: #808080;
    }

.label-primary {
    background-color: #428bca;
}

    .label-primary[href]:hover,
    .label-primary[href]:focus {
        background-color: #3071a9;
    }

.label-success {
    background-color: #5cb85c;
}

    .label-success[href]:hover,
    .label-success[href]:focus {
        background-color: #449d44;
    }

.label-info {
    background-color: #5bc0de;
}

    .label-info[href]:hover,
    .label-info[href]:focus {
        background-color: #31b0d5;
    }

.label-warning {
    background-color: #f0ad4e;
}

    .label-warning[href]:hover,
    .label-warning[href]:focus {
        background-color: #ec971f;
    }

.label-danger {
    background-color: #d9534f;
}

    .label-danger[href]:hover,
    .label-danger[href]:focus {
        background-color: #c9302c;
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    /*font-weight: bold;*/
    font-family: 'HelveticaNeueETW01-75Bd';
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999999;
    border-radius: 10px;
}

    .badge:empty {
        display: none;
    }

.btn .badge {
    position: relative;
    top: -1px;
}

a.badge:hover,
a.badge:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.btn .badge {
    position: relative;
    top: -1px;
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #428bca;
    background-color: #ffffff;
}

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    font-size: 21px;
    font-weight: 200;
    line-height: 2.1428571435;
    color: inherit;
    background-color: #eeeeee;
}

    .jumbotron h1,
    .jumbotron .h1 {
        line-height: 1;
        color: inherit;
    }

    .jumbotron p {
        line-height: 1.4;
    }

.container .jumbotron {
    border-radius: 6px;
}

.jumbotron .container {
    max-width: 100%;
}


.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.428571429;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .thumbnail > img,
    .thumbnail a > img {
        display: block;
        height: auto;
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
    }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #428bca;
}

.thumbnail .caption {
    padding: 9px;
    color: #333333;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        /*font-weight: bold;*/
        font-family: 'HelveticaNeueETW01-75Bd';
    }

    .alert > p,
    .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable {
    padding-right: 35px;
}

    .alert-dismissable .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #356635;
    }

.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #2d6987;
    }

.alert-warning {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

    .alert-warning hr {
        border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link {
        color: #a47e3c;
    }

.alert-danger {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #ebccd1;
}

    .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link {
        color: #843534;
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1;
}

    .media,
    .media .media {
        margin-top: 15px;
    }

        .media:first-child {
            margin-top: 0;
        }

.media-object {
    display: block;
}

.media-heading {
    margin: 0 0 5px;
}

.media > .pull-left {
    margin-right: 10px;
}

.media > .pull-right {
    margin-left: 10px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}

    .list-group-item:first-child {
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .list-group-item > .badge {
        float: right;
    }

        .list-group-item > .badge + .badge {
            margin-right: 5px;
        }

a.list-group-item {
    color: #555555;
}

    a.list-group-item .list-group-item-heading {
        color: #333333;
    }

    a.list-group-item:hover,
    a.list-group-item:focus {
        text-decoration: none;
        background-color: #f5f5f5;
    }

    a.list-group-item.active,
    a.list-group-item.active:hover,
    a.list-group-item.active:focus {
        z-index: 2;
        color: #ffffff;
        background-color: #428bca;
        border-color: #428bca;
    }

        a.list-group-item.active .list-group-item-heading,
        a.list-group-item.active:hover .list-group-item-heading,
        a.list-group-item.active:focus .list-group-item-heading {
            color: inherit;
        }

        a.list-group-item.active .list-group-item-text,
        a.list-group-item.active:hover .list-group-item-text,
        a.list-group-item.active:focus .list-group-item-text {
            color: #e1edf7;
        }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

    .panel-body:before,
    .panel-body:after {
        display: table;
        content: " ";
    }

    .panel-body:after {
        clear: both;
    }

    .panel-body:before,
    .panel-body:after {
        display: table;
        content: " ";
    }

    .panel-body:after {
        clear: both;
    }

.panel > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item {
        border-width: 1px 0;
    }

        .panel > .list-group .list-group-item:first-child {
            border-top-right-radius: 0;
            border-top-left-radius: 0;
        }

        .panel > .list-group .list-group-item:last-child {
            border-bottom: 0;
        }

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table {
    margin-bottom: 0;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
    border-top: 1px solid #dddddd;
}

.panel > .table > tbody:first-child th,
.panel > .table > tbody:first-child td {
    border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > thead > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
    .panel > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-bordered > thead > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
    .panel > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-bordered > tfoot > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > thead > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
    .panel > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-bordered > thead > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
    .panel > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-bordered > tfoot > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > thead > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
    .panel > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-bordered > tfoot > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .panel > .table-bordered > thead > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
    .panel > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }

.panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

    .panel-title > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel-group .panel {
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 4px;
}

    .panel-group .panel + .panel {
        margin-top: 5px;
    }

.panel-group .panel-heading {
    border-bottom: 0;
}

    .panel-group .panel-heading + .panel-collapse .panel-body {
        border-top: 1px solid #dddddd;
    }

.panel-group .panel-footer {
    border-top: 0;
}

    .panel-group .panel-footer + .panel-collapse .panel-body {
        border-bottom: 1px solid #dddddd;
    }

.panel-default {
    border-color: #dddddd;
}

    .panel-default > .panel-heading {
        color: #333333;
        background-color: #f5f5f5;
        border-color: #dddddd;
    }

        .panel-default > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #dddddd;
        }

    .panel-default > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #dddddd;
    }

.panel-primary {
    border-color: #428bca;
}

    .panel-primary > .panel-heading {
        color: #ffffff;
        background-color: #428bca;
        border-color: #428bca;
    }

        .panel-primary > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #428bca;
        }

    .panel-primary > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #428bca;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #d6e9c6;
        }

    .panel-success > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #faebcc;
        }

    .panel-warning > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #ebccd1;
        }

    .panel-danger > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #ebccd1;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #bce8f1;
        }

    .panel-info > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #bce8f1;
    }

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0, 0, 0, 0.15);
    }

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close {
    /*float: right;*/
    font-size: 20px;
    position: absolute;
    top: 8px;
    right: 10px;
    /*font-weight: bold;*/
    font-family: 'HelveticaNeueETW01-75Bd';
    line-height: 20px;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

    .close:hover,
    .close:focus {
        color: #000000;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow: auto;
    overflow-y: auto;
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        transform: translate(0, -25%);
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -moz-transition: -moz-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-dialog {
    position: relative;
    z-index: 1050;
    width: auto;
    top: 50%;
    transform: translateY(-50%) !important;
    left: 0px;
    right: 0px;
    margin: auto;
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0; /*6px*/
    outline: none;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: #000000;
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

.modal-header {
    min-height: 16.428571429px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    /*line-height: 1.428571429;*/
}

.modal-body {
    /*position: relative;
    padding: 20px;*/
}

.modal-footer {
    /*padding: 19px 20px 20px;
    margin-top: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;*/
    background: #FFF;
}

    .modal-footer:before,
    .modal-footer:after {
        display: table;
        content: " ";
    }

    .modal-footer:after {
        clear: both;
    }

    .modal-footer:before,
    .modal-footer:after {
        display: table;
        content: " ";
    }

    .modal-footer:after {
        clear: both;
    }

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }



.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: visible;
}

    .tooltip.in {
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    .tooltip.top {
        padding: 5px 0;
        margin-top: -3px;
    }

    .tooltip.right {
        padding: 0 5px;
        margin-left: 3px;
    }

    .tooltip.bottom {
        padding: 5px 0;
        margin-top: 3px;
    }

    .tooltip.left {
        padding: 0 5px;
        margin-left: -3px;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #000000;
    border-radius: 4px;
}

.tooltip-inner p {
  color: #ffffff;
  font-size: inherit;
  line-height: inherit;
  margin: inherit;
  padding: inherit;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-color: #000000;
    border-width: 5px 5px 0;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-top-color: #000000;
    border-width: 5px 5px 0;
}

.tooltip.top-right .tooltip-arrow {
    right: 5px;
    bottom: 0;
    border-top-color: #000000;
    border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-right-color: #000000;
    border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-left-color: #000000;
    border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: #000000;
    border-width: 0 5px 5px;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-bottom-color: #000000;
    border-width: 0 5px 5px;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-bottom-color: #000000;
    border-width: 0 5px 5px;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
}

    .popover.top {
        margin-top: -10px;
    }

    .popover.right {
        margin-left: 10px;
    }

    .popover.bottom {
        margin-top: 10px;
    }

    .popover.left {
        margin-left: -10px;
    }

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover .arrow,
.popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover .arrow {
    border-width: 11px;
}

    .popover .arrow:after {
        border-width: 10px;
        content: "";
    }

.popover.top .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0;
}

    .popover.top .arrow:after {
        bottom: 1px;
        margin-left: -10px;
        border-top-color: #ffffff;
        border-bottom-width: 0;
        content: " ";
    }

.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0;
}

    .popover.right .arrow:after {
        bottom: -10px;
        left: 1px;
        border-right-color: #ffffff;
        border-left-width: 0;
        content: " ";
    }

.popover.bottom .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    border-top-width: 0;
}

    .popover.bottom .arrow:after {
        top: 1px;
        margin-left: -10px;
        border-bottom-color: #ffffff;
        border-top-width: 0;
        content: " ";
    }

.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
    border-right-width: 0;
}

    .popover.left .arrow:after {
        right: 1px;
        bottom: -10px;
        border-left-color: #ffffff;
        border-right-width: 0;
        content: " ";
    }

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .carousel-inner > .item {
        position: relative;
        display: none;
        -webkit-transition: 0.6s ease-in-out left;
        transition: 0.6s ease-in-out left;
    }

        .carousel-inner > .item > img,
        .carousel-inner > .item > a > img {
            display: block;
            height: 339px /*auto*/;
            max-width: 100%;
            line-height: 1;
        }

    .carousel-inner > .active,
    .carousel-inner > .next,
    .carousel-inner > .prev {
        display: block;
    }

    .carousel-inner > .active {
        left: 0;
    }

    .carousel-inner > .next,
    .carousel-inner > .prev {
        position: absolute;
        top: 0;
        width: 100%;
    }

    .carousel-inner > .next {
        left: 100%;
    }

    .carousel-inner > .prev {
        left: -100%;
    }

        .carousel-inner > .next.left,
        .carousel-inner > .prev.right {
            left: 0;
        }

    .carousel-inner > .active.left {
        left: -100%;
    }

    .carousel-inner > .active.right {
        left: 100%;
    }

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    opacity: 0.5;
    filter: alpha(opacity=50);
}

    .carousel-control.left {
        background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    }

    .carousel-control.right {
        right: 0;
        left: auto;
        background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    }

    .carousel-control:hover,
    .carousel-control:focus {
        color: #ffffff;
        text-decoration: none;
        outline: none;
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    .carousel-control .icon-prev,
    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
    }

    .carousel-control .icon-prev,
    .carousel-control .glyphicon-chevron-left {
        left: 50%;
    }

    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-right {
        right: 50%;
    }

    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 20px;
        height: 20px;
        margin-top: -10px;
        margin-left: -10px;
        font-family: serif;
    }

        .carousel-control .icon-prev:before {
            content: '\2039';
        }

        .carousel-control .icon-next:before {
            content: '\203a';
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: rgba(0, 0, 0, 0);
        border: 1px solid #ffffff;
        border-radius: 10px;
    }

    .carousel-indicators .active {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: #ffffff;
    }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

    .carousel-caption .btn {
        text-shadow: none;
    }



.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
    display: none !important;
}





.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
    display: none !important;
}



.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
    display: none !important;
}



.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
    display: none !important;
}



.hidden-xs {
    display: block !important;
}

table.hidden-xs {
    display: table;
}

tr.hidden-xs {
    display: table-row !important;
}

th.hidden-xs,
td.hidden-xs {
    display: table-cell !important;
}



.hidden-sm {
    display: block !important;
}

table.hidden-sm {
    display: table;
}

tr.hidden-sm {
    display: table-row !important;
}

th.hidden-sm,
td.hidden-sm {
    display: table-cell !important;
}



.hidden-md {
    display: block !important;
}

table.hidden-md {
    display: table;
}

tr.hidden-md {
    display: table-row !important;
}

th.hidden-md,
td.hidden-md {
    display: table-cell !important;
}



.hidden-lg {
    display: block !important;
}

table.hidden-lg {
    display: table;
}

tr.hidden-lg {
    display: table-row !important;
}

th.hidden-lg,
td.hidden-lg {
    display: table-cell !important;
}

.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
    display: none !important;
}

.navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
}

    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }

        .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-nav .open .dropdown-menu > li > a:focus {
            background-image: none;
        }




/*@media (min-width: 992px) .row {
    margin-left: -30px; *zoom: 1;
}*/

.row:before,
.row:after {
    display: table;
    line-height: 0;
    content: "";
}

.row:after {
    clear: both;
}

[class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 15px; /*30px*/
}

.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
    width: 960px; /*1170px*/
}

.span12 {
    max-width: 940px;
    width: 100%;
}

.span11 {
    width: 860px; /*width: 1070px;*/
}

.span10 {
    width: 780px; /*width: 970px; */
}

.span9 {
    width: 700px; /*width: 870px;*/
}

.span8 {
    width: 620px; /*770px*/
}

.span7 {
    width: 540px; /*width: 670px;*/
}

.span6 {
    width: 464px; /*460px*/ /*570px*/
}

.span5 {
    width: 380px; /*width: 470px;*/
}

.span4 {
    width: 31.3%; /* 300px;*/ /*370px*/
}

.span3 {
    width: 222px; /*220px*/ /*270px*/
}

.span2 {
    width: 140px; /*170px*/
}

.span1 {
    width: 60px; /*70px*/
}

.offset12 {
    margin-left: 1230px;
}

.offset11 {
    margin-left: 1130px;
}

.offset10 {
    margin-left: 1030px;
}

.offset9 {
    margin-left: 930px;
}

.offset8 {
    margin-left: 830px;
}

.offset7 {
    margin-left: 730px;
}

.offset6 {
    margin-left: 630px;
}

.offset5 {
    margin-left: 530px;
}

.offset4 {
    margin-left: 430px;
}

.offset3 {
    margin-left: 330px;
}

.offset2 {
    margin-left: 230px;
}

.offset1 {
    margin-left: 130px;
}

.row-fluid {
    width: 100%;
    *zoom: 1;
}

    .row-fluid:before,
    .row-fluid:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 30px;
        margin-left: 2.564102564102564%;
        *margin-left: 2.5109110747408616%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .row-fluid [class*="span"]:first-child {
            margin-left: 0;
        }

    .row-fluid .controls-row [class*="span"] + [class*="span"] {
        margin-left: 2.564102564102564%;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145299145%;
        *width: 91.39979996362975%;
    }

    .row-fluid .span10 {
        width: 82.90598290598291%;
        *width: 82.8527914166212%;
    }

    .row-fluid .span9 {
        width: 74.35897435897436%;
        *width: 74.30578286961266%;
    }

    .row-fluid .span8 {
        width: 65.81196581196582%;
        *width: 65.75877432260411%;
    }

    .row-fluid .span7 {
        width: 57.26495726495726%;
        *width: 57.21176577559556%;
    }

    .row-fluid .span6 {
        width: 48.717948717948715%;
        *width: 48.664757228587014%;
    }

    .row-fluid .span5 {
        width: 40.17094017094017%;
        *width: 40.11774868157847%;
    }

    .row-fluid .span4 {
        width: 31.623931623931625%;
        *width: 31.570740134569924%;
    }

    .row-fluid .span3 {
        width: 23.076923076923077%;
        *width: 23.023731587561375%;
    }

    .row-fluid .span2 {
        width: 14.52991452991453%;
        *width: 14.476723040552828%;
    }

    .row-fluid .span1 {
        width: 5.982905982905983%;
        *width: 5.929714493544281%;
    }

    .row-fluid .offset12 {
        margin-left: 105.12820512820512%;
        *margin-left: 105.02182214948171%;
    }

        .row-fluid .offset12:first-child {
            margin-left: 102.56410256410257%;
            *margin-left: 102.45771958537915%;
        }

    .row-fluid .offset11 {
        margin-left: 96.58119658119658%;
        *margin-left: 96.47481360247316%;
    }

        .row-fluid .offset11:first-child {
            margin-left: 94.01709401709402%;
            *margin-left: 93.91071103837061%;
        }

    .row-fluid .offset10 {
        margin-left: 88.03418803418803%;
        *margin-left: 87.92780505546462%;
    }

        .row-fluid .offset10:first-child {
            margin-left: 85.47008547008548%;
            *margin-left: 85.36370249136206%;
        }

    .row-fluid .offset9 {
        margin-left: 79.48717948717949%;
        *margin-left: 79.38079650845607%;
    }

        .row-fluid .offset9:first-child {
            margin-left: 76.92307692307693%;
            *margin-left: 76.81669394435352%;
        }

    .row-fluid .offset8 {
        margin-left: 70.94017094017094%;
        *margin-left: 70.83378796144753%;
    }

        .row-fluid .offset8:first-child {
            margin-left: 68.37606837606839%;
            *margin-left: 68.26968539734497%;
        }

    .row-fluid .offset7 {
        margin-left: 62.393162393162385%;
        *margin-left: 62.28677941443899%;
    }

        .row-fluid .offset7:first-child {
            margin-left: 59.82905982905982%;
            *margin-left: 59.72267685033642%;
        }

    .row-fluid .offset6 {
        margin-left: 53.84615384615384%;
        *margin-left: 53.739770867430444%;
    }

        .row-fluid .offset6:first-child {
            margin-left: 51.28205128205128%;
            *margin-left: 51.175668303327875%;
        }

    .row-fluid .offset5 {
        margin-left: 45.299145299145295%;
        *margin-left: 45.1927623204219%;
    }

        .row-fluid .offset5:first-child {
            margin-left: 42.73504273504273%;
            *margin-left: 42.62865975631933%;
        }

    .row-fluid .offset4 {
        margin-left: 36.75213675213675%;
        *margin-left: 36.645753773413354%;
    }

        .row-fluid .offset4:first-child {
            margin-left: 34.18803418803419%;
            *margin-left: 34.081651209310785%;
        }

    .row-fluid .offset3 {
        margin-left: 28.205128205128204%;
        *margin-left: 28.0987452264048%;
    }

        .row-fluid .offset3:first-child {
            margin-left: 25.641025641025642%;
            *margin-left: 25.53464266230224%;
        }

    .row-fluid .offset2 {
        margin-left: 19.65811965811966%;
        *margin-left: 19.551736679396257%;
    }

        .row-fluid .offset2:first-child {
            margin-left: 17.094017094017094%;
            *margin-left: 16.98763411529369%;
        }

    .row-fluid .offset1 {
        margin-left: 11.11111111111111%;
        *margin-left: 11.004728132387708%;
    }

        .row-fluid .offset1:first-child {
            margin-left: 8.547008547008547%;
            *margin-left: 8.440625568285142%;
        }

input,
textarea,
.uneditable-input {
    margin-left: 0;
}

.controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px;
}

input.span12,
textarea.span12,
.uneditable-input.span12 {
    width: 1156px;
}

input.span11,
textarea.span11,
.uneditable-input.span11 {
    width: 1056px;
}

input.span10,
textarea.span10,
.uneditable-input.span10 {
    width: 956px;
}

input.span9,
textarea.span9,
.uneditable-input.span9 {
    width: 856px;
}

input.span8,
textarea.span8,
.uneditable-input.span8 {
    width: 756px;
}

input.span7,
textarea.span7,
.uneditable-input.span7 {
    width: 656px;
}

input.span6,
textarea.span6,
.uneditable-input.span6 {
    width: 556px;
}

input.span5,
textarea.span5,
.uneditable-input.span5 {
    width: 456px;
}

input.span4,
textarea.span4,
.uneditable-input.span4 {
    width: 356px;
}

input.span3,
textarea.span3,
.uneditable-input.span3 {
    width: 256px;
}

input.span2,
textarea.span2,
.uneditable-input.span2 {
    width: 156px;
}

input.span1,
textarea.span1,
.uneditable-input.span1 {
    width: 56px;
}

.thumbnails {
    margin-left: -30px;
}

    .thumbnails > li {
        margin-left: 30px;
    }

.row-fluid .thumbnails {
    margin-left: 0;
}


.caja_hoteles .h_descripcion {
    min-height: 52px;
    padding-bottom: 8px;
    padding-top: 8px;
}

.nuestros_hoteles .caja_hoteles.urbano .h_contenido {
    border-bottom: 3px solid #007FC1;
}

.nuestros_hoteles .caja_hoteles.resort .h_contenido {
    border-bottom: 3px solid #E5A62A;
    display: block;
    width: 100%;
}




.nuestros_hoteles .caja_hoteles .h_descripcion ul li a .resort_list {
    width: 81%;
}

    .nuestros_hoteles .caja_hoteles .h_descripcion ul li a .resort_list h4 {
        width: 83%;
    }

.nuestros_hoteles .span3 .caja_hoteles .h_titulo {
    min-height: 27px;
}

.nuestros_hoteles .span3 .caja_hoteles .h_descripcion a {
    display: inline-block;
    min-height: 72px;
    padding: 0 16px;
    width: 100%;
}

    .nuestros_hoteles .span3 .caja_hoteles .h_descripcion a .nombrehotel {
        margin: 0;
        padding: 5px 0 0;
        width: 100% /*57%*/;
        min-height: 45px;
    }


.nuestros_hoteles .span3 .caja_hoteles a .nombrehotel h4 {
    margin: 0;
    padding: 0;
    display: inline;
}

.nuestros_hoteles .span3 .caja_hoteles .h_descripcion a .h_estrellas {
    margin: 0;
    padding: 4px 0 0;
    float: none;
}


.span4 .caja_hoteles.resort .h_descripcion .nombrehotel, .span4 .caja_hoteles.urbano .h_descripcion .nombrehotel {
    margin: 0;
    padding: 5px 0;
    width: 100%;
}

    .span4 .caja_hoteles.resort .h_descripcion .nombrehotel h4, .span4 .caja_hoteles.urbano .h_descripcion .nombrehotel h4 {
        margin: 0;
        padding: 0;
        display: inline;
    }



.span4 .caja_hoteles.resort .h_descripcion .h_estrellas, .span4 .caja_hoteles.urbano .h_descripcion .h_estrellas {
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline;
}

.span4 .caja_hoteles.resort .h_descripcion a, .span4 .caja_hoteles.urbano .h_descripcion a {
    display: inline-block;
    padding: 5px 16px;
    width: 100%;
}





.caja_hoteles.resort .h_descripcion a:hover .nombrehotel h4 {
    color: #E5A62A;
}


.nuestros_hoteles.resorts .caja_hoteles .h_titulo {
    min-height: 35px;
}

.span6 .caja_hoteles .h_titulo h6 {
    padding: 9px 5px;
}


.span6 .caja_hoteles .h_descripcion {
    min-height: 72px;
    padding: 8px 20px;
}



    .span6 .caja_hoteles .h_descripcion > a {
        display: block;
        margin-top: 6px;
        vertical-align: middle;
    }


.span6 .caja_hoteles.urbano .h_descripcion a .nombrehotel, span6 .caja_hoteles.resort .h_descripcion a .nombrehotel {
    display: block;
    padding-left: 0;
    width: 100%;
}

    .span6 .caja_hoteles.urbano .h_descripcion a .nombrehotel h4, .span6 .caja_hoteles.resort .h_descripcion a .nombrehotel h4 {
        padding: 0;
    }


.span6 .caja_hoteles.urbano .h_descripcion .h_estrellas, .span6 .caja_hoteles.resort .h_descripcion .h_estrellas {
    display: block;
    float: none;
    font-size: 12px;
    margin-top: 8px;
    padding-left: 0;
    padding-top: 1px;
    width: 100%;
}



.nuestros_hoteles .caja_hoteles.resort .h_descripcion a.mlist .h_estrellas {
    margin-right: 0;
    margin-top: 15px;
}



.nuestros_hoteles.resorts .caja_hoteles .h_subtitulo .h_subtitulo_nombre, .nuestros_hoteles.urbano .caja_hoteles .h_subtitulo .h_subtitulo_nombre {
    display: inline-block;
    width: 75%;
}




.home_page .nuestros_hoteles .span3 .caja_hoteles .h_contenido .imagen img {
    left: 0;
    position: absolute;
    top: 0;
    height: 221px;
    width: auto;
}


.home_page .nuestros_hoteles .span4 .caja_hoteles .h_contenido .imagen img {
    left: 0;
    position: absolute;
    top: 0;
    height: 221px;
    width: auto;
}


.home_page .nuestros_hoteles .span6 .caja_hoteles .h_contenido .imagen img {
    left: 0;
    position: absolute;
    top: 0;
    height: auto;
    width: 100%;
}



/*.nuestros_hoteles .span3 .caja_hoteles {
    min-height: 340px;
}*/

.navbar-wrapper {
    height: 110px;
}

.nav.navbar-nav.nivel_1 > li.urbanos > a span {
    color: #808080;
    font-size: 32px;
}
/*altura 32px*/
.nav.navbar-nav.nivel_1 > li.resorts > a span {
    color: #808080;
    font-size: 32px;
}


.nav.navbar-nav.nivel_1 li.expo {
    width: 180px;
    height: auto;
}


.nav.navbar-nav.nivel_1 li {
    width: 180px;
    height: 106px; /* Carles: Pixel de mas en ie */
}


.nav.navbar-nav.nivel_1 > li.expo a {
    display: inline-block;
    /*padding-top: 18px;
    padding-bottom: 18px;*/
    padding: 0;
    margin: 0;
    height: 93px;
}


.cabecera_izquierda .nav.navbar-nav.nivel_1 li:first-child a {
    background-attachment: scroll, scroll;
    background-clip: border-box, border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("/img/logo_expohoteles.png");
    background-origin: padding-box, padding-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    border-right: 1px solid #FFFFFF;
    display: inline-block;
    image-rendering: optimizequality;
    padding-bottom: 0;
    width: 100%;
}




.cabecera_izquierda .nav.navbar-nav.nivel_1 li a {
    /*border-left: 1px solid #C0C0C0;*/
    padding-top: 10px;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MwYzBjMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjYzBjMGMwIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iOTklIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(left, rgba(192,192,192,1) 0%, rgba(192,192,192,0) 1%, rgba(255,255,255,0) 99%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(192,192,192,1)), color-stop(1%,rgba(192,192,192,0)), color-stop(99%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(192,192,192,1) 0%,rgba(192,192,192,0) 1%,rgba(255,255,255,0) 99%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(192,192,192,1) 0%,rgba(192,192,192,0) 1%,rgba(255,255,255,0) 99%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(192,192,192,1) 0%,rgba(192,192,192,0) 1%,rgba(255,255,255,0) 99%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(192,192,192,1) 0%,rgba(192,192,192,0) 1%,rgba(255,255,255,0) 99%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0c0c0', endColorstr='#ffffff',GradientType=1 ); /* IE6-8 */
    height: 100px;
}

.cabecera_izquierda .nav.navbar-nav.nivel_1 li:last-child a {
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MwYzBjMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjYzFjMWMxIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iOTglIiBzdG9wLWNvbG9yPSIjZmVmZWZlIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iOTklIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2MwYzBjMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(left, rgba(192,192,192,1) 0%, rgba(193,193,193,0) 1%, rgba(254,254,254,0) 98%, rgba(255,255,255,1) 99%, rgba(192,192,192,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(192,192,192,1)), color-stop(1%,rgba(193,193,193,0)), color-stop(98%,rgba(254,254,254,0)), color-stop(99%,rgba(255,255,255,1)), color-stop(100%,rgba(192,192,192,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(192,192,192,1) 0%,rgba(193,193,193,0) 1%,rgba(254,254,254,0) 98%,rgba(255,255,255,1) 99%,rgba(192,192,192,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(192,192,192,1) 0%,rgba(193,193,193,0) 1%,rgba(254,254,254,0) 98%,rgba(255,255,255,1) 99%,rgba(192,192,192,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(192,192,192,1) 0%,rgba(193,193,193,0) 1%,rgba(254,254,254,0) 98%,rgba(255,255,255,1) 99%,rgba(192,192,192,1) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(192,192,192,1) 0%,rgba(193,193,193,0) 1%,rgba(254,254,254,0) 98%,rgba(255,255,255,1) 99%,rgba(192,192,192,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0c0c0', endColorstr='#c0c0c0',GradientType=1 ); /* IE6-8 */
}


.cabecera_derecha .enlaces_menu_secundario a {
    /*font-weight: bold;*/
    font-size: 12px;
    color: #404040;
    line-height: 16px;
    padding-left: 10px;
    font-family: 'HelveticaNeueETW01-75Bd';
}

    .cabecera_derecha .enlaces_menu_secundario a:hover {
        color: #771E66;
        text-decoration: none;
    }


.span5.cabecera_derecha.in,
.span5.cabecera_derecha {
    margin-left: 0;
    width: 400px;
    display: block;
}


.navbar.nivel_2 .nav.navbar-nav > li {
    height: 40px;
}

.header.degradado_1 {
    height: 10px;
    left: 0;
    margin-bottom: -10px;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 1;
}

.info_hotel_box {
    min-height: 80px;
    width: 500px;
    left: 0 /*450px*/;
    /*top: 270px;*/
    bottom: 0;
}



    .info_hotel_box .info_hotel_box_h3 {
        /*background: rgba(48, 48, 48, 0.95);*/
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMwMzAzMCIgc3RvcC1vcGFjaXR5PSIwLjk1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjgxJSIgc3RvcC1jb2xvcj0iIzMwMzAzMCIgc3RvcC1vcGFjaXR5PSIwLjk1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYTJhMmEiIHN0b3Atb3BhY2l0eT0iMC45NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, rgba(48,48,48,0.95) 0%, rgba(48,48,48,0.95) 81%, rgba(42,42,42,0.95) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(48,48,48,0.95)), color-stop(81%,rgba(48,48,48,0.95)), color-stop(100%,rgba(42,42,42,0.95))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(48,48,48,0.95) 0%,rgba(48,48,48,0.95) 81%,rgba(42,42,42,0.95) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(48,48,48,0.95) 0%,rgba(48,48,48,0.95) 81%,rgba(42,42,42,0.95) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(48,48,48,0.95) 0%,rgba(48,48,48,0.95) 81%,rgba(42,42,42,0.95) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(48,48,48,0.95) 0%,rgba(48,48,48,0.95) 81%,rgba(42,42,42,0.95) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2303030', endColorstr='#f22a2a2a',GradientType=0 ); /* IE6-8 */
        display: inline-block;
        padding: 14px 10px;
        min-height: 48px;
        width: 100%;
    }

        .info_hotel_box .info_hotel_box_h3 h3 {
            color: #FFFFFF;
            display: inline-block;
            font-family: 'HelveticaNeueETW01-65Md';
            margin: 0;
            padding: 0;
            white-space: normal;
            width: 395px;
            vertical-align: top;
            /*line-height: 22px;*/ /*montse:p.42 no lo especifica, asi que dejamos el del h3*/
        }

        .info_hotel_box .info_hotel_box_h3 .h_estrellas {
            display: inline-block;
            margin: 2px 0 0 5px;
            padding: 0;
            vertical-align: top;
            width: 75px;
        }

    .info_hotel_box .info_hotel_box_txt {
        /*background: #404040;*/
        background: rgba(64, 64, 64, 0.95);
        border-left: 3px solid #202020;
        padding: 16px 10px;
        margin-left: -3px;
        white-space: normal;
    }

        .info_hotel_box .info_hotel_box_txt p {
            color: #FFF;
            /* max-width: 400px;*/
            white-space: normal;
        }



/************************************************************************************************************************/
/********************************************* SLIDER HOME **************************************************************/
/************************************************************************************************************************/


.carroselheader {
    background-color: #404040;
}

    .carroselheader .responsive-slider .pages {
        border-top: 3px solid #202020;
        border-bottom: 1px solid #202020;
        background: #303030 /*#202020*/;
        width: 100%;
        height: 42px; /*40px*/
    }


        .carroselheader .responsive-slider .pages .ancho_page {
            width: 960px;
            margin: 0 auto;
        }

            .carroselheader .responsive-slider .pages .ancho_page .ancho_page_list {
                width: 100%;
            }

        .carroselheader .responsive-slider .pages a {
            background: #404040 /*#202020*/;
            padding: 14px 8% 9px;
            margin-left: -7px;
            border-top: 3px solid #202020;
            border-bottom: 1px solid #202020;
            border-left: 1px solid #202020;
            border-right: 1px solid #202020;
        }


            .carroselheader .responsive-slider .pages a span {
                color: #FFF;
                text-decoration: none;
                text-transform: uppercase;
                line-height: 43px;
                font-family: 'HelveticaNeueETW01-65Md';
                font-size: 12px;
            }

        .carroselheader .responsive-slider .pages .ancho_page .ancho_page_list a:hover,
        .carroselheader .responsive-slider .pages .ancho_page .ancho_page_list a.active {
            background-color: #202020;
        }



.body-general .responsive-slider .pages .ancho_page .ancho_page_list a.active {
    border-top: 3px solid #771E66;
    border-bottom: 3px solid #771E66;
}

.body-resorts .responsive-slider .pages .ancho_page .ancho_page_list a.active {
    border-top: 3px solid #E5A62A;
    border-bottom: 3px solid #E5A62A;
}

.body-hoteles .responsive-slider .pages .ancho_page .ancho_page_list a.active {
    border-top: 3px solid #007FC1;
    border-bottom: 3px solid #007FC1;
}




/*slide bullets*/




.carroselheader .responsive-slider .pages.pages_butllets {
    display: none;
}

.responsive-slider.propuestas .pages.pages_butllets {
    display: none;
}






/************************************************************************************************************************/
/********************************************** FORMULARIO RESERVA HOME *************************************************/
/************************************************************************************************************************/
.reservar_ahora_container {
    position: relative;
    z-index: 0;
    top: -560px;
    width: 300px;
    left: -315px;
    height: 0;
}

    .reservar_ahora_container .row {
        overflow: inherit;
        width: 300px;
    }

.list_desplegable .btn-input {
    display: block;
}

    .list_desplegable .btn-input .btn.form-control {
        text-align: left;
    }

        .list_desplegable .btn-input .btn.form-control span:first-child {
            left: 10px;
            overflow: hidden;
            position: absolute;
            right: 25px;
        }

        .list_desplegable .btn-input .btn.form-control .caret {
            margin-top: -1px;
            position: absolute;
            right: 10px;
            top: 50%;
        }

.list_desplegable .dropdown-menu li {
    float: none;
}




.iframeHotels {
    width: 100%;
    height: 100%;
    min-height: 5000px;
    border: 0px;
}

.iframeHotel {
    border: 0 none;
    margin-left: 15px;
    width: 97%;
}

/************************************************************************************************************************/
/*********************************end FORMULARIO RESERVA HOME ***********************************************************/
/************************************************************************************************************************/



/****contenido FOOTER****************************************************************************************************/
/************************************************************************************************************************/
footer .footer_uno {
    background-color: #404040;
    min-height: 56px;
    width: 100%;
    position: relative;
}

    footer .footer_uno .siguenos {
        font-size: 16px;
        /*font-weight: 700;*/
        line-height: 16px;
        color: #808080;
        margin-top: 14px;
        font-family: 'HelveticaNeueETW01-75Bd';
    }

    /*footer .footer_uno ul {
        margin: 0;
        padding: 0;
        display: inline-block;
        width: 100%;
    }*/

    footer .footer_uno ul li {
        color: #808080;
        list-style: none outside none;
        margin: 0 3.1% 0 0; /*0 3.65% 0 0*/
        padding: 0;
        display: inline-block;
    }

        footer .footer_uno ul li a {
            color: #808080;
            text-decoration: none;
            white-space: nowrap;
        }

            footer .footer_uno ul li a:hover {
                color: #f8f8f8;
                text-decoration: none;
            }

/*footer .footer_uno ul li a span.icon {
                    font-size: 30px;
                }

                footer .footer_uno ul li a span.texto {
                    font-size: 13px;
                    margin-left: 10px;
                    vertical-align: super;
                }*/

@media (min-width: 1025px) {
    footer .footer_uno .span10 {
        width: 81.5%;
    }
}

footer .footer_dos {
    background-color: #303030;
    min-height: 200px;
    position: relative;
}


    footer .footer_dos .sobre_expogrupo .degradado_1_vertical {
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIwMjAyMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMDIwMjAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(left, rgba(32,32,32,1) 0%, rgba(32,32,32,0) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(32,32,32,1)), color-stop(100%,rgba(32,32,32,0))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left, rgba(32,32,32,1) 0%,rgba(32,32,32,0) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left, rgba(32,32,32,1) 0%,rgba(32,32,32,0) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(left, rgba(32,32,32,1) 0%,rgba(32,32,32,0) 100%); /* IE10+ */
        background: linear-gradient(to right, rgba(32,32,32,1) 0%,rgba(32,32,32,0) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#202020', endColorstr='#00202020',GradientType=1 ); /* IE6-8 */
        min-height: 35.875rem;
        width: 10px;
        position: absolute;
        right: 0;
        top: 0;
    }

    footer .footer_dos .degradado_1,
    footer .footer_tres .degradado_1 {
        height: 10px;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIwMjAyMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMDIwMjAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, rgba(32,32,32,1) 0%, rgba(32,32,32,0) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(32,32,32,1)), color-stop(100%,rgba(32,32,32,0))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(32,32,32,1) 0%,rgba(32,32,32,0) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(32,32,32,1) 0%,rgba(32,32,32,0) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(32,32,32,1) 0%,rgba(32,32,32,0) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(32,32,32,1) 0%,rgba(32,32,32,0) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#202020', endColorstr='#00202020',GradientType=0 ); /* IE6-8 */
    }

    footer .footer_dos .sobre_expogrupo {
        position: relative;
        margin-left: 16px;
    }


    footer .footer_dos .hoteles .titulo {
        font-size: 13px;
        text-transform: uppercase;
        font-weight: 700; /*bold*/
        font-family: 'HelveticaNeueETW01-75Bd';
    }

    footer .footer_dos .hoteles .titulo {

        margin-bottom: .25rem;
        text-transform: uppercase
    }

    @media only screen and (min-width: 48.063em) {
        footer .footer_dos .hoteles .titulo {
            font-family:HelveticaNeue55Regular,Helvetica,Arial,sans-serif
        }
    }

    footer .footer_dos .hoteles {
        display: inline-block;
        width: 180px;

        padding-right: 40px;
        margin-right: 20px;
        vertical-align: top;
        padding-top: 31px;
        padding-bottom: 32px;
    }

        footer .footer_dos .hoteles + .hoteles {
            margin-right: 0;
            padding-right: 0;
            width: 168px;
        }

        footer .footer_dos .hoteles.sobre_expogrupo .degradado_1 {
            display: none;
        }

    footer .footer_dos ul {
        margin-left: 0;
        padding-left: 0;
    }

        footer .footer_dos ul li {
            list-style-type: none;
            margin-left: 0;
            line-height: 1.6;
        }

    footer .footer_dos .sobre_expogrupo ul {
      padding: 2.5rem 0 1rem;
    }

    footer .footer_dos a {
        color: #808080;
        text-decoration: none;
    }

        footer .footer_dos a:hover {
            color: #F8F8F8;
            text-decoration: none;
        }

    footer .footer_dos ul li a {
        font-size: 13px;
        font-weight: normal;
        line-height: 13px;
        color: #808080;
    }

footer .footer_tres {
    background-color: #202020;
    min-height: 96px;
    position: relative;
}

    footer .footer_tres .footer_tres_uno {
        min-height: 48px;
        border-bottom: 1px solid #3a3a3a;
    }

    footer .footer_tres .footer_tres_dos {
        min-height: 48px;
        padding-bottom: 25px;
    }

    footer .footer_tres p.direccion {
        color: #808080;
        margin-top: 20px;
        margin-bottom: 15px;
        margin-left: 0px;
        margin-right: 0;
    }

    footer .footer_tres p.copy {
        color: #808080;
        margin-top: 15px;
    }

        footer .footer_tres p.direccion strong,
        footer .footer_tres p.copy strong {
            font-family: 'HelveticaNeueETW01-55Rg';
            font-weight: bold;
        }

    footer .footer_tres .aviso {
        text-align: right;
        margin-top: 10px;
    }

        footer .footer_tres .aviso a.first {
            border-right: 1px solid #808080;
            padding-right: 5px; /*10px*/
            margin-right: 0; /*5px*/
        }

        footer .footer_tres .aviso a {
            color: #808080;
            font-size: 13px; /* 13px*/
            font-family: 'HelveticaNeueETW01-55Rg';
            font-weight: bold;
        }

            footer .footer_tres .aviso a:hover {
                color: #F8F8F8;
                text-decoration: none;
            }


footer .footer_uno ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
    margin-top: 12px;
}


    footer .footer_uno ul li a span.icon {
        font-size: 30px;
    }

    footer .footer_uno ul li a span.texto {
        font-size: 13px;
        margin-left: 10px;
        vertical-align: super;
    }



/************************************************************************************************************************/
/**** end contenido FOOTER***********************************************************************************************/
/************************************************************************************************************************/




/************************************************************************************************************************/
/********************************************* contenidos PROPUESTAS  ***************************************************/
/************************************************************************************************************************/

.container.nuestras_propuestas.propuestas_movil {
    display: none;
}

.container.nuestras_propuestas.propuestas_web {
    display: block;
    margin-top: 25px;
}

.container.nuestras_propuestas {
    margin-bottom: 0;
}



    .container.nuestras_propuestas .span12.tab-pane {
        margin-left: 0px;
    }


    .container.nuestras_propuestas .tab-content .propuesta_header {
        border-bottom: 1px solid #C0C0C0;
        display: flex;
        margin-bottom: 10px;
        margin-left: 4px;
    }

.propuesta_titulo {
    float: left;
    width: 100%;
}


.nuestras_propuestas h5 {
    margin: 0;
    padding: 10px 10px 7px 0;
}

.propuesta_tabs {
    float: left;
    width: 100%;
    border-bottom: none;
}

    .propuesta_tabs ul {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        border: none;
        float: right;
        position: relative;
        margin-right: -1px;
        top: 1px;
    }


        .propuesta_tabs ul li {
            border-bottom: none;
            border-top: 1px solid #C0C0C0;
            border-left: 1px solid #C0C0C0;
            border-right: 1px solid #C0C0C0;
            border-image: none;
            margin: 0;
            width: auto;
            background-color: #e1e1e1;
            padding-top: 3px;
        }

            .propuesta_tabs ul li:first-child {
                border-right: none;
            }

            .propuesta_tabs ul li.active {
                background-color: #F0F0F0;
                border-bottom: 1px solid #F0F0F0;
                border-top: 3px solid #606060;
                padding-top: 2px;
            }


            .propuesta_tabs ul li > a {
                color: #808080;
                text-align: center;
                text-transform: uppercase;
                padding: 5px 30px;
                min-width: 80px;
                width: 100%;
                border-radius: 0;
                margin: 0;
                cursor: pointer;
                line-height: 18px;
                border-radius: 0;
            }

            .propuesta_tabs ul li a:hover {
                background: #FFFFFF;
            }

            .propuesta_tabs ul li.active a {
                background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
                color: #606060;
                padding-bottom: 6px;
                border: none;
            }


/************************************************************************************************************************/
/********************************************* end contenidos PROPUESTAS  ***********************************************/
/************************************************************************************************************************/


/************************************************************************************************************************/
/*********************************************IMAGENES PLANTILLAS  ******************************************************/
/************************************************************************************************************************/

.booking .navbar-collapse {
    display: none;
}

.nuestros_destinos .caja_destinos .h_contenido .imagen img {
    height: auto;
    width: 100%;
}
/************************************************************************************************************************/
/********************************************* end IMAGENES PLANTILLAS  *************************************************/
/************************************************************************************************************************/



@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }

    .hidden-print,
    tr.hidden-print,
    th.hidden-print,
    td.hidden-print {
        display: none !important;
    }

    * {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 2cm .5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    select {
        background: #fff !important;
    }

    .navbar {
        display: none;
    }

    .table td,
    .table th {
        background-color: #fff !important;
    }

    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}




/************************************************************************************************************************/
/************************************************************************************************************************/
/********************************************* POP UP  - FICHA DEL HOTEL  ***********************************************/
/************************************************************************************************************************/
/************************************************************************************************************************/
.window-layer {
    background-color: rgba(0,0,0, 0.4);
    width: 100%;
    height: 100%;
    padding-top: 20px;
}

.box_ficha_hotel .modal-body,
.box_ficha_hotel .modal-body #myTabContent {
    margin: 0;
    padding: 0;
}

.box_ficha_hotel:focus {
 outline: none;
}

.box_ficha_hotel .ficha_hotel_tab_content {
    border-radius: 0 !important;
}

.box_ficha_hotel .modal-body #myTabContent #ficha-galeria {
    padding: 20px;
}


.popup_box_xs {
    width: 300px;
}

.popup_box_s {
    width: 400px;
}

.popup_box_m {
    width: 500px;
}

.popup_box_l {
    width: 620px;
}

.popup_box_xl {
    width: 900px;
}



.popup_box_peq {
    width: 300px;
}


#loginForm .modal-header .close {
    margin-right: 0;
    margin-top: -5px; /*montse: subir la x de cerrar*/
    line-height: 1;
    text-align: right;
}


.ficha_hotel_cabecera .ficha_hotel_close {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #808080;
    font-size: 13px;
    margin: 0;
    padding: 0;
    right: 0;
    float: right;
    height: 40px;
    width: 40px;
}

.container.proceso_reserva h2 span,
.container.proceso_reserva h2 .h_estrellas {
    float: none;
    margin-right: 10px;
    display: inline-block;
}

.container.proceso_reserva .nombre_hotel_box h2 {
    margin-top: 10px;
}


#loginForm .modal-header, /*pag 34*/
.modal-header {
    background: #e0e0e0; /* Old browsers */
    background: -moz-linear-gradient(top, #e0e0e0 0%, #e0e0e0 82%, #dfdfdf 84%, #cccccc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0e0e0), color-stop(82%,#e0e0e0), color-stop(84%,#dfdfdf), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e0e0e0 0%,#e0e0e0 82%,#dfdfdf 84%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e0e0e0 0%,#e0e0e0 82%,#dfdfdf 84%,#cccccc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e0e0e0 0%,#e0e0e0 82%,#dfdfdf 84%,#cccccc 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e0e0e0 0%,#e0e0e0 82%,#dfdfdf 84%,#cccccc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
    border-top: 3px solid #771E66;
    /*padding-top: 15px;*/
    padding: 10px 15px;
    height: auto;
    min-height: 46px;
    display: inline-block;
    width: 100%;
}

.popup_box_xs .modal-header {
    min-height: 46px;
}

.reservar_ahora_container .modal-header, /*es xs*/
.popup_box_s .modal-header,
.popup_box_m .modal-header,
.popup_box_l .modal-header {
    min-height: 56px;
}

/*suscribete*/
#dv-register-newsletter .modal-dialog.modalfooter_news .modal-header,
.propuestasdos.suscribete .modal-dialog .modal-header {
    min-height: 56px;
}

    .propuestasdos.suscribete .modal-dialog .modal-header h4 {
        margin-bottom: 0;
    }

.propuestasdos.suscribete .recibir_propuestas .caja_boton {
    margin-bottom: 20px;
    margin-top: 10px;
}

.modal-dialog.modalfooter_news .recibir_propuestas .popup_txt label {
    font-family: 'HelveticaNeueETW01-75Bd';
    margin-bottom: 5px;
}

.modal-dialog.modalfooter_news .recibir_propuestas .popup_input input {
    width: 100%;
}

#dv-register-newsletter .modal-dialog.modalfooter_news .recibir_propuestas .button_list.checkbox {
    margin-top: 10px;
}

.modal-dialog.modalfooter_news .recibir_propuestas .button_list.checkbox li {
    padding-top: 6px;
}

    .modal-dialog.modalfooter_news .recibir_propuestas .button_list.checkbox li label {
        font-family: 'HelveticaNeueETW01-75Bd';
    }

.modal-dialog.modalfooter_news .recibir_propuestas .degradado_5 {
    height: 8px;
}

.modal-dialog.modalfooter_news .recibir_propuestas .caja_boton {
    margin-bottom: 20px;
    margin-top: 10px;
}

/*cambio contrase�a*/
.cambiocontrasena .modal-header {
    min-height: 46px;
}

.cambiocontrasena .caja_boton input {
    padding-top: 3px;
}

.cambiocontrasena .popup_contenido .field-validation-valid {
    height: 0px;
    font-size: 1px;
}

.cambiocontrasena .popup_contenido input {
    padding: 0;
    width: 100%;
}


#forgot {
    overflow: hidden;
}

    #forgot .popup_contenido {
        padding: 24px 20px;
    }


    #forgot form {
    }
/*activada cuenta*/
.activada_cuenta .caja_boton button {
    margin-top: -3px;
}

.modal-content .degradado_6 {
    /*clear: both;*/ /*montse: lo he comentado 7/4/14, pq sino hace el sombreado despues de la caja y se ve muy raro*/
    height: 8px;
    margin-top: -8px; /*0px*/
}

#loginForm input[type="text"], #loginForm input[type="password"] {
    display: block;
    width: 260px;
}

.field-validation-error,
#loginForm .field-validation-error {
    display: block;
}

.container.registro .popover {
    left: 16px !important;
    top: -66px !important;
    position: relative !important;
}


/*.condiciones.oculto,
.condiciones input{display}
.condiciones span{display:block}
.condiciones.checkedok{}*/

.span8 .condiciones_text a {
    margin-left: 0;
}

.input_list li {
    min-height: 35px;
}

.formulario form select.btn {
    text-align: left;
}




/*** toltips errores ****/

span.field-validation-error {
    background-image: none;
    background-color: transparent;
    border-color: transparent;
    border-image: none;
    border-left: none;
    border-style: none;
    border-width: 0;
    color: #808080;
    font-family: 'HelveticaNeueETW01-55Rg';
    font-size: 13px;
    height: auto;
    min-height: 2px;
    width: 100%;
    margin-left: 0%;
    margin-top: 0px;
    margin-bottom: 5px;
}

    #dv-home-form-childrens span.field-validation-error,
    .formulario.columna_izq span.field-validation-error,
    .popup_box .popup_contenido span.field-validation-error span,
    .popup_box_peq .popup_contenido span.field-validation-error span,
    span.field-validation-error span {
        background: transparent;
        border: none;
        box-shadow: 0;
        box-shadow: none;
        color: red;
        /*display: block;*/
        font-size: 9px;
        font-weight: normal;
        padding: 0;
        position: static;
        float: none;
        font-family: 'HelveticaNeueETW01-55Rg';
        max-width: 90%;
        text-align: left;
    }

.container.registro .condiciones .error .field-validation-error {
    margin-left: 29px;
    margin-top: -10px;
}

/*login*/
#dv-registerlogin-login {
}

/*registro*/
.formulario .input_list li,
.container.registro .formulario .input_list li {
    min-height: 35px;
    margin-bottom: 0;
    clear: left;
}

.container .formulario .btn-group span.field-validation-error,
.container.registro .formulario .btn-group span.field-validation-error {
    margin-left: 0%;
}

.container .formulario span.field-validation-error,
.container.registro .formulario span.field-validation-error {
    margin-left: 34%;
    width: 60%;
}

.container .formulario .condiciones .error,
.container.registro .formulario .condiciones .error {
    height: 0;
    margin: 10px 0 0;
    padding: 0;
}

.container .formulario .condiciones span.field-validation-error .container.registro .formulario .condiciones span.field-validation-error {
    margin-left: 0%;
}

.container .formulario .condiciones span.field-validation-error span,
.container.registro .formulario .condiciones span.field-validation-error span {
    text-align: left;
}




.formulario .input_list li.campo_visibleoculto {
    height: auto;
    min-height: 0;
}


/*suscribirse home box*/
#ofertas .form-group input.input_suscribete {
    margin-bottom: 0;
}


/*modal error cambio de datos de mi perfil*/
#dv-view-profile-error span.field-validation-error {
    margin-left: 0;
    width: 90%;
}


/*no recuerdo contrase�a*/
#forgot .popup_box {
    padding-bottom: 25px;
}

/*** end toltips errores ****/




/*select.input-validation-error,
input.input-validation-error,
#loginForm input.input-validation-error {
    border: 1px solid #771e66 !important;
    background-color: rgba(119,30,102, 0.2) !important;
}

span.field-validation-error {
    width: 50%;
    text-align: center;
    margin-left: 30%;
    display: block;
    background-image: url('/img/arrow.png');
    background-repeat: no-repeat;
    background-position: bottom center;
    position: inherit;
    margin-top: -50px;
}
    .formulario.columna_izq.span8 span.field-validation-error span{display:inline-block;margin-top:-10px;}

    span.field-validation-error span {
        position: relative;
        top: -6px;
        background: #202020;
        color: #FFF;
        padding: 5px;
        width: auto;
        max-width: 150px;
        right: 0;
        z-index: 99999;
        border: 1px solid rgba(0, 0, 0, 0.2);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        font-size: 11px;
        font-weight: normal;
        display: block;
    }
    */


/*.popup_box,*/

.popup_box_ficha_hotel.popup_box_m {
    width: 620px;
}

    .popup_box_ficha_hotel.popup_box_m .ficha_hotel_tab_content {
        background-color: #FFFFFF;
        height: auto;
        border-top: 3px solid #771E66;
        height: 515px;
    }

.popup_box_peq .degradado_2,
.popup_box .degradado_2,
.ficha_hotel_tab_content .degradado_2 {
    height: 10px;
    margin-top: -10px;
    position: relative;
    z-index: 99;
}

.popup_box_peq .h_nombre,
.popup_box .h_nombre {
    background-color: #E1E1E1;
    display: inline-block;
    width: 100%;
    height: 50px;
}

.ficha_hotel_tab_content .h_nombre {
    display: inline-block;
    width: 100%;
    height: 40px; /*50px*/
}

#myTabContent .ficha_hotel_cabecera {
    margin-top: 0;
}

    #myTabContent .ficha_hotel_cabecera .h_nombre {
        background: none;
    }

.popup_box_peq .h_nombre h3,
.popup_box .h_nombre h3,
.ficha_hotel_tab_content .h_nombre h3 {
    margin: 0;
}


    .ficha_hotel_tab_content .h_nombre h3 span {
        display: inline-block;
        margin-right: 5px;
    }

    .ficha_hotel_tab_content .h_nombre h3 .h_estrellas {
        display: inline-block;
        margin-top: 0;
    }

.ficha_hotel_cabecera .h_nombre {
    width: 60%;
    padding: 12px 0 0 16px;
    background-color: transparent;
}

.ficha_hotel_cabecera .close.floatright {
    height: 50px;
    border-left: 1px solid #C1C1C1;
    padding-left: 15px;
    padding-top: 2px;
}



.popup_box .degradado_5 {
    /*padding: 10px;*/
}

.modal-footer .degradado_5 {
    padding: 8px 0;
}

.modal-footer .caja_boton {
    margin-bottom: 16px;
}

.popup_box .caja_boton button {
    padding-top: 0;
    border-radius: 0;
}

.popup_box .caja_boton.general {
    text-align: center;
}


.ficha_hotel_cabecera {
    min-height: 50px;
    background: linear-gradient(to bottom, #E0E0E0 0%, #E0E0E0 84%, #CBCBCB 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}


.ficha_hotel_tab_content .h_nombre h3 .icon-star {
    font-size: 10px;
}

.ficha_hotel_tab_content .tabs {
    position: absolute;
    right: 40px; /*0*/
    top: -2px;
    z-index: 100;
    display: inline-block;
}

    .ficha_hotel_tab_content .tabs ul.nav-tabs {
        background-color: transparent;
    }

        .ficha_hotel_tab_content .tabs ul.nav-tabs li {
            border-left: 1px solid #c1c1c1;
            border-top-color: transparent;
            border-top-width: 2px;
            border-top-style: solid;
            margin: 0;
            padding: 0;
            height: 52px;
            width: 60px;
            opacity: 1;
            text-shadow: none;
            text-align: center;
        }

            .ficha_hotel_tab_content .tabs ul.nav-tabs li a {
                margin: 0;
                padding: 0;
                color: #818181;
            }

            .ficha_hotel_tab_content .tabs ul.nav-tabs li.active {
                border-top-color: #404040;
                background-color: #ffffff;
            }

                .ficha_hotel_tab_content .tabs ul.nav-tabs li.active a {
                    color: #771E66;
                }

            .ficha_hotel_tab_content .tabs ul.nav-tabs li:last-child {
                border-right: 1px solid #C1C1C1;
            }

            .ficha_hotel_tab_content .tabs ul.nav-tabs li a span.icon-image {
                font-size: 25px;
                line-height: 45px;
            }

            .ficha_hotel_tab_content .tabs ul.nav-tabs li a span.icon-hotel {
                font-size: 25px;
                line-height: 45px;
            }

            .ficha_hotel_tab_content .tabs ul.nav-tabs li a span.icon-image-360 {
                font-size: 30px;
                line-height: 45px;
            }

            .ficha_hotel_tab_content .tabs ul.nav-tabs li a span.icon-location {
                font-size: 20px;
                line-height: 45px;
            }

            .ficha_hotel_tab_content .tabs ul.nav-tabs li.close {
                width: 42px;
            }

.modal-header h4 {
    /*float: left;*/
    width: 100%;
}

.popup_box_peq .close,
.popup_box .close {
    /*margin-top: -10px;*/ /*montse: en el modal de actualizado perfil sale muy arriba y no se ve el boton -50px*/
    /*margin-right: 0;
    float: left;
    width: 10%;
    float: left;*/
}



/*button.close,
    .popup_box_peq .close a,
    .popup_box .close a,*/
.ficha_hotel_tab_content .tabs ul.nav-tabs li.close a {
    line-height: 30px;
    margin-right: 15px;
    font-size: 20px;
    font-weight: normal;
    color: #818181;
    opacity: 100;
    text-shadow: none;
}


.box_ficha_hotel .popup_box_ficha_hotel.modal-dialog .close.floatright {
    border-left: 1px solid #C1C1C1;
    float: right;
    height: 43px;
    padding-left: 15px;
    margin-top: 0;
}

.box_ficha_hotel .popup_box_ficha_hotel.modal-dialog .popup_box_peq .close, .popup_box .close {
    /*float: left;
    margin-right: 5px;*/
    /*margin-top: 0;*/
    /*margin-top: -5px;*/
    /*width: 8%;*/ /*auto*/
    /*text-align: right;*/
}

.box_ficha_hotel .popup_box_ficha_hotel.modal-dialog .degradado_6 {
    margin-top: -8px;
}


.modal.fade.activada_cuenta a {
    background-color: #771E66;
    border-bottom-color: #4E1444;
}















.modal-body,
.modal-body p {
    clear: left;
}

.popup_box_peq .popup_contenido,
.popup_box .popup_contenido {
    padding: 10px 20px;
}

.modal-footer .b_medium {
    width: 43%;
}

.popup_box_peq .popup_contenido a,
.popup_box .popup_contenido a {
    color: #771E66;
}

    .popup_box_peq .popup_contenido a:hover,
    .popup_box .popup_contenido a:hover {
        text-decoration: underline;
    }

.popup_box_peq .popup_contenido p,
.popup_box .popup_contenido p {
    clear: left;
    margin: 0 0 10px 0;
}

    .popup_box_peq .popup_contenido p.popup_destacado,
    .popup_box .popup_contenido p.popup_destacado {
        background: #F0F0F0;
        border: 1px solid #E0E0E0;
        padding: 20px 10px;
        /*font-weight: bold;*/
    }

.popup_contenido p span.field-validation-error {
    clear: left;
    margin: 10px 0;
    background-image: none;
    color: #404040;
    font-family: 'HelveticaNeueETW01-55Rg';
    font-size: 13px;
    font-weight: normal;
    line-height: 16px;
    margin-left: 0;
}


/*suscribirte*/
#dv-user-register-confirm-account .popup_box ul.button_list,
#dv-user-register-confirm-account .popup_box .popup_txt {
    padding: 10px 20px 0 20px;
}

#dv-user-register-confirm-account .popup_box .popup_input {
    padding: 0px 20px 5px 20px;
}

#dv-user-register-confirm-account .popup_box ul.button_list {
    margin-bottom: 40px;
}

    #dv-user-register-confirm-account .popup_box ul.button_list li {
        clear: left;
    }

    #dv-user-register-confirm-account .popup_box ul.button_list label {
        font-weight: normal;
        color: #404040;
    }

#dv-user-register-confirm-account .modal-body {
    padding: 0;
}

#dv-user-register-confirm-account .recibir_propuestas label {
    font-weight: normal;
    float: left;
}

#dv-user-register-confirm-account .recibir_propuestas .suscribirse p {
    font-size: 11px;
    text-align: left;
    color: #808080;
}

#dv-user-register-confirm-account .recibir_propuestas .suscribirse input {
    margin: 0 5px 0 0;
    padding: 0;
}

#dv-user-register-confirm-account .recibir_propuestas .suscribirse a {
    color: #771e66;
    font-size: 11px;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

/*activar registro*/
#dv-activate-acount-succesfull .caja_boton.general,
#dv-activate-acount-unsuccesfull-not-activated .caja_boton.general {
    text-align: right;
    margin-right: 20px;
}

    #dv-activate-acount-succesfull .caja_boton.general .boton.b_medium {
        margin-top: -5px; /*Activacion de Cuenta*/
    }

#dv-registerlogin-login #forgot .modal-dialog {
    margin-top: 0;
}



/*modal ni�os*/
#dv-home-form-childrens ul li {
    clear: left;
    margin-top: 10px;
    list-style: none;
    margin-left: 0;
}

#dv-home-form-childrens label {
    color: #404040;
    font-family: 'HelveticaNeueETW01-55Rg';
    font-size: 13px;
    font-weight: normal;
    line-height: 16px;
}

#dv-home-form-childrens .dropdown-childs {
    font-size: 13px;
    height: 32px;
    padding: 6px;
    width: 100px;
}


/*modal  newsletter*/
#dv-register-newsletter .modal-body {
    margin: 0;
    padding: 0;
}

#dv-register-newsletter fieldset {
    margin-top: 5px;
}

#dv-register-newsletter .input_list {
    list-style: none;
    padding: 0px;
    min-height: 25px;
}

#dv-register-newsletter .popup_input {
    margin: 0px 20px 0 20px;
}

#dv-register-newsletter .popup_txt {
    height: auto;
    margin: 10px 20px 0 20px;
    display: block;
    clear: both;
}

#dv-register-newsletter .button_list {
    clear: left;
    margin: 20px 20px 0 20px;
}

    #dv-register-newsletter .button_list li {
        clear: left;
    }

#dv-register-newsletter .popup_txt.suscribirse {
    margin-top: 10px;
    padding-left: 36px;
}

    #dv-register-newsletter .popup_txt.suscribirse a {
        color: #771E66;
    }

    #dv-register-newsletter .button_list > div label{
        position: absolute;
        left: 36px;
    }





/*popup_destacado_respuesta*/
.popup_box_peq .popup_destacado_respuesta,
.popup_box .popup_destacado_respuesta {
    background: #F8F8F8;
    border: 1px solid #E0E0E0;
    padding: 10px;
    margin-bottom: 10px;
}

    .popup_box_peq .popup_destacado_respuesta p,
    .popup_box .popup_destacado_respuesta p {
        width: 65%;
        text-align: left;
        float: left;
        /*font-weight: bold;*/
        font-family: 'HelveticaNeueETW01-75Bd';
        margin-top: 5px;
    }
/*end popup_destacado_respuesta*/
.popup_box_peq .popup_contenido > span, .popup_box .popup_contenido > span {
    color: #771E66;
    font-size: 25px;
    font-weight: bold;
    margin-right: 10px;
}


.popup_box_peq .popup_contenido label,
.popup_box .popup_contenido label {
    /*font-size: 13px;
    font-weight: normal;*/
    clear: left;
    width: 100%;
    margin-top: 5px;
}

.popup_box_peq .popup_contenido input,
.popup_box .popup_contenido input {
    width: 100%;
}

.popup_box_peq .popup_contenido ul,
.popup_box .popup_contenido ul {
    margin-top: 20px;
}

    .popup_box_peq .popup_contenido ul li,
    .popup_box .popup_contenido ul li {
        clear: left;
        margin-bottom: 5px;
    }

.popup_box_peq .popup_botones {
    padding: 0px 20px 10px 20px;
    width: 100%;
}

    .popup_box_peq .popup_botones a {
        width: 100%;
    }

.popup_box .popup_botones {
    padding: 0px 20px 10px 20px;
    float: right;
    width: 100%;
    text-align: right;
}

    .popup_box .popup_botones input,
    .popup_box_peq .popup_botones input,
    .popup_box_peq .popup_botones a.b_acceso_a_destacados,
    .popup_box .popup_botones a.b_acceso_a_destacados {
        background-color: #771E66;
        border-bottom-color: #4E1444;
        text-transform: none;
    }

        .popup_box_peq .popup_botones a.b_acceso_a_destacados:hover,
        .popup_box .popup_botones a.b_acceso_a_destacados:hover {
            text-decoration: none;
            background: rgb(144,23,128); /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzkwMTc4MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2MDFhNTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
            background: -moz-linear-gradient(top, rgba(144, 23, 128, 1) 0%, rgba(96, 26, 83, 1) 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(144, 23, 128, 1)), color-stop(100%, rgba(96, 26, 83, 1))); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, rgba(144, 23, 128, 1) 0%, rgba(96, 26, 83, 1) 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, rgba(144, 23, 128, 1) 0%, rgba(96, 26, 83, 1) 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, rgba(144, 23, 128, 1) 0%, rgba(96, 26, 83, 1) 100%); /* IE10+ */
            background: linear-gradient(to bottom, rgba(144, 23, 128, 1) 0%, rgba(96, 26, 83, 1) 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#901780', endColorstr='#601a53', GradientType=0 ); /* IE6-8 */
        }

    .popup_box_peq .popup_botones a.secundario:hover,
    .popup_box .popup_botones a.secundario:hover {
        background: #808080;
    }

    .popup_box .popup_botones button,
    .popup_box_peq .popup_botones button {
        background-color: #808080;
        border-bottom-color: #606060;
        text-shadow: none;
    }

/* TABS - PESTA�AS */
.ficha_hotel_tab_content #myTabContent {
    padding: 20px;
}

/*ficha-info*/
.ficha_hotel_tab_content .tab-pane.fade.active.in {
    display: block;
}

.ficha_hotel_tab_content .tab-pane.fade {
    display: none;
}

.ficha_hotel_tab_content #ficha-info {
    padding: 0;
}

    .ficha_hotel_tab_content #ficha-info p {
        /*height: 340px;
        overflow: auto;*/
        text-align: left !important;
        margin-bottom: 10px;
        margin-right: 15px;
        padding-left: 0 !important;
        margin-left: 0 !important;
    }

        .ficha_hotel_tab_content #ficha-info p a {
            color: #771E66;
            font-size: 14px;
            line-height: 16px;
        }

    .ficha_hotel_tab_content #ficha-info ul li,
    .ficha_hotel_tab_content #ficha-info ol li {
        color: #404040;
        font-size: 13px;
        font-weight: normal;
        line-height: 20px;
        font-family: 'HelveticaNeueETW01-55Rg';
    }

    .ficha_hotel_tab_content #ficha-info ol {
        margin-left: 0;
        padding-left: 20px;
    }

    .ficha_hotel_tab_content #ficha-info img {
        width: 99% !important;
        height: auto !important;
    }

    .ficha_hotel_tab_content #ficha-info .info_height {
        height: 425px;
        overflow: auto;
    }


    .ficha_hotel_tab_content #ficha-info ul.servicios {
        clear: left;
    }

        .ficha_hotel_tab_content #ficha-info ul.servicios li {
            height: 45px;
            margin-left: 0;
            margin-right: 4px;
        }

    .ficha_hotel_tab_content #ficha-info .carrosel_ficha_producto {
        width: 100%;
    }

    .ficha_hotel_tab_content #ficha-info .carrosel_ficha_producto {
        width: 100%;
    }


/*ficha-galeria: carrosel_ficha_producto*/
.ficha_hotel_tab_content .carrosel_ficha_producto {
    border: 1px solid #C0C0C0;
    margin: 0 auto;
    max-width: 580px;
    padding: 0;
}

    .ficha_hotel_tab_content .carrosel_ficha_producto .responsive-slider {
        height: auto;
        overflow: visible;
        left: 0;
        width: 100%; /*580px*/
    }

        .ficha_hotel_tab_content .carrosel_ficha_producto .responsive-slider ul {
            height: 340px;
            width: 100%;
            right: 0;
        }

            .ficha_hotel_tab_content .carrosel_ficha_producto .responsive-slider ul li { /*width: 100%;height: auto;*/
            }

        .ficha_hotel_tab_content .carrosel_ficha_producto .responsive-slider .slides ul li .slide-body {
            width: 580px;
            height: 340px;
            /*background: #C0C0C0;
        left: 0;*/
        }

            .ficha_hotel_tab_content .carrosel_ficha_producto .responsive-slider .slides ul li .slide-body img {
                /*height: 100%;
            max-width: 580px;*/
                left: 0;
                width: 580px;
                height: 340px;
            }

    .ficha_hotel_tab_content .carrosel_ficha_producto .pages {
        background: transparent;
        border-top: none;
    }

        .ficha_hotel_tab_content .carrosel_ficha_producto .pages .ancho_page {
            width: 100%;
        }

            .ficha_hotel_tab_content .carrosel_ficha_producto .pages .ancho_page a {
                float: left;
                background: transparent;
                border: 1px solid #C0C0C0;
                padding: 0;
                height: 64px;
                width: 88px;
                margin-right: 8px;
                margin-left: 0;
            }

                .ficha_hotel_tab_content .carrosel_ficha_producto .pages .ancho_page a img {
                    max-height: 64px;
                    width: 100%;
                }

                .ficha_hotel_tab_content .carrosel_ficha_producto .pages .ancho_page a:active {
                    border: 1px solid #808080;
                }

    .ficha_hotel_tab_content .carrosel_ficha_producto .responsive-slider .slider-control {
        border-radius: 0;
    }

    .ficha_hotel_tab_content .carrosel_ficha_producto .h_uno {
        /*height: 36px;
    position: absolute;
    width: 36px;
    z-index: 2;*/
        height: 36px;
        position: absolute;
        width: 36px;
        z-index: 1;
    }

.modal-dialog.urbano .h_uno {
    background: url("/img/iconos/hoteles_urbanos.png") no-repeat scroll left top rgba(0, 0, 0, 0);
}

.modal-dialog.resort .h_uno {
    background: url("/img/iconos/resorts.png") no-repeat scroll left top rgba(0, 0, 0, 0);
}



.resort .carrosel_ficha_producto .h_uno {
    background: url("/img/iconos/resorts.png") no-repeat scroll left top rgba(0, 0, 0, 0);
}

.ficha_hotel_tab_content .carrosel_ficha_producto iframe {
    margin-left: 40px;
}





/*carrosel_ficha_producto_int*/
.ficha_hotel_tab_content .carrosel_ficha_producto_int {
    clear: left;
    margin: 0 auto;
    max-width: 580px;
    padding: 16px 0 0;
}

    .ficha_hotel_tab_content .carrosel_ficha_producto_int .responsive-slider {
        height: 64px;
        overflow: visible;
    }

        .ficha_hotel_tab_content .carrosel_ficha_producto_int .responsive-slider .slides,
        .ficha_hotel_tab_content .carrosel_ficha_producto_int .responsive-slider .slides ul,
        .ficha_hotel_tab_content .carrosel_ficha_producto_int .responsive-slider .slides ul li {
            height: 64px;
        }

            .ficha_hotel_tab_content .carrosel_ficha_producto_int .responsive-slider .slides ul li .slide-body {
                /*width: 88px; CARLES*/
                height: 64px;
                margin-right: 8px;
            }

            .ficha_hotel_tab_content .carrosel_ficha_producto_int .responsive-slider .slides ul li a {
                height: 64px;
                width: 88px;
                margin-right: 8px;
            }

            .ficha_hotel_tab_content .carrosel_ficha_producto_int .responsive-slider .slides ul li img {
                border: 1px solid #C0C0C0;
                height: 64px;
                width: 88px;
            }

                .ficha_hotel_tab_content .carrosel_ficha_producto_int .responsive-slider .slides ul li img:hover, .ficha_hotel_tab_content .carrosel_ficha_producto_int .responsive-slider .slides ul li img:active {
                    border: 1px solid #808080;
                }

        .ficha_hotel_tab_content .carrosel_ficha_producto_int .responsive-slider .slider-control {
            height: 100%;
            top: 0;
            padding: 2% 0 0;
            border-radius: 0;
            width: 30px;
        }


.ficha_hotel_contenido.tab-content {
    padding: 16px;
    height: 461px;
    overflow-x: hidden;
}

.ficha_hotel_tab_content .carrosel_ficha_producto_int .responsive-slider .slider-control.right {
}

/*slider para ficha*/
#ficha-galeria .responsive-slider .slider-control.right {
    border-radius: 0;
    padding-right: 0;
    right: 0;
    z-index: 9999;
}

#ficha-galeria .responsive-slider .slider-control {
    background: none repeat scroll 0 0 #202020;
    color: #FFFFFF;
    font-size: 30px;
    opacity: 0.6;
    padding: 30px 10px;
    position: absolute;
    top: 35%;
    height: auto;
    border-radius: 0;
}

#ficha-galeria .carrosel_ficha_producto_int .responsive-slider .slider-control {
    top: 0;
    height: 100%;
    border-radius: 0;
    padding: 20px 2px;
    font-size: 20px;
    width: auto;
}

#ficha-galeria .carrosel_ficha_producto_int .responsive-slider .slides ul li .slide-body {
    margin-right: 6px;
}


/*ficha-images-360*/
.ficha_hotel_tab_content #ficha-images-360 {
}



/*ficha-location*/
.resort .ficha_hotel_tab_content #ficha-location .h_uno {
    background: url("/img/iconos/resorts.png") no-repeat scroll left top rgba(0, 0, 0, 0);
}

.urbano .ficha_hotel_tab_content #ficha-location .h_uno {
    background: url("/img/iconos/hoteles_urbanos.png") no-repeat scroll left top rgba(0, 0, 0, 0);
}

.ficha_hotel_tab_content #ficha-location {
    margin: 0 auto;
    padding: 0;
    min-height: 350px;
}

    .ficha_hotel_tab_content #ficha-location .location_mapa {
        border: 1px solid #C0C0C0;
        width: 100%;
        height: 400px;
    }

    .ficha_hotel_tab_content #ficha-location .h_uno {
        height: 36px;
        position: absolute;
        width: 36px;
        z-index: 2;
    }

    .ficha_hotel_tab_content #ficha-location .location_direccion {
        clear: left;
        color: #C0C0C0;
        font-size: 11px;
        margin-top: 10px;
    }

.ficha_hotel_tab_content #ficha-vistas {
    margin: 0 auto;
    padding: 0;
}


.ficha_hotel_tab_content .tabs_footer {
    display: none;
}

/************************************************************************************************************************/
/************************************************************************************************************************/
/********************************************* end  POP UP - DEL HOTEL  *************************************************/
/************************************************************************************************************************/
/************************************************************************************************************************/










/************************************************************************************************************************/
/************************************************************************************************************************/
/************************************************************************************************************************/
/************************************************************************************************************************/
/************************************************************************************************************************/
/************************************************************************************************************************/
/************************************************************************************************************************/
/********************************************* PROCESO DE RESERVA *******************************************************/
/************************************************************************************************************************/


/********************************************* BOX HOTEL PARTE SUPERIOR - PROCESO DE RESERVA ****************************/
.container.proceso_reserva {
    padding-top: 36px;
}

    /*.container.proceso_reserva .nombre_hotel_box {
        background: none repeat scroll 0 0 #404040;
        border-top: 3px solid #007FC1;
        min-height: 56px;
        padding: 10px 0 10px 10px;
    }*/
    .container.proceso_reserva .nombre_hotel_box {
        background: none repeat scroll 0 0 #404040;
        border-top: 3px solid #007FC1;
        min-height: 56px;
        padding: 10px 0 10px 10px;
    }

    .container.proceso_reserva a.active_acordeon {
        display: inline-block;
        width: 100%;
    }

    .container.proceso_reserva h2 {
        color: #FFF;
        margin-left: 20px;
        width: auto;
    }



    .container.proceso_reserva .content_hotel_box {
        float: left;
        width: 50%;
    }


    .container.proceso_reserva .fh_izq,
    .container.proceso_reserva .fh_der {
        float: left;
        margin-left: 10px;
        margin-top: 10px;
    }

    .container.proceso_reserva .span12.info_hotel {
        background: none repeat scroll 0 0 #E0E0E0;
    }

    .container.proceso_reserva .content_hotel_box:first-child {
        border-right: 1px solid #D8D8D8; /*1px solid #606060 es color que pone p.67 pero es muy oscuro*/
        /*height: 176px;*/
        margin-top: 0;
    }

    .container.proceso_reserva .content_hotel_box:last-child {
        background: none repeat scroll 0 0 #FFFFFF;
        /*height: 176px;*/
        margin-left: 0;
        margin-top: 0;
        padding-left: 15px;
    }

    .container.proceso_reserva .content_hotel_box .info {
        min-height: 60px;
        padding-right: 10px;
    }

        .container.proceso_reserva .content_hotel_box .info .descriptionShort,
        .container.proceso_reserva .content_hotel_box .info .descriptionShort p,
        .container.proceso_reserva .content_hotel_box .info .descriptionShort div {
            display: inline;
            /*height: 50px;
            overflow: hidden;*/
        }

        .container.proceso_reserva .content_hotel_box .info a {
            /*margin-left: 10px;*/
        }

    .container.proceso_reserva h6 {
        /*text-transform: uppercase;*/
        margin-bottom: 3px;
    }

    .container.proceso_reserva .parrafo_secundario {
        margin-top: 5px; /*10px*/
        margin-bottom: 5px;
    }

    .container.proceso_reserva .boton.b_small.secundario {
        margin-right: 20px;
        margin-top: 39px;
        margin-bottom: 10px;
    }

    .container.proceso_reserva .floatleft {
        width: 70%;
    }

    .container.proceso_reserva .floatright {
        width: 30%;
    }

    .container.proceso_reserva ul.servicios {
        margin-top: 14px;
        min-height: 35px;
    }

        .container.proceso_reserva ul.servicios li {
            margin-bottom: 5px;
        }

        .container.proceso_reserva ul.servicios span {
            font-size: 20px;
            margin-right: 5px;
        }

    /*ficha info hotel*/
    .container.proceso_reserva a h2 {
        cursor: default;
    }

    .container.proceso_reserva .info_hotel_detalle {
        display: block;
        overflow: visible;
        transition: none;
    }
/********************************************* END BOX HOTEL PARTE SUPERIOR - PROCESO DE RESERVA ***********************/


/****************** MODIFICACION DATOS DE RESERVA EN BARRA DEL PROCESO DE RESERVA *****************/

.container .comobox .comodatos .mobile-datos {
    display:none;
}

.container .comobox .comodatos .ng-scope {
  padding: 10px 20px;
}


.reservation-form-submit.modificar_busqueda{
    display: none;

}

.container .comobox .comodatos .degradado_5 {
  display: none;
}

/****************** END MODIFICACION DATOS DE RESERVA EN BARRA DEL PROCESO DE RESERVA *****************/


/********************************************* BARRA DE PROGRESO  - PROCESO DE RESERVA *********************************/
.container.prueba {
    background: red;
}

.container.barraprogreso { /*background: #E0E0E0;border-top: 1px solid #C0C0C0 ;*/
    margin-bottom: 24px;
}

    .container.barraprogreso .row {
    }

    .container.barraprogreso ul {
        background: none repeat scroll 0 0 #E0E0E0;
        border: 1px solid #C0C0C0;
        border-radius: 0;
        display: table;
        overflow: hidden;
        padding: 0;
        width: 100%;
    }

    .container.barraprogreso li {
        background: none repeat scroll 0 0 #E0E0E0;
        border: medium none;
        border-radius: 0;
        display: table-cell;
        float: none;
        height: 48px;
        list-style-type: none;
        margin: 0;
    }

        .container.barraprogreso li + li {
            -webkit-box-shadow: -1px 0 0 0 #C0C0C0;
            -moz-box-shadow: -1px 0 0 0 #C0C0C0;
            box-shadow: -1px 0 0 0 #C0C0C0;
        }


        .container.barraprogreso li a {
            border: medium none;
            border-radius: 0;
            display: table;
            margin: 0;
            overflow: hidden;
            padding: 14px 10px;
        }


.barraprogreso li > a > div {
    display: table-cell;
}



.container.barraprogreso li span {
    font-size: 14px;
    /*font-weight: bold;*/
    font-family: 'HelveticaNeueETW01-75Bd'; /*p.65*/
    color: #F8F8F8;
    background: #C0C0C0; /*#E0E0E0*/
    padding: 0;
    border: none;
    -moz-border-radius: 100%; /*firefox*/
    -webkit-border-radius: 100%; /*crome*/
    border-radius: 100%;
    CCborderRadius: 100%; /*explorer*/
    float: none;
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 18px;
    display: block;
}

.container.barraprogreso li.rellenado span {
    background: #808080;
}

.container.barraprogreso li.active span {
    background: none repeat scroll 0 0 #771E66;
}

.container.barraprogreso li a p {
    text-align: left;
    border-radius: 0;
    border: none;
    text-decoration: none;
    font-family: 'HelveticaNeueETW01-75Bd'; /*p.65*/
    font-size: 12px /*se cambió porque no cabía en una sola línea (14px)*/;
    letter-spacing: -0.5px /*se añadió para que el texto entrara en una sola línea sin tener que reducir más el tamaño de la fuente */ ;
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin-left: 8px;
    color: #C0C0C0; /* texto desactivado*/
}

.container.barraprogreso li.rellenado a p, .container.barraprogreso li.rellenado a:hover p {
    color: #808080; /* texto rellenado*/
}

.container.barraprogreso li.rellenado.active a p, .container.barraprogreso li.rellenado.active a:hover p {
    color: #404040; /* texto rellenado, sobre*/
}





.container.barraprogreso li.active {
    border-bottom: 3px solid #771E66;
    border-top: none;
    border-left: none;
    border-right: none;
}

    .container.barraprogreso li.active span {
        background: #771E66;
    }

    .container.barraprogreso li.active a {
        color: #404040;
    }

.container.barraprogreso li a:hover {
    cursor: no-drop;
}

.container.barraprogreso li.active a:hover,
.container.barraprogreso li.rellenado a:hover {
    cursor: pointer;
}
/********************************************* end BARRA DE PROGRESO  - PROCESO DE RESERVA *******************************/























/******************************************************************************************************************************************/
/******************************************************************************************************************************************/
/*********************************************  PROCESO DE RESERVA SEPARADO POR LOS 5 PASOS ***********************************************/
/******************************************************************************************************************************************/


/*TOOLTIP PARA PROCESO DE RESERVA
.procesoreserva_pasos .question{
     display: flex;
    position: absolute;
}
.procesoreserva_pasos .question span{position:relative;}
.procesoreserva_pasos .question:hover span{cursor:pointer; color:#606060;}

.procesoreserva_pasos .question:hover .question_texto{visibility: visible;}
.procesoreserva_pasos .question .question_texto{
    margin-left: -103px;
    margin-top: -30px;
    position: inherit;

}
.procesoreserva_pasos .question .question_texto p{
    font-size: 11px;
    position: relative;
    top: 0;
    left: 0;
    background: none repeat scroll 0 0 #404040;
    color: #FFFFFF;
    display: inline-flex;
    width: 200px;
	padding:2px 4px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    CCborderRadius:5px;
}

.procesoreserva_pasos .question .question_texto .question_triangulo_inf {
    position: absolute;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #000;
    left: 51%;
}
END TOOLTIP PARA PROCESO DE RESERVA*/


/********************************************************************************************************************/
/*  PLAN DE RESERVA  ************************************************************************************************/
/********************************************************************************************************************/

/*  PLAN DE RESERVA GENERICO ****************************************************************************************/


.procesoreserva_pasos .planreserva {
    width: 300px;
    margin-left: 20px;
    margin-bottom: 20px;
    border-right: 1px solid #E0E0E0;
    border-left: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
}
    /*Titulo 'Tu Plan de reserva'*/
    .procesoreserva_pasos .planreserva .planreserva_titulo {
        background: none repeat scroll 0 0 #404040;
        border-top: 3px solid #771E66;
        min-height: 48px;
        padding-left: 0;
        padding-top: 0;
    }


.procesoreserva_pasos.paso_1 .planreserva {
    border: none;
}


.procesoreserva_pasos .planreserva .planreserva_titulo .puntos {
    display: none;
}



.procesoreserva_pasos .planreserva .planreserva_titulo h3 {
    color: #FFFFFF;
    margin-top: 0;
    cursor: default;
    text-shadow: 0 -1px rgba(32, 32, 32, 0.3), 0 1px rgba(248, 248, 248, 0.15);
}

    .procesoreserva_pasos .planreserva .planreserva_titulo h3 span {
        margin-right: 4px; /*10px p.69(montse: demasiado espacio*/
    }


    .procesoreserva_pasos .planreserva .planreserva_titulo h3 .titulo_planreserva {
        color: inherit;
        display: inline-block;
        font-family: inherit;
        font-size: inherit;
        font-weight: inherit;
        line-height: inherit;
    }

/*Contenido*/
.procesoreserva_pasos .planreserva .planreserva_content {
    background: none repeat scroll 0 0 #FFFFFF;
}
    /*Contenido Abrir y Cerrar Box para web*/
    .procesoreserva_pasos .planreserva .planreserva_content.in.version_web,
    .procesoreserva_pasos .planreserva .planreserva_content.collapse.version_web {
        display: block;
        width: 100%;
        height: auto !important; /* caso justificado: se utiliza este "!important" para sobreescribir un estilo en l�nea controlado por un script*/
    }


    /*Contenido Superior*/


    .procesoreserva_pasos .planreserva .planreserva_content .planreserva_box,
    .procesoreserva_pasos .planreserva .reason_why {
        padding: 16px 20px 8px;
    }

.procesoreserva_pasos.paso_1 .planreserva .planreserva_content .planreserva_box {
    border-right: 1px solid #E0E0E0;
    border-left: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
}

.procesoreserva_pasos .planreserva .planreserva_content .planreserva_box h4 {
    margin: 0 0 5px 0px;
}

    .procesoreserva_pasos .planreserva .planreserva_content .planreserva_box h4 .icon-star {
        color: #404040;
    }

.procesoreserva_pasos .planreserva .planreserva_content .planreserva_box ul li {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

/*acordeon plan de reserva*/
.procesoreserva_pasos .planreserva .planreserva_titulo .active_acordeon {
    background: #414041; /* Old browsers */
    background: -moz-linear-gradient(top, #414041 0%, #414041 83%, #353434 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#414041), color-stop(83%,#414041), color-stop(100%,#353434)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #414041 0%,#414041 83%,#353434 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #414041 0%,#414041 83%,#353434 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #414041 0%,#414041 83%,#353434 100%); /* IE10+ */
    background: linear-gradient(to bottom, #414041 0%,#414041 83%,#353434 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414041', endColorstr='#353434',GradientType=0 ); /* IE6-9 */
    display: block;
    overflow: hidden;
    cursor: default;
    min-height: 48px;
}


    .procesoreserva_pasos .planreserva .planreserva_titulo .active_acordeon h3 {
        margin: 0;
        overflow: hidden;
        padding: 15px;
    }

/*Total Reserva*/
.procesoreserva_pasos .planreserva .plan_total {
    background: none repeat scroll 0 0 #303030;
    overflow: hidden;
    padding-bottom: 0;
    padding-top: 0;
}

.procesoreserva_pasos .planreserva .box_total {
    background: none repeat scroll 0 0 #404040;
    margin: 16px;
    padding: 9px;
}

    .procesoreserva_pasos .planreserva .box_total ul {
        margin-left: 0;
    }

    .procesoreserva_pasos .planreserva .box_total .box_total_habitacion ul li {
        list-style-type: none;
        height: 23px;
        margin-left: 0;
        color: #C0C0C0;
        font-size: 12px;
        font-family: 'HelveticaNeueETW01-55Rg';
        line-height: 16px;
    }

    .procesoreserva_pasos .planreserva .box_total .box_total_precio {
        color: #E0E0E0;
        font-size: 14px;
        border-top: 1px solid #C0C0C0;
        padding-bottom: 15px;
        padding-top: 10px;
        font-family: 'HelveticaNeueETW01-75Bd';
    }

/*  END PLAN DE RESERVA GENERICO ************************************************************************************/


/*  RESUMEN DE RESERVA DE OFERTA ***********************************************************************/

.procesoreserva_pasos .planreserva.reserva_oferta {
    border-top: 3px solid #771e66;
}


    .procesoreserva_pasos .planreserva.reserva_oferta .planreserva_titulo {
        display: none;
    }


    .procesoreserva_pasos .planreserva.reserva_oferta .ficha_habitacion_oferta {
        background: #F0F0F0;
        padding: 8px 0;
        min-height: 38px;
        display: inline-block;
        width: 100%;
    }


        .procesoreserva_pasos .planreserva.reserva_oferta .ficha_habitacion_oferta .icono_oferta {
            right: 6px;
            top: -2px;
        }


    .procesoreserva_pasos .planreserva.reserva_oferta .planreserva_content {
        background-color: #ffffff;
        border-bottom: 1px solid #e0e0e0;
        border-left: 1px solid #e0e0e0;
        border-right: 1px solid #e0e0e0;
        margin-bottom: 6px;
        padding-bottom: 60px;
        position: relative;
        display: block;
    }

        .procesoreserva_pasos .planreserva.reserva_oferta .planreserva_content .indicador_oferta {
            bottom: -6px;
            left: 68px;
            position: absolute;
        }

        .procesoreserva_pasos .planreserva.reserva_oferta .planreserva_content .planreserva_box {
            padding: 16px 20px;
            border: none;
        }

        /* NAVEGADOR PROCESO DE RESERVA */

        .cuando .reservar_calendario fieldset .form-group:before {
            margin: 0;
        }

        /* FIN NAVEGADOR PROCESO DE RESERVA */



/*  END RESUMEN DE RESERVA DE OFERTA ***********************************************************************/

/*PLAN DE RESERVA PASO 1 *******************************************************************************/
/*reason_why*/
.procesoreserva_pasos .planreserva .reason_why {
    background: none repeat scroll 0 0 #FFFFFF;
    border-top: 3px solid #771E66;
    border-left: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
    margin-top: 6px;
    padding-bottom: 16px;
}

    .procesoreserva_pasos .planreserva .reason_why h3,
    .procesoreserva_pasos .planreserva .reason_why h4  {
        margin-top: 0;
        margin-bottom: 16px;
    }

    .procesoreserva_pasos .planreserva .reason_why ul.destacado {
        display: block;
        height: auto;
        margin-bottom: 25px;
        margin-top: 16px;
    }
/*end reason_why*/
/*END PLAN DE RESERVA PASO 1 ***************************************************************************/




/*PLAN DE RESERVA PASO 2 *******************************************************************************/
.procesoreserva_pasos.paso_2 .planreserva #accordion a.collapse.in {
    height: auto;
}

.procesoreserva_pasos.paso_2 .planreserva #accordion a.collapse {
    height: 0;
    overflow: hidden;
    position: relative;
    transition: height 0.35s ease 0s;
}

.procesoreserva_pasos .planreserva .plan_habitacion {
    position: relative;
}

.procesoreserva_pasos.paso_2 .planreserva .plan_habitacion a {
    height: auto;
}

/*abierto*/
.procesoreserva_pasos.paso_2 .planreserva a.active_acordeon h4,
.procesoreserva_pasos.paso_2 .planreserva a h4,
.procesoreserva_pasos.paso_3 .planreserva a.active_acordeon h4,
.procesoreserva_pasos.paso_3 .planreserva a h4 {
    background-color: #771E66;
    padding: 15px 10px;
    color: #FFF;
    margin: 0;
}

/*.procesoreserva_pasos.paso_2 .planreserva a.active_acordeon.oferta h4,
.procesoreserva_pasos.paso_2 .planreserva a.oferta h4 {
    padding: 15px 10px 15px 54px;
    margin-top: -26px;
}*/

.procesoreserva_pasos .planreserva .plan_habitacion a .icono_oferta + h4 {
    margin-top: -27px;
    padding: 15px 10px 15px 60px;
}

.procesoreserva_pasos .planreserva a.active_acordeon .flecha_habitacion,
.procesoreserva_pasos .planreserva a .flecha_habitacion {
    position: absolute;
    width: 100%;
}


    .procesoreserva_pasos .planreserva a.active_acordeon .flecha_habitacion:before,
    .procesoreserva_pasos .planreserva a .flecha_habitacion:before {
        border-left: 11px solid rgba(0, 0, 0, 0);
        border-right: 11px solid rgba(0, 0, 0, 0);
        border-top: 11px solid rgba(0, 0, 0, 0.3);
        content: "";
        display: inline-block;
        left: 43%;
        position: absolute;
        top: 0;
    }

    .procesoreserva_pasos .planreserva a.active_acordeon .flecha_habitacion:after,
    .procesoreserva_pasos .planreserva a .flecha_habitacion:after {
        border-left: 10px solid rgba(0, 0, 0, 0);
        border-right: 10px solid rgba(0, 0, 0, 0);
        border-top: 10px solid #771E66;
        content: "";
        display: inline-block;
        left: 43.5%;
        position: absolute;
        top: 0;
    }





.procesoreserva_pasos .planreserva .plan_habitacion h4:before {
    color: #FFFFFF;
    content: "\e62b";
    float: right;
    font-family: 'expoicons';
    font-size: 20px;
}

.procesoreserva_pasos .planreserva .plan_habitacion .collapsed h4:before {
    content: "\e62a";
}
/*cerrado*/
.procesoreserva_pasos .planreserva a.active_acordeon.collapsed h4,
.procesoreserva_pasos .planreserva a.collapsed h4 {
    background: #808080;
}

.procesoreserva_pasos .planreserva a.active_acordeon.collapsed .flecha_habitacion,
.procesoreserva_pasos .planreserva a.collapsed .flecha_habitacion {
    display: none;
}

.procesoreserva_pasos .planreserva .plan_habitacion_contenido {
    height: 0;
    overflow: hidden;
}

.procesoreserva_pasos .planreserva .p_h_contenido {
    padding: 10px 16px;
}

.procesoreserva_pasos .planreserva .plan_habitacion_contenido .p_h_contenido {
    padding: 10px 16px;
}

.procesoreserva_pasos .plan_habitacion_contenido .p_h_contenido .pb20 {
    padding-bottom: 20px;
}
/*cerrado*/
.procesoreserva_pasos .planreserva .collapsed .p_h_contenido,
.procesoreserva_pasos .planreserva .active_acordeon.collapsed .p_h_contenido {
    background: #E0E0E0;
}
/*abierto*/
.procesoreserva_pasos .planreserva .plan_habitacion_contenido,
.procesoreserva_pasos .planreserva .p_h_contenido,
.procesoreserva_pasos .planreserva .active_acordeon .p_h_contenido {
    background: #F8F8F8;
}

    .procesoreserva_pasos .planreserva .plan_habitacion_contenido div p,
    .procesoreserva_pasos .planreserva .p_h_contenido p {
        line-height: 18px;
    }

    .procesoreserva_pasos .planreserva .plan_habitacion_contenido.in {
        overflow: visible;
        height: auto;
    }

    .procesoreserva_pasos .planreserva .p_h_contenido .parrafo_secundario {
        clear: left;
    }

        .procesoreserva_pasos .planreserva .p_h_contenido .parrafo_secundario.lineasup {
            border-top: 1px solid #808080;
            padding-top: 10px;
        }

    .procesoreserva_pasos .planreserva .p_h_contenido strike {
        float: right;
        font-size: 11px;
        color: #808080;
    }

.procesoreserva_pasos .planreserva .icono_oferta {
    right: 5px;
    top: 14px;
}

.procesoreserva_pasos .planreserva .modificar_fechas {
    background: #E0E0E0;
    height: 32px;
    padding-top: 8px;
    text-align: center;
}
/* END PLAN DE RESERVA PASO 2 **************************************************************************/




/* PLAN DE RESERVA PASO 3 ******************************************************************************/



/* END PLAN DE RESERVA PASO 3 **************************************************************************/






/* PLAN DE RESERVA PASO 4 ******************************************************************************/
.procesoreserva_pasos.paso_4 .planreserva .planreserva_titulo {
    padding-left: 0;
    padding-top: 0;
}

    .procesoreserva_pasos.paso_4 .planreserva .planreserva_titulo .precio_final {
        background-color: #303030;
        display: block;
        color: #ffffff;
        min-height: 32px;
        padding: 8px 15px;
        overflow: hidden;
    }



    .procesoreserva_pasos.paso_4 .planreserva .planreserva_titulo .active_acordeon .precio_final_tablet {
        display: none;
    }

    .procesoreserva_pasos.paso_4 .planreserva .planreserva_titulo .precio_final .floatleft {
        text-transform: uppercase;
        font-family: 'HelveticaNeueETW01-65Md';
        font-size: 13px;
        text-shadow: 0 -1px rgba(32, 32, 32, 0.3), 0 1px rgba(248, 248, 248, 0.15);
    }

    .procesoreserva_pasos.paso_4 .planreserva .planreserva_titulo .precio_final .floatright {
        text-transform: uppercase;
        font-family: 'HelveticaNeueETW01-75Bd';
        font-size: 16px;
    }
/*.procesoreserva_pasos.paso_4 .planreserva .planreserva_content .planreserva_box {
  padding: 10px 16px;
}*/
.procesoreserva_pasos.paso_4 .h_imagen {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}

    .procesoreserva_pasos.paso_4 .h_imagen .imagen {
        border: 2px solid #020202;
        height: 180px;
        overflow: hidden;
        width: 268px;
    }

        .procesoreserva_pasos.paso_4 .h_imagen .imagen img {
            height: 100%;
            width: auto;
        }

.procesoreserva_pasos.paso_4 .planreserva_content #booking_details > ul > li {
    padding: 8px 0;
}

.procesoreserva_pasos.paso_4 .planreserva_content #booking_details > ul.bloque_habitaciones > li {
    border-top: 1px solid #C0C0C0;
    border-bottom: 1px solid #C0C0C0;
}

    .procesoreserva_pasos.paso_4 .planreserva_content #booking_details > ul.bloque_habitaciones > li + li {
        border-top: none;
    }

.procesoreserva_pasos.paso_4 .planreserva #accordion_plan, .procesoreserva_pasos.paso_3 .planreserva #accordion_plan {
    background: #dedbdb; /* Old browsers */
    background: -moz-linear-gradient(top, #dedbdb 0%, #f6f5f5 10%, #ffffff 15%, #ffffff 85%, #fdfdfd 87%, #e0dddd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dedbdb), color-stop(10%,#f6f5f5), color-stop(15%,#ffffff), color-stop(85%,#ffffff), color-stop(87%,#fdfdfd), color-stop(100%,#e0dddd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #dedbdb 0%,#f6f5f5 10%,#ffffff 15%,#ffffff 85%,#fdfdfd 87%,#e0dddd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #dedbdb 0%,#f6f5f5 10%,#ffffff 15%,#ffffff 85%,#fdfdfd 87%,#e0dddd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #dedbdb 0%,#f6f5f5 10%,#ffffff 15%,#ffffff 85%,#fdfdfd 87%,#e0dddd 100%); /* IE10+ */
    background: linear-gradient(to bottom, #dedbdb 0%,#f6f5f5 10%,#ffffff 15%,#ffffff 85%,#fdfdfd 87%,#e0dddd 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedbdb', endColorstr='#e0dddd',GradientType=0 ); /* IE6-9 */
    min-height: 40px;
}

.procesoreserva_pasos a.collapsed .verdetalles:before {
    content: "+";
}

.procesoreserva_pasos a .verdetalles:before {
    content: "-";
}

.procesoreserva_pasos .planreserva #accordion_plan > a {
    display: block;
    padding: 12px 15px;
}

.procesoreserva_pasos.paso_4 .planreserva .planreserva_content #booking_details {
    padding: 0 20px;
}

#RegisterMobile + .question {
    display: none;
}
/*END PLAN DE RESERVA PASO 4 ***************************************************************************/





/********************************************************************************************************************/
/*  PROCESO DE RESERVA (COLUMNA IZQUIERDA) **************************************************************************/
/********************************************************************************************************************/





/********************************************************************************************************************/
/*  PROCESO DE RESERVA (COLUMNA IZQUIERDA GENERICO) *****************************************************************/
/********************************************************************************************************************/
/*acordeon*/


/*boton de continuar*/
.procesoreserva_pasos .procesoreserva_izq .action.general {
    padding: 24px 0;
    text-align: right;
}

.procesoreserva_pasos .procesoreserva_izq .action .continua_con {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.procesoreserva_pasos .procesoreserva_izq .action .boton.disabled .continua_con {
    opacity: 0.4;
}

/*acordeon */
.procesoreserva_pasos .procesoreserva_izq .accordion .accordion-group {
    background-color: #FFFFFF;
    border-color: #E0E0E0;
    border-style: solid;
    border-width: 0 1px 1px;
    margin-left: 0;
}

.procesoreserva_pasos .procesoreserva_izq .accordion + .accordion {
    border-top: 1px solid #202020;
}

.procesoreserva_pasos .procesoreserva_izq .accordion a.head {
    display: block;
    padding: 13px 15px 13px 20px;
    background: rgb(64,64,64); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(64,64,64,1) 0%, rgba(64,64,64,1) 84%, rgba(52,52,52,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(64,64,64,1)), color-stop(84%,rgba(64,64,64,1)), color-stop(100%,rgba(52,52,52,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(64,64,64,1) 0%,rgba(64,64,64,1) 84%,rgba(52,52,52,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(64,64,64,1) 0%,rgba(64,64,64,1) 84%,rgba(52,52,52,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(64,64,64,1) 0%,rgba(64,64,64,1) 84%,rgba(52,52,52,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(64,64,64,1) 0%,rgba(64,64,64,1) 84%,rgba(52,52,52,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404040', endColorstr='#343434',GradientType=0 ); /* IE6-9 */
    min-height: 48px;
    position: relative;
    margin: 0;
}

    .procesoreserva_pasos .procesoreserva_izq .accordion a.head:before {
        content: "\e62b";
        font-family: 'expoicons';
        color: #FFF;
        font-weight: normal;
        font-size: 20px;
        margin-top: -3px;
        padding-left: 0;
        float: right;
    }

    .procesoreserva_pasos .procesoreserva_izq .accordion a.head.collapsed {
        background: #404040;
    }

        .procesoreserva_pasos .procesoreserva_izq .accordion a.head.collapsed:before {
            content: "\e62a";
            font-family: 'expoicons';
            color: #FFF;
            font-weight: normal;
            font-size: 20px;
            margin-top: -4px;
            padding-left: 0;
            float: right;
        }
    /* acordeon no activo*/
    .procesoreserva_pasos .procesoreserva_izq .accordion a.head.disabled {
        background: none repeat scroll 0 0 #404040;
        cursor: not-allowed;
    }

        .procesoreserva_pasos .procesoreserva_izq .accordion a.head.disabled .title {
            color: #808080;
        }

        .procesoreserva_pasos .procesoreserva_izq .accordion a.head.disabled.collapsed:before {
            content: "\e62a";
            color: #808080;
        }

        .procesoreserva_pasos .procesoreserva_izq .accordion a.head.disabled:before {
            content: "\e62a";
            color: #808080;
            margin-top: 2px;
        }


    .procesoreserva_pasos .procesoreserva_izq .accordion a.head h3 {
        margin: 0;
        color: #ffffff;
        padding: 0;
    }

    .procesoreserva_pasos .procesoreserva_izq .accordion a.head.collapsed h3 {
        /*color: #808080;*/
    }

    .procesoreserva_pasos .procesoreserva_izq .accordion a.head.collapsed:before {
        /*color: #808080;*/
    }


    .procesoreserva_pasos .procesoreserva_izq .datepicker-arrival.mobile {
  display: none;
}


.procesoreserva_pasos .procesoreserva_izq .titulo_form {
    background: #f0f0f0; /* Old browsers */
    background: -moz-linear-gradient(top, #f0f0f0 0%, #f0f0f0 87%, #e0e0e0 88%, #e6e6e6 88%, #fdfdfd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(87%,#f0f0f0), color-stop(88%,#e0e0e0), color-stop(88%,#e6e6e6), color-stop(100%,#fdfdfd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f0f0f0 0%,#f0f0f0 87%,#e0e0e0 88%,#e6e6e6 88%,#fdfdfd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f0f0f0 0%,#f0f0f0 87%,#e0e0e0 88%,#e6e6e6 88%,#fdfdfd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f0f0f0 0%,#f0f0f0 87%,#e0e0e0 88%,#e6e6e6 88%,#fdfdfd 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f0f0f0 0%,#f0f0f0 87%,#e0e0e0 88%,#e6e6e6 88%,#fdfdfd 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#fdfdfd',GradientType=0 ); /* IE6-9 */
    border-top: 1px solid #E0E0E0;
    display: inline-block;
    min-height: 46px;
    padding: 11px 16px;
    width: 100%;
}


    .procesoreserva_pasos .procesoreserva_izq .titulo_form h4 {
        float: left;
        margin: 0;
        width: 65%;
    }

.procesoreserva_pasos.paso_2 .procesoreserva_izq .titulo_form h4 {
    display: inline-block;
    float: none;
    margin: auto auto 8px;
    width: 100%;
}

.procesoreserva_pasos .procesoreserva_izq .titulo_form .parrafo_secundario {
    float: right;
    text-align: right;
    width: 35%;
}
/*end acordeon */

/********************************************************************************************************************/
/*  END PROCESO DE RESERVA (COLUMNA IZQUIERDA GENERICO) *************************************************************/
/********************************************************************************************************************/




/********************************************************************************************************************/
/*  PROCESO DE RESERVA - PASO 1 (SELECCIONA FECHAS) *****************************************************************/
/********************************************************************************************************************/
/* SUBCABECERA - PASO 1 Y PASO 2 (TITULO Y PRECIOS'PASO1' Y PESTA�AS Y PRECIO 'PASO2')*/
/*titulo Paso 1 y 2*/
.procesoreserva_pasos .proceso_subcabecera {
    text-align: right;
    border-bottom: 1px solid #c0c0c0;
    margin-bottom: 16px;
    min-height: 21px; /*23 + 8*/
    width: 100%;
    display: inline-block;
}

.titulo_total {
    display: none;
}

.titulo_total {
        color: #fff;
        background-color: #303030;
        height: 40px;
        padding: 12px 14px 11px 14px;
}

.titulo_total p {
        font-size: 16px;
        color: #fff;
        font-family: 'HelveticaNeueETW01-75Bd';
}

.proceso_subcabecera > .floatright {
    margin-bottom: 6px;
}

.proceso_subcabecera > .floatleft > h5 {
    margin: 0;
}

    /*Ver precios Paso 1 y 2*/
    .procesoreserva_pasos .proceso_subcabecera .verprecios {
        margin-right: 7px;
        margin-top: 3px;
        float: left;
    }

        .procesoreserva_pasos .proceso_subcabecera .verprecios .question {
            font-size: 14px;
            margin-right: 3px;
            float: left;
        }

        .procesoreserva_pasos .proceso_subcabecera .verprecios .parrafo_secundario {
            float: left;
        }

    .procesoreserva_pasos .proceso_subcabecera .btn-group.precio {
        background: #E0E0E0;
        color: #808080;
    }

        .procesoreserva_pasos .proceso_subcabecera .btn-group.precio a {
            color: #808080;
            width: 70px;
            border: none;
            padding: 1px 0 0 5px;
            text-align: left;
            border: 1px solid #C0C0C0;
        }

            .procesoreserva_pasos .proceso_subcabecera .btn-group.precio a.dropdown-toggle:before {
                content: "\e63b";
                font-family: 'expoicons';
                float: right;
                margin-right: 4px;
            }

        .procesoreserva_pasos .proceso_subcabecera .btn-group.precio ul { /*el listado de precio no esta concretado. p.29. (montse)*/
            width: 71px;
            background: #FFF;
            margin-top: 0;
            min-width: 1px;
            border-radius: 0;
            padding: 0;
            box-shadow: none;
        }

        .procesoreserva_pasos .proceso_subcabecera .btn-group.precio li { /*el listado de precio no esta concretado. p.29. (montse)*/
            clear: left;
            list-style: none outside none;
            margin: 0;
        }

            .procesoreserva_pasos .proceso_subcabecera .btn-group.precio li a:hover { /*el listado de precio no esta concretado. p.29. (montse)*/
                background: #E0E0E0;
            }
/* END SUBCABECERA - PASO 1 Y PASO 2 (TITULO Y PRECIOS'PASO1' Y PESTA�AS Y PRECIO 'PASO2')*/


/* C�DIGO DE DTO - PASO 1 Y PASO 2 */
.procesoreserva_pasos .procesoreserva_izq {
    margin-left: 0;
    border-top: 3px solid #771E66;
}
    /*codigo dto*/
    .procesoreserva_pasos .procesoreserva_izq .codigodto,
    .procesoreserva_pasos .procesoreserva_izq .codigodto_aplicado {
        background: #e0e0e0; /* Old browsers */
        background: -moz-linear-gradient(top, #e0e0e0 0%, #e0e0e0 87%, #d0cfcf 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0e0e0), color-stop(87%,#e0e0e0), color-stop(100%,#d0cfcf)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #e0e0e0 0%,#e0e0e0 87%,#d0cfcf 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #e0e0e0 0%,#e0e0e0 87%,#d0cfcf 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #e0e0e0 0%,#e0e0e0 87%,#d0cfcf 100%); /* IE10+ */
        background: linear-gradient(to bottom, #e0e0e0 0%,#e0e0e0 87%,#d0cfcf 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#d0cfcf',GradientType=0 ); /* IE6-9 */
        position: relative;
        display: inline-block;
        width: 100%;
        padding: 20px 15px;
    }

    .procesoreserva_pasos .procesoreserva_izq .codigodto {
        min-height: 68px;
    }

        .procesoreserva_pasos .procesoreserva_izq .codigodto > h6,
        .procesoreserva_pasos .procesoreserva_izq .codigodto_aplicado > h6 {
            display: block;
            margin: 0;
            width: 46%;
        }

            .procesoreserva_pasos .procesoreserva_izq .codigodto > h6.link_modal_descuento {
                display: none;
            }

            .procesoreserva_pasos .procesoreserva_izq .codigodto_aplicado > h6 span {
                font-size: 21px;
            }


        .procesoreserva_pasos .procesoreserva_izq .codigodto > label {
            display: inline-block;
            font-family: 'HelveticaNeueETW01-55Rg';
            font-size: 13px;
            margin: 5px 5px 5px 8px;
            text-align: left;
            vertical-align: top;
            width: 46%;
        }

        .procesoreserva_pasos .procesoreserva_izq .codigodto .codigo {
            position: absolute;
            right: 40px;
            top: 20px;
        }


        .procesoreserva_pasos .procesoreserva_izq .codigodto .close {
            color: #808080;
            opacity: 1;
            position: absolute;
            right: 7px;
            top: 0;
        }

        .procesoreserva_pasos .procesoreserva_izq .codigodto a.boton span {
            color: #FFF;
        }

        .procesoreserva_pasos .procesoreserva_izq .codigodto a.boton {
            width: 110px;
            margin-left: 0;
        }

        .procesoreserva_pasos .procesoreserva_izq .codigodto input {
            background: none repeat scroll 0 0 #f7f7f7;
            height: 31px;
            margin-right: 20px;
            width: 140px;
        }
    /*codigo dto aplicado*/

    .procesoreserva_pasos .procesoreserva_izq .codigodto_aplicado {
        min-height: 44px;
    }

        .procesoreserva_pasos .procesoreserva_izq .codigodto_aplicado a {
            cursor: pointer;
            font-size: 12px;
            position: absolute;
            right: 40px;
            text-align: right;
            top: 20px;
        }

/*  END C�DIGO DE DTO - PASO 1 Y PASO 2*/



/* SELECCIONA FECHA DE ENTRADA Y SALIDA EN EL CALENDARIO*/
/*Disponibilidad Calendario*/
.procesoreserva_pasos.paso_1 .procesoreserva_izq .disponibilidad_calendario {
    padding-top: 14px;
    padding-bottom: 28px;
    background: #e8e8e8;
    background: -moz-linear-gradient(top, #e8e8e8 0%, #e8e8e8 2%, #ffffff 15%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e8e8), color-stop(2%,#e8e8e8), color-stop(15%,#ffffff), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top, #e8e8e8 0%,#e8e8e8 2%,#ffffff 15%,#ffffff 100%);
    background: -o-linear-gradient(top, #e8e8e8 0%,#e8e8e8 2%,#ffffff 15%,#ffffff 100%);
    background: -ms-linear-gradient(top, #e8e8e8 0%,#e8e8e8 2%,#ffffff 15%,#ffffff 100%);
    background: linear-gradient(to bottom, #e8e8e8 0%,#e8e8e8 2%,#ffffff 15%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#ffffff',GradientType=0 );
}

    .procesoreserva_pasos.paso_1 .procesoreserva_izq .disponibilidad_calendario ul {
        margin: 0 0 0 10px;
        padding: 0;
    }

        .procesoreserva_pasos.paso_1 .procesoreserva_izq .disponibilidad_calendario ul li {
            list-style-type: none;
            margin: 0;
            padding: 0;
        }

    .procesoreserva_pasos.paso_1 .procesoreserva_izq .disponibilidad_calendario span {
        float: left;
        font-size: 10px;
        margin-left: 5px;
        margin-right: 5%;
    }

    .procesoreserva_pasos.paso_1 .procesoreserva_izq .disponibilidad_calendario .box {
        height: 16px;
        width: 16px;
        float: left;
    }

    .procesoreserva_pasos.paso_1 .btn_continuar {
        text-align: right;
        padding-top: 16px;
        padding-bottom: 16px;
        background: #e8e8e8;
        background: -moz-linear-gradient(top, #e8e8e8 0%, #e8e8e8 2%, #ffffff 15%, #ffffff 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e8e8), color-stop(2%,#e8e8e8), color-stop(15%,#ffffff), color-stop(100%,#ffffff));
        background: -webkit-linear-gradient(top, #e8e8e8 0%,#e8e8e8 2%,#ffffff 15%,#ffffff 100%);
        background: -o-linear-gradient(top, #e8e8e8 0%,#e8e8e8 2%,#ffffff 15%,#ffffff 100%);
        background: -ms-linear-gradient(top, #e8e8e8 0%,#e8e8e8 2%,#ffffff 15%,#ffffff 100%);
        background: linear-gradient(to bottom, #e8e8e8 0%,#e8e8e8 2%,#ffffff 15%,#ffffff 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#ffffff',GradientType=0 );
        display: none;
    }

    .procesoreserva_pasos.paso_1 .btn_continuar .boton {
        margin-right: 24px;
        margin-left: 0;
        padding-left: 44px;
        padding-right: 44px;
    }





        .procesoreserva_pasos.paso_1 .procesoreserva_izq .disponibilidad_calendario .box.color_disponible {
            background: #771E66;
        }

        .procesoreserva_pasos.paso_1 .procesoreserva_izq .disponibilidad_calendario .box.color_disponible_dto {
            /*background: #601A53;*/
            background: -moz-linear-gradient(-45deg,  #601A53 50%,  #771E66 50%); /* FF3.6+ */
            background: -webkit-linear-gradient(-45deg,  #601A53 50%,#771E66 50%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(-45deg,  #601A53 50%,#771E66 50%); /* Opera 11.10+ */
            background: -ms-linear-gradient(-45deg,  #601A53 50%,#771E66 50%); /* IE10+ */
            background: linear-gradient(135deg,  #601A53 50%,#771E66 50%); /* W3C */
        }

        .procesoreserva_pasos.paso_1 .procesoreserva_izq .disponibilidad_calendario .box.color_no_disponible {
            background: #C0C0C0;
        }


        .procesoreserva_pasos.paso_1 .planreserva.reserva_oferta .planreserva_titulo  .icono_oferta {
            display: none;
        }

        ficha_habitacion_oferta {

        }

/*end Disponibilidad Calendario*/
/* END SELECCIONA FECHA DE ENTRADA Y SALIDA EN EL CALENDARIO*/
/********************************************************************************************************************/
/* END  PROCESO DE RESERVA - PASO 1 (SELECCIONA FECHAS) *************************************************************/
/********************************************************************************************************************/







/********************************************************************************************************************/
/* PROCESO DE RESERVA - PASO 2 (SELECCIONA HABITACI�N) **************************************************************/
/********************************************************************************************************************/

/*Pesta�as de habitaciones y planes de viaje*/
.procesoreserva_pasos .proceso_subcabecera #myTab {
    margin-top: 4px;
}

    .procesoreserva_pasos .proceso_subcabecera #myTab li {
        margin-left: 0;
        border-style: solid;
        border-width: 1px;
        border-color: #c0c0c0;
    }

        .procesoreserva_pasos .proceso_subcabecera #myTab li + li {
            border-left: none;
        }

        .procesoreserva_pasos .proceso_subcabecera #myTab li.active {
            border-bottom-color: #F0F0F0;
            border-bottom-width: 0;
        }


        .procesoreserva_pasos .proceso_subcabecera #myTab li a {
            background: none repeat scroll 0 0 #E0E0E0;
            border-radius: 0;
            color: #808080;
            border: none;
            border-top: 3px solid transparent;
            margin: 0;
            min-width: 135px;
            min-height: 36px;
            padding-bottom: 5px;
            padding-top: 8px;
            text-align: center;
            text-transform: uppercase;
            font-family: 'HelveticaNeueETW01-65Md';
            font-size: 12px;
        }

        .procesoreserva_pasos .proceso_subcabecera #myTab li.active a {
            background: none repeat scroll 0 0 #F0F0F0;
            border-top: 3px solid #404040;
            color: #606060;
            padding-bottom: 6px;
        }

        .procesoreserva_pasos .proceso_subcabecera #myTab li a h5 {
            margin: 0;
            padding: 0;
        }
/*END pesta�as de habitaciones y planes de viaje*/

/*acordeon con dos titulos*/
.procesoreserva_pasos .procesoreserva_izq .componentedostitulos .titulo a {
    padding: 0;
}

    .procesoreserva_pasos .procesoreserva_izq .componentedostitulos .titulo a:before {
        padding-right: 15px;
        padding-top: 13px;
    }

    .procesoreserva_pasos .procesoreserva_izq .componentedostitulos .titulo a h3 {
        background: #771e66; /* Old browsers */
        background: -moz-linear-gradient(top, #771e66 0%, #771e66 83%, #611953 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#771e66), color-stop(83%,#771e66), color-stop(100%,#611953)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #771e66 0%,#771e66 83%,#611953 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #771e66 0%,#771e66 83%,#611953 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #771e66 0%,#771e66 83%,#611953 100%); /* IE10+ */
        background: linear-gradient(to bottom, #771e66 0%,#771e66 83%,#611953 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#771e66', endColorstr='#611953',GradientType=0 ); /* IE6-9 */
        float: left;
        min-height: 48px;
        padding: 14px 10px;
        text-shadow: 0 -1px rgba(32, 32, 32, 0.3), 0 1px rgba(248, 248, 248, 0.15);
    }

    .procesoreserva_pasos .procesoreserva_izq .componentedostitulos .titulo a .triangulo_der {
        border-bottom: 24px solid rgba(0, 0, 0, 0);
        border-left: 12px solid #771E66;
        border-top: 24px solid rgba(0, 0, 0, 0);
        float: left;
        height: 0;
        width: 0;
    }

    .procesoreserva_pasos .procesoreserva_izq .componentedostitulos .titulo a .componente_habitacion {
        color: #FFFFFF;
        display: inline-block;
        float: none;
        font-family: 'HelveticaNeueETW01-55Rg';
        font-size: 16px;
        padding: 12px 5px 12px 16px;
        width: 85%;
    }


    .procesoreserva_pasos .procesoreserva_izq .componentedostitulos .titulo a .configura.componente_habitacion {
        font-family: 'HelveticaNeueETW01-65Md';
        font-size: 18px;
    }

    .procesoreserva_pasos .procesoreserva_izq .componentedostitulos .titulo a.collapsed .componente_habitacion {
       /* color: #808080;*/
    }






/*end acordeon con dos titulos*/




/* HABITACIONES */
/* Caja Ficha Habitaci�n */


/*.procesoreserva_pasos .box_ficha_habitacion {
    border-top: 2px solid #202020;
}*/


.procesoreserva_pasos .ficha_habitacion {
    background: #FFF;
    /*display: table-caption;*/
    width: 100%;
    padding: 0;
    min-height: 140px;
    display: inline-block;
    border-top: 2px solid #202020;
}

.procesoreserva_pasos.paso_3 .ficha_habitacion {
    padding: 16px 15px;
}

.procesoreserva_pasos .ficha_habitacion:hover,
.procesoreserva_pasos .planviaje:hover .pv_arriba {
    background: #F8F8F8;
}

.procesoreserva_pasos .ficha_habitacion .box_ficha_habitacion {
    padding: 16px 15px;
    display: inline-block;
    width: 100%;
}


/*Caja Ficha Habitaci�n Izquierda (Imagen)*/
.procesoreserva_pasos .ficha_habitacion .fh_izquierda {
    float: left;
}


.procesoreserva_pasos.paso_2 .ficha_habitacion .fh_izquierda {
    width: 160px;
}



.procesoreserva_pasos .ficha_habitacion .fh_izquierda {
    position: relative;
}

.procesoreserva_pasos .fh_zoom {
    background-color: rgba(255, 255, 255, 0.2);
    bottom: 1px;
    height: 30px;
    position: absolute;
    right: 0;
    width: auto;
    z-index: 2;
}

    .procesoreserva_pasos .fh_zoom button {
        background-color: rgba(0, 0, 0, 0);
        border: medium none;
        padding: 0;
    }

        .procesoreserva_pasos .fh_zoom button span {
            border: medium none;
            color: #404040;
            display: block;
            font-size: 17px;
            padding: 6px 7px 7px;
            text-align: center;
            text-decoration: none;
        }

.procesoreserva_pasos .fh_imagen {
    background: none;
    border: 1px solid #C0C0C0;
    overflow: hidden;
}

.procesoreserva_pasos.paso_2 .ficha_habitacion .fh_izquierda .fh_imagen {
    height: 112px;
    width: 162px;
}

.procesoreserva_pasos .fh_imagen button {
    margin: 0;
    padding: 0;
    border: 0 none;
}

    .procesoreserva_pasos .fh_imagen button img {
        height: auto;
        width: auto;
        max-width: 100%;
    }
/*Caja Ficha Habitaci�n Centro (Contenido)*/
.procesoreserva_pasos.paso_2 .ficha_habitacion .fh_centro,
.procesoreserva_pasos.paso_3 .ficha_habitacion .fh_centro {
    float: left;
    margin-left: 20px;
    position: relative;
}


.procesoreserva_pasos.paso_2 .ficha_habitacion .fh_centro {
    width: 35%;
    min-height: 112px;
}


.procesoreserva_pasos.paso_3 .ficha_habitacion .fh_centro {
    width: 50%;
    min-height: 88px;
}

.procesoreserva_pasos .ficha_habitacion .fh_centro h6 {
    margin-bottom: 3px;
    margin-top: 6px;
}

.procesoreserva_pasos .ficha_habitacion .fh_centro .anotacion {
    font-family: 'HelveticaNeueETW01-75Bd';
}



.procesoreserva_pasos .procesoreserva_izq .componentedostitulos .titulo a .triangulo_der + .componente_habitacion {
    width: auto;
}


.procesoreserva_pasos.paso_2 .ficha_habitacion .fh_centro .fhdetalles {
    position: absolute;
    bottom: 10px;
}

    .procesoreserva_pasos.paso_2 .ficha_habitacion .fh_centro .fhdetalles a {
        margin-left: 0;
    }
/*Caja Ficha Habitaci�n Derecha (Precio y Bot�n seleccionar)*/
.procesoreserva_pasos.paso_2 .ficha_habitacion .fh_derecha {
    float: right;
    position: relative;
    text-align: right;
    width: 28%;
    min-height: 112px;
}

    .procesoreserva_pasos.paso_2 .ficha_habitacion .fh_derecha .fh_precio {
        display: inline-block;
        text-align: right;
    }



    .procesoreserva_pasos.paso_2 .ficha_habitacion .fh_derecha .fh_precio_dto {
        color: #808080;
        display: inline-block;
        float: none;
        font-family: 'HelveticaNeueETW01-75Bd';
        font-size: 13px;
        margin-right: 5px;
        text-decoration: line-through;
        vertical-align: text-top;
    }

    .procesoreserva_pasos.paso_2 .ficha_habitacion .fh_derecha .fh_precio_final {
        color: #404040;
        display: inline-block;
        float: none;
        font-family: 'HelveticaNeueETW01-75Bd';
        font-size: 18px;
        line-height: 20px;
    }

    .procesoreserva_pasos.paso_2 .ficha_habitacion .fh_derecha .parrafo_secundario {
        display: inline-block;
        width: 100%;
    }

    .procesoreserva_pasos.paso_2 .ficha_habitacion .fh_derecha .parrafo_secundario > span{
        vertical-align: top;
    }

    .procesoreserva_pasos.paso_2 .ficha_habitacion .fh_derecha .action {
        display: inline-block;
        width: 100%;
        margin-top: 3px;
    }

    .procesoreserva_pasos.paso_2 .ficha_habitacion .fh_derecha .enfasis {
        margin-top: 20px;
        height: 20px;
    }


    .procesoreserva_pasos.paso_2 .box_ficha_habitacion .fh_derecha .action .enfasis{
        font-size:12px;
    }

        .procesoreserva_pasos.paso_2 .ficha_habitacion .fh_derecha .enfasis span.icon-offer {
            color: #771E66;
            font-size: 20px;
            vertical-align: middle;
        }

.procesoreserva_pasos.paso_2 .ficha_habitacion .box_ficha_habitacion .fh_derecha .botonselecionar {
    display: inline-block;
}

    .procesoreserva_pasos.paso_2 .ficha_habitacion .box_ficha_habitacion .fh_derecha .botonselecionar .boton.b_small {
        width: 120px;
    }

/*Caja Ficha Seleccionada*/

.procesoreserva_pasos.paso_2 .pr_seleccionado .box_ficha_habitacion,
.procesoreserva_pasos.paso_2 .pr_seleccionado .pv_arriba {
    background: #F0F0F0;
}


.procesoreserva_pasos.paso_2 .pr_seleccionado .fh_derecha .action {
    display: inline-block;
    width: auto;
}


.procesoreserva_pasos.paso_2 .pr_seleccionado .botonselecionado {
    background: #404040; /* Old browsers */
    background: -moz-linear-gradient(top, #404040 0%, #404040 87%, #343434 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#404040), color-stop(87%,#404040), color-stop(100%,#343434)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #404040 0%,#404040 87%,#343434 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #404040 0%,#404040 87%,#343434 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #404040 0%,#404040 87%,#343434 100%); /* IE10+ */
    background: linear-gradient(to bottom, #404040 0%,#404040 87%,#343434 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404040', endColorstr='#343434',GradientType=0 ); /* IE6-9 */
    border-bottom: medium none;
    border-top: 2px solid #202020;
    min-height: 56px;
    padding: 3px 16px;
    min-width: 90px;
    text-align: center;
    margin-bottom: -12px;
}

    .procesoreserva_pasos.paso_2 .pr_seleccionado .botonselecionado .pr_precio {
        color: #F8F8F8;
        font-family: 'HelveticaNeueETW01-75Bd';
        font-size: 18px;
        margin-top: 5px;
        padding: 0;
        width: 100%;
    }


    .procesoreserva_pasos.paso_2 .pr_seleccionado .botonselecionado .pr_detalle {
        color: #F8F8F8;
        font-family: 'HelveticaNeueETW01-65Md';
        font-size: 12px;
        line-height: inherit;
        margin: 0;
        padding: 0;
        width: 100%;
    }



.procesoreserva_pasos.paso_2 .ficha_habitacion .box_ficha_habitacion .fh_derecha .enfasis {
    display: inline-block;
    height: auto;
    margin: 5px 0 2px 0;
    width: 100%;
}

.procesoreserva_pasos.paso_2 .pr_seleccionado .ficha_habitacion_oferta {
    background: #e0e0e0; /* Old browsers */
    background: -moz-linear-gradient(top, #e0e0e0 0%, #e0e0e0 84%, #dfdfdf 86%, #cdcdcd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0e0e0), color-stop(84%,#e0e0e0), color-stop(86%,#dfdfdf), color-stop(100%,#cdcdcd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e0e0e0 0%,#e0e0e0 84%,#dfdfdf 86%,#cdcdcd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e0e0e0 0%,#e0e0e0 84%,#dfdfdf 86%,#cdcdcd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e0e0e0 0%,#e0e0e0 84%,#dfdfdf 86%,#cdcdcd 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e0e0e0 0%,#e0e0e0 84%,#dfdfdf 86%,#cdcdcd 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#cdcdcd',GradientType=0 ); /* IE6-9 */
}
/*Caja Ficha con Oferta*/
.procesoreserva_pasos.paso_2 .ficha_habitacion_oferta {
    background: #F0F0F0;
    padding: 8px 0;
    min-height: 38px;
    display: inline-block;
    width: 100%;
}


    .procesoreserva_pasos.paso_2 .ficha_habitacion_oferta .icono_oferta {
        float: left;
        left: -6px;
    }


    .search-results .offer-info .icono_oferta {
        left: -6px;
    }

    .procesoreserva_pasos.paso_1 .ficha_habitacion_oferta .dto_exclusivo,
    .procesoreserva_pasos.paso_2 .ficha_habitacion_oferta .dto_exclusivo,
    .search-results .dto_exclusivo  {
        display: inline-block;
        float: none;
        font-family: 'HelveticaNeueETW01-55Rg';
        font-size: 16px;
        line-height: 16px;
        margin-left: 0;
        margin-top: 0;
    }

        .procesoreserva_pasos.paso_1 .ficha_habitacion_oferta .dto_exclusivo .dto_exclusivo_importe,
        .procesoreserva_pasos.paso_2 .ficha_habitacion_oferta .dto_exclusivo .dto_exclusivo_importe,
        .search-results .dto_exclusivo  .dto_exclusivo_importe{
            font-size: 18px;
            line-height: 18px;
            font-family: 'HelveticaNeueETW01-75Bd';
        }

    .procesoreserva_pasos.paso_1 .ficha_habitacion_oferta .tiempo,
    .procesoreserva_pasos.paso_2 .ficha_habitacion_oferta .tiempo {
        float: right;
        margin-right: 10px;
        margin-top: 2px;
    }

.procesoreserva_pasos .ficha_habitacion_oferta .tiempo .icon-clock {
    font-size: 16px;
    vertical-align: top;
}


/* END HABITACIONES */


/* AHORA SI QUIERES... CONFIGURA TU HABITACI�N */
.procesoreserva_pasos.paso_2 .fh_configura {
    background: #FFF;
}

    .procesoreserva_pasos.paso_2 .fh_configura .parrafo_destacado {
        /* En la gu�a de estilos aparece como parrafo destacado, pero en el adobe illustrator del cliente no tiene esas caraccter�sticas*/
        color: #808080;
        font-size: 12px;
        min-height: 40px;
        padding: 16px 20px;
        text-align: right;
    }

    .procesoreserva_pasos.paso_2 .fh_configura ul.fh_list_alojamiento {
        display: inline-block;
        padding: 14px 18px;
        width: 100%;
    }

        .procesoreserva_pasos.paso_2 .fh_configura ul.fh_list_alojamiento li {
            display: inline-block;
            margin: 3px 0;
            padding: 0;
            width: 100%;
        }


.procesoreserva_pasos.paso_3 .opciones ul li {
    display: inline-block;
    margin: 3px 0;
    padding: 0;
}

.procesoreserva_pasos.paso_2 .fh_configura ul.fh_list_alojamiento li input,
.procesoreserva_pasos.paso_3 .opciones > input {
    float: left;
}


    .procesoreserva_pasos.paso_2 .fh_configura ul.fh_list_alojamiento li input[type="checkbox"],
    .procesoreserva_pasos.paso_3 .opciones > input[type="radio"],
    .procesoreserva_pasos.paso_3 .opciones > input[type="checkbox"] {
        display: none;
    }

    .procesoreserva_pasos.paso_3 .opciones > input + label:before {
        content: "";
        margin: 0;
        padding: 0;
    }

    .procesoreserva_pasos.paso_2 .fh_configura ul.fh_list_alojamiento li input + label,
    .procesoreserva_pasos.paso_3 .opciones > input + label {
        background: none repeat scroll 0 0 #F8F8F8;
        border: 1px solid #E0E0E0;
        display: inline-block;
        height: auto;
        margin: 0;
        min-height: 48px;
        padding: 8px 10px;
        width: 100%;
        text-align: left;
    }

    .procesoreserva_pasos.paso_2 .fh_configura ul.fh_list_alojamiento li input + label.room-option-selected,
    .procesoreserva_pasos.paso_3 .opciones > input + label.room-option-selected,
    .procesoreserva_pasos.paso_2 .fh_configura ul.fh_list_alojamiento li input:checked + label,
    .procesoreserva_pasos.paso_3 .opciones > input:checked + label {
        background: none repeat scroll 0 0 #F0F0F0;
        border: 1px solid #808080;
    }

.procesoreserva_pasos.paso_2 .fh_configura ul.fh_list_alojamiento li label:hover,
.procesoreserva_pasos.paso_3 .opciones > label:hover {
    background: #E0E0E0;
    border: 1px solid #C0C0C0;
    color: #808080;
}

/*cama supletoria, tiene otro icono before*/


.procesoreserva_pasos.paso_2 .fh_configura ul.fh_list_alojamiento li label .fh_alojamiento_tipo {
    display: inline-block;
    text-align: left;
    white-space: nowrap;
    width: 37%;
    font-size: 0;
    vertical-align: middle;
}

    .procesoreserva_pasos.paso_2 .fh_configura ul.fh_list_alojamiento li label .fh_alojamiento_tipo > div.icon {
        background: none repeat scroll 0 0 #FFFFFF;
        border: 1px solid #E0E0E0;
        display: inline-block;
        margin: 0 12px 0 0;
        padding: 4px;
        text-align: center;
        vertical-align: middle;
    }



    .procesoreserva_pasos.paso_2 .fh_configura ul.fh_list_alojamiento li label .fh_alojamiento_tipo img {
        margin: 0;
        padding: 0;
        display: block;
    }

    .procesoreserva_pasos.paso_2 .fh_configura ul.fh_list_alojamiento li label .fh_alojamiento_tipo .parrafo_destacado_bold {
        display: inline-block;
        line-height: 17px;
        vertical-align: middle;
        white-space: pre-wrap;
    }

.procesoreserva_pasos.paso_2 .fh_configura ul.fh_list_alojamiento li label .fh_alojamiento_txt {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 1%;
    text-align: right;
    vertical-align: middle;
    width: 30%;
    font-size: 0;
}

    .procesoreserva_pasos.paso_2 .fh_configura ul.fh_list_alojamiento li label .fh_alojamiento_txt .fh_alojamiento_precio {
        font-family: 'HelveticaNeueETW01-75Bd';
        font-size: 16px;
    }

    .procesoreserva_pasos.paso_2 .fh_configura ul.fh_list_alojamiento li label .fh_alojamiento_txt > p {
        display: inline-block;
        padding-left: 3px;
        white-space: nowrap;
    }

.procesoreserva_pasos.paso_2 .fh_configura ul.fh_list_alojamiento li label .fh_alojamiento_boton {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    text-align: right;
    width: 25%;
}


.procesoreserva_pasos .procesoreserva_izq .fh_list_alojamiento .action.general {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    text-align: right;
    width: 25%;
}


.procesoreserva_pasos.paso_2 /*.fh_list_alojamiento*/ input:checked + label .boton.selected,
.procesoreserva_pasos.paso_2 /*.fh_list_alojamiento*/ input + label .boton {
    display: inline-block;
    font-family: 'HelveticaNeueETW01-55Rg';
    width: 130px;
}


.procesoreserva_pasos.paso_3 .opciones input:checked + label .boton.selected,
.procesoreserva_pasos.paso_3 .opciones input + label .boton {
    display: inline-block;
    font-family: 'HelveticaNeueETW01-55Rg';
    width: auto;
}

.procesoreserva_pasos.paso_3 .opciones input + label .b_small{
    padding-left: 34px;
    padding-right: 34px;
}


    .procesoreserva_pasos.paso_2 /*.fh_list_alojamiento*/ input:checked + label .boton,
    .procesoreserva_pasos.paso_2 /*.fh_list_alojamiento*/ input + label .boton.selected,
    .procesoreserva_pasos.paso_3 .opciones input:checked + label .boton,
    .procesoreserva_pasos.paso_3 .opciones input + label .boton.selected {
        display: none;
    }

    .procesoreserva_pasos.paso_3 .opciones input:checked + label .boton,
    .procesoreserva_pasos.paso_3 .opciones input + label .boton.selected {
        display: none;
        padding: 0 23px 0 12px;
    }


.procesoreserva_pasos.paso_2 .fh_configura ul.fh_list_alojamiento li label .fh_alojamiento_boton div.ico_seleccionar .icon-ok {
    display: none;
    margin-left: 0;
}

.procesoreserva_pasos.paso_2 .fh_configura ul.fh_list_alojamiento li label .fh_alojamiento_boton div.ico_seleccionar span {
    margin-left: 12px;
}

.procesoreserva_pasos.paso_2 .fh_configura ul.fh_list_alojamiento li label .fh_alojamiento_boton span.icon-select {
    display: none;
}

.procesoreserva_pasos.paso_2 .fh_configura ul.fh_list_alojamiento input[type="radio"]:checked + label .fh_alojamiento_boton span.icon-select {
    float: left;
    margin-left: 0;
    margin-right: -7px;
    margin-top: 8px;
    display: block;
}


.procesoreserva_pasos.paso_2 .formulario .titulo_form {
    padding: 15px 0 0 0;
    background-color: #FFF;
    height: 40px;
    box-shadow: none;
}

.procesoreserva_pasos.paso_2 .titulo_form h4 .titulo_form_h4 {
    text-align: left;
    float: left;
    width: 75%;
}

.procesoreserva_pasos.paso_2 .titulo_form h4 .enfasis {
    text-align: right;
    float: right;
    width: 25%;
}

.procesoreserva_pasos.paso_2 .fh_preferencias {
    border-bottom: 1px solid #E6E6E6;
    margin: 16px 18px 8px;
}

    .procesoreserva_pasos.paso_2 .fh_preferencias .button_list {
        display: inline-block;
        margin-bottom: 16px;
        margin-top: 16px;
        text-align: left;
    }

        .procesoreserva_pasos.paso_2 .fh_preferencias .button_list.radio:last-child {
            border-left: 1px solid #E6E6E6;
            padding-left: 20px;
        }

        .procesoreserva_pasos.paso_2 .fh_preferencias .button_list li {
            display: block;
            margin: 0;
            min-height: 35px;
            overflow: hidden;
            text-align: left;
            width: 100%;
        }


            .procesoreserva_pasos.paso_2 .fh_preferencias .button_list li label {
                color: #808080;
                margin: 5px 20px 5px 0;
            }

.procesoreserva_pasos.paso_2 .fh_requisitos {
    display: inline-block;
    float: none;
    padding: 8px 18px 16px;
    width: 100%;
}

    .procesoreserva_pasos.paso_2 .fh_requisitos .fh_requisitos_left {
        float: left;
        width: 60%;
        margin-top: 8px;
    }

        .procesoreserva_pasos.paso_2 .fh_requisitos .fh_requisitos_left textarea {
            height: 96px;
            width: 100%;
        }

        .procesoreserva_pasos.paso_2 .fh_requisitos .fh_requisitos_left .caracteres_textarea {
            font-size: 12px;
            color: #808080;
            margin-top: 5px;
        }


    .procesoreserva_pasos.paso_2 .fh_requisitos .fh_requisitos_right {
        float: left;
        margin-left: 3%;
        width: 37%;
        margin-top: 8px;
    }

        .procesoreserva_pasos.paso_2 .fh_requisitos .fh_requisitos_right .parrafo_destacado {
            margin: 0;
            padding: 0;
            background: none;
            text-align: left;
        }


/* END AHORA SI QUIERES... CONFIGURA TU HABITACI�N */


/* BOT�N CONFIGURA SIGUIENTE HABITACI�N */
.procesoreserva_pasos.paso_2 .procesoreserva_izq .componentesiguiente {
    background: #e8e8e8; /* Old browsers */
    background: -moz-linear-gradient(top, #e8e8e8 0%, #e8e8e8 2%, #ffffff 15%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e8e8), color-stop(2%,#e8e8e8), color-stop(15%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e8e8e8 0%,#e8e8e8 2%,#ffffff 15%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e8e8e8 0%,#e8e8e8 2%,#ffffff 15%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e8e8e8 0%,#e8e8e8 2%,#ffffff 15%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e8e8e8 0%,#e8e8e8 2%,#ffffff 15%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

    .procesoreserva_pasos.paso_2 .procesoreserva_izq .componentesiguiente:before {
        content: "\e62a";
        color: #771E66;
        float: right;
        font-family: 'expoicons';
        font-size: 19px;
        margin-top: 13px;
        padding-right: 16px;
    }


    .procesoreserva_pasos.paso_2 .procesoreserva_izq .componentesiguiente a {
        color: #771E66;
        display: block;
        font-family: 'HelveticaNeueETW01-55Rg';
        font-size: 14px;
        margin: 0;
        min-height: 55px;
        padding: 17px 45px 17px 18px;
        text-align: right;
    }




    .procesoreserva_pasos.paso_2 .procesoreserva_izq .componentesiguiente .titulo a {
    }

        .procesoreserva_pasos.paso_2 .procesoreserva_izq .componentesiguiente .titulo a .componente_habitacion_siguiente {
            float: right;
            padding-right: 2%;
            padding-top: 15px;
            font-family: 'HelveticaNeueETW01-55Rg';
            font-size: 16px;
            text-align: right;
        }
/* END BOT�N CONFIGURA SIGUIENTE HABITACI�N */


/* PLANES DE VIAJE*/


/*********************** ESTILOS param FICHA DE PLAN DE VIAJE ************/


.container.proceso_reserva .plan-de-viaje .fh_izq {
  border: medium none;
  display: inline-block;
  float: none;
  margin: 16px 20px;
  vertical-align: middle;
  clear: left;
  width: auto;
}

.container.proceso_reserva .plan-de-viaje .h_imagen .h_dos {
  background: none repeat scroll 0 0 #c0c0c0;
  border: 2px solid #020202;
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.container.proceso_reserva .plan-de-viaje .h_imagen {
  height: 200px;
  width: 100%;
}



.container.proceso_reserva .plan-de-viaje.info_hotel_detalle .span12 {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
}

.container.proceso_reserva .plan-de-viaje.info_hotel_detalle .izq.span7 {
  background: none repeat scroll 0 0 #f8f8f8;
  border-right: 1px solid #e0e0e0;
  display: inline-block;
  margin: 0;
}

.container.proceso_reserva .plan-de-viaje.info_hotel_detalle .drcha.span5 {
  background-color: #ffffff;
  margin: 0;
  padding: 20px;
}


.container.proceso_reserva .plan-de-viaje.info_hotel_detalle .drcha.span5 h3{
    margin-top: 15px;
}


.container.proceso_reserva .plan-de-viaje .nombre_hotel_box h2 {
  margin: 15px 20px;
}


.container.proceso_reserva .plan-de-viaje .nombre_hotel_box {
  background: none repeat scroll 0 0 #404040;
  border-top: 3px solid #e5a62a;
  min-height: 54px;
}

.container.proceso_reserva .plan-de-viaje.info_hotel_detalle .drcha.span5 > h2 {
  color: #404040;
  display: inline-block;
  margin: 5px 0;
  width: 100%;
}


.container.proceso_reserva .plan-de-viaje .h_imagen .h_dos .imagen button {
  border: medium none;
  padding: 0;
  width: 100%;
  height: auto;
}


.container.proceso_reserva .plan-de-viaje .h_imagen .h_dos .imagen button img {
  height: auto;
  width: 100%;
}


.container.proceso_reserva .plan-de-viaje .drcha .descriptionShort p:last-child{
    display:inline;
}

.container.proceso_reserva .plan-de-viaje .drcha .descriptionShort a.more-info{
    font-size: 13px;
}


/* bloque de descripcion de oferta en SearchSummary.cshtml */


.container .reserva.ficha_habitacion_oferta {
  background-color: #303030;
  padding: 20px 20px 20px 80px;
  position: relative;
}
.container .reserva.ficha_habitacion_oferta .icono_oferta {
  left: -6px;
  position: absolute;
  top: 16px;
}



.container .reserva.ficha_habitacion_oferta h2 {
  color: #f8f8f8;
  margin: 0 0 5px;
}


.container .reserva.ficha_habitacion_oferta .OfferDescription{
    color:#e0e0e0;
}


/*.procesoreserva_pasos.paso_2 #planesdeviaje .accordion-inner {
    border-bottom: 1px solid #E0E0E0;
}*/

.procesoreserva_pasos.paso_2 .planviaje {
    background: #FFF;
    border: none;
    border-top: 2px solid #202020;
}

    .procesoreserva_pasos.paso_2 .planviaje .pv_izquierda {
        float: left;
        margin: 0 4px 0 0;
        position: relative;
        width: 362px;
    }



        .procesoreserva_pasos.paso_2 .planviaje .pv_izquierda .fh_imagen {
            height: 188px;
            width: 362px;
        }



.tag {
    color: #808080;
    display: inline-block;
    margin: 5px 5px 0 0;
    font-size: 12px;
    white-space: nowrap;
}

    .tag .icon-tag {
        color: #C0C0C0;
        margin-right: 2px;
    }



.procesoreserva_pasos.paso_2 .planviaje .pv_derecha {
    float: left;
    margin-left: 16px;
    min-height: 184px;
    position: relative;
    width: 204px;
}

    .procesoreserva_pasos.paso_2 .planviaje .pv_derecha h6 {
        line-height: 18px;
        margin-bottom: 0;
        margin-top: 6px;
    }



    .procesoreserva_pasos.paso_2 .planviaje .pv_derecha .parrafo {
        margin-bottom: 16px;
        margin-top: 16px;
    }

    .procesoreserva_pasos.paso_2 .planviaje .pv_derecha a {
        margin-left: 0;
    }


.procesoreserva_pasos.paso_2 .planviaje .pv_arriba {
    display: table;
    padding: 16px;
    width: 100%;
}


.procesoreserva_pasos.paso_2 .planviaje .pv_abajo {
    border-top: 1px solid #E0E0E0;
    clear: left;
    margin: 0 16px 16px;
    width: auto;
}

    .procesoreserva_pasos.paso_2 .planviaje .pv_abajo .pv_abajo_titulos {
        font-family: 'HelveticaNeueETW01-55Rg';
        font-size: 12px;
        color: #808080;
        text-transform: uppercase;
        height: 20px; /*32px*/
        margin-top: 10px;
    }

        .procesoreserva_pasos.paso_2 .planviaje .pv_abajo .pv_abajo_titulos .pv_abajo_titulos1 {
            float: left;
            width: 50%;
            padding-left: 10px;
        }

        .procesoreserva_pasos.paso_2 .planviaje .pv_abajo .pv_abajo_titulos .pv_abajo_titulos2 {
            float: left;
            width: auto;
        }

    .procesoreserva_pasos.paso_2 .planviaje .pv_abajo .pv_listado {
    }

        .procesoreserva_pasos.paso_2 .planviaje .pv_abajo .pv_listado li {
            width: 100%;
            list-style: none;
            margin-left: 0;
        }

            .procesoreserva_pasos.paso_2 .planviaje .pv_abajo .pv_listado li label {
                background: none repeat scroll 0 0 #F8F8F8;
                border: 1px solid #E0E0E0;
                color: #808080;
                height: auto;
                margin: 8px 0 0;
                min-height: 40px;
                padding: 10px;
                text-align: left;
                width: 100%;
                cursor: pointer;
            }


            .procesoreserva_pasos.paso_2 .planviaje .pv_abajo .pv_listado li input:checked + label {
                background: none repeat scroll 0 0 #F0F0F0;
                border: 1px solid #808080;
            }

            .procesoreserva_pasos.paso_2 .planviaje .pv_abajo .pv_listado li input + label:hover {
                background: none repeat scroll 0 0 #E0E0E0;
                border: 1px solid #C0C0C0;
            }


            .procesoreserva_pasos.paso_2 .planviaje .pv_abajo .pv_listado li label .pv_listado_texto {
                float: left;
                width: 50%; /*50%*/
            }

                .procesoreserva_pasos.paso_2 .planviaje .pv_abajo .pv_listado li label .pv_listado_texto .parrafo_destacado_bold {
                    clear: left;
                }

                .procesoreserva_pasos.paso_2 .planviaje .pv_abajo .pv_listado li label .pv_listado_texto a {
                    margin-left: 0;
                }

            .procesoreserva_pasos.paso_2 .planviaje .pv_abajo .pv_listado li label .pv_listado_precio {
                float: left;
                width: 25%;
            }

                .procesoreserva_pasos.paso_2 .planviaje .pv_abajo .pv_listado li label .pv_listado_precio .pv_listado_precio_final {
                    clear: left;
                    font-family: 'HelveticaNeueETW01-75Bd';
                    font-size: 18px;
                    color: #404040;
                }

                .procesoreserva_pasos.paso_2 .planviaje .pv_abajo .pv_listado li label .pv_listado_precio .pv_listado_precio_tachado {
                    clear: left;
                    font-family: 'HelveticaNeueETW01-55Rg';
                    font-size: 12px;
                    color: #808080;
                    text-decoration: line-through;
                    min-height: 10px;
                }

            .procesoreserva_pasos.paso_2 .planviaje .pv_abajo .pv_listado li label .fh_alojamiento_boton {
                float: left;
                width: 25%;
            }

            .procesoreserva_pasos.paso_2 .planviaje .pv_abajo .pv_listado li input {
                display: none;
            }

/*.procesoreserva_pasos.paso_2 .planviaje .pv_abajo .pv_listado li label .fh_alojamiento_boton .ico_seleccionar,
            .procesoreserva_pasos.paso_2 .planviaje .pv_abajo .pv_listado li label .fh_alojamiento_boton .ico_seleccionado {
                background-color: #771E66;
                border-bottom: 3px solid #4E1444;
                border-width: 0 0 3px;
                color: #F8F8F8;
                display: inline-block;
                font-family: 'HelveticaNeueETW01-65Md';
                font-size: 13px;
                font-weight: normal;
                height: 29px;
                line-height: 30px;
                padding-left: 10px;
                padding-right: 15px;
                text-align: center;
                text-shadow: 0 -1px rgba(32, 32, 32, 0.3), 0 1px rgba(248, 248, 248, 0.15);
                width: 100%;
            }

            .procesoreserva_pasos.paso_2 .planviaje .pv_abajo .pv_listado li .ico_seleccionar {
                display: none;
            }


            .procesoreserva_pasos.paso_2 .planviaje .pv_abajo .pv_listado li label .fh_alojamiento_boton .ico_seleccionado {
                visibility: hidden;
                display: none;
            }

            .procesoreserva_pasos.paso_2 .planviaje .pv_abajo .pv_listado li input[type="radio"]:checked + label .fh_alojamiento_boton .ico_seleccionado {
                background: none repeat scroll 0 0 #808080;
                border-bottom: 3px solid #606060;
            }

            .procesoreserva_pasos.paso_2 .planviaje .pv_abajo .pv_listado li input[type="radio"]:checked + label .fh_alojamiento_boton .ico_seleccionar {
                display: none;
            }

            .procesoreserva_pasos.paso_2 .planviaje .pv_abajo .pv_listado li input[type="radio"]:checked + label .fh_alojamiento_boton .ico_seleccionado {
                visibility: visible;
                display: block;
            }*/
/* END PLANES DE VIAJE*/
/********************************************************************************************************************/
/* END  PROCESO DE RESERVA - PASO 2 (SELECCIONA HABITACI�N) *********************************************************/
/********************************************************************************************************************/














/********************************************************************************************************************/
/*  PROCESO DE RESERVA - PASO 3 (PERSONALIZA ESTANCIA) **************************************************************/
/********************************************************************************************************************/
.procesoreserva_pasos.paso_3 .ficha_habitacion {
    position: relative;
    padding: 0;
    min-height: 110px;
}

.paso_3 .ind_precio {
    position: absolute;
    right: -6px;
    top: 10px;
}

.procesoreserva_pasos.paso_3 .ficha_habitacion .fh_centro {
    margin-top: 10px;
}

.procesoreserva_pasos.paso_3 .ficha_habitacion .fh_izquierda {
    width: 120px;
    margin-top: 16px;
    margin-left: 16px;
}

.procesoreserva_pasos.paso_3 .ficha_habitacion .fh_centro h6 {
    margin-top: 12px;
}

    .procesoreserva_pasos.paso_3 .ficha_habitacion .fh_izquierda .fh_imagen {
        width: 122px;
        height: 90px;
    }





.procesoreserva_pasos.paso_3 .ficha_habitacion .opciones {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 100%;
    margin-top: 16px;
    padding: 0 16px 10px;
}


    .procesoreserva_pasos.paso_3 .ficha_habitacion .opciones > ul {
        border-top: 1px solid #C0C0C0;
        display: table;
        width: 100%;
        padding: 8px 10px;
    }

        .procesoreserva_pasos.paso_3 .ficha_habitacion .opciones > ul > li {
            display: inline-block;
            list-style: none outside none;
            margin: 0;
            padding: 0;
            vertical-align: middle;
            margin-left: 130px;
            width: 200px;
        }

        .procesoreserva_pasos.paso_3 .ficha_habitacion .opciones > ul > li + li {
            padding-left: 0;
            width: auto;
            margin-left: 20px;
        }

            .procesoreserva_pasos.paso_3 .ficha_habitacion .opciones > ul > li > label {
                font-family: 'HelveticaNeueETW01-55Rg';
                font-size: 12px;
                color: #808080;
                text-transform: uppercase;
                display: inline-block;
                *display: inline;
                width: 100%;
                /*zoom: 1;
        padding-left: 140px;
        width: 338px;
        border-top: 1px solid #C0C0C0;
        padding-top: 10px;
        padding-bottom: 10px;*/
                margin: 0;
                text-align: left;
            }




    .procesoreserva_pasos.paso_3 .ficha_habitacion .opciones textarea {
        width: 300px;
        height: 100px;
        margin-left: 139px;
    }

    .procesoreserva_pasos.paso_3 .ficha_habitacion .opciones h6 + h6 {
        padding-left: 19px;
        width: 246px;
    }





    .procesoreserva_pasos.paso_3 .ficha_habitacion .opciones label > ul {
        display: table;
        font-size: 0;
        width: 100%;
    }

        .procesoreserva_pasos.paso_3 .ficha_habitacion .opciones label > ul > li {
            display: inline-block;
            list-style: none outside none;
            margin: 0 0 0 130px /*0*/;
            padding: 0;
            vertical-align: middle;
        }

.procesoreserva_pasos.paso_3 .ficha_habitacion .opciones label > ul > li + li {
    margin-left: 20px;
}


.procesoreserva_pasos.paso_3 .ficha_habitacion .opciones label > ul > .ultimashab.enfasis {
    color: #404040;
    font-size: 12px;
    margin: 0;
    text-align: right;
    width: 110px;
}

.procesoreserva_pasos.paso_3 .ficha_habitacion .opciones label > ul > li:nth-child(2).
.procesoreserva_pasos.paso_3 .ficha_habitacion .opciones label > ul > li.cantidad,
.procesoreserva_pasos.paso_3 .ficha_habitacion .opciones label > ul > li.habitacion_nombre {
    width: 200px;
}

.procesoreserva_pasos.paso_3 .ficha_habitacion .opciones label > ul > li.preu {
    width: 90px /*200px*/;
}

.procesoreserva_pasos.paso_3 .ficha_habitacion .opciones label > ul > li:nth-child(3),
.procesoreserva_pasos.paso_3 .ficha_habitacion .opciones label > ul > li.add-button {
    white-space: nowrap;
    width: 90px;
}



.procesoreserva_pasos.paso_3 .ficha_habitacion .opciones label > ul > li .precio {
    /*width: 86px;*/
    display: block;
    color: #404040;
    font-family: 'HelveticaNeueETW01-75Bd';
}

.procesoreserva_pasos.paso_3 .ficha_habitacion .opciones ul li select {
    width: 100%;
}



.procesoreserva_pasos.paso_3 .ficha_habitacion .opciones ul li .numeric {
    width: 70px;
    margin-right: 130px;
}



.procesoreserva_pasos.paso_3 .ficha_habitacion .opciones ul li li {
    display: block;
    margin: 0;
}

.procesoreserva_pasos.paso_3 .ficha_habitacion .opciones label > ul > li:last-child {
    padding-right: 0;
    text-align: right;
    width: 124px;
    margin: 0;
}

.procesoreserva_pasos.paso_3 .ficha_habitacion .opciones ul li li p {
    margin: 0;
    text-transform: initial;
    font-size: 11px;
    font-weight: normal;
    font-family: 'HelveticaNeueETW01-75Bd';
    width: 202px;
}

    .procesoreserva_pasos.paso_3 .ficha_habitacion .opciones ul li li p span {
        color: #404040;
    }

.procesoreserva_pasos.paso_3 .ficha_habitacion .opciones > div {
    width: 100%;
    padding: 10px;
    background: #F8F8F8;
    border: 1px solid #C0C0C0;
}

    .procesoreserva_pasos.paso_3 .ficha_habitacion .opciones > div.accordion_comments {
        width: 100%;
        display: inline-block;
        background: transparent;
        border: none;
        padding: 0;
        margin-top: 10px;
    }

    .procesoreserva_pasos.paso_3 .ficha_habitacion .opciones > div.comments {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        border: medium none;
        margin-top: 5px;
        padding: 0;
        width: 100%;
    }

    .procesoreserva_pasos.paso_3 .ficha_habitacion .opciones > div.parrafo_secundario a {
        margin: 0 0 0 139px;
    }



.procesoreserva_pasos.paso_3 .plan_habitacion_contenido ul li {
    list-style: none;
    margin-left: 0;
    vertical-align: bottom;
}

    .procesoreserva_pasos.paso_3 .plan_habitacion_contenido ul li + li {
        border-top: 1px solid #E0E0E0;
    }

    .procesoreserva_pasos.paso_3 .plan_habitacion_contenido ul li h5 {
        font-size: 12px;
        color: #404040;
        line-height: 16px;
        font-weight: normal;
        font-family: 'HelveticaNeueETW01-55Rg';
        text-transform: initial;
        display: inline-block;
        *display: block;
        zoom: 1;
        width: 180px;
        margin: 8px 0;
    }

    .procesoreserva_pasos.paso_3 .plan_habitacion_contenido ul li p {
        display: inline-block;
        *display: block;
        zoom: 1;
        text-align: right;
        width: 78px;
        font-size: 12px;
        font-family: 'HelveticaNeueETW01-75Bd';
        color: #404040;
        margin: 8px 0 8px 8px;
    }

.paso_3 .pr_seleccionado .opciones > div {
    background: #E0E0E0;
    border: 1px solid #808080;
}

.procesoreserva_pasos.paso_3 .ficha_habitacion.pr_seleccionado {
    background: #F0F0F0;
}

    .procesoreserva_pasos.paso_3 .ficha_habitacion.pr_seleccionado .opciones {
        background: #fff;
    }

        .procesoreserva_pasos.paso_3 .ficha_habitacion.pr_seleccionado .opciones h6 {
            border-top: 1px solid #fff;
        }


.icon-mas:before {
    display: none;
}

.procesoreserva_pasos .ficha_habitacion:hover .opciones {
    background: #fff;
}

.procesoreserva_pasos.paso_3 .ficha_habitacion:hover .opciones h6 {
    border-top: 1px solid #fff;
}

.procesoreserva_pasos.paso_2 .ficha_habitacion .fh_centro .fh_habitacion {
    margin-bottom: 0;
}

/********************************************************************************************************************/
/* END  PROCESO DE RESERVA - PASO 3 (PERSONALIZA ESTANCIA) **********************************************************/
/********************************************************************************************************************/













/********************************************************************************************************************/
/* PROCESO DE RESERVA - PASO 4 (DATOS DE RESERVA) *******************************************************************/
/********************************************************************************************************************/

.procesoreserva_pasos .procesoreserva_izq .content {
    padding: 15px;
}

.procesoreserva_pasos .span8 .bloque_cliente .content {
    padding-top: 0;
}

.bloque_cliente .content .parrafo {
    border-bottom: 1px solid #C0C0C0;
    border-top: 1px solid #C0C0C0;
    min-height: 40px;
    padding: 10px 0;
}

    .bloque_cliente .content .parrafo span.icon-destacado:before {
        color: #771E66;
        content: "\e619";
        font-size: 18px;
        font-family: 'expoicons';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        top: 2px;
        left: 0px;
        padding-right: 10px;
    }

.procesoreserva_pasos.paso_4 input[type='text'],
.procesoreserva_pasos.paso_4 input[type='password'],
.procesoreserva_pasos.paso_4 select,
.procesoreserva_pasos.paso_4 input[type='email'] {
    width: 220px;
}

    .procesoreserva_pasos.paso_4 .Credit_Card_Expiration select, .procesoreserva_pasos.paso_4 .Credit_Card_CVV input,
    .procesoreserva_pasos.paso_4 .Credit_Card_Expiration select, .procesoreserva_pasos.paso_4 input.Credit_Card_CVV  {
        width: 70px;
    }

.procesoreserva_pasos.paso_4 .bloque_datos_contacto input[type='password'], .procesoreserva_pasos.paso_4 .bloque_datos_contacto input[type='text'].small.numeric {
    width: 144px;
}

.procesoreserva_pasos.paso_4 .bloque_cliente .zona-login div.general {
    display: inline-block;
    margin-left: 0;
    vertical-align: top;
}

.procesoreserva_pasos.paso_4 .bloque_cliente .input_list {
    padding-bottom: 0;
}

.procesoreserva_pasos.paso_4 .bloque_cliente .zona-login .boton {
  font-family: 'HelveticaNeueETW01-75Bd';
  margin-left: 10px;
  width: 130px; /* 140px; */
}

.procesoreserva_pasos.paso_4 .bloque_cliente .zona-login .forgot {
    margin: 0 16px;
    min-height: 1px;
}

    .procesoreserva_pasos.paso_4 .bloque_cliente .zona-login .forgot a {
        margin-left: 37%;
    }

.procesoreserva_pasos.paso_4 .span8 .radio_list {
    border: 0 none;
    font-size: 0;
    margin: 0;
    padding: 10px 0;
    width: 100%;
}

.procesoreserva_pasos.paso_4 .span8 .bloque_datos_contacto .radio_list {
    border-bottom: 1px solid #C0C0C0;
    border-top: 1px solid #C0C0C0;
    margin: 10px 0;
}

.procesoreserva_pasos.paso_4 .span8 .bloque_tarifa .radio_list > li {
    width: 50%;
}

.procesoreserva_pasos.paso_4 .span8 .bloque_tarifa .icon-compare {
    font-size: 18px;
    padding-right: 5px;
}

.procesoreserva_pasos.paso_4 .span8 .bloque_tarifa .radio_list label {
    cursor: pointer;
}

    .procesoreserva_pasos.paso_4 .span8 .bloque_tarifa .radio_list label > p {
        display: inline-block;
        margin: 8px auto;
        text-align: center;
        vertical-align: top;
        width: 100%;
    }

.procesoreserva_pasos.paso_4 .span8 .bloque_cliente .radio_list label:before {
    padding-left: 5px;
}

.procesoreserva_pasos.paso_4 .span8 .bloque_cliente .radio_list label > span {
    display: inline-block;
}

.procesoreserva_pasos.paso_4 .span8 .bloque_tarifa .tarifa_content .parrafo_secundario {
    min-height: 50px;
}

.procesoreserva_pasos.paso_4 .span8 .bloque_tarifa .radio_list label > p:first-child {
    margin-bottom: 0;
    margin-top: 0;
    width: 82%;
}

.procesoreserva_pasos.paso_4 .span8 .radio_list .tarifa_imagen {
    background-color: rgba(0, 0, 0, 0);
    border: 0 none;
    margin: 8px auto;
    padding: 0;
    text-align: center;
    width: 100%;
}

.procesoreserva_pasos.paso_4 .span8 .radio_list .tarifa_price {
    color: #404040;
    font-family: 'HelveticaNeueETW01-75Bd';
    font-size: 18px;
}

.procesoreserva_pasos.paso_4 .span8 .bloque_tarifa .action {
    background-color: rgba(0, 0, 0, 0);
    border: medium none;
    text-align: center;
    width: auto;
}

.procesoreserva_pasos.paso_4 .span8 .bloque_tarifa .boton {
    font-family: 'HelveticaNeueETW01-55Rg';
    font-size: 13px;
    height: auto;
    line-height: 15px;
    min-height: 45px;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 165px;
}

.procesoreserva_pasos.paso_4 .span8 .bloque_tarifa .precio_final {
    border-bottom: 1px solid #C0C0C0;
    border-top: 1px solid #C0C0C0;
    margin: 8px 16px 16px;
    min-height: 40px;
    padding: 10px 0;
    overflow: hidden;
}

    .procesoreserva_pasos.paso_4 .span8 .bloque_tarifa .precio_final .title {
        float: left;
        text-align: left;
        text-transform: uppercase;
        width: 50%;
        color: #808080;
        font-size: 13px;
        font-family: 'HelveticaNeueETW01-55Rg';
    }

    .procesoreserva_pasos.paso_4 .span8 .bloque_tarifa .precio_final .precio {
        float: right;
        text-align: right;
        width: 50%;
        color: #771E66;
        font-size: 18px;
        font-family: 'HelveticaNeueETW01-75Bd';
    }

.procesoreserva_pasos.paso_4 .span8 .bloque_tarifa .radio_list input[type="radio"] + label .boton.selected,
.procesoreserva_pasos.paso_4 .span8 .bloque_tarifa .radio_list input[type="radio"]:checked + label .boton {
    display: none;
}

    .procesoreserva_pasos.paso_4 .span8 .bloque_tarifa .radio_list input[type="radio"]:checked + label .boton.selected,
    .procesoreserva_pasos.paso_4 .span8 .bloque_tarifa .radio_list input[type="radio"] + label .boton {
        display: inline-block;
    }
/*autorellenar*/
.procesoreserva_pasos.paso_4 .bloque_datos_contacto .auto_rellenar .icon-user {
    color: #808080;
    font-size: 16px;
    padding-right: 11px;
}

.procesoreserva_pasos.paso_4 .bloque_datos_contacto .auto_rellenar {
    border-top: 1px solid #C0C0C0;
    margin-top: 10px;
    min-height: 40px;
    padding: 15px 0 0;
    text-align: center;
}

    .procesoreserva_pasos.paso_4 .bloque_datos_contacto .auto_rellenar input[type=checkbox] {
        display: none;
    }

    .procesoreserva_pasos.paso_4 .bloque_datos_contacto .auto_rellenar label {
        font-family: 'HelveticaNeueETW01-55Rg';
        font-size: 13px;
        margin: 0;
        padding-bottom: 5px;
        width: auto;
    }

        .procesoreserva_pasos.paso_4 .bloque_datos_contacto .auto_rellenar label:before {
            content: "\e64c";
            font-family: 'expoicons';
            font-size: 14px;
            color: #C0C0C0;
            text-align: left;
            /*font-weight: normal;*/
            padding-right: 8px;
        }

        .procesoreserva_pasos.paso_4 .bloque_datos_contacto .auto_rellenar label:hover {
            color: #808080;
        }

    .procesoreserva_pasos.paso_4 .bloque_datos_contacto .auto_rellenar input[type=checkbox]:hover + label:before {
        color: #C0C0C0;
        content: "\e64e";
    }

    .procesoreserva_pasos.paso_4 .bloque_datos_contacto .auto_rellenar input[type=checkbox]:checked + label:before {
        content: "\e64e";
        color: #771E66;
    }
/*end autorellenar*/
.procesoreserva_pasos.paso_4 .span8 .bloque_datos_contacto .input_list > li .nota {
    font-size: 11px;
    line-height: 11px;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: bottom;
    width: 37%;
}

    .procesoreserva_pasos.paso_4 .span8 .bloque_datos_contacto .input_list > li .nota + .question {
        display: none;
    }

.procesoreserva_pasos.paso_4 .span8 .bloque_datos_contacto .input_list > li .question,
.procesoreserva_pasos.paso_4 .span8 .bloque_datos_tarjeta .input_list > li .question {
    cursor: pointer;
    display: inline-block;
}


.procesoreserva_pasos.paso_4 .bloque_datos_contacto .zona-password {
    border-top: 1px solid #C0C0C0;
    padding-top: 10px;
}

    .procesoreserva_pasos.paso_4 .bloque_datos_contacto .zona-password .parrafo_secundario {
        margin-left: 32%;
        padding-left: 33px;
        width: 266px;
    }

        .procesoreserva_pasos.paso_4 .bloque_datos_contacto .zona-password .parrafo_secundario .question {
            display: inline-block;
        }

    .procesoreserva_pasos.paso_4 .bloque_datos_contacto .zona-password .input_list {
        padding-bottom: 0;
    }

.procesoreserva_pasos.paso_4 .span8 .radio_list li {
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

.procesoreserva_pasos.paso_4 .span8 .bloque_cliente .radio_list li {
    width: 50%;
}

.procesoreserva_pasos.paso_4 .span8 .bloque_datos_contacto .radio_list li {
    width: 33.18%;
}

.procesoreserva_pasos.paso_4 .span8 .radio_list li > div {
    background-color: #F8F8F8;
    border: 0 solid #C0C0C0;
    margin: 0 auto;
    padding: 0;
}

.procesoreserva_pasos.paso_4 .span8 .radio_list li div label {
    border: 1px solid #E0E0E0;
    display: inline-block;
    padding: 12px;
    text-align: left;
    width: 100%;
}

.procesoreserva_pasos.paso_4 label {
    width: 32%;
}

.procesoreserva_pasos.paso_4 .span8 .radio_list input[type="radio"]:checked + label {
    border: 3px solid #771E66;
    padding: 10px;
    background: #E0E0E0;
}


.procesoreserva_pasos.paso_4 .span8 .bloque_tarifa .version_movil {
    display: none;
}

.procesoreserva_pasos.paso_4 legend {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #E5E5E5;
    border-image: none;
    border-style: none none solid;
    border-width: 0;
    color: rgba(0, 0, 0, 0);
    display: block;
    font-size: 0;
    line-height: inherit;
    margin-bottom: 0;
    padding: 0;
    width: auto;
    float: left;
    width: 100%;
}

.procesoreserva_pasos.paso_4 .procesoreserva_izq .titulo_form legend .parrafo_secundario {
    width: auto;
}

.procesoreserva_pasos.paso_4 .zona_boton {
    margin: 15px;
    text-align: right;
}

.procesoreserva_pasos.paso_4 .span8 .bloque_datos_tarjeta .parrafo.description {
    border-bottom: 1px solid #C0C0C0;
    padding-bottom: 10px;
}

.procesoreserva_pasos.paso_4 .span8 a {
    margin: 0;
}

.procesoreserva_pasos.paso_4 .condiciones {
    background: #d9d6d6; /* Old browsers */
    background: -moz-linear-gradient(top, #d9d6d6 0%, #f0f0f0 7%, #f9f9f9 11%, #f9f9f9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d9d6d6), color-stop(7%,#f0f0f0), color-stop(11%,#f9f9f9), color-stop(100%,#f9f9f9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d9d6d6 0%,#f0f0f0 7%,#f9f9f9 11%,#f9f9f9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d9d6d6 0%,#f0f0f0 7%,#f9f9f9 11%,#f9f9f9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d9d6d6 0%,#f0f0f0 7%,#f9f9f9 11%,#f9f9f9 100%); /* IE10+ */
    background: linear-gradient(to bottom, #d9d6d6 0%,#f0f0f0 7%,#f9f9f9 11%,#f9f9f9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9d6d6', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
    margin: 0;
    padding: 16px;
}

    .procesoreserva_pasos.paso_4 .condiciones label {
        color: #808080;
        font-family: 'HelveticaNeueETW01-55Rg';
        font-size: 13px;
        margin: 0 0 0 25px;
        text-align: left;
        width: auto;
    }

    .procesoreserva_pasos.paso_4 .condiciones input[type="checkbox"] {
        display: none;
    }

.procesoreserva_pasos.paso_4 .procesoreserva_izq .condiciones input[type="checkbox"] + label:before {
    margin-left: -23px;
    margin-right: 8px;
    padding-right: 0;
    text-align: left;
}

.procesoreserva_izq .condiciones + .action.general .b_proceso_reserva:after {
    padding: 17px 5px 13px;
}

#payment-error-modal {
    margin: 0 auto;
    width: 35%;
}

/********************************************************************************************************************/
/* END  PROCESO DE RESERVA - PASO 4 (DATOS DE RESERVA) **************************************************************/
/********************************************************************************************************************/









/********************************************************************************************************************/
/* PROCESO DE RESERVA - PASO 5 (CONFIRMACI�N) ***********************************************************************/
/********************************************************************************************************************/
.procesoreserva_pasos.paso_5 {
    margin-bottom: 47px;
}

    .procesoreserva_pasos.paso_5 .span12.reserva {
        border: 1px solid #E0E0E0;
    }

    .procesoreserva_pasos.paso_5 .mensaje {
        background-color: #404040;
        border-top: 3px solid #771E66;
        color: #FFFFFF;
        min-height: 83px;
        padding-top: 15px;
        position: relative;
    }

        .procesoreserva_pasos.paso_5 .mensaje .icon-ok {
            display: inline-block;
            font-size: 48px;
            margin-left: 20px;
            margin-right: 10px;
            vertical-align: super;
        }

        .procesoreserva_pasos.paso_5 .mensaje .mensaje-txt {
            display: inline-block;
            max-width: 69%;
            vertical-align: top;
            width: auto;
        }

            .procesoreserva_pasos.paso_5 .mensaje .mensaje-txt h2 {
                color: #FFFFFF;
                margin: 2px 0 5px;
                padding: 0;
            }

            .procesoreserva_pasos.paso_5 .mensaje .mensaje-txt p.parrafo_destacado {
                color: #ffffff;
                margin-bottom: 10px;
            }

    .procesoreserva_pasos.paso_5 .ind_codigo_reserva {
        position: absolute;
        right: 20px;
        top: -6px;
    }

    .procesoreserva_pasos.paso_5 .tools {
        background: #e0e0e0; /* Old browsers */
        background: -moz-linear-gradient(top, #e0e0e0 0%, #e0e0e0 85%, #cbcbcb 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0e0e0), color-stop(85%,#e0e0e0), color-stop(100%,#cbcbcb)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #e0e0e0 0%,#e0e0e0 85%,#cbcbcb 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #e0e0e0 0%,#e0e0e0 85%,#cbcbcb 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #e0e0e0 0%,#e0e0e0 85%,#cbcbcb 100%); /* IE10+ */
        background: linear-gradient(to bottom, #e0e0e0 0%,#e0e0e0 85%,#cbcbcb 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#cbcbcb',GradientType=0 ); /* IE6-9 */
        min-height: 56px;
        text-align: center;
    }

        .procesoreserva_pasos.paso_5 .tools ul {
            width: auto;
            padding: 14px 0;
        }

            .procesoreserva_pasos.paso_5 .tools ul li {
                display: inline-block;
                list-style: none outside none;
                margin: 5px 5%;
            }

                .procesoreserva_pasos.paso_5 .tools ul li a {
                    color: #606060;
                    font-size: 13px;
                    font-family: "HelveticaNeueETW01-75Bd";
                }

    .procesoreserva_pasos.paso_5 .span12.plan_viaje,
    .procesoreserva_pasos.paso_5 .span12.reserva_hotel,
    .procesoreserva_pasos.paso_5 .span12 .detalles_reserva,
    .procesoreserva_pasos.paso_5 .span12 .venta_cruzada,
    .procesoreserva_pasos.paso_5 .span12 .ofertas_venta_cruzada {
        margin: 0;
        width: 100%;
        margin: 0;
    }

    .procesoreserva_pasos.paso_5 .span12.plan_viaje {
        background: #f8f8f8; /* Old browsers */
        background: -moz-linear-gradient(top, #f8f8f8 0%, #f8f8f8 97%, #e4e4e4 100%, #e5e5e5 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(97%,#f8f8f8), color-stop(100%,#e4e4e4), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #f8f8f8 0%,#f8f8f8 97%,#e4e4e4 100%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #f8f8f8 0%,#f8f8f8 97%,#e4e4e4 100%,#e5e5e5 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #f8f8f8 0%,#f8f8f8 97%,#e4e4e4 100%,#e5e5e5 100%); /* IE10+ */
        background: linear-gradient(to bottom, #f8f8f8 0%,#f8f8f8 97%,#e4e4e4 100%,#e5e5e5 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
        min-height: 232px;
        /*border: 1px solid #E0E0E0;*/
        width: 100%;
    }

        .procesoreserva_pasos.paso_5 .span12.plan_viaje .span7,
        .procesoreserva_pasos.paso_5 .span12.plan_viaje .span5 {
            margin: 0;
            display: table-cell;
            float: none;
            vertical-align: top;
        }

    .procesoreserva_pasos.paso_5 .span12.reserva_hotel .span8,
    .procesoreserva_pasos.paso_5 .span12.reserva_hotel .span4 {
        margin: 0;
        display: table-cell;
        float: none;
        vertical-align: top;
    }

    .procesoreserva_pasos.paso_5 .span12.reserva_hotel .datos_hotel {
        width: 65.95%;
    }

    .procesoreserva_pasos.paso_5 .span12.reserva_hotel .tu_reserva {
        width: 34%;
        border-left: 1px solid #E0E0E0;
    }

    .procesoreserva_pasos.paso_5 .span12 .detalles_reserva .datos_autor_reserva,
    .procesoreserva_pasos.paso_5 .span12 .detalles_reserva .info_factura {
        margin: 0;
    }

    .procesoreserva_pasos.paso_5 .span12.plan_viaje > h2 {
        background: #404040; /* Old browsers */
        background: -moz-linear-gradient(top, #404040 0%, #404040 84%, #343434 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#404040), color-stop(84%,#404040), color-stop(100%,#343434)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #404040 0%,#404040 84%,#343434 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #404040 0%,#404040 84%,#343434 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #404040 0%,#404040 84%,#343434 100%); /* IE10+ */
        background: linear-gradient(to bottom, #404040 0%,#404040 84%,#343434 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404040', endColorstr='#343434',GradientType=0 ); /* IE6-9 */
        color: #ffffff;
        padding: 17px 20px;
        margin: 0;
    }

    .procesoreserva_pasos.paso_5 .span12.plan_viaje .span5 h2 {
        margin-bottom: 5px;
        margin-top: 0;
    }

    .procesoreserva_pasos.paso_5 .span12.plan_viaje .parrafo {
        margin-top: 10px;
    }

    .procesoreserva_pasos.paso_5 .span12.plan_viaje .span7 {
        padding: 20px;
    }

    .procesoreserva_pasos.paso_5 .span12.plan_viaje .span5 {
        padding: 20px;
        border-left: 1px solid #E0E0E0;
    }

    .procesoreserva_pasos.paso_5 .span12.plan_viaje .span7 img {
        border: 3px solid #404040;
        max-width: 500px;
        width: 100%;
        height: auto;
        max-height: 200px;
    }

    .procesoreserva_pasos.paso_5 .span12.reserva_hotel {
        background-color: #FFFFFF;
        display: table;
    }

    .procesoreserva_pasos.paso_5 .fh_izq, .procesoreserva_pasos.paso_5 .fh_der {
        display: inline-block;
        margin-bottom: 15px;
        margin-left: 20px;
        margin-top: 15px;
        vertical-align: top;
    }

    .procesoreserva_pasos.paso_5 .fh_izq {
        min-width: 200px;
        width: 32.98%;
    }

    .procesoreserva_pasos.paso_5 .fh_der {
        width: 49%;
    }

    .procesoreserva_pasos.paso_5 .fh_izq .h_imagen {
        width: 100%;
    }

        .procesoreserva_pasos.paso_5 .fh_izq .h_imagen .h_dos {
            width: 100%;
        }

            .procesoreserva_pasos.paso_5 .fh_izq .h_imagen .h_dos .imagen button {
                overflow: hidden;
                width: 100%;
            }

                .procesoreserva_pasos.paso_5 .fh_izq .h_imagen .h_dos .imagen button img {
                    height: 100%;
                    width: auto;
                }

    .procesoreserva_pasos.paso_5 .span12.reserva_hotel .nombre_hotel {
        margin: 0 0 15px 0;
        padding: 0;
    }

        .procesoreserva_pasos.paso_5 .span12.reserva_hotel .nombre_hotel .icon-star {
            font-size: 12px;
        }

    .procesoreserva_pasos.paso_5 .span12.reserva_hotel .parrafo_secundario.direccion_hotel > span {
        display: block;
        line-height: 18px;
    }

        .procesoreserva_pasos.paso_5 .span12.reserva_hotel .parrafo_secundario.direccion_hotel > span a {
            margin: 0;
            color: #606060;
        }

    .procesoreserva_pasos.paso_5 .span12.reserva_hotel .parrafo_secundario.direccion_hotel {
        margin-bottom: 10px;
    }

    .procesoreserva_pasos.paso_5 .span12.reserva_hotel .tu_reserva .tu_reserva_head {
        background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 86%, rgba(0,0,0,0.05) 89%, rgba(0,0,0,0.08) 91%, rgba(0,0,0,0.01) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(86%,rgba(255,255,255,0)), color-stop(89%,rgba(0,0,0,0.05)), color-stop(91%,rgba(0,0,0,0.08)), color-stop(100%,rgba(0,0,0,0.01))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 86%,rgba(0,0,0,0.05) 89%,rgba(0,0,0,0.08) 91%,rgba(0,0,0,0.01) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 86%,rgba(0,0,0,0.05) 89%,rgba(0,0,0,0.08) 91%,rgba(0,0,0,0.01) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 86%,rgba(0,0,0,0.05) 89%,rgba(0,0,0,0.08) 91%,rgba(0,0,0,0.01) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 86%,rgba(0,0,0,0.05) 89%,rgba(0,0,0,0.08) 91%,rgba(0,0,0,0.01) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#03000000',GradientType=0 ); /* IE6-9 */
        min-height: 52px;
        position: relative;
        padding: 13px 20px;
    }

        .procesoreserva_pasos.paso_5 .span12.reserva_hotel .tu_reserva .tu_reserva_head .title {
            margin: 0;
            padding: 0;
            display: inline-block;
        }

        .procesoreserva_pasos.paso_5 .span12.reserva_hotel .tu_reserva .tu_reserva_head .condiciones_reserva {
            display: inline-block;
            float: right;
            margin-top: 3px;
            margin-right: 10px;
            text-align: right;
        }

    .procesoreserva_pasos.paso_5 .span12.reserva_hotel .tu_reserva .datos_reserva {
        padding: 10px 20px;
    }

        .procesoreserva_pasos.paso_5 .span12.reserva_hotel .tu_reserva .datos_reserva ul li {
            list-style: none outside none;
            margin: 0;
            padding: 0;
        }

            .procesoreserva_pasos.paso_5 .span12.reserva_hotel .tu_reserva .datos_reserva ul li span {
                font-family: "HelveticaNeueETW01-75Bd";
            }

    .procesoreserva_pasos.paso_5 .span12.detalles_reserva .head,
    .procesoreserva_pasos.paso_5 .span12.reserva_hotel .head {
        background: rgb(64,64,64); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(64,64,64,1) 0%, rgba(64,64,64,1) 84%, rgba(52,52,52,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(64,64,64,1)), color-stop(84%,rgba(64,64,64,1)), color-stop(100%,rgba(52,52,52,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(64,64,64,1) 0%,rgba(64,64,64,1) 84%,rgba(52,52,52,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(64,64,64,1) 0%,rgba(64,64,64,1) 84%,rgba(52,52,52,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(64,64,64,1) 0%,rgba(64,64,64,1) 84%,rgba(52,52,52,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(64,64,64,1) 0%,rgba(64,64,64,1) 84%,rgba(52,52,52,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404040', endColorstr='#343434',GradientType=0 ); /* IE6-9 */
        min-height: 44px;
        position: relative;
    }

    .procesoreserva_pasos.paso_5 .span12.reserva_hotel .head {
        display: none;
    }


        .procesoreserva_pasos.paso_5 .span12.reserva_hotel .head .nombre_hotel,
        .procesoreserva_pasos.paso_5 .span12.detalles_reserva .head .title {
            margin: 0;
            color: #ffffff;
            padding: 0;
        }

        .procesoreserva_pasos.paso_5 .span12.reserva_hotel .head a,
        .procesoreserva_pasos.paso_5 .span12.detalles_reserva .head a {
            display: block;
            padding: 13px 15px 13px 20px;
        }

            .procesoreserva_pasos.paso_5 .span12.reserva_hotel .head a:before,
            .procesoreserva_pasos.paso_5 .span12.detalles_reserva .head a:before {
                content: "\e62b";
                font-family: 'expoicons';
                color: #FFF;
                font-weight: normal;
                font-size: 20px;
                margin-top: -3px;
                padding-left: 0;
                float: right;
            }

            .procesoreserva_pasos.paso_5 .span12.reserva_hotel .head a.collapsed:before,
            .procesoreserva_pasos.paso_5 .span12.detalles_reserva .head a.collapsed:before {
                content: "\e62a";
                font-family: 'expoicons';
                color: #FFF;
                font-weight: normal;
                font-size: 20px;
                margin-top: -4px;
                padding-left: 0;
                float: right;
            }

            .procesoreserva_pasos.paso_5 .span12.reserva_hotel .detalles_hotel .nombre_hotel {
                margin: 0;
            }

    .procesoreserva_pasos.paso_5 .span12.detalles_reserva .datos_autor_reserva li {
        list-style: none outside none;
        margin: 0;
        padding: 0;
    }

    .procesoreserva_pasos.paso_5 .span12.detalles_reserva .content_reserva {
        background-color: #FFFFFF;
        display: table;
        width: 100%;
    }

        .procesoreserva_pasos.paso_5 .span12.detalles_reserva .content_reserva .datos_autor-info_factura {
            display: table;
            clear: both;
            width: 100%;
        }

    .procesoreserva_pasos.paso_5 .span12.detalles_reserva .datos_autor_reserva li span {
        font-family: "HelveticaNeueETW01-75Bd";
    }

    .procesoreserva_pasos.paso_5 .span12.detalles_reserva .span8.datos_autor_reserva {
        padding: 16px 20px;
    }

    .procesoreserva_pasos.paso_5 .span12.detalles_reserva .span4.info_factura {
        float: left;
        padding: 16px 0 16px 20px;
    }

        .procesoreserva_pasos.paso_5 .span12.detalles_reserva .span4.info_factura > .parrafo_secundario {
            text-align: right;
            padding-right: 5px;
            display: table-cell;
            vertical-align: top;
        }

        .procesoreserva_pasos.paso_5 .span12.detalles_reserva .span4.info_factura .icon-factura {
            font-size: 32px;
            display: table-cell;
            vertical-align: top;
        }

    .procesoreserva_pasos.paso_5 .span12.detalles_reserva .content_reserva > .title {
        background-color: #F0F0F0;
        border: 1px solid #E0E0E0;
        margin: 8px 20px;
        min-height: 32px;
        padding: 8px 11px;
    }

    .procesoreserva_pasos.paso_5 .span12.detalles_reserva .content_reserva .content-row {
        border-top: none;
        margin: 0 20px;
        padding: 8px 0;
        overflow: hidden;
        display: block;
        clear: both;
    }

        .procesoreserva_pasos.paso_5 .span12.detalles_reserva .content_reserva .content-row + .content-row {
            border-top: 1px solid #E0E0E0;
        }

        .procesoreserva_pasos.paso_5 .span12.detalles_reserva .content_reserva .content-row .foto {
            display: inline-block;
            vertical-align: top;
            width: 120px;
            height: 88px;
            border: 1px solid #C0c0c0;
        }

        .procesoreserva_pasos.paso_5 .span12.detalles_reserva .content_reserva .content-row .datos {
            display: inline-block;
            vertical-align: top;
            margin-left: 20px;
        }

            .procesoreserva_pasos.paso_5 .span12.detalles_reserva .content_reserva .content-row .datos .title {
                margin: 16px 0 0;
                padding: 0;
            }

        .procesoreserva_pasos.paso_5 .span12.detalles_reserva .content_reserva .content-row .span10 {
            width: 82.8729%;
            margin: 0;
        }

        .procesoreserva_pasos.paso_5 .span12.detalles_reserva .content_reserva .content-row .span2 {
            text-align: right;
            width: 17.1271%;
            margin: 0;
        }

        .procesoreserva_pasos.paso_5 .span12.detalles_reserva .content_reserva .content-row .parrafo_destacado_bold {
            margin-top: 16px;
        }

    .procesoreserva_pasos.paso_5 .content_reserva .precio_final {
        background-color: #404040;
        border: 1px solid #E0E0E0;
        color: #FFFFFF;
        margin: 8px 20px 20px;
        min-height: 40px;
        padding: 11px 12px 11px 20px;
    }

        .procesoreserva_pasos.paso_5 .content_reserva .precio_final .span10 {
            font-family: "HelveticaNeueETW01-65Md";
            font-size: 13px;
            margin: 0;
            text-align: left;
            text-transform: uppercase;
            width: 82.8729%;
        }

        .procesoreserva_pasos.paso_5 .content_reserva .precio_final .span2 {
            font-family: "HelveticaNeueETW01-75Bd";
            font-size: 16px;
            text-align: right;
            width: 17.1271%;
            margin: 0;
        }

    .procesoreserva_pasos.paso_5 .span12.venta_cruzada h5 {
        border-bottom: 1px solid #C0C0C0;
        padding-bottom: 5px;
        padding-top: 20px;
    }

    .procesoreserva_pasos.paso_5 .ofertas_venta_cruzada .row {
        margin-left: 0;
        margin-right: 0;
    }

    .procesoreserva_pasos.paso_5 .ofertas_venta_cruzada .oferta_box {
        box-shadow: 0 0 0 1px #E0E0E0 inset;
        background-color: #FFFFFF;
        display: table-cell;
        float: none;
        min-height: 193px;
        padding: 16px 20px;
        border-style: solid;
        border-color: #f0f0f0;
    }

    .procesoreserva_pasos.paso_5 .b_acceso_a_destacados {
        min-width: 127px
    }

        .procesoreserva_pasos.paso_5 .ofertas_venta_cruzada .oferta_box:nth-child(1) {
            border-width: 0 5px 0 0;
        }

        .procesoreserva_pasos.paso_5 .ofertas_venta_cruzada .oferta_box:nth-child(2) {
            border-width: 0 2.5px;
        }

        .procesoreserva_pasos.paso_5 .ofertas_venta_cruzada .oferta_box:nth-child(3) {
            border-width: 0 0 0 5px;
        }

        .procesoreserva_pasos.paso_5 .ofertas_venta_cruzada .oferta_box .header_oferta {
            display: table;
        }

    .procesoreserva_pasos.paso_5 .ofertas_venta_cruzada .content_oferta {
        min-height: 66px;
    }

    .procesoreserva_pasos.paso_5 .ofertas_venta_cruzada .oferta_box .header_oferta .icon-users, .procesoreserva_pasos.paso_5 .ofertas_venta_cruzada .oferta_box .header_oferta .icon-visa {
        display: table-cell;
        font-size: 32px;
        vertical-align: top;
        width: 17%;
    }

    .procesoreserva_pasos.paso_5 .ofertas_venta_cruzada .oferta_box .header_oferta .title_oferta {
        margin: 0 0 15px;
        min-height: 32px;
    }

    .procesoreserva_pasos.paso_5 .ofertas_venta_cruzada .oferta_box .foto {
        border: 1px solid #C0C0C0;
        float: left;
        height: 112px;
        margin-right: 20px;
        width: 120px;
    }

    .procesoreserva_pasos.paso_5 .ofertas_venta_cruzada .call-to-action.general {
        margin-top: 11px;
        text-align: right;
    }
/********************************************************************************************************************/
/* END PROCESO DE RESERVA - PASO 5 (CONFIRMACI�N) *******************************************************************/
/********************************************************************************************************************/



/******************************************************************************************************************************************/
/******************************************************************************************************************************************/
/********************************************* END  PROCESO DE RESERVA SEPARADO POR LOS 5 PASOS *******************************************/
/******************************************************************************************************************************************/




/************* GESTION DE RESERVAS ***************************/


/*** cancelar reserva ****/
.gestion_reserva.cancelar_reserva .bloque_izquierda {
  border-top: 0;
  margin-left: 0;
}


.gestion_reserva.cancelar_reserva .bloque_izquierda h2, .gestion_reserva.cancelar_reserva .bloque_izquierda .bloque {
  background-color: #ffffff;
  border-color: #e0e0e0;
  border-style: solid;
  border-width: 0 1px 1px;
  margin-left: 0;
}

.gestion_reserva.cancelar_reserva .bloque_izquierda h2, .gestion_reserva.cancelar_reserva .bloque_izquierda h3 {
  background-color: #404040;
  border-top: 3px solid #771e66;
  color: #ffffff;
  margin: 0 0 16px;
  padding: 13px 16px;
}


.gestion_reserva.cancelar_reserva .bloque_izquierda .intro p {
  margin: 0 16px;
}

.gestion_reserva.cancelar_reserva .bloque_izquierda .intro p:last-child {
  margin-bottom: 16px;
}

.gestion_reserva.cancelar_reserva .bloque_izquierda .titulo_form {
    background: #f0f0f0; /* Old browsers */
    background: -moz-linear-gradient(top, #f0f0f0 0%, #f0f0f0 87%, #e0e0e0 88%, #e6e6e6 88%, #fdfdfd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(87%,#f0f0f0), color-stop(88%,#e0e0e0), color-stop(88%,#e6e6e6), color-stop(100%,#fdfdfd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f0f0f0 0%,#f0f0f0 87%,#e0e0e0 88%,#e6e6e6 88%,#fdfdfd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f0f0f0 0%,#f0f0f0 87%,#e0e0e0 88%,#e6e6e6 88%,#fdfdfd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f0f0f0 0%,#f0f0f0 87%,#e0e0e0 88%,#e6e6e6 88%,#fdfdfd 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f0f0f0 0%,#f0f0f0 87%,#e0e0e0 88%,#e6e6e6 88%,#fdfdfd 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#fdfdfd',GradientType=0 ); /* IE6-9 */
    border-top: 1px solid #E0E0E0;
    display: inline-block;
    min-height: 46px;
    padding: 11px 16px;
    width: 100%;
}


    .gestion_reserva.cancelar_reserva .bloque_izquierda .titulo_form h4 {
        float: left;
        margin: 0;
        width: 65%;
    }

.gestion_reserva.cancelar_reserva .bloque_izquierda .titulo_form h4 {
    display: inline-block;
    float: none;
    margin: auto auto 8px;
    width: 100%;
}

.gestion_reserva.cancelar_reserva .bloque_izquierda .titulo_form .parrafo_secundario {
    float: right;
    text-align: right;
    width: 35%;
}


.gestion_reserva.cancelar_reserva .bloque_izquierda .titulo_form legend {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #E5E5E5;
    border-image: none;
    border-style: none none solid;
    border-width: 0;
    color: rgba(0, 0, 0, 0);
    display: block;
    font-size: 0;
    line-height: inherit;
    margin-bottom: 0;
    padding: 0;
    width: auto;
    float: left;
    width: 100%;
}

.gestion_reserva.cancelar_reserva .bloque_izquierda .titulo_form h4 {
  float: left;
  margin: 0;
  width: 65%;
}

.gestion_reserva.cancelar_reserva .bloque_izquierda .titulo_form legend .parrafo_secundario {
    width: auto;
}



.gestion_reserva.cancelar_reserva .bloque_izquierda .action.general {
  padding: 24px 0;
  text-align: right;
}





.gestion_reserva.cancelar_reserva .bloque_izquierda .condiciones {
    background: #d9d6d6; /* Old browsers */
    background: -moz-linear-gradient(top, #d9d6d6 0%, #f0f0f0 7%, #f9f9f9 11%, #f9f9f9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d9d6d6), color-stop(7%,#f0f0f0), color-stop(11%,#f9f9f9), color-stop(100%,#f9f9f9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d9d6d6 0%,#f0f0f0 7%,#f9f9f9 11%,#f9f9f9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d9d6d6 0%,#f0f0f0 7%,#f9f9f9 11%,#f9f9f9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d9d6d6 0%,#f0f0f0 7%,#f9f9f9 11%,#f9f9f9 100%); /* IE10+ */
    background: linear-gradient(to bottom, #d9d6d6 0%,#f0f0f0 7%,#f9f9f9 11%,#f9f9f9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9d6d6', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
    margin: 0;
    padding: 16px;
}

    .gestion_reserva.cancelar_reserva .bloque_izquierda .condiciones label {
        color: #808080;
        font-family: 'HelveticaNeueETW01-55Rg';
        font-size: 13px;
        margin: 0;/*0 0 0 25px*/
        text-align: left;
        width: auto;
    }

    .gestion_reserva.cancelar_reserva .bloque_izquierda .condiciones input[type="checkbox"] {
        display: none;
    }

.gestion_reserva.cancelar_reserva .bloque_izquierda .condiciones input[type="checkbox"] + label:before {
    margin-left: -23px;
    margin-right: 8px;
    padding-right: 0;
    text-align: left;
}

.gestion_reserva.cancelar_reserva .bloque_izquierda .condiciones + .action.general .b_proceso_reserva:after {
    padding: 17px 5px 13px;
}

.gestion_reserva.cancelar_reserva .bloque_izquierda .condiciones [ng\:cloak], .gestion_reserva.cancelar_reserva .bloque_izquierda .condiciones [ng-cloak], .gestion_reserva.cancelar_reserva .bloque_izquierda .condiciones [data-ng-cloak], .gestion_reserva.cancelar_reserva .bloque_izquierda .condiciones [x-ng-cloak], .gestion_reserva.cancelar_reserva .bloque_izquierda .condiciones .ng-cloak, .gestion_reserva.cancelar_reserva .bloque_izquierda .condiciones .x-ng-cloak, .gestion_reserva.cancelar_reserva .bloque_izquierda .condiciones .ng-hide {
  display: none !important;
}



.container.gestion_reserva .boxerrorimage {
  background-color: #ffffff;
  background-image: url("/img/pies.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 509px;
  margin: 0 auto 20px;
  overflow: hidden;
  width: 100%;
}







.gestion_reserva.cancelar_reserva .planreserva {
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  margin: 0 0 20px 20px;
  position: relative;
  right: 0;
  width: 31.3%;
}



.gestion_reserva.cancelar_reserva .planreserva #accordion_plan, .gestion_reserva.cancelar_reserva .planreserva #accordion_plan {
    background: #dedbdb; /* Old browsers */
    background: -moz-linear-gradient(top, #dedbdb 0%, #f6f5f5 10%, #ffffff 15%, #ffffff 85%, #fdfdfd 87%, #e0dddd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dedbdb), color-stop(10%,#f6f5f5), color-stop(15%,#ffffff), color-stop(85%,#ffffff), color-stop(87%,#fdfdfd), color-stop(100%,#e0dddd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #dedbdb 0%,#f6f5f5 10%,#ffffff 15%,#ffffff 85%,#fdfdfd 87%,#e0dddd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #dedbdb 0%,#f6f5f5 10%,#ffffff 15%,#ffffff 85%,#fdfdfd 87%,#e0dddd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #dedbdb 0%,#f6f5f5 10%,#ffffff 15%,#ffffff 85%,#fdfdfd 87%,#e0dddd 100%); /* IE10+ */
    background: linear-gradient(to bottom, #dedbdb 0%,#f6f5f5 10%,#ffffff 15%,#ffffff 85%,#fdfdfd 87%,#e0dddd 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedbdb', endColorstr='#e0dddd',GradientType=0 ); /* IE6-9 */
    min-height: 40px;
}

.gestion_reserva.cancelar_reserva .planreserva #accordion_plan > a {
  display: block;
  padding: 12px 15px;
}



.gestion_reserva.cancelar_reserva .planreserva h3 {
  background-color: #404040;
  border-top: 3px solid #771e66;
  color: #fff;
  margin: 0;
  padding: 15px 16px 13px;
}

.gestion_reserva.cancelar_reserva .planreserva h3 span {
  margin-right: 4px;
}


.gestion_reserva.cancelar_reserva .span4.planreserva .planreserva_content {
  display: block;
  height: 100%;
  overflow: hidden;
  opacity: 1;
}



#cancellation-feedback .modal-body{
    padding: 20px;
}


    /**** end cancelar reserva **************************/

/**** END GESTION DE RESERVAS **************************/










/************************************************************************************************************************/
/*********************************************  TARIFAS EVENTOS EHB CCI *************************************************/
/************************************************************************************************************************/
/************************************************************************************************************************/
/************************************************************************************************************************/

.container .EHB_CCI {
    background: none repeat scroll 0 0 #404040;
    min-height: 70px;
    padding: 15px 20px;
}

    .container .EHB_CCI .nombre_evento {
        color: #ffffff;
        margin: 0 0 5px 0;
        padding: 0;
    }

    .container .EHB_CCI .fecha_evento {
        color: #ffffff;
        padding: 0 0 5px 0;
    }


/************************************************************************************************************************/
/******************************************* end TARIFAS EVENTOS EHB CCI ************************************************/
/************************************************************************************************************************/
/************************************************************************************************************************/
/************************************************************************************************************************/
