@charset "UTF-8";
/*
  IP THEME Bootstrap v3.3.5 (http://internetpowerhotel.com)
  ------------------------------------------------------------------------------- */
html {
  font-size: initial;
  height: auto!important; }

body {
  font-family: "Questrial", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-size: 16px;
  line-height: 1.42857;
  color: #414141;
  background-color: #fff;
  overflow-x: hidden; }

article, p {
  font-family: "Questrial", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-size: 16px;
  line-height: 1.42857;
  color: #414141; }

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  font-family: inherit;
  font-weight: 300;
  line-height: 1.1;
  color: #5b95c1; }

.h1, h1 {
  font-size: 2.7em; }

.h2, h2 {
  font-size: 26px; }

.h3, h3 {
  font-size: 22px;
  color: #b45455; 
  }

h1, .h1, h2, .h2 {
  color: #782122; }

.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 10px;
  margin-bottom: 10px; }

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small,
h1 small, h2 .small, h2 small, h3 .small, h3 small {
  font-size: 52%; }

legend {
  font-size: 14px;
  margin-bottom: 14px; }

dl dd {
  margin-bottom: 6px; }

a {
  /*color: #003d6c;*/
  text-decoration: none;
}
a:hover, a:focus {
    /*color: #001220;*/
    text-decoration: underline;
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
p {
  line-height: 2em
}

hr {
  margin-top: 2em;
  margin-bottom: 1em;
  border: 0;
  border-top: 1px solid #eee;
  }
td, th {
    padding: 0.5em;
    border-color: #ccc;
}
table {
  border-color: #ccc;
  border-color: #ccc;
  border: 1px;
}



.text-primary {
  color: #003d6c; }

.text-success {
  color: #5b95c1; }

.text-info {
  color: #525252; }

.text-warning {
  color: #f3d083; }

.text-danger {
  color: #e6696b; }

.title {
  color: #003d6c; }

.font-alt {
  font-family: "Rock Salt", "Calisto MT", "Bookman Old Style", Bookman, "Goudy Old Style", Garamond, "Hoefler Text", "Bitstream Charter", Georgia, serif !important; }

.page-header {
  padding-bottom: 10px;
  margin: 0 0 20px 0; }

.form-control {
  border-radius: 0px;
  background: #f1f1f1;
  font-size: .75em;
  padding: 8px;
  font-family: "Arial", Helvetica, serif;
}

.input-group-addon {
  color: #b4b4b4;
  background: #fff; }

.input-sm {
  padding: 5px; }

.bg-primary {
  background: #003d6c; }

.bg-success {
  background: #5b95c1; }

.bg-info {
  background: #525252; }

.bg-warning {
  background: #f3d083; }

.bg-danger {
  background: #e6696b; }

.jumbotron {
  margin: 18px 0; }
.container {
  /*position: relative;*/
}
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 0px; }

.btn-default, .btn-primary, .btn-success, .btn-info,
.btn-warning, .btn-danger {
  padding: 8px 10px;
  margin-bottom: 0;
  /*font-size: 11px;*/
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  transition: all .2s ease;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3) inset; }
.btn-default:active, .btn-default.active, .btn-primary:active, .btn-primary.active, .btn-success:active, .btn-success.active, .btn-info:active, .btn-info.active,
.btn-warning:active,
.btn-warning.active, .btn-danger:active, .btn-danger.active {
  box-shadow: inset 0 -3px 5px rgba(0, 0, 0, 0.125);
}
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info,
.btn-warning.disabled,
.btn-warning[disabled], fieldset[disabled]
.btn-warning, .btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger {
  box-shadow: none;
}
.btn-default:hover, .btn-primary:hover, .btn-success:hover, .btn-info:hover,
.btn-warning:hover, .btn-danger:hover {
  box-shadow: 0 -58px 0 0 rgba(0, 0, 0, 0.2) inset;
}
.btn-default .badge, .btn-primary .badge, .btn-success .badge, .btn-info .badge,
.btn-warning .badge, .btn-danger .badge {
  text-shadow: none;
}
.btn:active, .btn.active {
  background-image: none; }
.btn-default {
  background: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  transition: all .5s ease;
  border-color: #f2f2f2;
  border-radius: 0px;
  font-family: inherit;
  /*text-shadow: 0 1px 0 #fff;*/
  border-color: #ccc;
}
.btn-default:hover, .btn-default:focus {
  background-color: #f2f2f2;
  border-color: #f0f0f0;
}
.btn-default:active, .btn-default.active {
  background-color: #e6e6e6 !important;
  border-color: #e0e0e0 !important;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #e0e0e0;
  background-image: none;
}

.btn-primary {
  background: #003d6c;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  transition: all .5s ease;
  border-color: #002f53;
  border-radius: 0px;
  font-family: inherit;
  font-size: 1em;
  border-radius: 3px;
  padding: 0.8em 1.5em;
  display: inline-block;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #002f53;
  border-color: #002c4d;
}
.btn-primary:active, .btn-primary.active {
  background-color: #002039 !important;
  border-color: #001a2f !important;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #001a2f;
  background-image: none;
}

.btn-success {
  background: #5b95c1;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  transition: all .5s ease;
  border-color: #4889ba;
  border-radius: 0px;
  font-family: inherit;
}
.btn-success:hover, .btn-success:focus {
  background-color: #4889ba;
  border-color: #4687b8;
}
.btn-success:active, .btn-success.active {
  background-color: #407ca9 !important;
  border-color: #3d76a2 !important;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #3d76a2;
  background-image: none;
}

.btn-info {
  background: #b50507;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  transition: all .5s ease;
  border-color: #9c0406;
  border-radius: 0px;
  font-family: inherit;
  border-radius: 4px;
  font-size: 0.8em;
}
.btn-info:hover, .btn-info:focus {
  background-color: #9c0406;
  border-color: #970406;
}
.btn-info:active, .btn-info.active {
  background-color: #830405 !important;
  border-color: #790305 !important;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #790305;
  background-image: none;
}


.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #eebb4b;
  background-image: none;
}

.btn-danger {
  background: #e6696b;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  transition: all .5s ease;
  border-color: #e25355;
  border-radius: 0px;
  font-family: inherit;
  font-size: 1em;
  border-radius: 3px;
  padding: 0.8em 1.5em;
  display: inline-block;

}
.btn-danger:hover, .btn-danger:focus {
    background-color: #e25355;
    border-color: #e24f51;
}
.btn-danger:active, .btn-danger.active {
    background-color: #df3d40 !important;
    border-color: #dd3537 !important;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
    background-color: #dd3537;
    background-image: none;
}

.thumbnail, .img-thumbnail {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); }

.dropdown-menu {
  border-radius: 0px;
  background: #204674;
}
.dropdown-menu > li {
  width: 100%;
}
.dropdown-menu > li > a {
  color:#fff !important;
  padding: 10px 20px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-color: #0e3a5a; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #002f53; }

.navbar {

  min-height: 44px;
  margin-bottom: 0;
}
.navbar-nav {
  /*width:100%;*/
  text-align: center;
}
.navbar-nav .dropdown {
  cursor:default;
}

.navbar-default {
  background: #f1f1f1;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 0px;
  min-height: 44px;
  border-color: transparent; }
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .active > a {
    background: transparent; }

.navbar-brand {
  height: 46px;
  padding: 16px;
  font-size: 16px; }

.navbar-brand, .navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25); }
  .navbar-brand i, .navbar-nav > li > a i {
    display: block;
    height: 28px;
    line-height: 2.2; }

.navbar-inverse {
  background: #003d6c;
  border: 0;
  min-height: 44px;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 0; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .active > a {
    background: #002c4d;
    color: #fff; }
  .navbar-inverse .navbar-brand {
    line-height: 1; }
  .navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    color: #fff;    
    padding: 1.2em 0.8em;
  }
      .navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a:hover { 
    background: #0e3a5a;
  }

.navbar-static-top, .navbar-fixed-top, .navbar-fixed-bottom {
  border-radius: 0; }

.navbar-inverse .navbar-toggle {
  border-color: transparent; }

.navbar-toggle {
  padding: 8px 12px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
  color: #fff;
  font-size: 22px;
  float: left; }
  .navbar-toggle:hover, .navbar-toggle:active, .navbar-toggle:focus {
    background-color: rgba(0, 0, 0, 0.2) !important; }

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
      background-color: #0e3a5a !important;
}

.tooltip-inner {
  background-color: #2c506c;
  color: #fff;
  max-width: 240px;
  padding: 3px 8px;
  text-align: center;
  border-radius: 4px; }

.media {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #ddd; }
  
/* ESTILOS AJUSTES DE BANDERAS */

.language-object .Language{
	padding-left:20px;
}

/* ESTILOS PARA MENSAJES EMERGENTES */

.info-mensajes {
    text-align: right;
    display: table;
    float: right;
    font-family: "Verdana", Helvetica, serif;
    font-size: 1em;
    /*===============================*/
    position: relative;
    -moz-animation-name: RightIn;
    -webkit-animation-name: RightIn;
    animation-name: RightIn;
    -moz-animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -moz-animation-direction: normal;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    overflow: hidden;
    width: 100%;
    height: 63px;
}
.info-mensajes .alert-info,
.info-mensajes .alert-success,
.info-mensajes .alert-warning,
.info-mensajes .alert-danger {
    padding: 0.5em 1em;
    position: absolute;
    width: auto;
    right: 0;
}
.info-mensajes .alert-info .glyphicon {
    float: left;
    margin-right: 0.5em;
}
.info-mensajes .alert-info .glyphiconX2 {
    font-size: 2em;
}
.info-mensajes .alert-info-codigo {
  padding: 0.5em 2em 0.5em 1em;
}

/*#region Key Frames | info-mensajes*/
@-webkit-keyframes RightIn {
    from{
        right: -200%;
    }
    to {
        right: 0%;
    }
}

@-moz-keyframes RightIn {
    from{
        right: -200%;
    }
    to {
        right: 0%;
    }
}

@keyframes RightIn {
    from{
        right: -200%;
    }
    to {
        right: 0%;
    }
}



.bg-grey-light {
  background: #f5f5f5;
}

.progress {
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEBEBEB', endColorstr='#FFF5F5F5', GradientType=0);
  border-radius: 0px; }

.progress-bar {
  background-image: linear-gradient(to bottom, #003d6c 0%, #002039 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF003D6C', endColorstr='#FF002039', GradientType=0); }

.progress-bar-success {
  background-image: linear-gradient(to bottom, #5b95c1 0%, #407ca9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5B95C1', endColorstr='#FF407CA9', GradientType=0); }

.progress-bar-info {
  background-image: linear-gradient(to bottom, #b50507 0%, #830405 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFB50507', endColorstr='#FF830405', GradientType=0); }

.progress-bar-warning {
  background-image: linear-gradient(to bottom, #f3d083 0%, #efbe55 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF3D083', endColorstr='#FFEFBE55', GradientType=0); }

.progress-bar-danger {
  background-image: linear-gradient(to bottom, #e6696b 0%, #df3d40 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE6696B', endColorstr='#FFDF3D40', GradientType=0); }

.progress-bar-striped {
  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); }

.pagination {
  margin: 18px 0;
  border-radius: 0px; }

.pagination > li > a, .pagination > li > span {
  color: #003d6c; }

.pagination > li:first-child > a, .pagination > li:first-child > span,
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span,
.pagination > li:last-child > a, .pagination > li:last-child > span,
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-radius: 0px; }

.list-group {
  border-radius: 0px !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  text-shadow: 0 -1px 0 #002039;
  background: #003d6c;
  border-color: #002746; }
  .list-group-item.active .badge, .list-group-item.active:hover .badge, .list-group-item.active:focus .badge {
    text-shadow: none; }

.list-group-item:first-child {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important; }

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important; }

.nav-tabs .tab-img {
  width:55px;
  height: 55px;
  margin: 0 auto 5px auto;
}
.tab-geo {
  background: url("../img/layout/ico-geografia.png");
}
.tab-nat {
  background: url("../img/layout/ico-naturaleza.png");
  background-position: 0 -110px;
}
.tab-soc {
  background: url("../img/layout/ico-sociedad.png");
  background-position: 0 -110px;
}
.tab-cul {
  background: url("../img/layout/ico-cultura.png");
  background-position: 0 -110px;
}
.tab-cli {
  background: url("../img/layout/ico-clima.png");
  background-position: 0 -110px;
}

.nav-tabs > li > a {
  border-radius: 0px; }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #fff;
  background-color: #0c3568;
  border: 1px solid transparent;
  border-bottom-color: transparent;
}
.nav-tabs > li.active > a > div,
.nav-tabs > li.active > a:focus > div,
.nav-tabs > li.active > a:focus > div {
  background-position: 0 -55px;
}

.tab-content > .tab-pane {
  padding: 1em;
}

.panel {
  border-radius: 0px;
  border-color: #f1f1f1; }

.panel-body {
  padding: 12px; }

.panel-default > .panel-heading {
  border-radius: 0px;
  background: #005495;
  padding: 8px 12px;
  border-color: transparent;
  color: white; }
  .panel-default > .panel-heading .panel-title {
    color: white;
    font-size: 14px; }

.panel-primary > .panel-heading {
  border-radius: 0px;
  background: #003d6c;
  padding: 8px 12px;
  border-color: transparent;
  color: white; }
  .panel-primary > .panel-heading .panel-title {
    color: white;
    font-size: 14px; }

.panel-success > .panel-heading {
  border-radius: 0px;
  background: #5b95c1;
  padding: 8px 12px;
  border-color: transparent;
  color: white; }
  .panel-success > .panel-heading .panel-title {
    color: white;
    font-size: 14px; }

.panel-info > .panel-heading {
  border-radius: 0px;
  background: transparent;
  padding: 8px 12px;
  border-color: transparent;
  color: white; }
  .panel-info > .panel-heading .panel-title {
    color: white;
    font-size: 1.2em;
    line-height: 2em; }

.panel-warning > .panel-heading {
  border-radius: 0px;
  background: #f3d083;
  padding: 8px 12px;
  border-color: transparent;
  color: white; }
  .panel-warning > .panel-heading .panel-title {
    color: white;
    font-size: 14px; }

.panel-danger > .panel-heading {
  border-radius: 0px;
  background: #e6696b;
  padding: 8px 12px;
  border-color: transparent;
  color: white; }
  .panel-danger > .panel-heading .panel-title {
    color: white;
    font-size: 14px; }

.panel-heading a {
  color: #782122;
  display: block;
  font-size: 1.2em;
}

.panel-heading a:hover {
    color: #bf595a;
}

.popover {
  border-radius: 0px;
  font-size: 12px; }

.popover-content {
  padding: 10px;
  border-radius: 0; }

.badge {
  text-shadow: none;
  font-weight: 400;
}

.badge-info {
  background: #5b95c1;
  padding: 0.5em 1em;
}

.list-group-item {
  padding: 8px; }

.well {
  border-color: #e6e6e6;
  border-radius: 0px;
  background: #fff;
  box-shadow: none; }

.label {
  display: inline-block;
  padding: 3px 6px;
  font-size: 100%;
  font-weight: 400;
  margin-right: 4px; }

.nav-pills > .active > a {
  background-color: #b50507 !important;
  border-radius: 0px; }

.nav-pills > li > a {
  border-radius: 0px;
  padding: 6px; }

.modal-header {
  padding: 6px 10px; }

.modal-content {
  border-radius: 0px; }

.modal-body, .modal-footer {
  padding: 10px; }





/*
   BASIC HELPERS
   backgrounds, shadows, borders and text basic helpers
   --------------------------------------------------------------
*/
.bg-video {
  position: relative;
  width: 100%;
  background: black;
  height: 162px;
  overflow: hidden; }
.bg-video video {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
.bg-video:before {
  content: "";
  position: absolute;
  z-index: 88;
  width: 100%;
  height: 100%;
  background: url(../img/scanlines.png) repeat;
}
.boxed {
  background: whitesmoke;
  box-sizing: border-box; }

.bordered {
  border: 1px solid rgba(0, 0, 0, 0.2); }

.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.shadow-hover {
  position: relative; }

.shadow-hover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all .5s ease; }

.shadow-hover:hover:after {
  opacity: 1; }

.darked {
  position: relative; }

.darked-text {
  position: relative;
  z-index: 10; }

.darked:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  transition: all .3s linear; }

.darked:hover:before {
  opacity: .5; }

.color-white {
  color: #ffffff !important; }

.text-shadow {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4); }

.text-truncated {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.img-right {
  float: right;
  width: 42%;
  margin: 0 0 2px 6px; }

.img-left {
  float: left;
  width: 100%;
  margin: 0 6px 2px 0; }

.img-content {
  box-shadow: 0px 3px 5px #ccc;
  border: 4px solid #fff;
  width: 100%;

}

/* 480+ */

/*
  LAYOUTS HELPERS
  paddings and margins based on em units
  -------------------------------------------
*/
/* paddings */
.no-paddings {
  padding: 0 !important; }

.pv1 {
  padding-top: 1em;
  padding-bottom: 1em; }

.pv2 {
  padding-top: 2em;
  padding-bottom: 2em; }

.pv3 {
  padding-top: 3em;
  padding-bottom: 3em; }

.pv4 {
  padding-top: 4em;
  padding-bottom: 4em; }

.pv5 {
  padding-top: 5em;
  padding-bottom: 5em; }

.pt1 {
  padding-top: 1em; }

.pt2 {
  padding-top: 2em; }

.pt3 {
  padding-top: 3em; }

.pt4 {
  padding-top: 4em; }

.pt5 {
  padding-top: 5em; }

.pr1 {
  padding-right: 1em; }

.pr2 {
  padding-right: 2em; }

.pr3 {
  padding-right: 3em; }

.pr4 {
  padding-right: 4em; }

.pr5 {
  padding-right: 5em; }

.pb1 {
  padding-bottom: 1em; }

.pb2 {
  padding-bottom: 2em; }

.pb3 {
  padding-bottom: 3em; }

.pb4 {
  padding-bottom: 4em; }

.pb5 {
  padding-bottom: 5em; }

.pl1 {
  padding-left: 1em; }

.pl2 {
  padding-left: 2em; }

.pl3 {
  padding-left: 3em; }

.pl4 {
  padding-left: 4em; }

.pl5 {
  padding-left: 5em; }

/* margins */
.no-margins {
  margin: 0 !important; }

.mv1 {
  margin-top: 1em;
  margin-bottom: 1em; }

.mv2 {
  margin-top: 2em;
  margin-bottom: 2em; }

.mv3 {
  margin-top: 3em;
  margin-bottom: 3em; }

.mv4 {
  margin-top: 4em;
  margin-bottom: 4em; }

.mv5 {
  margin-top: 5em;
  margin-bottom: 5em; }

.mt1 {
  margin-top: 1em; }

.mt2 {
  margin-top: 2em; }

.mt3 {
  margin-top: 3em; }

.mt4 {
  margin-top: 4em; }

.mt5 {
  margin-top: 5em; }

.mr1 {
  margin-right: 1em; }

.mr2 {
  margin-right: 2em; }

.mr3 {
  margin-right: 3em; }

.mr4 {
  margin-right: 4em; }

.mr5 {
  margin-right: 5em; }

.mb1 {
  margin-bottom: 1em; }

.mb2 {
  margin-bottom: 2em; }

.mb3 {
  margin-bottom: 3em; }

.mb4 {
  margin-bottom: 4em; }

.mb5 {
  margin-bottom: 5em; }

.ml1 {
  margin-left: 1em; }

.ml2 {
  margin-left: 2em; }

.ml3 {
  margin-left: 3em; }

.ml4 {
  margin-left: 4em; }

.ml5 {
  margin-left: 5em; }

/* ESTILOS DEL HEADER PRINCIPAL*/
.ct-header {
  position: relative;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.39);
  /*padding-top: 46px; */
}
.ct-header .navbar-nav {
  margin: 0 -15px;

}
.ct-header .navbar-inverse {
  /*position: absolute;*/
  top: 0;
  width: 100%;
}
.ct-header .ct-action-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ct-header .ct-action-block p {
  margin: 0;
  font-size: 0.9em;
}
.ct-header .ct-submenu ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 11px;
}
.ct-header .ct-flags {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;

  }
  
  
  
.ct-header .ct-flags a {
  margin: 0 0 0 3px;
  float:left;
}

.ct-header .ct-flags a img {
  width:24px !important;
  height:20px !important;
  
  }

.main-logo {
  width:121px;
  height:57px;
  background: url("../img/layout/logo.png");
  background-position: 0px 57px;
  margin-top: 1em;
  position: relative;
  background-repeat: repeat-y;
}
.btn-lg {
  width: 100%;
  background: #af3519;
  color: #fff;
  font-size: 0.8em;
  padding: 0.4em 0.5em;
}
.btn-lg:hover {
  color: #eee;
}
.btn:focus {
  color: #eee;
}
@font-face { 
  font-family: 'MVBoli'; src: url('../fonts/MVBoli.eot?#iefix') 
  format('embedded-opentype'), url('../fonts/MVBoli.woff') 
  format('woff'), url('../fonts/MVBoli.ttf') 
  format('truetype'), url('../fonts/MVBoli.svg#MVBoli') 
  format('svg'); font-weight: normal; font-style: normal; 
}
.box-alter-titulo {
  text-align: center;
}
.alter-titulo {
  font-family: "MVBoli", Arial, Helvetica, serif;
  margin: 0;
  font-size: 14pt;
  letter-spacing: 6pt;
  color:#bf0411;
}
/*ESTILOS MENU PRINCIPAL*/
.navbar-collapse > ul > li > a .caret  {
  display: block;
  margin: auto;
  color: #e03636;
  border-width: 6px;
}


/* ESTILOS BARRA DE HERRAMIENTAS LATERAL FLOTANTE */

#side-float-toolbar {
  position: fixed;
  z-index: 15;
  right: 0;
  top: 35%;
}
#side-float-toolbar .float-tool {
  background: #b50507;
  margin: 0.5em 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  border-radius: 50%;
}
#side-float-toolbar .float-tool:hover {
  background: #db2d2f;
}
#side-float-toolbar .float-tool .fa {
  color:#fff;
  font-size: 1.5em;
  padding: 0.3em 0.5em;
}

/*ESTILOS DEL SLIDESHOW PRINCIPAL*/

@media (max-width: 768px){
.div-video {
    margin-top: 0!important;
}
}

.div-video video {
  width: 100%;
}
.div-video {
  margin-bottom: -0.5em;
  margin-top: 9.9em;
}

.carousel-caption h1, .carousel-caption h2, .carousel-caption h3, .carousel-caption .h1, .carousel-caption .h2, .carousel-caption .h3 {
  color: white;
  font-size: 5em;
  margin-bottom: 2px;
  line-height: 1.7; }

.carousel-indicators {
  left: 10%;
  width: 80%;
  text-align: right;
  margin-left: 0;
  color: #e24f51;
  z-index: 3;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  width: 100%; }

.navbar-form .btn {
  margin-bottom: 0; }

.navbar-brand {
  line-height: 1.5; }

.well form .btn.pull-right {
  margin: -8px 0 0; }

.well h1, .well h2, .well h3, .well h4, .well h5 {
  margin: 0 0 8px 0; }

.carousel img {
  width: 100%;
}

.carousel-fade .carousel-control {
  font-size: 6em;
  padding-top: 20%;
}
.carousel-indicators li {
  background: transparent;
  border: 2px solid #fff;
  width: 15px;
  height: 15px;
}
.carousel-indicators li.active {
  background: #fff;
  border: 2px solid #fff;
  width: 15px;
  height: 15px;
}
/*TERMINA ESTILOS DEL SLIDESHOW PRINCIPAL*/




/*ESTILOS GENRALES DEL BOOKING

.container-booking {
  position: relative;
}
.link-reserva-booking {
  cursor: pointer;
  display: block;
  padding: 0.1em;
}
.link-reserva-booking:hover {
  background: #144178;
}
.link-reserva-booking:active {
  background: #4a79b2;
}

.booking-box {
  font-family: "Arial", Helvetica, serif;
  font-size: 0.8em;
  color: #838383;
}
.booking-box .bloque01 ul {
  list-style: none;
  padding: 0;
}
.booking-box .bloque01 ul li {
  display: inline-block;
  margin-right: 1em;

}
.booking-box .bloque01 ul {
  display: flex;
  justify-content: space-around;
}
.booking-close {
  cursor: pointer;
  padding: 0.4em;
  position: absolute;
  right: 0.5em;
  background: #e1e1e1;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  z-index: 2;
}
.booking-box .container {
  position: relative;
}
.booking-close:hover {
  background: #eaeaea;
}
.booking-close:active {
  padding: 0.3em;
}*/




/*ESTILOS TOOLBAR HOME*/
.toolbar {
  background: #0c3568;
  font-size: 1.1em;
  color:#fff;
  padding:0;
}
.toolbar .col-sm-6 {
  text-align: center;
}

.toolbar .radiobuttons {
  display:inline-block;
  margin: 0 0.8em;
  padding: 1.2em 0em;
}
.toolbar .fa {
    padding: 0.7em;
    font-size: 1.5em;
}
.toolbar .btn-primary {
  padding: 0.5em 1em;
  border: 1px solid #fff;
  font-size: 1em;
}
.toolbar a {
  color:#fff;
}
.toolbar label {
  margin: 0;
}
#side-float-toolbar .float-tool .fa {
    height: 48px;
  }
.input-group-addon {
  border-radius: 0px; }

.radiobuttons input[type=checkbox], .radio input[type=radio] {
  margin-right: 6px; }

.navbar .btn {
  margin-bottom: 0; }

.panel-group div[class^="panel-"] {
  border-bottom: 1px solid #fff; }
.panel-group div[class^="panel-"]:last-child {
  border-bottom: none; }
.panel-info>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #e0e0e0;
}





/*CONTROLES DEL CARRUSEL DEL HOME Y DE CONTENIDO*/
.controles-carousel-right {
  float:right;
}
.controles-carousel-left {
  float:left;
}

.controles-carousel-left .carousel-control.left, .controles-carousel-right .carousel-control.right,
.controles-carousel-left .carousel-control.right, .controles-carousel-right .carousel-control.left  {
  background: #084f84;
  color: #fff;
  font-size: 2em;
  padding: 0 0.5em;
  margin: 0 0.2em;
  border: 1px solid #fff;
  position: relative;
  float: none;
}

/*ESTILOS DEL BREADCUMB*/
.breadcrumb {
  margin-bottom: 0;
}
.breadcrumb>li+li:before {
  padding: 0;
  color: #a8a8a8;
}

/*ESTILOS DEL FOOTER*/
.ct-footer {
  padding: 1em 0 0 0;
  background: #003d6c;
  color: #fff;
}
.ct-footer h1, .ct-footer h2, .ct-footer h3, .ct-footer h4, .ct-footer .h1, .ct-footer .h2, .ct-footer .h3, .ct-footer .h4 {
  color: #fff;
}
.ct-footer a {
  color: #fff;
  padding: 0.3em 0;
  display: block;
}
.ct-footer li span {
  color: #fff;
  padding: 0.3em 0;
  display: block;
}
.ct-footer p {
    margin: 0;
}


footer ul {
  list-style: none;
  padding-left: 0;
}
footer ul a {
  color:#fff;
}
.footer-bottom {

  background:#081c44;
  width: 100%
}
.footer-bottom div {

  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;

}
.social-links a {
  color:#fff;
  background: #081c44;
  padding: 6px;
  border-radius: 50%;
  display: inline-block;
  width: 36px;
  text-align: center;
}
.relative {
  position:relative;
}


/*ESTILOS DE COMPARTIR REDES SOCIALES*/

.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}
.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.5em
}
.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}
.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em
}
.resp-sharing-button span {
  padding-left: 0.4em
}
.share-container {
    width: 320px;
    height: 180px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -80px;
    margin-left: -160px;
    text-align: center;
    padding: 0.5em;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
}
.share-container .fa {
  font-size: 2em;
  color: #68aadb;
}
.share-container .fa:hover{
  color: #b0361a;
}
.share-container .main-logo {
  margin: auto;
  margin-top: 1em;
}
.modal-close {
  cursor: pointer;
  padding: 0.4em;
  position: absolute;
  right: 0.5em;
  font-size: 1em !important;
  background: #e1e1e1;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  z-index: 2;
}
.modal-close:hover {
  background: #eaeaea;
}
.modal-close:active {
  padding: 0.3em;
}


/* ESTILOS PARA VENTANA DE LOGIN */
.login-container {
    width: 320px;
    height: 30em;
    background: #fff;
    position: absolute;
    top: 30%;
    left: 50%;
    margin-top: -80px;
    margin-left: -160px;
    text-align: center;
    padding: 0.5em;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
}
.login-container h2 {
  color:#000;
}
.login-container a:hover {
    text-decoration: none;
    cursor:pointer;
}
.login-container .fa {
  font-size: 1em;
  color: #fff;
  margin-right: 1em;
}
.login-container .fa:hover{
  color: #fff;
}
.login-container .fa-close {
    color: #68aadb;
    margin-right: inherit;
}
.login-container .fa-close:hover {
    color: #b0361a;
}
.login-container .btn-danger, .login-container .btn-primary, .login-container input {
  width: 87%;
  margin: 0.5em 0;
}
.login-container input {
  padding: 0.3em;
}
.login-container hr {
    margin-top: 1em;
}

.content-block p {
  line-height: 2em;
  padding:0 0 1em;
  text-align: justify;
}

article ul, article ol {
  margin-bottom: 2em;
  list-style: initial;
}
article ul li, article ol li {
  margin: 0.4em 0;
}
article .fa-star {
  color: #f0de36;
  font-size: 0.8em;
  margin-right: 2px;
}
aside ul {
  padding-left: 1em;
}
aside ul ul {
  margin-left: 0;
  padding-left: 1em;
}
aside ul li {
  padding: 0.5em 0;
}

#search-box-menu {
  position: absolute;
  background: #fff;
  width: auto !important;
  right: 0px;
  padding: 0.75em;
  list-style: none;
  z-index: 1031;
  white-space: nowrap;
  border-radius: 5px;
  box-shadow: 3px 2px 5px rgba(0, 0, 0, 0.3);

}
#search-box-menu input {
  border:1px solid #ccc;
}

#search-box-menu span {
  margin: 0 0 0 0.5em;
}

 .booking-box h3, .ficha-hotel-body h3 {
    color:#5b95c1;
  }

@media (min-width: 1281px){

  .ct-header{
    position: fixed;
  }

}

@media (min-width: 1200px){
  .navbar-nav>li {
    padding: 0 1em;
  }
}


@media (min-width:1024px) {

/*ESTILOS HEADER PRINCIPAL REDUCIDO DINAMICAMENTE*/

.action-menu,  .navbar-nav,  .navbar-nav>li,  .navbar-inverse, .ct-header, .flags {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  }

  .header-shrink .action-menu, .header-shrink .flags{
    margin-top: -5em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header-shrink .navbar-nav {
    /*width: 86%;*/
    float: right;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;

  }
  .header-shrink .navbar-inverse .navbar-nav > li > a {
    padding: 23px 8px;
    font-size: 0.9em;
  }

  .header-shrink .navbar-nav>li {
    padding:0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;

  }
  .header-shrink .navbar-inverse {
    /*top: -1.6em;*/
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .ct-header.header-shrink {
    top: -2.3em;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .ct-header {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    padding-top: 0;
    }
  .header-shrink .main-logo {
    margin-top: 1.6em;
    background-position: 0px 0px;
    position: absolute;
    z-index: 1031;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .margin-top-header {
    margin-top: 12.5em;
  }
 
  .breadcrumb {
    margin:0;
  }
  .container-breadcrumb {
    background: #f5f5f5;
	margin-top:17px;
  }
  .box-alter-titulo {
      text-align: center;
      padding-top: 1em;
      margin-bottom: -1em;
  }


}

@media (max-width: 1024px) {

  .boxcaption h3 {
    font-size: 100%;
    margin-top: 2%;
    margin-bottom: 0;
  }

  .navbar li > a {
    padding: 10px 11px;
  }
  .nav-pills > li > a {
    font-size: 0.9em;
  }

  .search-home {
    bottom: 32%;
  }
  .search-home-video {
    bottom: 56%;
  }

/*ESTILOS SLIDESHOW*/
  .carousel-caption h3 {
    font-size: 2.5em !important;
    white-space: nowrap;
  }
  .carousel-fade .carousel-control {
    font-size: 6em;
    padding-top: 10%;
  }
  .toolbar {
    font-size: 100%
  }
  .quehacer-home  .boxcaption-quehacer h3 {
    font-size: 100%
  }


}

@media (min-width: 992px) {

  .ct-header {
    top: 0;

    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    padding-top: 0;
  }
  .ct-header .navbar-inverse {
    position: relative;
    background: rgba(12,53,104,0.91);
    text-transform: uppercase;
  }

}

@media (max-width: 800px) {

  .ct-header .navbar-inverse {
    position: initial;
  }
  .navbar .container {
    width:100%;
  }
  .navbar li > a {
    padding: 10px 12px;
  }

  .toolbar2 {
    text-align: center;
  }
  .search-home {
    bottom: 50%;
  }

}

@media (max-width:768px) {

  /*ESTILOS SLIDESHOW*/
  .carousel-caption h3 {
    font-size: 2.5em
  }
  /*ESTILOS MENU PRINCIPAL*/
  .navbar .container {
    width:100%;
  }
  .ct-header .navbar-inverse {
    /*position: initial;*/
  }

  .navbar li > a{
    padding: 10px 8px;
    line-height: 2.2;
    height: 100%;
  }
  .navbar li > a:hover {
    background: #0e3a5a !important;
  }
    .alter-titulo {
    font-size: 11pt;
    letter-spacing: 3pt;
  }
  

}

@media (min-width: 768px) {

  /*ESTILOS SLIDESHOW*/
  .carousel-caption{
    right: 10%;
    left: 10%;
    padding-bottom: 30px;
    text-align: left;
    position: absolute;
  }
  /*ESTILOS MENU PRINCIPAL*/
  .ct-header .ct-action-block {
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .ct-header .ct-submenu ul {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 4px;
  }
  .navbar-nav {
    margin: 0 !important;
  }
  .toolbar2 {
    text-align: center;
  }
  .container>.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
 
  /*ESTILOS CAJA DE BUSQUEDA EN HOME*/
  .search-home-video {
    bottom: 60%;
}

}

@media (max-width: 767px){

/*ESTILOS MENU PRINCIPAL*/
  .navbar .navbar-nav .open .dropdown-menu > .active > a, .navbar .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar .navbar-nav .open .dropdown-menu > .active > a:focus{
    color: #fff;
    background: #003d6c;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
    padding: 10px 15px 10px 25px;
  }
  .ct-header .navbar-nav {
    margin: 0;
    text-align: left;
  }
  .ct-header .navbar-inverse {
    position: fixed;
    z-index: 20;
  }
  .main-logo {
    margin:0 auto;
  }
/*ESTILOS EN HEADER*/
  .ct-header {
    padding-top: 47px;
  }
  .ct-header .ct-action-block p {
  margin: 0;
  font-size: 0.7em;
  }
  .navbar-nav a {
     -webkit-font-smoothing: auto;
  }
  .ct-header .ct-action-block {
    justify-content: center;
   margin: 1em 0;
  }

  .ct-action-block > .ct-flags > a {
		margin: 0 0 0 1em;
  }

}


#surveyMobile {
  display: none;
}

@media (max-width: 667px) {

/*ESTILOS MENU PRINCIPAL*/
  .navbar-collapse > ul > li > a .caret  {
    display: initial;
    color: inherit;
  }

  #surveyMobile {
    display: inline-block;
  }
/* ESTILOS BOTON LE LOGIN */
  .btn-lg {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 21;
    margin: 0;
    padding: 0.6em;
    width: 3em;
    background: transparent;
    border: 0;
    font-size: 1em;
    color: #fff;
  }
  .btn-lg a {
    margin: 0;
  }
  .btn-lg:hover {
    color: #ccc;
  }
  .label-lg {
    display: none;
  }
  .btn-lg .fa {
    font-size: 1.5em;
  }

  /*ESTILOS TOOLBAR LATERAL/BOTTOM*/
  #side-float-toolbar {
    bottom: 0;
    width: 100%;
    height: 3em;
    display: inline-block;
    top: initial;
    right: initial;
    text-align: center;
  }

  #side-float-toolbar .float-tool  {
    display: inline-block;
	margin: 8px;
  }

  /*ESTILOS SLIDESHOW*/
  .boxcaption h3{
    font-size: 1.7em;
    margin-top: 2%;
    margin-bottom: 1em;
  }
  .carousel-caption h3 {
    font-size: 2em;
  }
  .carousel-caption {
    position:absolute;
  }
  .carousel-indicators {
    text-align: center;
  }
    .carousel-indicators {
    display:none;
  }
  .carousel-fade .carousel-control {
    font-size: 3em;
    padding-top: 9%;
  }


  /*ESTILOS FOOTER*/
  footer .footer-contacto ul {
    width: 100%;
    text-align: center;
  }
  footer .footer-contacto li {
    float:none;
    display:inline-block;
    margin: 0 0.5em
  }
  footer h3 {
    display:none;
  }

  footer .ct-footer a {
    text-align:center;
  }

  footer .footer-soporte li {
    text-align: center;
  }

  .toolbar-icons .fa {
    font-size: 1.5em;
    padding: 0.7em 1em;
  }

  /* ESTILOS DEL BOOKING DESKTOP */
  .booking-box {
    display: none;
  }

}


@media (min-width: 480px) {

  /*ESTILOS HEADER*/
  .ct-header .ct-action-block {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .ct-header .ct-flags {
    margin-left: 6px;
    margin-top: 4px;
  }

}

@media only screen and (min-width: 480px) {

  .img-right{
    /*width: auto;*/
    margin: 0 0 1em .7em;
  }
  .img-left{

    margin: 0 .7em 1em 0;
  }


}

#app .container-breadcrumb{
	 margin: 0!important;
}

@media (max-width: 480px) {

  /*ESTILOS GENERALES DE LAYOUT*/

  .breadcrumb {
    line-height: 3em;
  }

  /*ESTILOS SLIDESHOW PRINCIPAL*/
  .boxcaption h3 {
        font-size: 100%;
  }
  /*ESTILOS HEADER*/
  .ct-header .btn-info {
    margin: 1em 0;
  }


  /*ESTILOS DEL BREADCRUMB*/
  .container-breadcrumb, .container-breadcrumb .container {
    padding: 0;
    margin: 0;
  }
  .breadcrumb-item {
    font-size: 0.9em;
  }
  #search-box-menu {
    right:0;
  }
/* HACK*/
.homeimg{
	padding-bottom : 20px;
}
