@import url(https://fonts.googleapis.com/css?family=Alfa+Slab+One);
@import url(https://fonts.googleapis.com/css?family=Lato:400,400italic,700,700italic);
*:focus {
    outline:none;
}
* {
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html, body {
    margin:0;
    padding:0;
    font-size:16px;
    text-align:center;
    font-family: 'Lato';
}
body {
    overflow-x:hidden;
}
div.l-page {
    width:100%;
    max-width:1200px;
    margin:0 auto;
}
a {
    text-decoration:none;
    color:#267f80;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.l-region--branding {
    color:white;
    background-color:#32618f;
    padding-top:12px;
    padding-bottom:4px;
    text-align:right;
    box-shadow: inset 0 -8px 10px -10px rgba(0, 0, 0, 0.5);
}
.l-region--branding a {
    color:white;
    text-decoration:none;
}
.l-region--branding ul {
    list-style-type: none;
    padding:0;
}
ul.menu {
    padding:0;
}
.menu .leaf, .menu .expanded {
    list-style-image: none;
    list-style-type: none;
}
#block-locale-language-content {
    display:inline-block;
    text-transform:uppercase;
    border:1px solid transparent;
    padding-top:2px;
    padding-bottom:3px;
    margin-right:30px;
}
#block-locale-language-content h2 {
    font-size:11px;
    font-weight:100 !Important;
    padding-left:20px;
    position:relative;
    top:1px;
}
#block-locale-language-content .block__content {
    padding-top:5px;
}
#block-locale-language-content ul {
    position:absolute;
    font-size:11px;
    display:none;
    cursor:pointer;
    background-color:rgba(0, 102, 153, 0.7);
    padding:5px 10px;
    box-shadow:0px 0px 10px 1px rgba(0, 0, 0, 0.2);
    border-radius:2px;
    text-align:left;
    z-index: 20;
}
#block-locale-language-content ul li {
    padding-top:2px;
    padding-bottom:2px;
}
#block-locale-language-content ul li a:hover {
    color:rgba(255, 255, 255, 0.7);
}
#block-locale-language-content:hover ul,
#block-locale-language-content.hover ul {
    display:block;
}
#block-search-form {
    display:inline-block;
    margin-right:50px;
}
#block-search-form input[type='search'] {
    border:1px solid white;
    background:transparent;
    border-radius:25px;
    color:white;
    padding-left:20px;
    padding-right:15px;
    width:150px;
}
#block-search-form input[type='submit'] {
    display:none;
}
#block-menu-menu-top-right-link {
    display:inline-block;
    border:1px solid transparent;
    position:relative;
    margin-top:-12px;
    height:43px;
    float:right;
    z-index:10;
    font-size:14px;
    padding-left:30px;
    padding-top:15px;
    padding-right:10px;
}
#block-menu-menu-top-right-link h2 {
    display:none;
}
.l-region--header {
    background-color:#d5d6d0;
    height:100px;
    box-shadow:0px 12px 5px -6px rgba(0, 0, 0, 0.3);
}
.l-region--header h2 {
    display:none;
}
nav#block-menu-menu-work-menu > ul {
    display:inline-block;
    margin-left:-280px;
}
nav#block-menu-menu-work-menu > ul > li {
    display:inline-block;
    border-left:1px solid rgba(0, 0, 0, 0.3);
    margin-right:-4px !Important;
}
nav#block-menu-menu-work-menu > ul > li > a {
    line-height:100px;
    display:block;
    padding-left:15px;
    padding-right:15px;
}
nav#block-menu-menu-work-menu > ul > li > a:hover {
    color:#7FADAD;
}
nav#block-menu-menu-work-menu > ul a {
    text-decoration:none;
    color:rgba(0, 0, 0, 0.8);
    text-transform:uppercase;
    font-size:14px;
}
nav#block-menu-menu-work-menu > ul > li:last-child {
    border-right:1px solid rgba(0, 0, 0, 0.3);
}
nav#block-menu-menu-work-menu > ul > li > ul {
    position:absolute;
    font-size:11px;
    display:none;
    cursor:pointer;
    background-color:rgba(0, 102, 153, 0.85);
    padding:5px 10px;
    box-shadow:0px 0px 10px 1px rgba(0, 0, 0, 0.2);
    border-radius:2px;
    z-index: 20;
}
a.site-logo {
    display:inline-block;
    position:relative;
    float:left;
    margin-top:46px;
    z-index:10;
    margin-left:15px;
}
nav#block-menu-menu-work-menu > ul > li:hover > ul {
    display:block;
    width:180px;
    margin-left:-50px;
}
nav#block-menu-menu-work-menu > ul > li > ul a {
    color:white;
    font-size:12px;
    padding-top:5px;
    padding-bottom:5px;
    display:block;
    text-align:center;
}
nav#block-menu-menu-work-menu > ul > li > ul a:hover {
    color:rgba(255, 255, 255, 0.7);
}
nav#block-menu-menu-work-menu {
    height:100px;
}
body.front .l-content h1, body.front #first-time {
    display:none;
}
footer {
    padding-top:310px;
    color:white;
}
footer a {
    color:white;
    text-decoration:none;
    font-weight:100 !Important;
}
footer h2 {
    display:none;
}
footer .field--name-body {
    display:none;
}
footer .form-type-item {
    display:none;
}
footer .node__content {
    background-color:#323535;
    padding-top:50px;
    padding-bottom: 100px;
}
footer .field-collection-container {
    border:1px solid transparent;
    margin:0;
    display:inline-block;
    width:25%;
    vertical-align: top;
}
footer .field--name-field-red-social > .field__label, footer .field--name-field-enlaces-pie > .field__label, footer .field--name-field-contacto-imagen  > .field__label, footer .field--name-field-contacto-texto > .field__label {
    display:none;
}
footer .field--name-field-siguenos > .field__label {
    font-size:22px;
    text-transform:uppercase;
}
footer .field--name-field-links > .field__label {
    font-size:22px;
    text-transform:uppercase;
}
footer .field--name-field-contacto > .field__label {
    font-size:22px;
    text-transform:uppercase;
}
footer .field--name-field-red-social .field__item {
    display:inline-block;
    padding-left:5px;
    padding-right:5px;
}
footer .field--name-field-links a {
    text-transform:uppercase;
    color:rgba(255, 255, 255, 0.6);
    font-size:14px;
    display:block;
}
footer .field--name-field-links a:hover {
    color:rgba(255, 255, 255, 1);
}
footer .field--name-field-links .field--name-field-enlaces-pie .field__item {
    margin:0 auto;
    margin-bottom:10px;
    border-bottom:1px solid rgba(255, 255, 255, 0.3);
    width:80%;
    text-align:left;
    padding-left:25px;
    padding-bottom:2px;
    background:transparent url('../images/marca-menu-footer.png') 0px center no-repeat;
}
footer .field-collection-item-field-contacto {
    display:table;
    width:100%;
    margin-bottom:-14px;
}
footer .field-collection-item-field-contacto .content {
    display:table-row;
    width:100%;
}
footer .field-collection-item-field-contacto .content .field--name-field-contacto-imagen {
    display:table-cell;
    width:20%;
    vertical-align:middle;
}
footer .field-collection-item-field-contacto .content .field--name-field-contacto-texto {
    display:table-cell;
    width:80%;
    vertical-align:middle;
    text-align:left;
    color:rgba(255, 255, 255, 0.6);
    font-size:14px;
}
footer .field--name-field-contacto .field-collection-view {
    border-bottom:none;
}
footer {
    position:relative !Important;
}
#footerSolap1 {
    background-color:white;
    position:absolute;
    width:60%;
    height:90px;
    border:1px solid white;
    transform:rotate(-4deg);
    margin-top:-55px;
    margin-left:-10px;
    z-index: 15;
}
#footerSolap2 {
    background-color:white;
    position:absolute;
    width:60%;
    height:90px;
    border:1px solid white;
    transform:rotate(4deg);
    margin-top:-55px;
    right:-10px;
    z-index: 15;
}
footer .field--name-field-escudo .field__label {
    display:none;
}
footer .field--name-field-escudo {
    margin-top:-280px;
    margin-bottom:220px;
}
footer .field--name-field-escudo {
    display:block;
}
#block-menu-menu-top-right-link {
    background:transparent url('../images/convention-bureau.png') 0px 0px no-repeat;
    width:256px;
    position:relative;
}
#block-menu-menu-top-right-link a {
    font-size:14px;
    border:1px solid transparent;
    display:block;
    margin-left:20px;
    text-align:center;
    margin-top:4px;
    height:20px;
    overflow:hidden;
}
#search-block-form input[type='search'] {
    background:transparent url('../images/lupa.png') 3px center no-repeat;
    background-size:8%;
}
#block-locale-language-content h2 {
    height:20px;
    background:transparent url('../images/bandera.png') 0px center no-repeat;
    background-size:21%;
    margin-bottom:-5px;
    padding-top:3px;
    padding-left:25px;
}
#block-locale-language-content h2:after {
    content:'';
    display:block;
    border:1px solid transparent;
    height:4px;
    background:transparent url('../images/desplegable-idioma.png') center center no-repeat;
    background-size:15%;
}
#block-menu-menu-work-menu a#menuImg{
    position:relative;
    display:inline-block;
    width:182px;
    height:134px;
    text-indent:-99999px;
    background:transparent url('../images/tourist-card.png') 0 0 no-repeat;
    right:-210px;
    top:-40px;
    z-index: 30;
}
#block-menu-menu-work-menu ul {
    position:relative;
    margin-right:-160px;
}
.breadcrumb {
    display:none;
}
body.admin-menu ul.tabs {
    margin-top:50px;
}
.sliderGlobal h2 {
    display:none;
}
.sliderGlobal .views-slideshow-controls-text {
    position:absolute;
    z-index:31;
}
.sliderGlobal .views-slideshow-controls-text-pause {
    display:none;
}
.sliderGlobal .views-slideshow-controls-text-previous a {
    display:inline-block;
    color:transparent;
    text-decoration:none !Important;
    width:21px;
    height:25px;
    background:transparent url('../images/slider-izda.png') 0 0 no-repeat;
    position:absolute;
    margin-top:220px;
    margin-left:20px;
}
.sliderGlobal .views-slideshow-controls-text-next a {
    display:inline-block;
    color:transparent;
    text-decoration:none !Important;
    width:21px;
    height:25px;
    background:transparent url('../images/slider-dcha.png') 0 0 no-repeat;
    position:absolute;
    margin-top:220px;
    margin-left:20px;
    right:-1180px;
}
header.l-header {
    position:relative;
    z-index:60;
    box-shadow: 0px 10px 8px -6px rgba(0, 0, 0, 0.4);
    margin-bottom:0px;
}
.sliderGlobal .views-field-title {
    font-family: 'Alfa Slab One', cursive;
    font-size:40px;
    display:inline-block;
    width:500px;
    height:200px;
    padding:15px;
    position:absolute;
    top:100px;
    right:40px;
    color:white;
    text-shadow:0px 0px 10px rgba(0, 0, 0, 0.5);
    overflow:hidden;
    text-align:right;
    line-height: 50px;
    text-transform:uppercase;
}
.sliderGlobal .views-field-body {
    font-size:20px;
    display:inline-block;
    width:500px;
    height:70px;
    position:absolute;
    top:300px;
    right:0px;
    font-size:16px;
    overflow:hidden;
    text-align:left;
    padding:5px 12px;
    border:1px solid transparent;
    background-color:rgba(0, 0, 0, 0.5);
    color:white;
    padding-right:60px;
}
.sliderGlobal .views-field-field-enlace {
    position:relative;
    top:-370px;
    left:55%;
    width:480px !Important;
    overflow:hidden;
    display:block;
    height:150px;
}
.sliderGlobal .views-field-field-enlace a {
    display:inline-block;
    width:100%;
    height:100%;
    text-indent:-99999px;
}
.views-slideshow-controls-top a {
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -ms-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
}
.sliderSolap1 {
    background-color:white;
    position:absolute;
    width:650px;
    height:50px;
    border:1px solid transparent;
    transform:rotate(4deg);
    margin-top:-60px;
    margin-left:-10px;
    z-index: 15;
}
.sliderSolap2 {
    background-color:white;
    position:absolute;
    width:650px;
    height:50px;
    border:1px solid transparent;
    transform:rotate(-4deg);
    margin-top:-60px;
    margin-left:560px;
    z-index: 15;
}
.views-slideshow-cycle-main-frame {
    margin-bottom:-120px;
}
.field-collection-view {
    border-bottom:none;
}
.field-collection-container {
    border-bottom:none;
}
body.front .AccessBox h2 {
    display:none;
}
body.front .AccessBox .field__label {
    display:none;
}
body.front .AccessBox .field--name-field-secciones > .field__items > .field__item {
    display:inline-block;
    width:50%;
    height:220px;
    padding:10px;
    padding-top:0px;
    margin-top:-30px;
}
body.front .field--name-field-titulo {
    font-size:24px;
    font-weight:bold;
}
body.front .field--name-field-descripcion {
    margin:0 auto;
    margin-top:0px;
}
body.not-front .AccessBox h2 {
    display:none;
}
body.not-front .AccessBox .field__label {
    display:none;
}
body.not-front .AccessBox .field--name-field-secciones > .field__items > .field__item.even .field--name-field-icono {
    display:inline-block;
    position:fixed;
    right:-15px;
    top:200px;
    z-index:100;
}
body.not-front .AccessBox .field--name-field-secciones > .field__items > .field__item.odd .field--name-field-icono {
    display:inline-block;
    position:fixed;
    right:-15px;
    top:260px;
    z-index:100;
}
body.not-front .AccessBox .field--name-field-secciones > .field__items > .field__item .field--name-field-icono a img {
    border-radius:15px;
    box-shadow:0px 0px 10px 1px rgba(0, 0, 0, 0.08);
    width:50%;
    height:50%;
}
body.not-front .AccessBox .field-collection-view {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    border-bottom: none;
}
body.not-front .field--name-field-titulo {
    display:none;
}
body.not-front .field--name-field-descripcion {
    display:none;
}
.CajasPortada h2 {
    display:none;
}
.CajasPortada .field-collection-view {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    border-bottom: none;
}
.CajasPortada .field-collection-container > .field--name-field-front-box > .field__items {
    text-align:left;
}
.CajasPortada .field-collection-container > .field--name-field-front-box > .field__items > .field__item {
    display:inline-block;
    height:460px;
    width:285px;
    border:1px solid transparent;
}
.CajasPortada .field-collection-container > .field--name-field-front-box > .field__items > .field__item .field-collection-view {
    height:520px;
}
.CajasPortada .field-collection-container > .field--name-field-front-box > .field__items > .field__item.even.boxFront1 {
    width:585px;
}
.CajasPortada .field-collection-container > .field--name-field-front-box > .field__items > .field__item.odd.boxFront3 {
    width:585px;
}
.odd.boxFront2 {
    margin-left:30px
}
.even.boxFront3 {
    margin-left:15px
}
.even.boxFront2 {
    margin-left:15px
}
.odd.boxFront3 {
    margin-left:30px
}
.boxFront {
    margin-bottom:25px;
}
.even.boxFront1 {
    transform:skew(0deg, 4deg);
    overflow:hidden;
}
.odd.boxFront2 {
    transform:skew(0deg, -4deg) translate(0px, 10px);
    overflow:hidden;
}
.even.boxFront3 {
    transform:skew(0deg, -4deg) translate(0px, -12px);
    overflow:hidden;
}
.odd.boxFront1 {
    transform:skew(0deg, 4deg) translate(0px, -23px);
    overflow:hidden;
}
.even.boxFront2 {
    transform:skew(0deg, 4deg) translate(0px, -2px);
    overflow:hidden;
}
.odd.boxFront3 {
    transform:skew(0deg, -4deg) translate(0px, -12px);
    overflow:hidden;
}
.even.boxFront1 > .field-collection-view {
    transform:skew(0deg, -4deg);
    background-size:cover !Important;
    /*height:420px !Important;*/
    margin-top:-35px;
    padding-top:50px;
}
.odd.boxFront2 > .field-collection-view {
    transform:skew(0deg, 4deg) translate(0px, 0px);
    background-size:cover !Important;
    margin-top:-35px;
}
.even.boxFront3 > .field-collection-view {
    transform:skew(0deg, 4deg) translate(0px, 0px);
    background-size:cover !Important;
    /*height:420px !Important;*/
    margin-top:-35px;
}
.odd.boxFront1 > .field-collection-view {
    transform:skew(0deg, -4deg) translate(0px, 0px);
    background-size:cover !Important;
    /*height:420px !Important;*/
    margin-top:-35px;
}
.even.boxFront2 > .field-collection-view {
    transform:skew(0deg, -4deg) translate(0px, 0px);
    background-size:cover !Important;
    /*height:420px !Important;*/
    margin-top:-35px;
}
.odd.boxFront3 > .field-collection-view {
    transform:skew(0deg, 4deg) translate(0px, 0px);
    background-size:cover !Important;
    /*height:420px !Important;*/
    margin-top:-35px;
}
.boxFront .field--name-field-titulo-enlace {
    margin-top:10px;
}
.boxFront .content {
    position: absolute;
    bottom: 0px;
    background-color: rgba(23, 69, 107, 0.5);
}
.boxFront1.even .content {
    height:190px;
}
.boxFront2.odd .content {
    height:200px;
}
.boxFront3.even .content {
    height:180px;
}
.boxFront3.odd .content {
    height:190px;
}
.boxFront2.even .content {
    height:200px;
}
.boxFront1.odd .content {
    height:180px;
}
.boxFront .field--name-field-titulo-enlace a {
    color:#FFF;
    font-size: 32px;
    text-decoration:none;
    font-weight:bold;
    display:block;
    padding-top:5px;
    padding-left:30px;
    padding-right:30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.boxFront .field--name-field-descripcion {
    display:block;
    width:100%;
    padding-left:32px;
    padding-right:32px;
    color:white;
    font-weight:100;
    font-size:16px;
}
.CajaNumeros h2 {
    display:none;
}
.CajaNumeros .field--name-field-grafico > .field__items {
    background-color:#006598;
    padding-top:90px;
    padding-bottom:40px;
    color:white;
}
.CajaNumeros .field--name-field-grafico > .field__items > .field__item {
    display:inline-block;
    margin-left:30px;
    margin-right:30px;
}
.numberSolap1 {
    background-color:white;
    position:absolute;
    width:603px;
    height:50px;
    border:1px solid transparent;
    transform:rotate(4deg);
    margin-top:-28px;
    margin-left:0px;
    z-index: 15;
}
.numberSolap2 {
    background-color:white;
    position:absolute;
    width:603px;
    height:50px;
    border:1px solid transparent;
    transform:rotate(-4deg);
    margin-top:-28px;
    margin-left:597px;
    z-index: 15;
}
.CajasPortada {
    position:relative;
    z-index:34;
}
.CajaNumeros {
    margin-top:-50px;
}
.CajaNumeros .field--name-field-numero > .field__items > .field__item {
    display:inline-block;
    width:100px;
    height:100px;
    color:#32618f;
}
.CajaNumeros .field--name-field-texto-circulo > .field__items > .field__item {
    margin-top:-64px;
    margin-bottom:60px;
    color:#32618f;
    -webkit-transition: color 2.5s ease;
    -moz-transition: color 2.5s ease;
    -ms-transition: color 2.5s ease;
    -o-transition: color 2.5s ease;
    transition: color 2.5s ease;
}
#gMap {
    height:490px;
    margin-top:1px;
}
#gMap .sliderSolap1, #gMap .sliderSolap2 {
    margin-top:445px;
    height:70px;
}




















body.node-type-google-map h1 {
    display:none;
}
.field--name-field-tipo-mapa {
    display:none;
}
.itemWs, .itemWs * {
    box-sizing:border-box;
}
.itemWs .envelope {
    overflow:visible;
}
.itemWs {
    border:1px solid transparent;
    clear:both;
    overflow:visible !Important;
    margin-bottom:35px;
}
.itemWs:before, .itemWs:after {
    content:'';
    display:block;
    clear:both;
}
.itemWs .contentTxt {
    float:right;
    width:70%;
    overflow:visible !Important;
    text-align:left;
    padding-left:45px;
    padding-top:25px;
}
.itemWs .imgFront {
    float:left;
    width:30%;
    height:360px;
    overflow:hidden;
    transform:skew(0deg, 4deg);
    position:relative;
    z-index:30;
}
.itemWs .iFront {
    height:400px;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:160% auto;
    transform:skew(0deg, -4deg);
    position:relative;
    z-index:40;
    overflow:visible;
    margin-top:-16px;
}
.estrellas .estrella {
    display:inline-block;
    width:32px;
    height:32px;
    background:transparent url('../images/estrella.png') center center no-repeat;
}
.descWrapper.hoteles .establecimientoconlaqdecalidadturisticaHotel,
.descWrapper.hoteles .recomendadoguiarepsolHotel,
.descWrapper.hoteles .unsolguiarepsolHotel,
.descWrapper.hoteles .tressolesguiarepsolHotel,
.descWrapper.hoteles .estrellamichelinHotel {
    display: none;
}
.tenedores .tenedor {
    display:inline-block;
    width:32px;
    height:32px;
    background:transparent url('../images/tenedor.png') center center no-repeat;
}
.descWrapper.restaurantes .conrestaurantebarocafeteriaHotel,
.descWrapper.restaurantes .conpiscinaHotel,
.descWrapper.restaurantes .conaparcamientoprivadoHotel,
.descWrapper.restaurantes .wifidisponibleHotel,
.descWrapper.restaurantes .esteestablecimientoadmiteanimalesdecompaniaHotel {
    display: none;
}
.descWrapper {
    margin-top:10px;
}
.descWrapper .descItem {
    display: block;
    width: 70%;
    margin-top: 32px;
}
.descWrapper .nombreHotel {
    font-size:26px !Important;
    font-weight:bold;
    vertical-align:middle;
    display:inline-block;
}
.descWrapper .establecimientoconlaqdecalidadturisticaHotel {
    width:40px;
    height:40px;
    vertical-align:middle;
    background:transparent url('../images/establecimientoconlaqdecalidadturistica.png') center center no-repeat;
    background-size:100% 100%;
    display:inline-block;
    margin-left:25px;
}
.descWrapper .recomendadoguiarepsolHotel {
    width:40px;
    height:40px;
    vertical-align:middle;
    background:transparent url('../images/recomendadoguiarepsol.png') center center no-repeat;
    background-size:100% 100%;
    display:inline-block;
    margin-left:25px;
}
.descWrapper .unsolguiarepsolHotel {
    width:40px;
    height:40px;
    vertical-align:middle;
    background:transparent url('../images/solguiarepsol.png') center center no-repeat;
    background-size:100% 100%;
    display:inline-block;
    margin-left:25px;
}
.descWrapper .tressolesguiarepsolHotel {
    width:40px;
    height:40px;
    vertical-align:middle;
    background:transparent url('../images/tressolesguiarepsol.png') center center no-repeat;
    background-size:100% 100%;
    display:inline-block;
    margin-left:25px;
}
.descWrapper .estrellamichelinHotel {
    width:40px;
    height:40px;
    vertical-align:middle;
    background:transparent url('../images/estrellamichelin.png') center center no-repeat;
    background-size:100% 100%;
    display:inline-block;
    margin-left:25px;
}
.descWrapper .wifidisponibleHotel {
    width:40px;
    height:40px;
    vertical-align:middle;
    background:transparent url('../images/wifi.png') center center no-repeat;
    background-size:100% 100%;
    display:inline-block;
    margin-left:25px;
}
.descWrapper .conaparcamientoprivadoHotel {
    width:40px;
    height:40px;
    vertical-align:middle;
    background:transparent url('../images/parking.png') center center no-repeat;
    background-size:100% 100%;
    display:inline-block;
    margin-left:25px;
}
.descWrapper .conpiscinaHotel {
    width:40px;
    height:40px;
    vertical-align:middle;
    background:transparent url('../images/spa.png') center center no-repeat;
    background-size:100% 100%;
    display:inline-block;
    margin-left:25px;
}
.descWrapper .conrestaurantebarocafeteriaHotel {
    width:40px;
    height:40px;
    vertical-align:middle;
    background:transparent url('../images/restaurant.png') center center no-repeat;
    background-size:100% 100%;
    display:inline-block;
    margin-left:25px;
}
.descWrapper .establecimientoadaptadoadiscapacitadosHotel {
    width:40px;
    height:40px;
    vertical-align:middle;
    background:transparent url('../images/handicap.png') center center no-repeat;
    background-size:100% 100%;
    display:inline-block;
    margin-left:25px;
}
.descWrapper .esteestablecimientoadmiteanimalesdecompaniaHotel {
    width:40px;
    height:40px;
    vertical-align:middle;
    background:transparent url('../images/dog-seating.png') center center no-repeat;
    background-size:100% 100%;
    display:inline-block;
    margin-left:25px;
}
.footerHotel {
    margin-top:60px;
}
.footerHotel .footerButtons {
    float:right;
}
.footerHotel .footerButtons a {
    background-color:rgba(0, 0, 0, 0.6);
    color:white;
    text-decoration:none;
    width:190px;
    display:inline-block;
    padding:4px 15px;
    margin-bottom:2px;
}
.footerHotel .footerButtons a:hover {
    background-color:rgba(0, 0, 0, 0.3);
}
.footerHotel .footerDir {
    max-width:70%;
}
.footerHotel .footerDir a {
    color:black;
    text-decoration:none;
}
.footerHotel .footerDir div {
    margin-bottom:10px;
    padding-left:35px;
}
.footerHotel .footerDir .webHotel {
    line-height:25px;
    background:transparent url('../images/web.png') 0 0 no-repeat;
}
.footerHotel .footerDir .telHotel {
    line-height:25px;
    background:transparent url('../images/tel.png') 0 0 no-repeat;
}
.footerHotel .footerDir .mailHotel {
    line-height:25px;
    background:transparent url('../images/sobre-2.png') 0 0 no-repeat;
}
.footerHotel .footerDir .dirHotel {
    line-height:25px;
    background:transparent url('../images/pin.png') 0 0 no-repeat;
}
#finderWs {
    background-color:#80AEAE;
    width:70%;
    margin:0 auto;
    margin-top:50px;
    margin-bottom:65px;
    padding:15px;
    padding-left:40px;
    padding-right:40px;
    padding-bottom:25px;
}
#finderWs h3 {
    text-transform:uppercase;
    font-weight:100;
    font-size:26px;
    color:white;
    margin-bottom:25px;
}
.wrapperSelects, .wrapperChecks, .wrapperButton {
    display:inline-block;
    vertical-align:top;
}
.wrapperSelects {
    text-align:left;
    width:35%;
}
.wrapperChecks {
    text-align:left;
    width:50%;
}
.wrapperButton {
    vertical-align:bottom;
    text-align:right;
    width:15%;
}
#finderWs select {
    border:0;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    padding:10px 15px;
    font-size:16px;
    padding-right:35px;
    width:80%;
    background-color:white;
}
.wrapperButton button {
    border:0;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background-color:transparent;
    font-size:16px;
    text-transform:uppercase;
    border-left:4px solid black;
    border-right:4px solid black;
    padding:5px 10px;
    cursor:pointer;
}
#finderWs input[type='checkbox'] {
    border:0;
    background-color:transparent;
    width:25px;
    height:25px;
}
#finderWs .blockChecks {
    display:inline-block;
    width:190px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom:-5px;
}
#finderWs .blockChecks label {
    position:relative;
    top:-5px;
    font-size:17px;
}
.node--google-map ul.node__links {
    display:none;
}
body.node-type-como-llegar h1 {
    margin-top:35px;
    font-weight:100;
    text-align:left;
    padding-left:25px;
    padding-right:25px;
    text-transform:uppercase;
    font-size:40px;
    margin-bottom:20px;
}
body.node-type-como-llegar article.node--como-llegar > .node__content {
    padding-left:25px;
    padding-right:25px;
    text-align:left;
}
body.node-type-como-llegar .field--name-field-parrafo-negro, body.node-type-como-llegar .field--name-field-parrafo-verde {
    text-align:justify;
}
body.node-type-como-llegar p {
    margin-bottom:15px;
}
body.node-type-como-llegar .field--name-field-parrafo-verde {
    color:#80AEAE;
}
body.node-type-como-llegar .field--name-field-imagen-separador {
    margin-top:100px;
    margin-bottom:100px;
}
body.node-type-como-llegar .field--name-field-avion-titulo-1 {
    display:inline-block;
    text-transform:uppercase;
    font-size:18px;
    vertical-align:middle;
    margin-right:20px;
}
body.node-type-como-llegar .field--name-field-avion-titulo-imagen {
    display:inline-block;
    vertical-align:middle;
}
body.node-type-como-llegar .field--name-field-avion-texto {
    background-color:#80AEAE;
    color:white;
    padding:15px;
    float:right;
    width:250px;
    position:relative;
    display:inline-block;
    margin-top:60px;
}
body.node-type-como-llegar .field--name-field-avion-listado {
    display:inline-block;
}
body.node-type-como-llegar .field--name-field-avion-listado > .field__items > .field__item {
    display:inline-block;
    width:420px;
    margin-top:20px;
    margin-right:25px;
}
body.node-type-como-llegar .field-collection-view {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    border-bottom: none;
}
body.node-type-como-llegar .field--name-field-avion-listado .field--name-field-titulo-listado {
    color:#80AEAE;
    text-transform:uppercase;
    font-size:18px;
}
body.node-type-como-llegar .field--name-field-lista-opcion {
    padding:8px;
    margin-top:5px;
}
body.node-type-como-llegar .field--name-field-lista-opcion .entity-field-collection-item * {
    display:inline-block;
    vertical-align:middle;
}
body.node-type-como-llegar .field--name-field-lista-opcion .entity-field-collection-item a {
    text-decoration:none;
    color:black;
}
body.node-type-como-llegar .field--name-field-lista-opcion .entity-field-collection-item a:hover {
    color:rgba(0, 0, 0, 0.5);
}
body.node-type-como-llegar .field--name-field-lista-opcion .entity-field-collection-item {
    margin-bottom:10px;
}
body.node-type-como-llegar .field--name-field-lista-opcion .entity-field-collection-item .field--name-field-icono-imagen {
    margin-right:8px;
}
body.node-type-como-llegar .field--name-field-tren-titulo {
    display:inline-block;
    text-transform:uppercase;
    font-size:18px;
    vertical-align:middle;
    margin-right:20px;
}
body.node-type-como-llegar .field--name-field-tren-titulo-imagen {
    display:inline-block;
    vertical-align:middle;
}
body.node-type-como-llegar .field--name-field-separador-tren {
    text-align:center;
    overflow:hidden;
    margin-top:80px;
    margin-bottom:80px;
}
body.node-type-como-llegar .field--name-field-tren-texto {
    display:inline-block;
    width:65%;
    float:right;
    margin-top:45px;
    border-left:4px solid #80AEAE;
    padding-left:25px;
    padding-top:10px;
}
body.node-type-como-llegar .field--name-field-tren-listado {
    display:inline-block;
}
body.node-type-como-llegar .field--name-field-separador-autobus {
    text-align:center;
    overflow:hidden;
    margin-top:80px;
    margin-bottom:80px;
}
body.node-type-como-llegar .field--name-field-separador-carretera {
    text-align:center;
    overflow:hidden;
    margin-top:80px;
    margin-bottom:150px;
}
body.node-type-como-llegar .field--name-field-autobus-titulo {
    display:inline-block;
    text-transform:uppercase;
    font-size:18px;
    vertical-align:middle;
    margin-right:20px;
}
body.node-type-como-llegar .field--name-field-autobus-titulo-imagen {
    display:inline-block;
    vertical-align:middle;
}
body.node-type-como-llegar .field--name-field-autobus-listado-enlaces {
    display:inline-block;
    width:65%;
    float:right;
    margin-top:-110px;
    border-left:4px solid #80AEAE;
    padding-left:25px;
    padding-top:10px;
    position:relative;
}
body.node-type-como-llegar .field-collection-view .field--name-field-titulo {
    display: block;
}
body.node-type-como-llegar .field--name-field-autobus-titulo-estacion {
    display:inline-block;
    width:65%;
    float:right;
    margin-top:-150px;
    border-left:4px solid #80AEAE;
    padding-left:25px;
    padding-top:10px;
    margin-bottom:-46px;
    position:relative;
    text-transform:uppercase;
    color:#80AEAE;
    padding-bottom:15px;
}
body.node-type-como-llegar .field--name-field-autobus-listado {
    width:35%;
    float:left;
}
body.node-type-como-llegar .field--name-field-enlaces-titulo {
    text-decoration:underline;
    margin-left:-20px;
    padding-left:20px;
    margin-bottom:20px;
    line-height:25px;
    background:transparent url('../images/flecha.png') 5px 6px no-repeat;
    background-size:10px 16px;
}
body.node-type-como-llegar .field--name-field-enlaces-autobus .field__item {
    margin-bottom:-15px;
}
body.not-front .node--box-acceso .field--name-field-titulo {
    display:none !Important;
}
body.node-type-como-llegar .field--name-field-carretera-titulo {
    display:inline-block;
    text-transform:uppercase;
    font-size:18px;
    vertical-align:middle;
    margin-right:20px;
}
body.node-type-como-llegar .field--name-field-carretera-titulo-imagen {
    display:inline-block;
    vertical-align:middle;
}
body.node-type-como-llegar .field--name-field-carretera-listado .entity-field-collection-item {
    margin-bottom:-8px;
}
body.node-type-como-llegar .field--name-field-carretera-texto {
    width:64%;
    float:right;
    text-align:justify;
    background-color:#80AEAE;
    color:white;
    font-size:18px;
    height:350px;
    overflow:hidden;
    margin-bottom:-310px;
    margin-top:-115px;
}
body.node-type-como-llegar .field--name-field-carretera-texto .field__items {
    padding:15px 15px 5px 15px;
}
body.node-type-como-llegar .field--name-field-carretera-texto:before {
    content:'';
    display:block;
    height:200px;
    background:transparent url('../images/matorral.png') center top no-repeat;
    background-size:cover;
}
body.node-type-como-llegar footer {
    margin-top:50px;
}
body.node-type-como-llegar video {
    float:right;
    margin-left:25px;
    margin-top:-60px;
    margin-bottom:40px;
}
.node--como-llegar ul.node__links {
    display:none;
}
.node--ruta-gastronimica {
    margin-top:60px;
}
.node--ruta-gastronimica h1 {
    font-weight:100;
    text-transform:uppercase;
    font-size:45px;
    margin-bottom:20px;
}
.node--ruta-gastronimica .field--name-field-titulo {
    display:block !Important;
    text-transform:uppercase;
    margin:0 auto;
    margin-bottom:25px;
    width:80%;
    border-top:2px solid #80AEAE;
    padding-top:10px;
    border-bottom:2px solid #80AEAE;
    padding-bottom:10px;
    font-size:18px;
}
.node--ruta-gastronimica .field--name-field-desc-plaza {
    text-align:justify;
}
body.node-type-ruta-gastronimica ul.node__links {
    display:none;
}


/*** Vista lista de promociones ***/
body.page-list-promociones .l-content h1 {
    margin-top: 45px;
    font-weight: 700;
    text-align: left;
    padding-left: 25px;
    padding-right: 25px;
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 20px;
}
body.page-list-promociones .view-list-promociones {
    text-align: left;
    padding-left: 25px;
    padding-right: 25px;
}
body.page-list-promociones .promo-intro-title {
    width: 45%;
    margin-bottom: 32px;
    margin-top: -10px;
    font-weight: 100;
    line-height: 20px;
}
body.page-list-promociones .view-list-promociones .views-row {
    display: inline-block;
    margin-right: 15px;
}
body.page-list-promociones .view-list-promociones .views-field-php .promofoot {
    display: block;
    width: 100%;
    height: 30px;
    background-color: #80AEAE;
    margin-top: -2px;
    background-image: url('../images/promo-list-foot.png');
    background-repeat: no-repeat;
    background-position: center center;
}

/*** PROMOCIONES ***/
body.page-node-33 .l-content h1,
body.page-node-34 .l-content h1 {
    display: none;
}

.node-type-promociones .promoWrapper {
    width: 80%;
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 300;
    margin-top: 50px;
}

.node-type-promociones .promoWrapper .desc-promo {
    display: block;
    text-align: left;
    width: 95%;
    margin: 0 auto;
    margin-top: 25px;
}
.node-type-promociones .promoWrapper .desc-promo span {
    display: block;
    margin-top: 5px;
    font-weight: 700;
}
.node-type-promociones .promoWrapper .promo-link {
    text-align: center;
    margin-top: 45px;
    margin-bottom: 15px;
}

/* ITEMS PROMO */
.node-type-promociones .promoWrapper .desc-promo,
.node-type-promociones .promoWrapper .promo-link,
.node-type-promociones .promoWrapper .promoItems,
.node-type-promociones .promoWrapper .hotels-panel {
    padding-left: 20px;
    padding-right: 20px;

}


.node-type-promociones .promoWrapper .promo-link {
    text-align: center;
}
.node-type-promociones .promoWrapper .item-promo {
    margin-bottom: 10px;
    padding-left: 40px;
}
.node-type-promociones .promoItems > div:last-child {
    margin-bottom: 50px;
    margin-top: 45px;
}
.node-type-promociones .promoWrapper .item-promo .title-item {
    display: block;
    margin-bottom: 25px;
    font-size: 28px;
    font-weight: normal;
    color: #727276;
    padding-top: 25px;
    padding-left: 10px;
    text-transform: uppercase;
    text-align: left;
}
.node-type-promociones .promoWrapper .item-promo .title-item span {
    color: #ed8826;
}
.node-type-promociones .promoWrapper .item-promo .img-item {
    display: inline-block;
    vertical-align: top;
}
.node-type-promociones .promoWrapper .item-promo .desc-item{
    display: inline-block;
    vertical-align: top;
    width: 70%;
    padding-left: 15px;
    padding-top: 45px;
    text-align: left;
}
.node-type-promociones .promoWrapper .horizontal-separator {
    width: 70%;
    height: 3px;
    margin: 0 auto;
    background: #ed8826;
    margin-bottom: 35px;
    margin-top: 25px;
}
.node-type-promociones .promoWrapper .hotels-panel .title-hotels-panel {
    text-align: center;
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #727276;
}
.node-type-promociones .promoWrapper .hotels-panel .title-hotels-panel span {
    color: #ed8826;
}
.node-type-promociones .promoWrapper .hotels-panel .hotelsWrapper {
    text-align: center;
}
.node-type-promociones .promoWrapper .hotels-panel .hotel-item {
    display: inline-block;
    min-height: 240px;
    width: 45%;
    margin-bottom: 40px;
    vertical-align: top;
    position: relative;
}
.node-type-promociones .promoWrapper .hotels-panel .hotel-item.pointer {
    cursor: pointer;
}
.node-type-promociones .promoWrapper .hotels-panel .hotel-item .hotel-title {
    position: absolute;
    left: 55px;
    bottom: -29px;
    max-width: 220px;
}
.node-type-promociones .promoWrapper .hotels-panel .priceHotel {
    background: url('../images/promociones/back_price.png') no-repeat center center;
    position: absolute;
    right: -55px;
    top: -19px;
    width: 200px;
    height: 150px;
    line-height: 150px;
    font-size: 41px;
    color: #e3532d;
    font-weight: 400;
    font-style: italic;
}
.node-type-promociones .promoWrapper .hotels-panel .hotel-item .estrellasHotel {
    position: absolute;
    right: 65px;
    bottom: -29px;
}
.node-type-promociones .promoWrapper .hotels-panel .hotel-item .estrellasHotel .starHotel {
    background: url('../images/promociones/estrella.png') no-repeat center center;
    width: 15px;
    height: 14px;
    display: inline-block;
}

/************** EXPERIENCIAS PROMOCIONES ***********************/
.node-type-promociones .promoWrapper .experienciasSlider .expTitle {
    text-align: center;
    font-size: 27px;
    text-transform: uppercase;
    margin-bottom: 40px;
    color: #ed8826;
    font-weight: normal;
}
.node-type-promociones .promoWrapper .experienciasSlider .experiencia-item {
    display: none;
    vertical-align: top;
    height: 194px;
    width: 80%;
    position: relative;
    margin: 0 auto;
}
.node-type-promociones .promoWrapper .experienciasSlider .experiencia-item .exp-title {
    position: absolute;
    left: 202px;
    top: 36px;
    font-weight: 700;
    font-size: 15px;
}
.node-type-promociones .promoWrapper .experienciasSlider .experiencia-item .exp-descripcion {
    position: absolute;
    left: 202px;
    top: 67px;
}
.node-type-promociones .promoWrapper .experienciasSlider .expPager {
    text-align: center;
    margin-bottom: 25px;
}
.node-type-promociones .promoWrapper .experienciasSlider .expPager .item-pager {
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 22px;
    border-radius: 20px;
    color: #fff;
    background: #e56b14;
    cursor: pointer;
    margin-right: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 22px;
}
.node-type-promociones .promoWrapper .experienciasSlider .expWrapper {
    position: relative;
    min-height: 200px;
}
.node-type-promociones .promoWrapper .experienciasSlider .expWrapper .experiencia-item:nth-child(2) {
    display: block;
}
.node-type-promociones .promoWrapper .experienciasSlider .changeExp.next,
.node-type-promociones .promoWrapper .experienciasSlider .changeExp.prev {
    display: block;
    width: 25px;
    height: 45px;
    cursor: pointer;
}
.node-type-promociones .promoWrapper .experienciasSlider .changeExp.next {
    background: url('../images/promociones/flecha_izda.png') no-repeat center center;
    position: absolute;
    top: 83px;
    left: 15px;
}
.node-type-promociones .promoWrapper .experienciasSlider .changeExp.prev {
    background: url('../images/promociones/flecha_dcha.png') no-repeat center center;
    position: absolute;
    right: 15px;
    top: 83px;
}

.node-type-promociones .promoWrapper .footer-banner {
    text-align: center;
    margin-top: 30px;
}
.node-type-promociones .promoWrapper .footer-link,
.node-type-promociones .promoWrapper .footer-text {
    text-align: center;
}
.node-type-promociones .promoWrapper .footer-text {
    margin-top: 20px;
    font-size: 15px;
}
.node-type-promociones .promoWrapper .footer-text a {
    color: #ed8826;
}
body.node-type-documentos-pdf h1, body.node-type-documentos-pdf ul.node__links {
    display:none;
}
article.node--documentos-pdf {
    background:transparent url('../images/mapa-info.png') 90% 50px no-repeat;
    min-height:400px;
    margin-top:50px;
    text-align:left;
    padding-left:25px;
    padding-right:25px;
}
article.node--documentos-pdf .field--name-field-tipo-pdf, article.node--documentos-pdf .field--name-field-nombre-documento, article.node--documentos-pdf .field--name-field-pdf .file-icon {
    display:none;
}
article.node--documentos-pdf .field--name-field-pdf a {
    text-decoration:none;
    text-transform:uppercase;
    color:black;
    font-size:18px;
    display:inline-block;
    padding-left:25px;
    background:transparent url('../images/flecha.png') 0 center no-repeat;
    background-size:18px 20px;
}
article.node--documentos-pdf .field--name-field-pdf a span {
    color:rgba(102, 177, 177, 1);
    display:inline-block;
    padding-left:10px;
}
article.node--documentos-pdf .field--name-field-pdf a:hover {
    color:rgba(102, 177, 177, 1);
}
footer .field--name-field-contacto .field-collection-view {
    padding: 1em 0 0.3em;
}
#currentWeather {
    display:inline-block;
    border:1px solid transparent;
    position:absolute;
    z-index:25;
    right:10px;
    width:150px;
    height:90px;
    margin-top:10px;
    padding-top:60px;
    font-size:18px;
    color:rgba(0, 0, 0, 0.4);
    font-weight:100;
}
#currentWeather span {
    font-size:16px;
}
.weather01d {
    background:transparent url('../images/weather/01d.png') center top 0 no-repeat;
}
.weather01n {
    background:transparent url('../images/weather/01n.png') center top 0 no-repeat;
}
.weather02d {
    background:transparent url('../images/weather/02d.png') center top 0 no-repeat;
}
.weather02n {
    background:transparent url('../images/weather/02n.png') center top 0 no-repeat;
}
.weather03d {
    background:transparent url('../images/weather/03d.png') center top 0 no-repeat;    
}
.weather03n {
    background:transparent url('../images/weather/03n.png') center top 0 no-repeat;   
}
.weather04d {
    background:transparent url('../images/weather/04d.png') center top 0 no-repeat;   
}
.weather04n {
    background:transparent url('../images/weather/04n.png') center top 0 no-repeat;    
}
.weather09d {
    background:transparent url('../images/weather/09d.png') center top 0 no-repeat;    
}
.weather09n {
    background:transparent url('../images/weather/09n.png') center top 0 no-repeat;
}
.weather10d {
    background:transparent url('../images/weather/10d.png') center top 0 no-repeat;  
}
.weather10n {
    background:transparent url('../images/weather/10n.png') center top 0 no-repeat;  
}
.weather11d {
    background:transparent url('../images/weather/11d.png') center top 0 no-repeat;   
}
.weather11n {
    background:transparent url('../images/weather/11n.png') center top 0 no-repeat;    
}
.weather13d {
    background:transparent url('../images/weather/13d.png') center top 0 no-repeat;    
}
.weather13n {
    background:transparent url('../images/weather/13n.png') center top 0 no-repeat;   
}
.weather50d {
    background:transparent url('../images/weather/50d.png') center top 0 no-repeat;    
}
.weather50n {
    background:transparent url('../images/weather/50n.png') center top 0 no-repeat;  
}
body.node-type-clima h1 {
    margin-top:35px;
    font-weight:100;
    text-align:left;
    padding-left:25px;
    padding-right:25px;
    text-transform:uppercase;
    font-size:40px;
    margin-bottom:20px;
}
body.node-type-clima article.node--clima > .node__content {
    padding-left:25px;
    padding-right:25px;
    text-align:left;
}
body.node-type-clima p {
    margin-bottom:15px;
}
.node--clima ul.node__links {
    display:none;
}
#isobars {
    float: right;
    margin-left: 25px;
    margin-bottom: 40px;
}
#isobarDesc {
    position: absolute;
    color: white;
    margin: 250px 0 0 120px;
    background-color: darkblue;
    padding: 1px 20px;
    font-size: 20px;
    min-width: 220px;  
    text-align: center;
}
.isobars-slide-wrap {
    height: 300px;
}
#forecastWrapper {
    background-color: #e9f1f1;
    width: 100%;
    margin-top: 160px;
}
.forecastRow ul {
    margin: 20px 10px;
}
.forecastRow ul li {
    display: inline-block;
    width: 19%;
}
.forecastHeadCols {
    text-align: center;
}
.forecastHeadCols li {
    background-color: #83c2cf;
    color: white;
    margin: 10px 5px;
    padding: 5px 0;
}
.forecastCols ul li  {
    display: block;
    width: 100%;
}
#weatherIcon {
    display:inline-block;
    border:1px solid transparent;
    z-index:25;
    width:150px;
    height:90px;
    font-size:18px;
    font-weight:100;
}
#weatherIcon span {
    font-size:16px;
}
body.node-type-historia-de-murcia .l-content {
    text-align:left;
    padding-left:30px;
    padding-right:30px;
}
body.node-type-historia-de-murcia h1 {
    margin-top:35px;
    margin-bottom:45px;
    text-transform:uppercase;
    font-weight:100;
    font-size:40px;
    max-width:450px;
    color:rgba(153, 204, 204, 1);
}
body.node-type-historia-de-murcia .field--name-field-subtitulo-his {
    max-width:600px;
    color:rgba(153, 204, 204, 1);
    margin-bottom:30px;
}
body.node-type-historia-de-murcia .field--name-field-images-1 {
    float:right;
    margin-left:50px;
    max-width:200px;
    overflow:hidden;
}
body.node-type-historia-de-murcia .field--name-field-images-1 img {
    max-width:200px;
}
body.node-type-historia-de-murcia .field--name-field-bloque-1 p {
    margin-bottom:25px;
}
body.node-type-historia-de-murcia .field--name-field-bloque-1 {
    margin-bottom:100px;
}
body.node-type-historia-de-murcia .field--name-field-bloque-1:after, body.node-type-historia-de-murcia .field--name-field-bloque-1:before {
    /*content:'';
    display:block;
    clear:both;*/
}

body.node-type-historia-de-murcia .field--name-field-images-2 {
    float:left;
    margin-right:50px;
    max-width:200px;
    overflow:hidden;
}
body.node-type-historia-de-murcia .field--name-field-images-2 img {
    max-width:200px;
}
body.node-type-historia-de-murcia .field--name-field-bloque-2 p {
    margin-bottom:25px;
}
body.node-type-historia-de-murcia .field--name-field-bloque-2 {
    margin-bottom:50px;
}
body.node-type-historia-de-murcia .field--name-field-bloque-2:after, body.node-type-historia-de-murcia .field--name-field-bloque-2:before {
    /*content:'';
    display:block;
    clear:both;*/
}

body.node-type-historia-de-murcia .field--name-field-nota {
    color:rgba(153, 204, 204, 1);
    text-align:center;
    margin-top:80px;
    margin-bottom:80px;
    font-size:40px;
    font-weight:100;
}

body.node-type-historia-de-murcia .field--name-field-images-3 {
    float:right;
    margin-left:50px;
    max-width:200px;
    overflow:hidden;
}
body.node-type-historia-de-murcia .field--name-field-images-3 img {
    max-width:200px;
}
body.node-type-historia-de-murcia .field--name-field-bloque-3 p {
    margin-bottom:25px;
}
body.node-type-historia-de-murcia .field--name-field-bloque-3 {
    margin-bottom:50px;
}
body.node-type-historia-de-murcia .field--name-field-bloque-3:after, body.node-type-historia-de-murcia .field--name-field-bloque-3:before {
    /*content:'';
    display:block;
    clear:both;*/
}
body.node-type-historia-de-murcia .field--name-field-nota {
    margin-top:150px;
}
body.node-type-historia-de-murcia ul.node__links {
    display:none;
}
body.node-type-historia-de-murcia .field--name-field-nota:after, body.node-type-historia-de-murcia .field--name-field-nota:before {
    content:'';
    display:block;
    clear:both;
}
.AccessBox {
    text-align:center;
}
body.node-type-como-moverse .l-content {
    text-align:left;
    padding-left:30px;
    padding-right:30px;
}
body.node-type-como-moverse h1 {
    margin-top:35px;
    margin-bottom:45px;
    text-transform:uppercase;
    font-weight:100;
    font-size:40px;
    max-width:450px;
    color:rgba(153, 204, 204, 1);
}
body.node-type-como-moverse .field--name-field-subtitulo-mov {
    max-width:600px;
    margin-bottom:30px;
}
body.node-type-como-moverse .field--name-field-imagen-separador {
    text-align:center;
    margin-top:45px;
    margin-bottom:100px;
}
body.node-type-como-moverse .field--name-field-fotos-autobus .field__items,
body.node-type-como-moverse .field--name-field-fotos-tranvia .field__items,
body.node-type-como-moverse .field--name-field-fotos-taxi .field__items,
body.node-type-como-moverse .field--name-field-fotos-bici .field__items,
body.node-type-como-moverse .field--name-field-fotos-pie .field__items {
    max-width:300px;
    overflow:hidden;
    float:right;
    margin-left:50px;
}
body.node-type-como-moverse .field--name-field-fotos-tranvia,
body.node-type-como-moverse .field--name-field-fotos-taxi,
body.node-type-como-moverse .field--name-field-fotos-bici,
body.node-type-como-moverse .field--name-field-fotos-pie,
body.node-type-como-moverse .field--name-field-bloque-parking {
    padding-top:150px;
    background:transparent url(../images/separador.png) center 75px no-repeat;
}
body.node-type-como-moverse .field--name-field-fotos-tranvia {
    margin-top:-50px;
}
body.node-type-como-moverse .field--name-field-fotos-taxi {
    margin-top:-50px;
}
body.node-type-como-moverse .field--name-field-fotos-bici {
    margin-top:100px;
}
body.node-type-como-moverse .field--name-field-bloque-parking {
    margin-top:100px;
}
body.node-type-como-moverse .l-content h2 {
    text-transform:uppercase;
    font-weight:100;
    margin-bottom:15px;
    line-height:60px;
}
body.node-type-como-moverse .field--name-field-bloque-autobus h2 {
    background:transparent url(../images/bus-samll.png) 140px center no-repeat;
    height:60px;
}
body.node-type-como-moverse .field--name-field-bloque-tranvia h2 {
    background:transparent url(../images/tranvia-small.png) 120px center no-repeat;
    height:60px;
}
body.node-type-como-moverse .field--name-field-bloque-taxi h2 {
    background:transparent url(../images/taxi-small.png) 60px center no-repeat;
    height:60px;
}
body.node-type-como-moverse .field--name-field-bloque-bici h2 {
    background:transparent url(../images/bici-small.png) 60px center no-repeat;
    height:60px;
}
body.node-type-como-moverse .field--name-field-bloque-pie h2 {
    background:transparent url(../images/andando.png) 60px center no-repeat;
    height:60px;
    background-size:60px;
}
body.node-type-como-moverse .field--name-field-bloque-parking h2 {
    background:transparent url(../images/parking.png) 140px center no-repeat;
    height:60px;
}
body.node-type-como-moverse .boxGreen {
    background-color:rgba(153, 204, 204, 1);
    padding:10px 20px;
}
body.node-type-como-moverse .field--name-field-bloque-autobus .boxGreen {
    width:250px;
    float:right;
    margin-right:20px;
    margin-top:10px;
    color:white;
    background:#99cccc url('../images/mapa.png') 130px 45px no-repeat;
}
body.node-type-como-moverse .field--name-field-bloque-autobus .boxGreen a {
    color:white;
    text-decoration:none;
    font-size:11px;
    max-width:75px;
    display:block;
    margin-top:10px;
}
body.node-type-como-moverse .field--name-field-bloque-autobus .boxGreen .titGreen {
    text-transform:uppercase;
    font-size:22px;
}
body.node-type-como-moverse .field--name-field-bloque-autobus .boxGreen .subtitGreen {
    text-transform:uppercase;
    font-size:15px;
    max-width:80px;
}
body.node-type-como-moverse p {
    margin-bottom:25px;
}
body.node-type-como-moverse .l-content .field ul {
    list-style-type: none;
    padding-left:0px;
    margin-bottom:50px;
}
body.node-type-como-moverse .l-content .field ul li {
    line-height:30px;
    /*padding-left:35px;*/
}
body.node-type-como-moverse .l-content .field ul li a {
    text-decoration:none;
    color:black;
}
body.node-type-como-moverse .l-content .field ul li:first-child {
    /*background:transparent url('../images/web.png') 0px center no-repeat;
    background-size:25px;*/
}
body.node-type-como-moverse .l-content .field ul li:last-child {
    /*background:transparent url('../images/tel.png') 0px center no-repeat;
    background-size:25px;*/
}
body.node-type-como-moverse .field--name-field-bloque-pie a {
    /*color:#99cccc;*/
    text-decoration:none;
    display:inline-block;
    /*padding-left:75px;
    line-height:55px;*/
}
body.node-type-como-moverse .field--name-field-bloque-pie a:nth-child(2) {
    /*float:right;
    margin-right:10px;*/
}
body.node-type-como-moverse .field--name-field-bloque-pie a:nth-child(1) {
    /*background:transparent url('../images/mapa-small.png') 0px center no-repeat;*/
}
body.node-type-como-moverse .field--name-field-bloque-pie a:nth-child(2) {
    /*background:transparent url('../images/localizacion.png') 0px center no-repeat;*/
}
body.node-type-como-moverse .field--name-field-bloque-parking .boxGreen {
    max-width:300px;
    float:right;
    margin-left:40px;
    height:320px;
    padding:25px;
}
body.node-type-como-moverse .field--name-field-bloque-parking .boxGreen .titGreen {
    text-transform:uppercase;
    font-size:25px;
    font-weight:100;
}
body.node-type-como-moverse .field--name-field-bloque-parking .boxGreen a {
    margin-top:50px;
    display:block;
    text-align:center;
    height:100px;
    padding-top:100px;
    text-decoration:none;
    color:black;
    font-size:13px;
    background:transparent url('../images/pin-cuadro.png') 150px 0px no-repeat;
    background-size:100px;
}
#hiddenGallery, #hiddenText, #hiddenLink {
    display:none;
}
#contentText {
    text-align: justify;
}
body.node-type-contacto .webform-component--escribenos {
    width:48%;
    float:right;
    margin-left:35px;
}
body.node-type-contacto fieldset.webform-component--group {
    border:none;
    text-align:left;
    background-color:#7FADAD;
    padding:25px;
    height:380px;
    max-height:380px;
    min-height:380px;
}
body.node-type-contacto fieldset.webform-component--group label {
    color:white;
    font-weight:100;
}
body.node-type-contacto fieldset.webform-component--group .contactField {
    width:100%;
    border:none;
    height:20px;
    background:transparent;
    border-bottom:2px solid #99cccc;
}
body.node-type-contacto fieldset.webform-component--group .webform-component-textfield,
body.node-type-contacto fieldset.webform-component--group .webform-component-email {
    white-space:nowrap;
    overflow:hidden;
}
body.node-type-contacto fieldset.captcha {
    border:none;
    padding:0;
    margin-top:35px;
}
body.node-type-contacto fieldset.captcha legend {
    display:none;
}
body.node-type-contacto fieldset.captcha .fieldset-description {
    display:none;
}
body.node-type-contacto fieldset.captcha .form-type-textfield {
    margin-top:10px;
}
body.node-type-contacto fieldset.captcha label {
    display:inline-block;
    margin-right:20px;
    line-height:35px;
}
body.node-type-contacto fieldset.captcha input {
    line-height:45px;
    font-size:28px;
    width:150px;
}
body.node-type-contacto fieldset.captcha .form-type-textfield .description {
    display:none;
}
body.node-type-contacto input.form-submit {
    line-height:35px !Important;
    font-size:16px !Important;
    width:100px !Important;
    float:right;
    text-transform:uppercase;
    border:none;
    background-color:transparent;
    border-left:4px solid black;
    border-right:4px solid black;
    margin-top:8px;
}
body.node-type-contacto #edit-submitted-escribenos {
    height:380px;
    max-height:380px;
    min-height:380px;
    border:2px solid #7FADAD;
    padding:20px;
    width:100%;
    min-width:100%;
    max-width:100%;
}
body.node-type-contacto .form-item-submitted-politica {
    text-align:left;
}
body.node-type-contacto .form-item-submitted-politica label {
    margin-left:10px;
}
body.node-type-contacto #block-webform-client-block-364 h2 {
    display:none;
}
body.node-type-contacto h1 {
    margin-top:70px;
    text-align:left;
    font-weight:100;
    margin-bottom:25px;
}
body.node-type-contacto .l-content {
    padding-left:20px;
    padding-right:20px;
}
body.node-type-contacto article .field-collection-container {
    width:49%;
    text-align:left;
    float:right;
    border-left:2px solid #7FADAD;
    position:relative;
    left:-6px;
    padding-left:20px;
    padding-bottom:15px;
}
body.node-type-contacto article .field--name-field-link-mapa {
    text-align:left;
    margin-top:15px;
    margin-left:15px;
    background:#7FADAD url('../images/mapa.png') 85% 50% no-repeat;;
    padding:20px 25px;
}
body.node-type-contacto article .field--name-field-link-mapa a {
    color:white;
    text-decoration:none;
    font-size:20px;
    max-width:250px;
    display:inline-block;
    font-weight:100;
    line-height:30px;
}
body.node-type-contacto .field--name-body {
    margin-top:60px;
    text-align:justify;
    width:46%;
}
body.node-type-contacto article .field--name-field-icono-imagen, body.node-type-contacto article .field--name-field-texto-link-opcion {
    display:inline-block;
}
body.node-type-contacto article .field--name-field-texto-link-opcion {
    position:relative;
    top:-5px;
    margin-left:10px;
}
body.node-type-contacto ul.node__links {
    display:none;
}
body.page-node-364 h1 {
    margin-top:70px;
    font-weight:100;
    margin-bottom:25px;
}
body.page-node-364 .webform-confirmation {
    margin-bottom:25px;
}
body.page-node-364 div.links a {
    color:#7FADAD;
    text-decoration:none;
}
.field--name-field-imagen-carousel, .field--name-field-galeria-de-imagenes, .jcarousel {
    opacity:0;
}
.jcarousel {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 1050px;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.jcarousel li {
    float: left;
}
body.node-type-tarjeta-turistica .l-content {
    padding-left:20px;
    padding-right:20px;
}
body.node-type-tarjeta-turistica article.node--tarjeta-turistica {
    background:transparent url('../images/tc1.png') right 0px no-repeat !Important;
    background-size:40% !Important;
}
body.node-type-tarjeta-turistica h1 {
    margin-top:50px;
    text-align:left;
    text-transform:uppercase;
    font-weight:100;
    font-size:35px;
    margin-bottom:35px;
}
body.node-type-tarjeta-turistica .field--name-field-subtitulo-1, body.node-type-tarjeta-turistica .field--name-field-subtitulo-2 {
    color:#7FADAD;
    text-align:left;
    font-size:25px;
    font-weight:100;
    margin-top:20px;
    margin-bottom:10px;
}
body.node-type-tarjeta-turistica .field--name-field-parrafo-1, body.node-type-tarjeta-turistica .field--name-field-parrafo-2 {
    text-align:left;
    max-width:50%;
    text-align:justify;
}
body.node-type-tarjeta-turistica #formTouristCard {
    background-color:#7FADAD;
    width:50%;
    height:370px;
    margin-top:50px;
    float:left;
}
body.node-type-tarjeta-turistica .field--name-field-tabla-datos {
    margin-top:170px;
    margin-left:700px;
}
body.node-type-tarjeta-turistica .field--name-field-tabla-datos table#touristCardPrice {
    width:380px;
    margin-bottom:80px;
}
body.node-type-tarjeta-turistica .field--name-field-tabla-datos table#touristCardPrice th {
    background-color:transparent;
    text-align:center;
    font-weight:100;
    padding-bottom:4px;
    padding-left:12px;
}
body.node-type-tarjeta-turistica .field--name-field-tabla-datos table#touristCardPrice td {
    background-color:transparent;
    text-align:center;
    font-weight:100;
    border-right:4px solid #7FADAD;
    padding-top:8px;
    padding-bottom:8px;
}
body.node-type-tarjeta-turistica .field--name-field-tabla-datos table#touristCardPrice tr:nth-child(2) td {
    border-bottom:4px solid #7FADAD;
}
body.node-type-tarjeta-turistica .field--name-field-tabla-datos .txtGreen {
    text-align:justify;
    color:#7FADAD;
    width:90%;
}
body.node-type-tarjeta-turistica .field--name-field-tabla-datos .txtGreen a {
    color:#7FADAD;
}
body.node-type-tarjeta-turistica .field--name-field-carousel {
    margin-top:120px;
}
body.node-type-tarjeta-turistica .field--name-field-titulo-descuentos {
    background:transparent url('../images/separador.png') center top no-repeat;
    margin-top:50px;
    padding-top:60px;
}
.field-collection-item-field-carousel {
    background:transparent url('../images/separador.png') center top no-repeat;
    margin-top:50px;
    padding-top:70px;
}
.field--name-field-carousel:after, .field--name-field-carousel:before {
    content:'';
    display:block;
    clear:both;
}
.field--name-field-titulo-carousel {
    color:#7FADAD;
    text-transform:uppercase;
    font-size:25px;
    margin-bottom:15px;
}
.field--name-field-descripcion-carousel {
    max-width:1000px;
    margin:0 auto;
    margin-bottom:25px;
}
.jcarousel li {
    transform:scale(0.6);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.jcarousel li.elementSelect {
    transform:scale(1);
}
.jcarousel li img {
    border:6px solid #7FADAD;
}
.jcarousel .subTitCarousel {
    color:#7FADAD;
    margin-top:10px;
}
.jcarouselPrev {
    text-indent:-99999px;
    display:inline-block;
    width:27px;
    height:28px;
    background:transparent url('../images/left.png') 0 0 no-repeat;
    float:left;
    margin-top:-180px;
}
.jcarouselNext {
    text-indent:-99999px;
    display:inline-block;
    width:27px;
    height:28px;
    background:transparent url('../images/right.png') 0 0 no-repeat;
    float:right;
    margin-top:-180px;
}
body.node-type-tarjeta-turistica .field--name-field-titulo-descuentos {
    color:#7FADAD;
    text-transform:uppercase;
    font-size:25px;
    margin-bottom:50px;
}
body.node-type-tarjeta-turistica .field--name-field-descripcion-descuentos {
    text-align:left;
    font-size:18px;
    background:transparent url('../images/descuento.png') 70% center no-repeat;
    height:160px;
}
body.node-type-tarjeta-turistica .field--name-field-descripcion-descuentos p {
    text-align:justify;
    max-width:220px;
    margin-left:28%;
}
body.node-type-tarjeta-turistica .field--name-field-descripcion-descuentos p a {
    text-align:left !Important;
    display:inline-block;
    margin-top:22px;
    color:#7FADAD;
    text-decoration:none;
}
body.node-type-tarjeta-turistica ul.node__links {
    display:none;
}
.preFormTouristCard {
    max-width: 50%;
    text-align: justify;
    margin-top:35px;
    margin-bottom:-20px;
    font-size:14px;
}
#formTouristCard {
    padding:20px 25px;
    text-align:left;
}
#formTouristCard label {
    color:white;
}
#formTouristCard .fTCName, #formTouristCard .fTCSurname, #formTouristCard .fTCPhone, #formTouristCard .fTCEmail {
    overflow:hidden;
    white-space:nowrap;
    margin-bottom:8px;
}
#formTouristCard .fTCName input, #formTouristCard .fTCSurname input, #formTouristCard .fTCPhone input, #formTouristCard .fTCEmail input {
    display:inline-block;
    margin-left:15px;
    width:100%;
    border:none;
    font-size:16px;
    background-color:transparent;
    border-bottom:2px solid #7FCCCC;
}
#formTouristCard .fTCEmail {
    margin-bottom:45px;
}
#formTouristCard .fTCFRec, #formTouristCard .fTCFActiv {
    background:transparent url('../images/calendario-blanco.png') 0 23px no-repeat;
}
#formTouristCard .fTCFRec {
    width:35%;
    float:left;
}
#formTouristCard .fTCFActiv {
    width:35%;
    margin-top:0px;
    margin-left:190px;
}
#formTouristCard .fTCFRec label, #formTouristCard .fTCFActiv label {
    font-size:14px;
    margin-bottom:6px;
    display:inline-block;
}
#formTouristCard .fTCFRec input, #formTouristCard .fTCFActiv input {
    background-color:#7FCCCC;
    border:none;
    border-radius:30px;
    padding:3px 8px;
    margin-left:35px;
    width:60%;
}
#formTouristCard .fTCDuration {
    width:35%;
    float:left;
    margin-top:45px;
}
#formTouristCard .fTCTipo {
    width:35%;
    margin-top:45px;
    margin-left:190px;
}
#formTouristCard .fTCDuration label, #formTouristCard .fTCTipo label {
    font-size:14px;
    margin-bottom:6px;
    display:inline-block;
}
#formTouristCard .fTCDuration select, #formTouristCard .fTCTipo select {
    background:#7FCCCC url('../images/desplegable-formulario.png') 10px center no-repeat;
    border:none;
    border-radius:30px;
    padding:3px 6px;
    padding-left:25px;
    padding-right:15px;
    width:80%;
    display:block;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    text-align:right;
}
#formTouristCard .fTCSubmit {
    float:right;
    margin-top:-45px;
    text-align:center;
    color:white;
    margin-right:20px;
}
#formTouristCard .fTCSubmit input {
    display:block;
    margin:0 auto;
    border:none;
    background-color:transparent;
    color:white;
    font-size:18px;
    margin-bottom:6px;
    cursor:pointer;
}
#formTouristCard .fTCSubmit span {
    font-size:12px;
    max-width:60%;
    display:inline-block;
}
.emptyError label {
    color:#CE0505 !Important;
}
body.node-type-como-moverse ul.node__links {
    display:none;
}
body.node-type-galerias ul.node__links {
    display:none;
}
body.node-type-galerias h1 {
    display:none;
}
body.node-type-galerias .field--name-field-galeria-de-imagenes, body.node-type-galerias .field--name-field-galeria-de-videos {
    display:none;
}
/*
body.node-type-galerias .field--name-field-opcion-galeria .field__items {
    text-align: left;
}
body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item {
    display: inline-block;
    height: 350px;
    width: 585px;
    margin-bottom: 25px;
}
body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item.even {
    transform: skew(0deg, 4deg);
    overflow: hidden;
    margin-right:28px;
}
body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item.odd {
    transform: skew(0deg, -4deg);
    overflow: hidden;
}
body.node-type-galerias .field--name-field-opcion-galeria .field-collection-view {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    border-bottom: 0px dotted #D3D7D9;
}
body.node-type-galerias .field--name-field-opcion-galeria {
    position:relative;
    z-index:50;
    top:-30px;
}
body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item.even .field--name-field-titulo-galeria {
    position:relative;
    top:-200px;
    transform: skew(0deg, -4deg);
    background-color:rgba(0, 101, 152, 0.6);
    height:200px;
    padding:25px;
}
body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item.odd .field--name-field-titulo-galeria {
    position:relative;
    top:-200px;
    transform: skew(0deg, 4deg);
    background-color:rgba(0, 101, 152, 0.6);
    height:200px;
    padding:25px;
}
body.node-type-galerias .field--name-field-titulo-galeria a {
    color:white;
    text-decoration:none;
    text-transform:uppercase;
    font-size:30px;
    font-weight:100;
}
*/
body.node-type-ocio-y-compras h1 {
    display:none;
}
body.node-type-ocio-y-compras .l-content {
    text-align:left;
}
body.node-type-ocio-y-compras article.node--ocio-y-compras {
    position:relative;
    z-index:50;
    padding-left:20px;
    padding-right:20px;
}
body.node-type-ocio-y-compras .field--name-field-titulo-principal {
    font-family: 'Alfa Slab One', cursive;
    text-transform:uppercase;
    font-size:45px;
    color:#66B0B0;
}
body.node-type-ocio-y-compras .field--name-field-caja-mapa {
    width:450px;
    height:140px;
    float:right;
    margin-left:45px;
    background:#7EBBBB url('../images/mapa.png') 80% 50% no-repeat;
    padding:20px;
}
body.node-type-ocio-y-compras .field--name-field-caja-mapa a {
    color:black;
    text-decoration:none;
    font-size:25px;
    display:inline-block;
    width:60%;
}
body.node-type-ocio-y-compras .field--name-body {
    width:55%;
    text-align:justify;
    margin-bottom:45px;
}
body.node-type-ocio-y-compras .field--name-field-seccion-ocio-y-compras > .field__items > .field__item {
    border-top:4px solid #66B0B0;
    padding-top:25px;
    margin-top:25px;
}
body.node-type-ocio-y-compras .field--name-field-titulo-seccion {
    font-family: 'Alfa Slab One', cursive;
    text-transform:uppercase;
    font-size:45px;
    color:#66B0B0;
    margin-bottom:10px;
}
body.node-type-ocio-y-compras .field--name-field-galeria-de-imagenes {
    float:right;
    margin-left:35px;
    width:450px;
    height:300px;
    overflow:hidden;
}
body.node-type-ocio-y-compras .l-content .field-collection-view {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
body.node-type-ocio-y-compras .field--name-field-descripcion-seccion {
    text-align:justify;
}
body.node-type-ocio-y-compras .jcarousel li img {
    border: 0px solid #7FADAD;
}
body.node-type-ocio-y-compras .jcarousel li {
    transform: scale(1);
}
body.node-type-ocio-y-compras .jcarouselPrev, body.node-type-ocio-y-compras .jcarouselNext {
    position:relative;
}
body.node-type-ocio-y-compras .jcarouselPrev {
    margin-left:25px;
}
body.node-type-ocio-y-compras .jcarouselNext {
    margin-right:25px;
}
body.node-type-ocio-y-compras .field-collection-item-field-bloque-seccion > .content > .field-collection-container {
    width:55%;
    float:left;
    margin-top:30px;
}
body.node-type-ocio-y-compras .field--name-field-icono-imagen, body.node-type-ocio-y-compras .field--name-field-texto-link-opcion {
    display:inline-block !Important;
    width:auto;
}
body.node-type-ocio-y-compras .field--name-field-texto-link-opcion {
    margin-left:10px;
    line-height:40px;
    position:relative;
    top:-4px;
}
body.node-type-ocio-y-compras .field--name-field-texto-link-opcion a {
    text-decoration:none;
    color:black;
}
body.node-type-ocio-y-compras .field--name-field-bloque-seccion > .field__items > .field__item:not(:first-child) {
    margin-top:30px;
}
body.node-type-ocio-y-compras ul.node__links {
    display:none;
}
body.node-type-aparcamientos h1 {
    font-family: 'Alfa Slab One', cursive;
    text-transform:uppercase;
    font-size:55px;
    text-align:left;
    width:55%;
    padding-left:20px;
    height: 150px;
    position: relative;
    z-index: 50;
    margin-top: 40px;
}
body.node-type-aparcamientos .field--name-body {
    width:450px;
    height:140px;
    float:right;
    margin-left:45px;
    background:#7EBBBB url('../images/mapa.png') 80% 50% no-repeat;
    padding:20px;
    text-align:left;
    position:relative;
    z-index:50;
    top:-135px;
}
body.node-type-aparcamientos .field--name-body .field__item {
    color:black;
    text-decoration:none;
    font-size:25px;
    display:inline-block;
    width:60%;
}
body.node-type-aparcamientos .tTab {
    display:table;
    width:100%;
    position:relative;
    top:-70px;
}
body.node-type-aparcamientos .tRow {
    width:100%;
    display:table-row;
}
body.node-type-aparcamientos .tCell {
    width:50%;
    display:table-cell;
    vertical-align:top;
}
body.node-type-aparcamientos .tCell.cell1 {
    border-right:2px solid #66B0B0;
}
body.node-type-aparcamientos .tCell.cell1 .field-collection-item-field-aparcamientos {
    text-align:left;
    padding-left:5px;
    padding-right:25px;
}
body.node-type-aparcamientos .tCell.cell2 .field-collection-item-field-aparcamientos {
    text-align:left;
    padding-left:35px;
    padding-right:25px;
}
body.node-type-aparcamientos .field--name-field-nombre-aparcamiento {
    font-size:25px;
    font-weight:100;
    color:rgba(0, 0, 0, 0.7);
    margin-bottom:5px;
    cursor:pointer;
}
body.node-type-aparcamientos .field--name-field-direccion-aparcamiento,
body.node-type-aparcamientos .field--name-field-telefono-aparcamiento,
body.node-type-aparcamientos .field--name-field-abierto-24-horas,
body.node-type-aparcamientos .field--name-field-link-google-map {
    font-size:14px;
    color:rgba(0, 0, 0, 0.8);
}
body.node-type-aparcamientos .field--name-field-link-google-map a {
    color:rgba(0, 0, 0, 0.8);
    text-decoration:none;
}
body.node-type-aparcamientos .field--name-field-longitud, body.node-type-aparcamientos .field--name-field-latitud {
    display:none;
}
body.node-type-aparcamientos .field--name-field-abierto-24-horas {
    color:#7EBBBB
}
body.node-type-aparcamientos .field--name-field-telefono-aparcamiento {
    background:transparent url('../images/tel.png') 0 center no-repeat;
    padding-left:15px;
    background-size:12px;
}
/*
body.node-type-galerias-texto ul.node__links {
    display:none;
}
body.node-type-galerias-texto h1 {
    display:none;
}
body.node-type-galerias-texto .field--name-field-lista-opcion, body.node-type-galerias-texto .field--name-field-latitud, body.node-type-galerias-texto .field--name-field-longitud, body.node-type-galerias-texto .field--name-field-ruta {
    display:none;
}
body.node-type-galerias-texto .field--name-field-opcion-galeria-texto .field__items {
    text-align: left;
}
body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item {
    display: inline-block;
    height: 350px;
    width: 585px;
    margin-bottom: 25px;
}
body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.even {
    transform: skew(0deg, 4deg);
    overflow: hidden;
    margin-right:28px;
}
body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.odd {
    transform: skew(0deg, -4deg);
    overflow: hidden;
}
body.node-type-galerias-texto .field--name-field-opcion-galeria-texto .field-collection-view {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    border-bottom: 0px dotted #D3D7D9;
}
body.node-type-galerias-texto .field--name-field-opcion-galeria-texto {
    position:relative;
    z-index:50;
    top:-30px;
}
body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.even .field--name-field-titulo-galeria {
    position:relative;
    top:-200px;
    transform: skew(0deg, -4deg);
    background-color:rgba(0, 101, 152, 0.6);
    height:200px;
    padding:25px;
}
body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.odd .field--name-field-titulo-galeria {
    position:relative;
    top:-200px;
    transform: skew(0deg, 4deg);
    background-color:rgba(0, 101, 152, 0.6);
    height:200px;
    padding:25px;
}
body.node-type-galerias-texto .field--name-field-titulo-galeria a {
    color:white;
    text-decoration:none;
    text-transform:uppercase;
    font-size:30px;
    font-weight:100;
}
body.node-type-galerias-texto .fancybox-inner .field--name-field-descripcion,
body.node-type-galerias-texto .fancybox-inner .field--name-field-lista-opcion {
    display:block !Important;
}
body.node-type-galerias-texto #gMap {
    margin-bottom:15px;
}
body.node-type-galerias-texto .fancybox-inner .field--name-field-lista-opcion > .field__items > .field__item * {
    display:inline-block;
}
body.node-type-galerias-texto .fancybox-inner .field--name-field-lista-opcion > .field__items > .field__item {
    margin-bottom:-15px;
}
body.node-type-galerias-texto .fancybox-inner .field--name-field-lista-opcion .field--name-field-texto-link-opcion {
    margin-left:10px;
    position:relative;
    top:-5px;
}
body.node-type-galerias-texto .fancybox-inner .field--name-field-lista-opcion > .field__items > .field__item a {
    text-decoration:none;
    color:#444;
}
*/
body.node-type-aparcamientos ul.node__links {
    display:none;
}
body.node-type-q-de-calidad h1 {
    margin-top:35px;
    font-size:55px;
    width:50%;
    line-height:60px;
    margin-bottom:45px;
}
body.node-type-q-de-calidad .l-content {
    text-align:left;
    padding-left:20px;
    padding-right:20px;
    background:transparent url('../images/calidad-turistica.png') 98% 20px no-repeat;
}
body.node-type-q-de-calidad ul.node__links {
    display:none;
}
body.node-type-q-de-calidad .field--name-body {
    width:50%;
    text-align:justify;
}
body.node-type-q-de-calidad .field--name-field-enlace-calidad {
    width:300px;
    background:#66B0B0 url('../images/lupa-white.png') 90% center no-repeat;
    height:110px;
    float:right;
    margin-top:100px;
    padding:20px;
    font-size:14px;
}
body.node-type-q-de-calidad .field--name-field-enlace-calidad .field__item {
    color:black;
    width:53%;
}
body.node-type-q-de-calidad .field--name-field-enlace-calidad .field__item a {
    color:black;
}
body.node-type-google-map #finderWs.finderAgenda,
body.page-agenda-eventos #finderWs.finderAgenda {
    position:relative;
    z-index:50;
    background-color: #80AEAE;
    width: 100%;
    top:-5px;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 45px;
    padding-top: 10px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 10px;
}
.sliderSolap1Finder {
    background-color: #80AEAE;
    position: relative;
    width: 650px;
    height: 150px;
    border: 1px solid transparent;
    transform: rotate(4deg);
    margin-top: 22px;
    margin-left: -10px;
    z-index: 51;
}
.sliderSolap1FinderEnvolv {
    background-color: transparent;
    position: absolute;
    width: 600px;
    height: 80px;
    border-left: 1px solid #80AEAE;
    border-bottom: 1px solid #80AEAE;
    margin-top: -85px;
    margin-left: 0px;
    z-index: 51;
    overflow:hidden;
}
.sliderSolap2Finder {
    background-color: #80AEAE;
    position: relative;
    width: 650px;
    height: 150px;
    border: 1px solid transparent;
    transform: rotate(-4deg);
    margin-top: 20px;
    margin-left: -10px;
    z-index: 51;
}
.sliderSolap2FinderEnvolv {
    background-color: transparent;
    position: absolute;
    width: 600px;
    height: 80px;
    border-right: 1px solid #80AEAE;
    border-bottom: 1px solid #80AEAE;
    margin-top: -85px;
    margin-left: 600px;
    z-index: 51;
    overflow:hidden;
}
.sliderSolap3Finder {
    background-color: #80AEAE;
    position: relative;
    width: 650px;
    height: 100px;
    border: 1px solid transparent;
    transform: rotate(4deg);
    margin-top: -77px;
    margin-left: -10px;
    z-index: 51;
}
.sliderSolap3FinderEnvolv {
    background-color: transparent;
    position: absolute;
    width: 600px;
    height: 44px;
    border-right: 1px solid #80AEAE;
    border-top: 1px solid #80AEAE;
    margin-top: 26px;
    margin-left: 0px;
    z-index: 51;
    overflow:hidden;
}
.sliderSolap4Finder {
    background-color: #80AEAE;
    position: relative;
    width: 650px;
    height: 100px;
    border: 1px solid transparent;
    transform: rotate(-4deg);
    margin-top: -79px;
    margin-left: -10px;
    z-index: 51;
}
.sliderSolap4FinderEnvolv {
    background-color: transparent;
    position: absolute;
    width: 600px;
    height: 44px;
    border-left: 1px solid #80AEAE;
    border-top: 1px solid #80AEAE;
    margin-top: 26px;
    margin-left: 600px;
    z-index: 51;
    overflow:hidden;
}
.wrapperButton.agendaButton {
    text-align: center;
}
.wrapperSelect {
    width:50%;
    font-size:30px;
}
.wrapperSelect label {
    font-family: 'Alfa Slab One', cursive;
    text-transform:uppercase;
    color:white;
    display:block;
}
.wrapperSelect select, .wrapperSelects select {
    background:white url('../images/down.png') 98% center no-repeat;
    background-size:15px;
}
.wrapperCallendar {
    width:50%;
    float:right;
    margin-top:25px;
}
.wrapperCallendar .itemCallendar {
    display:inline-block;
    text-align:left;
}
.wrapperCallendar .itemCallendar:first-child {
    margin-right:45px;
}
.wrapperCallendar .itemCallendar label {
    display:block;
    color:white;
    margin-bottom:5px;
}
.wrapperCallendar .itemCallendar input {
    border-radius:25px;
    border:none;
    padding:4px 10px;
    display:inline-block;
    margin-left:30px;
    background-color:#7FCCCC;
}
.wrapperCallendar .itemCallendar {
    background:transparent url('../images/calendario-blanco.png') 0px 25px no-repeat;
}
.agendaButton {
    margin-top:30px;
}
.agendaButton button {
    font-size:12px !Important;
}
#search-block-form .form-item-custom-search-types {
    display:none;
}
body.page-search .l-content {
    text-align:left;
    padding-left:20px;
    padding-right:20px;
}
body.page-search h1 {
    margin-top:45px;
    margin-bottom:15px;
    font-size:45px;
}
body.page-search .l-content h2 {
    margin-top:-55px;
    margin-bottom:0px;
    float:right;
}
body.page-search .l-content #search-form {
    margin-bottom:25px;
}
body.page-search .l-content footer.search-result__info {
    display:none;
}
body.page-search section.search-results {
    text-align:center;
}
body.page-search section.search-results > article {
    width:265px;
    height:250px;
    overflow:hidden;
    margin-bottom:25px;
    display:inline-block;
    margin-left:10px;
    margin-right:10px;
    background-color:rgba(22, 104, 165, 0.2);
    padding:10px 15px;
    text-align:left;
}
body.page-search section.search-results > article h3 {
    margin-bottom:15px;
}
body.page-search section.search-results > article p.search-result__snippet {
    padding-left:0;
    text-align:justify;
}
body.page-search section.search-results > article p.search-result__snippet strong {
    color:#1668A5;:
}
body.page-user .l-content {
    text-align:left;
    padding-left:20px;
    padding-right:20px;
}
body.page-user h1 {
    margin-top:45px;
    margin-bottom:15px;
    font-size:45px;
}
body.front .node--box-acceso {
    margin-bottom:55px;
}
body.node-type-clima ul.node__links {
    display:none;
}
#pronostico:after, #pronostico:before {
    content:'';
    display:block;
    clear:both;
}
#pronostico .dayForecast {
    text-align:left;
}
#pronostico {
    background-color:#E9F1F1;
    margin-top:50px;
    padding:25px 25px;
    color:rgba(0, 0, 0, 0.6);
}
.dayForecast .boxForecast {
    display:inline-block;
    height:360px;
    vertical-align:top;
    width:19%;
    margin-right:1%;
    margin-bottom:45px;
}
.dayForecast:last-child .boxForecast {
    margin-bottom:5px;
}
.dayForecast .boxForecast:last-child {
    margin-right:0%;
}
.titForecast {
    background-color:#84c2cf;
    padding:6px 10px;
    text-align:center;
    text-transform:uppercase;
    color:white;
    font-size:14px;
    white-space:nowrap;
    overflow:hidden;
}
.firstBox > .titForecast {
    background-color:#006598;
}
.boxForecast .headIcon {
    border-bottom:2px solid rgba(0, 0, 0, 0.15);
    height:150px;
    padding:8px 12px;
    text-align:center;
}
.boxForecast .vientoForecast {
    border-bottom:2px solid rgba(0, 0, 0, 0.15);
    padding:6px 10px;
    text-align:center;
    height:35px;
}
.boxForecast .lluviaForecast {
    border-bottom:2px solid rgba(0, 0, 0, 0.15);
    padding:6px 10px;
    text-align:center;
    height:35px;
}
.boxForecast .humedadForecast {
    border-bottom:2px solid rgba(0, 0, 0, 0.15);
    padding:6px 10px;
    text-align:center;
    height:35px;
}
.boxForecast .presionForecast {
    border-bottom:2px solid rgba(0, 0, 0, 0.15);
    padding:6px 10px;
    text-align:center;
    height:35px;
}
.boxForecast .temperaturaForecast {
    border-bottom:2px solid rgba(0, 0, 0, 0.15);
    padding:6px 10px;
    text-align:center;
    height:35px;
}
.firstBox .vientoForecast {
    text-transform:uppercase;
    text-align:left;
}
.firstBox .lluviaForecast {
    text-transform:uppercase;
    text-align:left;
}
.firstBox .humedadForecast {
    text-transform:uppercase;
    text-align:left;
}
.firstBox .presionForecast {
    text-transform:uppercase;
    text-align:left;
}
.firstBox .temperaturaForecast {
    text-transform:uppercase;
    text-align:left;
}
.headIcon img {
    display:inline-block;
    margin-top:25px;
}
.txtWeather {
    padding:6px 10px;
    text-align:center;
    height:35px;
    white-space:nowrap;
    overflow:hidden;
    margin-top:10px;
}
@media all and (max-width:1199px) {
    #currentWeather, #menuImg {
        display:none !Important;
    }
    #block-locale-language-content {
        position:absolute;
        left:10px;
        top:6px;
    }
    .l-branding .l-region--branding {
        height:44px;
    }
    .l-branding #block-search-form {
        position:absolute;
        left:100px;
        top:9px;
    }
    #block-menu-menu-top-right-link {
        position:absolute;
        right:0px;
        top:13px;
    }
    .sliderGlobal {
        width:100% !Important;
        overflow:hidden;
        height:494px;
    }
    .sliderGlobal .views-field-title {
        font-size: 35px;
        display: inline-block;
        width: 100%;
        height: 200px;
        padding: 15px;
        position: absolute;
        top: 30px;
        right: auto;
        left:0px;
        color: white;
        text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
        overflow: hidden;
        text-align: center;
        line-height: 50px;
    }
    .sliderGlobal .views-field-body {
        font-size: 20px;
        display: block;
        height: 120px;
        position: absolute;
        top: 300px;
        left: 0px;
        font-size: 16px;
        overflow: hidden;
        text-align: center;
        padding: 5px 55px;
        border: 1px solid transparent;
        background-color: rgba(0, 0, 0, 0.5);
        color: white;
        padding-right: 60px;
    }
    .sliderGlobal .views-slideshow-controls-text-next a {
        display: inline-block;
        color: transparent;
        text-decoration: none !Important;
        width: 21px;
        height: 25px;
        background: transparent url('../images/slider-dcha.png') 0 0 no-repeat;
        position: absolute;
        margin-top: 220px;
        margin-left: 20px;
        right: -890px;
    }
    .sliderGlobal .views-field-field-enlace {
        visibility:hidden;
    }
    .sliderSolap1 {
        width:55%;
        left:-5px;
    }
    .sliderSolap2 {
        width:55%;
        margin-left:auto;
        right:-5px;
    }
}
@media all and (max-width:650px) {
    .sliderGlobal .views-field-title {
        font-size: 22px;
    }
}
@media all and (max-width:1000px) {
    #block-menu-menu-work-menu > h2 {
        text-indent:-99999px;
        position:absolute;
        width:50px;
        height:50px;
        right:20px;
        margin-top:24px;
        background:transparent url('../images/menu.png') 0 0 no-repeat;
        background-size:cover;
        cursor:pointer;
        z-index:50;
    }
    #block-menu-menu-work-menu > ul.menu {
        display:none;
        width:100% !Important;
        margin-left:0;
        left:0;
        position:absolute;
        background-color:rgba(255, 255, 255, 0.99);
        z-index:500 !Important;
        margin-top:100px;
    }
    #block-menu-menu-work-menu > ul.menu > li {
        display:block;
        border:none;
        margin-right:auto;
        height:auto !Important;
    }
    #block-menu-menu-work-menu > ul.menu > li > a {
        line-height:35px;
        padding-left: 15px;
        padding-right: 15px;
    }
    #block-menu-menu-work-menu > ul.menu > li > ul {
        position: initial;
        display: block;
        cursor: pointer;
        background-color: rgba(0, 102, 153, 0.3);
        box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
        border-radius: 0px;
        width:100%;
    }
    nav#block-menu-menu-work-menu > ul > li > ul a {
        color: black;
        font-size: 12px;
        padding-top: 5px;
        padding-bottom: 5px;
        display: block;
        text-align: right;
        padding-right:10px;
    }
    nav#block-menu-menu-work-menu > ul > li:hover > ul {
        display:block;
        width:100%;
        margin-left:00px;
    }
}
@media all and (max-width:700px) {
    body.front .AccessBox .field--name-field-secciones > .field__items > .field__item {
        display: block;
        width: 100%;
        height: auto;
        padding: 10px;
        padding-top: 0px;
        margin-top: -30px;
        text-align:center;
    }
}
@media all and (max-width:1199px) {
    .field--name-field-front-box > .field__items > .field__item {
        width:48% !Important;
    }
    .odd.boxFront2 {
        transform: skew(0deg, -4deg) translate(0px, 0px);
        overflow: hidden;
        float:right;
    }
    .even.boxFront3 {
        transform: skew(0deg, 4deg) translate(0px, 0px);
        margin-left: 0px;
        overflow: hidden;
    }
    .even.boxFront3 > .field-collection-view {
        transform: skew(0deg, -4deg) translate(0px, 0px);
    }
    .odd.boxFront1 {
        transform: skew(0deg, -4deg) translate(0px, 0px);
        overflow: hidden;
        float:right;
    }
    .odd.boxFront1 > .field-collection-view {
        transform: skew(0deg, 4deg) translate(0px, 0px);
    }
    .even.boxFront2 {
        transform: skew(0deg, 4deg) translate(0px, 0px);
        overflow: hidden;
        margin-left: 0px;
    }
    .odd.boxFront3 {
        transform: skew(0deg, -4deg) translate(0px, 0px);
        overflow: hidden;
        float:right;
    }
}
@media all and (max-width:750px) {
    .field--name-field-front-box > .field__items > .field__item {
        width:100% !Important;
    }
    .odd.boxFront3, .odd.boxFront2, .odd.boxFront1 {
        float:none;
    }
    .boxFront {
        transform: skew(0deg, 0deg) !Important;
        margin-left:0 !Important;
    }
    .boxFront > .field-collection-view {
        transform: skew(0deg, 0deg) !Important;
    }
}
@media all and (max-width:450px) {
    .boxFront .field--name-field-titulo-enlace a {
        font-size:25px;
        margin-top:10px;
    }
    .boxFront .field--name-field-descripcion {
        font-size: 16px;
    }
}
@media all and (max-width:1199px) {
    .CajaNumeros {
        margin-top:-30px;
    }
    .numberSolap1 {
        width:51.1%;
        left:-5px;
    }
    .numberSolap2 {
        width:51.1%;
        margin-left:auto;
        right:-5px;
    }
}
@media all and (max-width:700px) {
    .numberSolap1, .numberSolap2 {
        display:none;
    }
    .CajaNumeros .field--name-field-grafico > .field__items {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
@media all and (max-width:900px) {
    footer.l-footer #footerSolap1, footer.l-footer #footerSolap2 {
        display:none;
    }
    footer .node__content {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    footer .field-collection-container {
        margin: 0 auto;
        display: block;
        width: 70%;
        text-align:left;
    }
    footer .field-collection-view {
        padding: 10px 0px;
        margin: 20px 0px;
        border-bottom: none;
    }
    footer .field--name-field-links .field--name-field-enlaces-pie .field__item {
        width: 100%;
    }
    footer .field-collection-item-field-contacto .content .field--name-field-contacto-imagen {
        width: 10px !Important;
    }
    footer .field-collection-item-field-contacto .content .field--name-field-contacto-texto {
        width: 92% !Important;
        text-align:left;
    }
    footer .field__label {
        display:block;
        margin-top:10px;
        margin-bottom:20px;
    }
}
@media all and (max-width:400px) {
    footer .field-collection-item-field-contacto .content .field--name-field-contacto-texto {
        width: 89% !Important;
    }
}
@media all and (max-width:1199px) {
    body.not-front .AccessBox .field--name-field-secciones > .field__items > .field__item.even .field--name-field-icono,
    body.not-front .AccessBox .field--name-field-secciones > .field__items > .field__item.odd .field--name-field-icono {
        display: none;
    }
}
@media all and (max-width:600px) {
    nav#block-menu-menu-top-right-link {
        display:none;
    }
}
@media all and (max-width:1199px) {
    body.node-type-como-llegar .field--name-field-imagen-separador img {
        max-width:100%;
        height:auto;
    }
    body.node-type-como-llegar .field--name-field-avion-listado > .field__items > .field__item {
        display: inline-block;
        width: 320px;
        margin-top: 20px;
        margin-right: 25px;
    }
}
@media all and (max-width:1000px) {
    body.node-type-como-llegar .field--name-field-avion-listado > .field__items > .field__item {
        display: block;
        width: 100%;
        margin-top: 20px;
        margin-right: 25px;
    }
}
@media all and (max-width:900px) {
    body.node-type-como-llegar video {
        float: none;
        margin-left: auto;
        margin-top: 0px;
        margin-bottom: 40px;
        width:100%;
    }
    body.node-type-como-llegar h1 {
        text-align:center;
    }
    body.node-type-como-llegar .field--name-field-avion-texto {
        background-color: #80AEAE;
        color: white;
        padding: 15px;
        float: none;
        width: 100%;
        position: relative;
        display: inline-block;
        margin-top: 10px;
    }
    body.node-type-como-llegar .field--name-field-tren-texto {
        display: block;
        width: 100%;
        float: none;
        margin-top: 10px;
        border-left: 0px solid #80AEAE;
        padding-left: 0px;
        padding-top: 10px;
    }
    body.node-type-como-llegar .field--name-field-autobus-titulo-estacion {
        display: block;
        width: 100%;
        float: none;
        margin-top: 0px;
        border-left: 0px solid #80AEAE;
        padding-left: 0px;
        padding-top: 10px;
        margin-bottom: 100px;
        position: relative;
        text-transform: uppercase;
        color: #80AEAE;
        padding-bottom: 15px;
    }
    body.node-type-como-llegar .field--name-field-autobus-listado-enlaces {
        display: block;
        width: 100%;
        float: none;
        margin-top: -110px;
        border-left: 0px solid #80AEAE;
        padding-left: 20px;
        padding-top: 10px;
        position: relative;
    }
    body.node-type-como-llegar .field--name-field-carretera-texto {
        width: 100%;
        float: none;
        height:auto;
        overflow: visible;
        margin-top: 0px !Important;
        margin-bottom:20px;
    }
    body.node-type-como-llegar .field--name-field-principales-vias {
        margin-bottom:150px;
    }
    body.node-type-como-llegar .field--name-field-autobus-listado {
        width: 100%;
    }
}
@media all and (max-width:1199px) {
    body.node-type-como-moverse img {
        max-width:100%;
        height:auto;
    }
}
@media all and (max-width:750px) {
    body.node-type-como-moverse .field--name-field-fotos-autobus .field__items, body.node-type-como-moverse .field--name-field-fotos-tranvia .field__items, body.node-type-como-moverse .field--name-field-fotos-taxi .field__items, body.node-type-como-moverse .field--name-field-fotos-bici .field__items, body.node-type-como-moverse .field--name-field-fotos-pie .field__items {
        max-width: 300px;
        overflow: hidden;
        float: none;
        margin-left: 0px;
        margin:0 auto;
        margin-bottom:20px;
    }
}
@media all and (max-width:650px) {
    body.node-type-como-moverse .boxGreen {
        float:none !Important;
        margin:0 auto !Important;
        margin-bottom:15px !Important;
    }
    body.node-type-como-moverse .field--name-field-bloque-pie a {
        display: block;
        padding-left: 75px;
        line-height: 55px;
        width:100%;
        margin-bottom:15px;
    }
}
@media all and (max-width:360px) {
    body.node-type-como-moverse .field--name-field-bloque-parking .boxGreen {
        float: none;
        margin-left: 0px;
        height: 320px;
        padding: 10px;
    }
}
@media all and (max-width:850px) {
    article.node--documentos-pdf {
        background: none;
    }
}
@media all and (max-width:460px) {
    body.node-type-historia-de-murcia .field--name-field-images-2 {
        float: none;
        margin-right: auto;
        max-width: 100%;
    }
    body.node-type-historia-de-murcia .field--name-field-images-2 img {
        display:block;
        margin:0 auto !Important;
        margin-bottom:25px !Important;
    }
    body.node-type-historia-de-murcia .field--name-field-images-1 {
        float: none;
        margin-left: auto;
        max-width: 100%;
    }
    body.node-type-historia-de-murcia .field--name-field-images-1 img {
        display:block;
        margin:0 auto !Important;
        margin-bottom:25px !Important;
    }
    body.node-type-historia-de-murcia .field--name-field-images-3 {
        float: none;
        margin-left: auto;
        max-width: 100%;
    }
    body.node-type-historia-de-murcia .field--name-field-images-3 img {
        display:block;
        margin:0 auto !Important;
        margin-bottom:25px !Important;
    }
    body.node-type-historia-de-murcia .l-content {
        text-align:justify;
    }
}
@media all and (max-width:1199px) {
    body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item {
        display: inline-block;
        height: 350px;
        width: 48%;
        margin-bottom: 25px;
    }
    body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item.odd {
        position:relative;
        right:-9px;
    }
    body.node-type-galerias article.node--galerias {
        margin-top:25px;
    }
    body.node-type-galerias .field--name-field-opcion-galeria > .field__items {
        margin:0 auto;
    }
}
@media all and (max-width:720px) {
    body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item {
        width: 47%;
    }
    body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item.odd {
        position:relative;
        right:-15px;
    }
}
@media all and (max-width:500px) {
    body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item {
        width: 100%;
    }
    body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item.odd {
        position:relative;
        right:0px;
    }
    body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item.even {
        transform: skew(0deg, 0deg);
        overflow: hidden;
        margin-right: auto;
    }
    body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item.even .field--name-field-titulo-galeria {
        transform: skew(0deg, 0deg);
    }
    body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item.odd {
        transform: skew(0deg, 0deg);
    }
    body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item.odd .field--name-field-titulo-galeria {
        transform: skew(0deg, 0deg);
    }
}
@media all and (max-width:1199px) {
    /*
    body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item {
        width: 48.5%;
    }
    body.node-type-galerias-texto article.node--galerias-texto {
        margin-top:25px;
    }
    body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.odd {
        position:relative;
        right:-8px;
    }
    */
}
@media all and (max-width:935px) {
    /*
    body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item {
        width: 48%;
    }
    body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.odd {
        position:relative;
        right:-10px;
    }
    */
}
@media all and (max-width:710px) {
    /*
    body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item {
        width: 47%;
    }
    body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.odd {
        position:relative;
        right:-15px;
    }
    */
}
@media all and (max-width:500px) {
    /*
    body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item {
        width: 100%;
    }
    body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.odd {
        position:relative;
        right:0px;
    }
    body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.even {
        transform: skew(0deg, 0deg);
        overflow: hidden;
        margin-right: auto;
    }
    body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.even .field--name-field-titulo-galeria {
        transform: skew(0deg, 0deg);
    }
    body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.odd {
        transform: skew(0deg, 0deg);
    }
    body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.odd .field--name-field-titulo-galeria {
        transform: skew(0deg, 0deg);
    }
    */
}
@media all and (max-width:890px) {
    body.node-type-q-de-calidad h1 {
        width: 100%;
        text-align:center;
    }
    body.node-type-q-de-calidad .l-content {
        background: none;
    }
    body.node-type-q-de-calidad .field--name-field-enlace-calidad {
        background: #66B0B0 url('../images/lupa-white.png') 90% center no-repeat;
        height: 110px;
        float: none;
        margin:0 auto;
        margin-top: 20px;
        margin-bottom:25px;
    }
    body.node-type-q-de-calidad .field--name-body {
        width: 100%;
        text-align: justify;
    }
}
@media all and (max-width:1199px) {
    .itemWs .iFront {
        background-size: cover;
        position: relative;
        z-index: 40;
    }
}
@media all and (max-width:900px) {
    #finderWs {
        width:100%;
    }
    .descWrapper .nombreHotel {
        font-size: 24px !Important;
        display: block;
        margin-bottom:10px;
    }
    .descWrapper > div:nth-child(2) {
        margin-left:0px !Important;
    }
    .descWrapper .nombreHotel {
        font-size:15px !Important;
    }
    .footerHotel .footerButtons {
        margin-top:-100px;
    }
}
@media all and (max-width:790px) {
    .itemWs .contentTxt {
        float: none;
        width: 100%;
        text-align: left;
        padding-left: 25px;
        padding-top: 25px;
        margin-bottom:50px;
    }
    .footerHotel .footerButtons {
        margin-top:-100px;
        margin-right:25px;
    }
    .itemWs .imgFront {
        float: none;
        width: 100%;
        height: 360px;
        overflow: hidden;
        transform: skew(0deg, 0deg);
        position: relative;
        z-index: 30;
    }
    .itemWs .iFront {
        height: 360px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        transform: skew(0deg, 0deg);
        position: relative;
        z-index: 40;
        overflow: visible;
        margin-top: -16px;
    }
}
@media all and (max-width:610px) {
    .footerHotel .footerButtons {
        margin-top: -40px;
        margin-right: auto;
        margin-bottom:20px;
        float:none;
    }
}
@media all and (max-width:570px) {
    .wrapperSelects {
        text-align: center;
        width: 100%;
        margin-bottom:25px;
    }
    .wrapperChecks {
        text-align: left;
        width: 80%;
        margin:0 auto;
        margin-bottom:10px;
    }
    .wrapperButton {
        vertical-align: bottom;
        text-align: center;
        width: 100%;
        margin-top:15px;
    }
}
@media all and (max-width:1015px) {
    .node--ruta-gastronimica .field--name-field-desc-plaza {
        width: 90%;
        float: none;
        margin-right: auto;
        text-align: justify;
        margin:0 auto;
        margin-bottom:25px;
    }
    article.node--ruta-gastronimica img {
        max-width:100%;
        height:auto;
    }
}
@media all and (max-width:600px) {
    .node--ruta-gastronimica h1 {
        font-size: 30px;
    }
}
@media all and (max-width:1199px) {
    .sliderSolap1FinderEnvolv {
        display:none;
    }
    .sliderSolap2FinderEnvolv {
        display:none;
    }
    .sliderSolap3FinderEnvolv {
        display:none;
    }
    .sliderSolap4FinderEnvolv {
        display:none;
    }
    body.node-type-google-map #finderWs.finderAgenda,
    body.page-agenda-eventos #finderWs.finderAgenda {
        margin: 0 auto;
        margin-top: 15px;
        margin-bottom:30px;
    }
}
@media all and (max-width:860px) {
    .wrapperCallendar .itemCallendar {
        display: block;
        max-width:180px;
        margin:0 auto !Important;
    }
    .wrapperCallendar .itemCallendar:first-child {
        margin-right: auto;
        margin-bottom:10px !Important;
        margin-top:-10px !Important;
    }
}
@media all and (max-width:575px) {
    .wrapperCallendar {
        width: 100%;
        float: none;
        margin-top: 25px;
        margin-bottom:25px;
    }
    .wrapperSelect {
        width: 100%;
        font-size: 30px;
    }
    .wrapperSelect label {
        display:none;
    }
}
@media all and (max-width:1050px) {
    body.node-type-ocio-y-compras .field--name-field-caja-mapa {
        width: auto;
        max-width:450px;
        height: 140px;
        float: none;
        margin-left: 0px;
        margin:0 auto;
        margin-top:15px;
        margin-bottom:20px;
    }
    body.node-type-ocio-y-compras .field--name-body {
        width: 100%;
        text-align: justify;
        margin-bottom: 45px;
    }
}
@media all and (max-width:1170px) {
    body.node-type-ocio-y-compras .field--name-field-titulo-seccion {
        text-align:center;
    }
    body.node-type-ocio-y-compras .field--name-field-titulo-principal {
        text-align:center;
    }
    body.node-type-ocio-y-compras .field--name-field-galeria-de-imagenes {
        float: none;
        margin-left: 0;
        width: 450px;
        height: 300px;
        margin:0 auto;
        margin-bottom:25px;
    }
}
@media all and (max-width:490px) {
    body.node-type-ocio-y-compras .field--name-field-galeria-de-imagenes {
        margin-left: 0;
        width: 100%;
        height: 300px;
        margin:0 auto;
        margin-bottom:25px;
    }
    body.node-type-ocio-y-compras .field--name-field-titulo-seccion {
        font-size:30px !Important;
    }
    body.node-type-ocio-y-compras .field--name-field-caja-mapa {
        width: auto;
        max-width:450px;
        height: auto;
        float: none;
        margin-left: 0px;
        margin:0 auto;
        margin-top:15px;
        margin-bottom:20px;
    }
}
@media all and (max-width:380px) {
    body.node-type-ocio-y-compras .field--name-field-caja-mapa {
        text-align:center;
        background-image:none;
    }
}
@media all and (max-width:1199px) {
    article.node--promociones img {
        max-width:100%;
        height:auto;
    }
}
@media all and (max-width:900px) {
    .node-type-promociones .promoWrapper {
        width: 95%;
        margin: 0 auto;
        font-family: 'Open Sans', sans-serif !important;
        font-weight: 300;
        margin-top: 50px;
    }
}
@media all and (max-width:770px) {
    .experienciasSlider .next, .experienciasSlider .prev {
        display:none !Important;
    }
    .expPager:before, .expPager:after {
        content:'';
        display:block;
        clear:both;
    }
    .node-type-promociones .promoWrapper .experienciasSlider .experiencia-item {
        vertical-align: top;
        height: 480px;
        width: 90%;
        position: relative;
        margin: 0 auto;
        background-position:center top !Important;
    }
    .node-type-promociones .promoWrapper .experienciasSlider .experiencia-item .exp-descripcion {
        text-align:left;
        left:0;
        top:300px;
    }
    .node-type-promociones .promoWrapper .experienciasSlider .experiencia-item .exp-title {
        text-align:left;
        left:0;
        top:270px;
    }
    .node-type-promociones .promoWrapper .desc-promo, .node-type-promociones .promoWrapper .promo-link, .node-type-promociones .promoWrapper .promoItems, .node-type-promociones .promoWrapper .hotels-panel {
        padding-left: 0px;
        padding-right: 0px;
    }
    .node-type-promociones .promoWrapper .item-promo {
        margin-bottom: 10px;
        padding-left: 0px;
    }
    .node-type-promociones .promoWrapper .item-promo .title-item {
        display: block;
        margin-bottom: 25px;
        font-size: 28px;
        font-weight: normal;
        color: #727276;
        padding-top: 25px;
        padding-left: 10px;
        padding-right: 10px;
        text-transform: uppercase;
        text-align: center;
    }
    .node-type-promociones .promoWrapper .item-promo .desc-item {
        display: inline-block;
        vertical-align: top;
        width: 70%;
        padding-left: 0px;
        padding-top: 45px;
        text-align: justify;
    }
}
@media all and (max-width:1105px) {
    .node-type-promociones .promoWrapper .hotels-panel .hotel-item {
        display: block;
        min-height: 240px;
        width: 380px;
        margin:0 auto;
        margin-bottom: 40px;
    }
}
@media all and (max-width:470px) {
    .node-type-promociones .promoWrapper .hotels-panel .hotel-item {
        width: 100%;
    }
    .node-type-promociones .promoWrapper .hotels-panel .priceHotel {
        right: -10px;
        top: -10px;
    }
    .node-type-promociones .promoWrapper .hotels-panel .hotel-item .hotel-title {
        left: 0px;
        bottom: -20px;
        max-width: 100%;
        text-align:center;
        width:100%;
    }
    .node-type-promociones .promoWrapper .hotels-panel .hotel-item .estrellasHotel {
        position: absolute;
        right: 0;
        bottom: -44px;
        max-width: 100%;
        text-align:center;
        width:100%;
    }
}
@media all and (max-width:1199px) {
    body.page-list-promociones img {
        max-width:100%;
        height:auto;
    }
    body.page-list-promociones .promo-intro-title {
        width: 100%;
    }
}
@media all and (max-width:800px) {
    body.node-type-contacto .webform-component--escribenos {
        width: 100%;
        float: none;
        margin-left: 0px;
        height:150px !Important;
        min-height:150px !Important;
        max-height:150px !Important;
    }
    body.node-type-contacto .webform-component--escribenos textarea {
        width: 100%;
        float: none;
        margin-left: 0px;
        height:150px !Important;
        min-height:150px !Important;
        max-height:150px !Important;
    }
    body.node-type-contacto .field--name-body {
        margin-top: 60px;
        text-align: justify;
        width: 100%;
    }
    body.node-type-contacto article .field-collection-container {
        width: 100%;
        float: none;
        border-left: 0px solid #7FADAD;
        position: relative;
        left: -7px;
        padding-left: 0px;
        padding-bottom: 0px;
    }
}
@media all and (max-width:400px) {
    body.node-type-contacto fieldset.webform-component--group {
        height: 100% !Important;
        max-height: 100% !Important;
        min-height: 100% !Important;
    }
    body.node-type-contacto input.form-submit {
        width: 100% !Important;
        float: none;
        background-color: transparent;
        border-left: 4px solid black;
        border-right: 4px solid black;
        margin-top: 8px;
        position:relative;
        top:15px;
    }
}
@media all and (max-width:1190px) {
    body.node-type-tarjeta-turistica .field--name-field-tabla-datos {
        margin-top: 170px;
        margin-left: auto;
        width:46%;
    }
}
@media all and (max-width:960px) {
    body.node-type-tarjeta-turistica #formTouristCard {
        width: 100%;
        float: none;
    }
    body.node-type-tarjeta-turistica .field--name-field-tabla-datos {
        margin-top: 40px;
        margin-left: auto;
        width:100%;
    }
    body.node-type-tarjeta-turistica .field--name-field-tabla-datos table {
        margin:0 auto;
    }
    body.node-type-tarjeta-turistica .field--name-field-tabla-datos .txtGreen {
        text-align: justify;
        width: 100%;
    }
    #formTouristCard .fTCFRec {
        width: 40%;
        float: left;
        border:1px solid transparent;
    }
    #formTouristCard .fTCFActiv {
        width: 45%;
        margin-top: 0px;
        margin-left: 45%;
        border:1px solid transparent;
    }
    #formTouristCard .fTCDuration {
        width: 35%;
        float: left;
        margin-top: 45px;
        border:1px solid transparent;
    }
    #formTouristCard .fTCTipo {
        width: 39%;
        margin-top: 45px;
        margin-left: 45%;
        border:1px solid transparent;
    }
}
@media all and (max-width:600px) {
    #formTouristCard .fTCSubmit {
        float: right;
        margin-top: -60px;
        margin-right: 0px;
    }
    body.node-type-tarjeta-turistica #formTouristCard {
        height: 100%;
        margin-top: 50px;
    }
    #formTouristCard .fTCFRec {
        width: 100%;
        float: none;
        border:1px solid transparent;
        margin-top:-30px;
    }
    #formTouristCard .fTCFActiv {
        width: 100%;
        margin-top: 0px;
        margin-left: 0%;
        margin-top: 10px;
        border:1px solid transparent;
    }
    #formTouristCard .fTCFRec input, #formTouristCard .fTCFActiv input {
        display:block;
        width:93%;
    }
    #formTouristCard .fTCDuration {
        width: 100%;
        float: none;
        margin-top: 10px;
        border:1px solid transparent;
    }
    #formTouristCard .fTCTipo {
        width: 100%;
        margin-top: 10px;
        margin-left: 0%;
        border:1px solid transparent;
    }
}
@media all and (max-width:520px) {
    #formTouristCard .fTCSubmit {
        float: none;
        margin-top: 10px;
    }
}
@media all and (max-width:700px) {
    body.node-type-tarjeta-turistica article.node--tarjeta-turistica {
        background-image: none !Important;
    }
    body.node-type-tarjeta-turistica .field--name-field-parrafo-1, body.node-type-tarjeta-turistica .field--name-field-parrafo-2 {
        text-align: left;
        max-width: 100%;
    }
    .preFormTouristCard {
        max-width: 100%;
    }
}
@media all and (max-width:1199px) {
    body.node-type-tarjeta-turistica .field--name-field-imagen-carousel {
        margin:0 auto;
    }
    body.node-type-tarjeta-turistica .field--name-field-imagen-carousel, body.node-type-tarjeta-turistica .field--name-field-imagen-carousel .jcarousel {
        width:350px !Important;
    }
    body.node-type-tarjeta-turistica .jcarousel li img {
        border: 6px solid #7FADAD;
    }
    body.node-type-tarjeta-turistica .jcarousel li {
        transform: scale(1);
    }
    body.node-type-tarjeta-turistica .jcarouselPrev, body.node-type-tarjeta-turistica .jcarouselNext {
        position:relative;
    }
    body.node-type-tarjeta-turistica .jcarouselPrev {
        margin-left:25px;
    }
    body.node-type-tarjeta-turistica .jcarouselNext {
        margin-right:25px;
    }
}
@media all and (max-width:1160px) {
    body.node-type-tarjeta-turistica .field--name-field-descripcion-descuentos {
        text-align: center;
        font-size: 18px;
        background: transparent url('../images/descuento.png') center top no-repeat;
        height: 300px;
        padding-top:170px;
    }
    body.node-type-tarjeta-turistica .field--name-field-descripcion-descuentos p {
        text-align: center;
        max-width: 100%;
        margin-left: auto;
        margin:0 auto;
    }
}
body.node-type-aparcamientos .field--name-body {
    margin-right:20px;
}
@media all and (max-width:1100px) {
    body.node-type-aparcamientos .field--name-body {
        width: auto;
        height: 140px;
        float: none;
        margin-left: 0px;
        margin-right: 0px;
        top: 0px;
        margin-bottom:120px;
    }
    body.node-type-aparcamientos h1 {
        font-family: 'Alfa Slab One', cursive;
        text-transform: uppercase;
        font-size: 55px;
        text-align: center;
        width: 100%;
        padding-left: 20px;
        height: 150px;
        padding-left:0;
    }
}
@media all and (max-width:800px) {
    body.node-type-aparcamientos h1 {
        font-size: 35px;
    }
    body.node-type-aparcamientos .tCell {
        width: 100%;
        display: block;
    }
    body.node-type-aparcamientos .tCell.cell1 {
        border-right: 0px solid #66B0B0;
    }
    body.node-type-aparcamientos .tCell.cell2 .field-collection-item-field-aparcamientos {
        text-align: left;
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media all and (max-width:480px) {
    body.node-type-aparcamientos .field--name-body .field__item {
        font-size: 18px;
        width: 100%;
        text-align:center;
    }
    body.node-type-aparcamientos .field--name-body {
        background-image:none;
    }
}
@media all and (max-width:400px) {
    body.node-type-aparcamientos h1 {
        font-size: 25px;
    }
}
.txtWeather {
    text-transform: capitalize;
}
@media all and (max-width:840px) {
    body.node-type-clima .l-content img {
        max-width:100% !Important;
        height:auto !Important;
    }
    #isobars {
        float:none;
        margin:0 auto;
        margin-bottom:25px;
    }
    body.node-type-clima h1 {
        text-align: center;
    }
    .boxForecast {
        display:block !Important;
        width:100% !Important;
    }
}
@media all and (max-width:507px) {
    #isobars {
        transform:scale(0.8);
    }
}
@media all and (max-width:465px) {
    #isobars {
        transform:scale(0.6) translateX(-100px);
    }
}
@media all and (max-width:360px) {
    #isobars {
        transform:scale(0.5) translateX(-200px);
    }
}
body.node-type-aparcamientos .field--name-field-tipo-pin-google-map {
    display:none;
}

/* Mapa Catedral */

#catMap:after, #catMap:before {
    content:'';
    display:block;
    clear:both;
}
.planta {
    float: left;
}
.planta-listado {
    float:left;
    margin-bottom:25px;
    list-style:none;
    font-size:11px;
}
body.front .field--name-field-inspiracion {
    color:#7FADAD;
    font-family: 'Alfa Slab One', cursive;
    letter-spacing:1px;
    max-width:800px;
    margin:0 auto;
    margin-bottom:75px;
    font-size:26px;
    padding:5px;
    margin-top:50px;
}
body.front .field--name-field-inspiracion .field__item:before {
    /*content:'" ';*/
    content:'';
    display:inline !Important;
}
body.front .field--name-field-inspiracion .field__item:after {
    /*content:' "';*/
    content:'';
    display:inline !Important;
}
/* ********* */
.field--name-field-front-box-aux > .field__items > .field__item {
    display:inline-block;
    width:285px;
    overflow:hidden;
    vertical-align:top;
    height:460px;
    border: 1px solid transparent;
}
.field--name-field-front-box-aux > .field__items > .field__item .field-collection-view {
    height: 520px;
}
.box2Front1 {
    transform: skew(0deg, 4deg) translate(0px, -23px);
    overflow: hidden;
}
.box2Front1 > .field-collection-view {
    transform: skew(0deg, -4deg) translate(0px, 0px);
    margin-top: -35px;
}
.box2Front1 .content {
    position: absolute;
    bottom: 10px;
    background-color: rgba(23, 69, 107, 0.5);
    height:150px;
}
.box2Front2 {
    transform: skew(0deg, 4deg) translate(0px, -23px);
    overflow: hidden;
    margin-top:22px;
}
.box2Front2 > .field-collection-view {
    transform: skew(0deg, -4deg) translate(0px, 0px);
    margin-top: -35px;
}
.box2Front2 .content {
    position: absolute;
    bottom: 12px;
    background-color: rgba(23, 69, 107, 0.5);
    height:170px;
}
.box2Front3 {
    transform: skew(0deg, -4deg) translate(0px, -23px);
    overflow: hidden;
    margin-top:22px;
}
.box2Front3 > .field-collection-view {
    transform: skew(0deg, 4deg) translate(0px, 0px);
    margin-top: -35px;
}
.box2Front3 .content {
    position: absolute;
    bottom: 12px;
    background-color: rgba(23, 69, 107, 0.5);
    height:170px;
}
.box2Front4 {
    transform: skew(0deg, -4deg) translate(0px, -23px);
    overflow: hidden;
}
.box2Front4 > .field-collection-view {
    transform: skew(0deg, 4deg) translate(0px, 0px);
    margin-top: -35px;
}
.box2Front4 .content {
    position: absolute;
    bottom: 10px;
    background-color: rgba(23, 69, 107, 0.5);
    height:150px;
}
.box2Front .content {
    text-align:left;
    padding-left:25px;
    padding-right:25px;
    color:white;
}
.box2Front .content .field--name-field-titulo-enlace-box2 {
    margin-top:15px;
}
.box2Front .content .field--name-field-titulo-enlace-box2 a {
    color:white;
    font-size:30px;
}
.box2Front1 {
    margin-right:15px;
}
.box2Front2 {
    margin-right:15px;
}
.box2Front3 {
    margin-left:15px;
}
.box2Front4 {
    margin-left:15px;
}
/* ****** */
#currentWeather {
    cursor:pointer;
}
/* ************* */
body.node-type-galerias .field--name-field-opcion-galeria > .field__items {
    margin-top:15px;
}
body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item {
    height:480px;
    width:285px;
    display:inline-block;
    overflow:hidden;
}
body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .boxGallery1 {
    margin-right:15px;
}
body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .boxGallery4 {
    margin-left:15px;
}
body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .boxGallery2 {
    margin-right:15px;
}
body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .boxGallery3 {
    margin-left:15px;
}
body.node-type-galerias .field--name-field-opcion-galeria .field-collection-view {
    padding: 0;
    margin: 0;
    border-bottom: 0px dotted transparent;
}
body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item > div {
    height:520px;
    margin-top:-20px;
}
body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item.boxGallery1 {
    transform: skew(0deg, 4deg);
    overflow: hidden;
    margin-bottom:10px;
}
body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item.boxGallery2 {
    transform: skew(0deg, 4deg);
    overflow: hidden;
    position:relative;
    top:22px;
    margin-bottom:10px;
}
body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item.boxGallery3 {
    transform: skew(0deg, -4deg);
    overflow: hidden;
    position:relative;
    top:22px;
    margin-bottom:10px;
}
body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item.boxGallery4 {
    transform: skew(0deg, -4deg);
    overflow: hidden;
    margin-bottom:10px;
}
body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item.boxGallery1 > div {
    transform: skew(0deg, -4deg);
}
body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item.boxGallery2 > div {
    transform: skew(0deg, -4deg);
}
body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item.boxGallery3 > div {
    transform: skew(0deg, 4deg);
}
body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item.boxGallery4 > div {
    transform: skew(0deg, 4deg);
}
body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item.boxGallery1 .content {
    position:absolute;
    bottom:10px;
    background-color:rgba(0, 101, 152, 0.5);
    height:135px;
}
body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item.boxGallery4 .content {
    position:absolute;
    bottom:10px;
    background-color:rgba(0, 101, 152, 0.5);
    height:135px;
}
body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item.boxGallery2 .content {
    position:absolute;
    bottom:10px;
    background-color:rgba(0, 101, 152, 0.5);
    height:157px;
}
body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item.boxGallery3 .content {
    position:absolute;
    bottom:10px;
    background-color:rgba(0, 101, 152, 0.5);
    height:157px;
}
body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item .content .field--name-field-titulo-galeria a {
    color:white;
    display:block;
    margin-top:15px;
    text-align:left;
    padding-left:20px;
    padding-right:20px;
    font-size:25px;
    font-weight:bold;
}
body.node-type-galerias .field--name-body {
    color: #7FADAD;
    font-family: 'Alfa Slab One', cursive;
    letter-spacing: 1px;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 75px;
    font-size: 26px;
    padding: 5px;
    margin-top: 50px;
}
body.node-type-galerias .field--name-body .field__item:before {
    /*content: '" ';*/
    content:'';
    display: inline !Important;
}
body.node-type-galerias .field--name-body .field__item:after {
    /*content: ' "';*/
    content:'';
    display: inline !Important;
}
body.node-type-galerias .field--name-field-opcion-galeria {
    text-align: left;
}
.boxGallery {
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
.boxGallery:hover {
    opacity:0.8;
}
.shadowGallery {
    opacity:0.5;
}
.sliderGallery {
    display:none;
    height:0px;
    overflow:hidden;
    border-left:2px solid #006598;
    border-right:2px solid #006598;
    -webkit-transition: height 0.5s ease, margin 0.5s ease, opacity 0.5s ease;
    -moz-transition: height 0.5s ease, margin 0.5s ease, opacity 0.5s ease;
    -ms-transition: height 0.5s ease, margin 0.5s ease, opacity 0.5s ease;
    -o-transition: height 0.5s ease, margin 0.5s ease, opacity 0.5s ease;
    transition: height 0.5s ease, margin 0.5s ease, opacity 0.5s ease;
}
.sliderGallery .bx-wrapper .bx-viewport {
    background-color:transparent !Important;
    border: 5px solid transparent !Important;
}
.sliderGallery {
    text-align:left;
    vertical-align:top;
}
.sliderGallery .bx-wrapper {
    margin: 0 0 0 0;
}
.sliderGallery .descript {
    display:inline-block;
    vertical-align:top;
}
.sliderGallery .contentGal {
    display:inline-block;
    vertical-align:top;
    margin-left:65px;
}
.sliderGallery .bx-prev {
    margin-left:15px;
}
.sliderGallery .bx-next {
    margin-right:363px;
}
.sliderGallery .bx-pager {
    display:none;
}
.sliderGallery .bx-wrapper {
    margin-top:85px;
}
.sliderGallery .descript {
    margin-top:10px;
    width:23%;
    margin-left:55px;
    max-height:400px;
    overflow:hidden;
    color:#555;
}
.sliderGallery {
    position:relative;
}
.sliderGallery a.closeSlider {
    position:absolute;
    right:0;
    width:30px;
    height:30px;
    display:inline-block;
    text-indent:-99999px;
    background:transparent url('../images/close-slider.png') center center no-repeat;
    margin-top:85px;
    margin-right:20px;
    z-index:10;
}
.sliderGallery .bx-wrapper .bx-viewport {
    box-shadow:none;
}
.sliderGallery a.bx-prev {
    width:17px;
    height:29px;
    background: transparent url('../images/slider-left.png') center center no-repeat;
}
.sliderGallery .bx-wrapper a.bx-prev:hover {
    background-position: center center;
}
.sliderGallery a.bx-next {
    width:17px;
    height:29px;
    background: transparent url('../images/slider-right.png') center center no-repeat;
}
.sliderGallery .bx-wrapper a.bx-next:hover {
    background-position: center center;
}
.sliderGallery a.download {
    position:absolute;
    z-index:10;
    right:25%;
    bottom:35px;
    width:75px;
    overflow:hidden;
    text-transform:uppercase;
    color:#555;
    font-size:10px;
    height:55px;
    text-align:center;
    background:transparent url('../images/download.png') center bottom no-repeat;
}
.sliderGallery .social {
    position:absolute;
    z-index:10;
    right:5%;
    bottom:35px;
    overflow:hidden;
}
.sliderGallery .social span {
    display:block;
    text-transform:uppercase;
    color:#555;
    font-size:10px;
    height:15px;
}
.sliderGallery .social a.facebookShare {
    display:inline-block;
    text-indent:-9999px;
    width:34px;
    height:38px;
    background:transparent url('../images/facebook-share.png') center center no-repeat;
}
.sliderGallery .social a.twitterShare {
    display:inline-block;
    text-indent:-9999px;
    width:40px;
    height:38px;
    background:transparent url('../images/twitter-share.png') center center no-repeat;
    margin-left:15px;
}
.sliderGallery .solapTop1 {
    height:2px;
    position:relative;
    z-index:10;
    background-color:#006598;
    width:50.3%;
    top:21px;
    left:-1px;
    transform:rotate(4deg);
}
.sliderGallery .solapTop2 {
    height:2px;
    position:relative;
    z-index:10;
    background-color:#006598;
    width:50.3%;
    top:19px;
    left:598px;
    transform:rotate(-4deg);
}
.solapBottom1 {
    height:2px;
    position:relative;
    z-index:10;
    background-color:#006598;
    width:50.3%;
    transform:rotate(4deg);
    top:-60px;
    opacity:0;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
.solapBottom2 {
    height:2px;
    position:relative;
    z-index:10;
    background-color:#006598;
    width:50%;
    transform:rotate(-4deg);
    margin-left:600px;
    top:-62px;
    opacity:0;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
body.node-type-oficinas-turismo .l-main {
    padding-left:25px;
    padding-right:25px;
    text-align:left;
    color:#444;
}
body.node-type-oficinas-turismo h1 {
    margin-top:45px;
    text-transform:uppercase;
    font-size:50px;
    max-width:450px;
    line-height:50px;
    margin-bottom:25px;
}
body.node-type-oficinas-turismo .field--name-body .field__item {
    max-width:800px;
    margin-bottom:40px;
}
body.node-type-oficinas-turismo .field--name-body {
    font-size:18px;
    border-bottom:3px solid #7FADAD;
    margin-bottom:50px;
}
body.node-type-oficinas-turismo .l-content {
    background:transparent url('../images/information.png') 95% 0% no-repeat;
}


body.node-type-oficinas-turismo .field--name-field-bloque-oficina {
    display:block;
}
body.node-type-oficinas-turismo .field--name-field-columna-acesos {
    display:block;
}
body.node-type-oficinas-turismo .l-main .node__content > .field-collection-container {
    display:inline-block;
    vertical-align:top;
}
body.node-type-oficinas-turismo .l-main .node__content > .field-collection-container:nth-child(2) {
    width:70%;
    padding-right:35px;
}
body.node-type-oficinas-turismo .l-main .node__content > .field-collection-container:nth-child(3) {
    width:29%;
    padding-left:35px;
}
body.node-type-oficinas-turismo .field--name-field-imagen-oficina {
    float:right;
    margin-left:25px;
}
body.node-type-oficinas-turismo .l-main .field-collection-view {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    border-bottom: 0px dotted #D3D7D9;
}
body.node-type-oficinas-turismo .field--name-field-nombre-oficina {
    text-transform:uppercase;
    font-weight:bold;
    font-size:20px;
}
body.node-type-oficinas-turismo .l-main .field--name-field-lista-opcion {
    float:left;
    margin-top:30px;
    max-width:380px;
}
body.node-type-oficinas-turismo .l-main .field--name-field-icono-imagen {
    float:left;
    margin-right:10px;
}
body.node-type-oficinas-turismo .l-main .field--name-field-lista-opcion a {
    color:#444;
}
body.node-type-oficinas-turismo .l-main .field--name-field-texto-link-opcion {
    padding-left:31px;
}
body.node-type-oficinas-turismo .l-main .field--name-field-lista-opcion > .field__items > .field__item {
    margin-bottom:10px;
}
body.node-type-oficinas-turismo .field--name-field-bloque-oficina > .field__items > .field__item {
    margin-bottom:55px;
    padding-bottom:45px;
    background:transparent url('../images/separador2.png') center bottom no-repeat;
}
body.node-type-oficinas-turismo .field--name-field-bloque-oficina > .field__items > .field__item:last-child {
    background-image:none;
    margin-bottom:5px;
    padding-bottom:0px;
}
body.node-type-oficinas-turismo .field--name-field-bloque-oficina > .field__items > .field__item:after {
    content:'';
    display:block;
    clear:both;
}
body.node-type-oficinas-turismo ul.node__links {
    display:none;
}
.field--name-field-caja-top {
    background-color:#006598;
    padding:15px 25px 10px 25px;
}
.field--name-field-caja-top, .field--name-field-caja-top a {
    color:white;
}
.field--name-field-titulo-top {
    text-transform:uppercase;
    font-size:15px;
    font-family: 'Alfa Slab One', cursive;
    letter-spacing:1px;
    margin-bottom:25px;
}
.field--name-field-caja-top a {
    padding-left:15px;
    display:inline-block;
    margin-bottom:10px;
    background:transparent url('../images/link-prev.png') 0 5px no-repeat;
}
.field--name-field-caja-center {
    background-color:rgba(0, 101, 152, 0.2);
    padding:15px 25px 10px 25px;
}
.field--name-field-caja-center {
    color:#006598;
}
.field--name-field-caja-center a {
    color:#444;
}
.field--name-field-titulo-center {
    text-transform:uppercase;
    font-size:15px;
    font-family: 'Alfa Slab One', cursive;
    letter-spacing:1px;
    margin-bottom:25px;
    padding-top:110px;
    background:transparent url('../images/mapa2.png') 0 10px no-repeat;
}
.field--name-field-caja-center a {
    padding-left:15px;
    display:inline-block;
    margin-bottom:10px;
    background:transparent url('../images/link-prev2.png') 0 6px no-repeat;
}
.field--name-field-caja-bottom {
    background:transparent url('../images/last-box.jpg') 0 0 no-repeat;
    background-size:cover;
    height:225px;
    padding:15px;
}
.field--name-field-caja-bottom a {
    text-transform:uppercase;
    color:white;
    display:block;
    font-family: 'Alfa Slab One', cursive;
    letter-spacing:1px;
    width:175px;
    line-height:22px;
}
body.node-type-historia .bx-viewport {
    height:320px;
}
body.node-type-historia .field--name-field-imagen-seccion .field__items {
    height:0px;
    overflow:hidden;
}
body.node-type-historia .l-main {
    text-align:left;
    padding-left:25px;
    padding-right:25px;
}
body.node-type-historia h1 {
    max-width:500px;
    position:absolute;
    z-index:10;
    margin-top:45px;
    font-size:50px;
    line-height:50px;
}
body.node-type-historia .field--name-field-foto-cabecera {
    float:right;
    margin-right:-25px;
    margin-left:50px;
}
body.node-type-historia .field--name-body {
    position:relative;
    padding-top:230px;
    color:#7FADAD;
    font-size:20px;
}
body.node-type-historia .node__content .field-collection-container {
    margin-top:0px;
}
body.node-type-historia .field--name-field-secciones-historia {
    display:block;
}
body.node-type-historia .field--name-field-columna-acesos {
    display:block;
}
body.node-type-historia .l-main .node__content > .field-collection-container {
    display:inline-block;
    vertical-align:top;
}
body.node-type-historia .l-main .node__content > .field-collection-container:nth-child(3) {
    width:70%;
    padding-right:35px;
    vertical-align:top;
    margin-top:50px;
}
body.node-type-historia .l-main .node__content > .field-collection-container:nth-child(4) {
    width:29%;
    padding-left:35px;
    vertical-align:top;
    margin-top:50px;
}
body.node-type-historia .l-main .field-collection-view {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    border-bottom: 0px dotted #D3D7D9;
}
body.node-type-historia ul.node__links {
    display:none;
}
body.node-type-historia .field--name-field-secciones-historia fieldset {
    border:none;
}
html.js body.node-type-historia fieldset.collapsed .fieldset-legend {
    background-image:none;
}
html.js body.node-type-historia fieldset.collapsible .fieldset-legend {
    background-image:none;
}
body.node-type-historia .field--name-field-secciones-historia fieldset legend {
    display:block;
    width:100%;
    border-top:2px solid #7FADAD;
    border-bottom:2px solid #7FADAD;
    padding-top:5px;
    padding-bottom:5px;
    font-size:16px;
    padding-right:45px;
}
body.node-type-historia .field--name-field-secciones-historia fieldset legend {
    background:transparent url('../images/arrow-up.png') 99% 6px no-repeat;
    background-size:2.5%;
}
body.node-type-historia .field--name-field-secciones-historia fieldset.collapsed legend {
    background:transparent url('../images/arrow-down.png') 99% 6px no-repeat;
    background-size:2.5%;
}
body.node-type-historia .field--name-field-secciones-historia fieldset legend a {
    color:black;
}
body.node-type-historia .field--name-field-descripcion-seccion-histor {
    margin-top:20px;
    text-align:justify;
}
body.node-type-historia .field--name-field-imagen-seccion .bx-wrapper .bx-viewport {
    background-color:transparent !Important;
    border: 5px solid transparent !Important;
}
body.node-type-historia .field--name-field-imagen-seccion  {
    text-align:left;
    vertical-align:top;
}
body.node-type-historia .field--name-field-imagen-seccion  .bx-wrapper {
    margin: 0 0 0 0;
}
body.node-type-historia .field--name-field-imagen-seccion .bx-wrapper {
    margin-top:45px;
    margin-bottom:35px;
}
body.node-type-historia .field--name-field-imagen-seccion .descript {
    display:inline-block;
    vertical-align:top;
}
body.node-type-historia .field--name-field-imagen-seccion .bx-prev {
    margin-left:-5px;
}
body.node-type-historia .field--name-field-imagen-seccion .bx-next {
    margin-right:228px;
}
body.node-type-historia .field--name-field-imagen-seccion .bx-pager {
    display:none;
}
body.node-type-historia .field--name-field-imagen-seccion .titleImage {
    position:absolute;
    margin-top:-304px;
    width:25%;
    margin-left:545px;
    max-height:300px;
    overflow:hidden;
    color:#555;
    font-size:12px;
}
body.node-type-historia .field--name-field-imagen-seccion .bx-wrapper .field__item a {
    display:inline-block;
    margin-left:45px;
}
body.node-type-historia .field--name-field-imagen-seccion .bx-wrapper .bx-viewport {
    box-shadow:none;
}
body.node-type-historia .field--name-field-imagen-seccion a.bx-prev {
    width:17px;
    height:29px;
    background: transparent url('../images/slider-left.png') center center no-repeat;
}
body.node-type-historia .field--name-field-imagen-seccion .bx-wrapper a.bx-prev:hover {
    background-position: center center;
}
body.node-type-historia .field--name-field-imagen-seccion a.bx-next {
    width:17px;
    height:29px;
    background: transparent url('../images/slider-right.png') center center no-repeat;
}
body.node-type-historia .field--name-field-imagen-seccion .bx-wrapper a.bx-next:hover {
    background-position: center center;
}
body.node-type-historia fieldset {
    padding-left:0;
    padding-right:0;
}
body.node-type-descarga-pdf h1 {
    display:none;
}
body.node-type-descarga-pdf article {
    position:relative;
    z-index:10;
}
body.node-type-descarga-pdf .field--name-body {
    margin:0 auto;
    margin-top:15px;
    color:#7FADAD;
    font-size:28px;
    font-family: 'Alfa Slab One', cursive;
    letter-spacing:1px;
    max-width:800px;
    margin-bottom:55px;
}
body.node-type-descarga-pdf .field--name-body .field__item:before {
    /*content:'" ';*/
    content:'';
}
body.node-type-descarga-pdf .field--name-body .field__item:after {
    /*content:' "';*/
    content:'';
}
body.node-type-descarga-pdf #finder,
body.node-type-galerias-texto #finder {
    background-color:#006598;
    margin-bottom:35px;
}
body.node-type-descarga-pdf #finder .bloque,
body.node-type-galerias-texto #finder .bloque {
    display:inline-block;
    padding-top:20px;
    padding-bottom:20px;
}
body.node-type-descarga-pdf #finder .bloque a,
body.node-type-galerias-texto #finder .bloque a {
    color:white;
    text-transform:uppercase;
    display:inline-block;
    padding-top:10px;
    padding-bottom:10px;
    font-size:18px;
    padding-left:25px;
    padding-right:25px;
    border-right:4px solid white;
}
body.node-type-descarga-pdf #finder .bloque:last-child a,
body.node-type-galerias-texto #finder .bloque:last-child a {
    border-right:0px solid white;
}
body.node-type-descarga-pdf #finder .bloque.selCat a,
body.node-type-galerias-texto #finder .bloque.selCat a {
    color:#7FADAD;
}
body.node-type-descarga-pdf #finder .bloque.selCat,
body.node-type-galerias-texto #finder .bloque.selCat {
    background:transparent url('../images/selected.png') bottom center no-repeat;
}
body.node-type-descarga-pdf .field--name-field-bloque-pdf > .field__items > .field__item {
    padding-left:50px;
    padding-bottom:50px;
    border-bottom:2px solid #7FADAD;
    margin-bottom:50px;
}
body.node-type-descarga-pdf #finder,
body.node-type-galerias-texto #finder {
    text-align:center;
    margin-bottom:65px;
}
body.node-type-descarga-pdf .l-main .node__content {
    text-align:left;
}
body.node-type-descarga-pdf .node__content .field-collection-container {
    margin-top:0px;
}
body.node-type-descarga-pdf .field--name-field-bloque-pdf {
    display:block;
}
body.node-type-descarga-pdf .field--name-field-columna-acesos {
    display:block;
}
body.node-type-descarga-pdf .l-main .node__content > .field-collection-container {
    display:inline-block;
    vertical-align:top;
}
body.node-type-descarga-pdf .l-main .node__content > .field-collection-container:nth-child(3) {
    width:70%;
    padding-right:35px;
    vertical-align:top;
    margin-top:0px;
}
body.node-type-historia .l-main .node__content > .field-collection-container:nth-child(4) {
    width:29%;
    padding-left:35px;
    vertical-align:top;
    margin-top:50px;
}
body.node-type-descarga-pdf .l-main .field-collection-view {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    border-bottom: 0px dotted #D3D7D9;
}
body.node-type-descarga-pdf ul.node__links {
    display:none;
}
body.node-type-descarga-pdf .field--name-field-bloque-pdf > .field__items > .field__item:last-child {
    border-bottom:0px solid #7FADAD !Important;
}
body.node-type-descarga-pdf .field--name-field-bloque-pdf > .field__items > .field__item {
    clear:both;
}
body.node-type-descarga-pdf .field--name-field-bloque-pdf > .field__items > .field__item:before,
body.node-type-descarga-pdf .field--name-field-bloque-pdf > .field__items > .field__item:after {
    content:'';
    display:block;
    clear:both;
}
body.node-type-descarga-pdf .field--name-field-captura {
    float:left;
    margin-right:15px;
}
body.node-type-descarga-pdf .field--name-field-captura img {
    border:1px solid rgba(0, 0, 0, 0.05);
}
body.node-type-descarga-pdf .field--name-field-titulo-pdf {
    text-transform:uppercase;
    font-size:20px;
    font-weight:bold;
    max-height:25px;
    overflow:hidden;
}
body.node-type-descarga-pdf .field--name-field-descripcion-pdf {
    margin-top:5px;
    height:180px; overflow:hidden;
}
body.node-type-descarga-pdf .field--name-field-categoria-pdf {
    display:none;
}
body.node-type-descarga-pdf .field--name-field-documento-pdf img {
    display:none;
}
body.node-type-descarga-pdf .field--name-field-documento-pdf .field__item a {
    display:block;
    text-indent:-99999px;
    height:45px;
}
body.node-type-descarga-pdf .field--name-field-documento-pdf .field__item {
    display:block;
    position:absolute;
    margin-left:235px;
    margin-top:48px;
    width: 80px;
    height: 55px;
    text-transform:uppercase;
    text-align:center;
    font-size:10px;
    background:transparent url('../images/download-v.png') center bottom no-repeat;
}
body.node-type-descarga-pdf .field--name-field-enlace-mapa .field__item a {
    display:block;
    text-indent:-99999px;
    height:45px;
}
body.node-type-descarga-pdf .field--name-field-enlace-mapa .field__item {
    display:block;
    position:absolute;
    margin-left:330px;
    margin-top:48px;
    width: 80px;
    height: 55px;
    text-transform:uppercase;
    text-align:center;
    font-size:10px;
    background:transparent url('../images/chin-map.png') center 90% no-repeat;
}





body.page-dormir h1 {
    display:none;
}
body.page-dormir #views-exposed-form-dormir-page {
    display:none;
}
body.page-dormir .view-id-dormir {
    margin-top:35px;
}
body.page-dormir .l-main {
    text-align:left;
}
body.page-dormir .views-field-field-galeria-images {
    float:left;
}
body.page-dormir .view-id-dormir .view-content .views-row {
    clear:both;
    margin-bottom:40px;
}
body.page-dormir .view-id-dormir .view-content .views-row:before, body.page-dormir .view-id-dormir .view-content .views-row:after {
    content:'';
    display:block;
    clear:both;
}
body.page-dormir .views-field-field-galeria-images {
    transform:skew(0deg, 4deg);
    overflow:hidden;
    height:410px;
}
body.page-dormir .views-field-field-galeria-images .field-content {
    transform:skew(0deg, -4deg);
    overflow:visible;
}
body.page-dormir .views-field-field-galeria-images .field-content img {
    position:relative;
    top:-15px;
}
body.page-dormir .views-field-field-galeria-images {
    margin-right:55px;
}
body.page-dormir .views-field-field-estrellas {
    padding-top:25px;
    text-indent:-99999px;
    margin-bottom:15px;
}
body.page-dormir .views-field-field-estrellas .stars-5 {
    height:32px;
    background:transparent url('../images/estrella.png') left center repeat-x;
    width:160px;
    margin-left:455px;
}
body.page-dormir .views-field-field-estrellas .stars-4 {
    height:32px;
    background:transparent url('../images/estrella.png') left center repeat-x;
    width:128px;
    margin-left:455px;
}
body.page-dormir .views-field-field-estrellas .stars-3 {
    height:32px;
    background:transparent url('../images/estrella.png') left center repeat-x;
    width:96px;
    margin-left:455px;
}
body.page-dormir .views-field-field-estrellas .stars-2 {
    height:32px;
    background:transparent url('../images/estrella.png') left center repeat-x;
    width:64px;
    margin-left:455px;
}
body.page-dormir .views-field-field-estrellas .stars-1 {
    height:32px;
    background:transparent url('../images/estrella.png') left center repeat-x;
    width:32px;
    margin-left:455px;
}
body.page-dormir .views-field-title {
    display: block;
}
body.page-dormir .l-main .views-field-body:after, body.page-dormir .l-main .views-field-body:before {
    content:'';
    display:block;
    clear:both;
}
body.page-dormir .l-main .views-field-body {
    margin-top: 25px;
}
body.page-dormir .views-field-title a {
    font-size: 26px !Important;
    font-weight: bold;
    vertical-align: middle;
    color:black;
}
body.page-dormir .views-field-field-caracteristicas-dormir ul {
    list-style:none;
    padding:0;
    margin:0;
}
body.page-dormir .views-field-field-caracteristicas-dormir ul li {
    display:inline-block;
}
body.page-dormir .views-field-field-caracteristicas-dormir, body.page-dormir .views-field-field-caracteristicas-dormir .field-content {
    display:inline-block;
    margin-top: 8px;
    margin-left: -7px;
}
body.page-dormir .views-field-field-caracteristicas-dormir ul li.adaptadoparadiscapacitados,
body.page-dormir .views-field-field-caracteristicas-dormir ul li.adaptedforhandicappedpeople,
body.page-dormir .views-field-field-caracteristicas-dormir ul li.adaptauxpersonnesmobilitrduite,
body.page-dormir .views-field-field-caracteristicas-dormir ul li.frbehindertemenschengeeignet {
    text-indent:-99999px;
    width:32px;
    height:32px;
    background:transparent url('../images/handicap.png') center center no-repeat;
    margin-left:10px;
    margin-right:10px;
    position:relative;
    top:-5px;
}
body.page-dormir .views-field-field-caracteristicas-dormir ul li.disponedecafeteraorestaurante,
body.page-dormir .views-field-field-caracteristicas-dormir ul li.hasarestaurant,
body.page-dormir .views-field-field-caracteristicas-dormir ul li.aunrestaurant,
body.page-dormir .views-field-field-caracteristicas-dormir ul li.hateinrestaurant {
    text-indent:-99999px;
    width:32px;
    height:32px;
    background:transparent url('../images/restaurant.png') center center no-repeat;
    margin-left:10px;
    margin-right:10px;
    position:relative;
    top:-5px;
}
body.page-dormir .views-field-field-caracteristicas-dormir ul li.disponedespaopiscina,
body.page-dormir .views-field-field-caracteristicas-dormir ul li.hasaspaorpool,
body.page-dormir .views-field-field-caracteristicas-dormir ul li.possdeunspaouunepiscine,
body.page-dormir .views-field-field-caracteristicas-dormir ul li.hateinenspaoderpool {
    text-indent:-99999px;
    width:32px;
    height:32px;
    background:transparent url('../images/spa.png') center center no-repeat;
    margin-left:10px;
    margin-right:10px;
    position:relative;
    top:-5px;
    background-size:122%;
}
body.page-dormir .views-field-field-caracteristicas-dormir ul li.disponedeaparcamiento,
body.page-dormir .views-field-field-caracteristicas-dormir ul li.hasparking,
body.page-dormir .views-field-field-caracteristicas-dormir ul li.stationnement,
body.page-dormir .views-field-field-caracteristicas-dormir ul li.verfgtbergarage {
    text-indent:-99999px;
    width:32px;
    height:32px;
    background:transparent url('../images/parking.png') center center no-repeat;
    margin-left:10px;
    margin-right:10px;
    position:relative;
    top:-5px;
    background-size:100%;
}
body.page-dormir .views-field-field-caracteristicas-dormir ul li.disponedewifi,
body.page-dormir .views-field-field-caracteristicas-dormir ul li.haswifi,
body.page-dormir .views-field-field-caracteristicas-dormir ul li.vousavezwifi,
body.page-dormir .views-field-field-caracteristicas-dormir ul li.siehabenwifi {
    text-indent:-99999px;
    width:32px;
    height:32px;
    background:transparent url('../images/wifi.png') center center no-repeat;
    margin-left:10px;
    margin-right:10px;
    position:relative;
    top:-5px;
    background-size:100%;
}
body.page-dormir .views-field-field-caracteristicas-dormir ul li.sepermitenmascotas,
body.page-dormir .views-field-field-caracteristicas-dormir ul li.petsallowed,
body.page-dormir .views-field-field-caracteristicas-dormir ul li.animauxaccepts,
body.page-dormir .views-field-field-caracteristicas-dormir ul li.haustiereerlaubt {
    text-indent:-99999px;
    width:32px;
    height:32px;
    background:transparent url('../images/dog-seating.png') center center no-repeat;
    margin-left:10px;
    margin-right:10px;
    position:relative;
    top:-5px;
    background-size:100%;
}
body.page-dormir .l-main .views-field-field-lista-opcion {
    margin-top:20px;
}
body.page-dormir .l-main .views-field-field-lista-opcion .field--name-field-icono-imagen {
    display:inline-block;
    vertical-align:middle;
    margin-right:10px;
}
body.page-dormir .l-main .views-field-field-lista-opcion .field--name-field-texto-link-opcion {
    display:inline-block;
}
body.page-dormir .l-main .views-field-field-lista-opcion .entity-field-collection-item {
    margin-bottom:10px;
}
body.page-dormir .l-main .views-field-field-lista-opcion .field--name-field-texto-link-opcion a {
    color:black;
}
body.page-dormir .l-main .views-field-field-longitud {
    display:none;
}
body.page-dormir .l-main .views-field-field-latitud {
    display:none;
}
body.page-dormir .l-main .views-field-body {
    margin-top:10px;
    text-align:justify;
    max-height: 95px;
    overflow: hidden;
}
body.page-dormir #finder {
    background-color:#7FADAD;
    max-width:900px;
    margin:0 auto;
    margin-bottom:60px;
    padding:20px 30px;
}
body.page-dormir #finder select {
    border: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 5px 15px;
    font-size: 16px;
    padding-right: 35px;
    background-color: white;
    background: white url(../images/down.png) 90% center no-repeat;
    background-size: 12px;
    border-radius:4px;
}
body.page-dormir #finder a {
    color:black;
    text-transform:uppercase;
    padding:4px 12px;
    display:inline-block;
    font-size:18px;
    border-left:4px solid black;
    border-right:4px solid black;
}
body.page-dormir #checks {
    display:inline-block;
    width:60%;
}
body.page-dormir #stars {
    display:inline-block;
    width:25%;
    vertical-align:bottom;
    text-align:right;
}
body.page-dormir #submitFinder {
    display:inline-block;
    width:15%;
    vertical-align:bottom;
    text-align:right;
}
body.page-dormir label {
    display:inline-block;
    margin-left:5px;
    vertical-align:middle;
    text-transform:uppercase;
    font-size:12px;
}
body.node-type-dormir .l-main {
    text-align:left;
    padding-left:25px;
    padding-right:25px;
}
body.node-type-dormir h1 {
    margin-top:50px;
    margin-bottom:10px;
    text-transform:uppercase;
    letter-spacing:1px;
    font-size:45px;
}
body.node-type-dormir .field--name-field-estrellas .stars-5 {
    height:32px;
    background:transparent url('../images/estrella.png') left center repeat-x;
    width:160px;
    text-indent:-99999px;
}
body.node-type-dormir .field--name-field-estrellas .stars-4 {
    height:32px;
    background:transparent url('../images/estrella.png') left center repeat-x;
    width:128px;
    text-indent:-99999px;
}
body.node-type-dormir .field--name-field-estrellas .stars-3 {
    height:32px;
    background:transparent url('../images/estrella.png') left center repeat-x;
    width:96px;
    text-indent:-99999px;
}
body.node-type-dormir .field--name-field-estrellas .stars-2 {
    height:32px;
    background:transparent url('../images/estrella.png') left center repeat-x;
    width:64px;
    text-indent:-99999px;
}
body.node-type-dormir .field--name-field-estrellas .stars-1 {
    height:32px;
    background:transparent url('../images/estrella.png') left center repeat-x;
    width:32px;
    text-indent:-99999px;
}
body.node-type-dormir .field--name-field-caracteristicas-dormir .adaptadoparadiscapacitados,
body.node-type-dormir .field--name-field-caracteristicas-dormir .adaptedforhandicappedpeople,
body.node-type-dormir .field--name-field-caracteristicas-dormir .adaptauxpersonnesmobilitrduite,
body.node-type-dormir .field--name-field-caracteristicas-dormir .frbehindertemenschengeeignet {
    text-indent:-99999px;
    width:32px;
    height:32px;
    background:transparent url('../images/handicap.png') center center no-repeat;
    margin-left:10px;
    margin-right:10px;
    display:inline-block;
}
body.node-type-dormir .field--name-field-caracteristicas-dormir .disponedecafeteraorestaurante,
body.node-type-dormir .field--name-field-caracteristicas-dormir .hasarestaurant,
body.node-type-dormir .field--name-field-caracteristicas-dormir .aunrestaurant,
body.node-type-dormir .field--name-field-caracteristicas-dormir .hateinrestaurant {
    text-indent:-99999px;
    width:32px;
    height:32px;
    background:transparent url('../images/restaurant.png') center center no-repeat;
    margin-left:10px;
    margin-right:10px;
    display:inline-block;
}
body.node-type-dormir .field--name-field-caracteristicas-dormir .disponedespaopiscina,
body.node-type-dormir .field--name-field-caracteristicas-dormir .hasaspaorpool,
body.node-type-dormir .field--name-field-caracteristicas-dormir .possdeunspaouunepiscine,
body.node-type-dormir .field--name-field-caracteristicas-dormir .hateinenspaoderpool {
    text-indent:-99999px;
    width:32px;
    height:32px;
    background:transparent url('../images/spa.png') center center no-repeat;
    margin-left:10px;
    margin-right:10px;
    background-size:122%;
    display:inline-block;
}
body.node-type-dormir .field--name-field-caracteristicas-dormir .disponedeaparcamiento,
body.node-type-dormir .field--name-field-caracteristicas-dormir .hasparking,
body.node-type-dormir .field--name-field-caracteristicas-dormir .stationnement,
body.node-type-dormir .field--name-field-caracteristicas-dormir .verfgtbergarage {
    text-indent:-99999px;
    width:32px;
    height:32px;
    background:transparent url('../images/parking.png') center center no-repeat;
    margin-left:10px;
    margin-right:10px;
    background-size:100%;
    display:inline-block;
}
body.node-type-dormir .field--name-field-caracteristicas-dormir .disponedewifi,
body.node-type-dormir .field--name-field-caracteristicas-dormir .haswifi,
body.node-type-dormir .field--name-field-caracteristicas-dormir .vousavezwifi,
body.node-type-dormir .field--name-field-caracteristicas-dormir .siehabenwifi {
    text-indent:-99999px;
    width:32px;
    height:32px;
    background:transparent url('../images/wifi.png') center center no-repeat;
    margin-left:10px;
    margin-right:10px;
    background-size:100%;
    display:inline-block;
}
body.node-type-dormir .field--name-field-caracteristicas-dormir .sepermitenmascotas,
body.node-type-dormir .field--name-field-caracteristicas-dormir .petsallowed,
body.node-type-dormir .field--name-field-caracteristicas-dormir .animauxaccepts,
body.node-type-dormir .field--name-field-caracteristicas-dormir .haustiereerlaubt {
    text-indent:-99999px;
    width:32px;
    height:32px;
    background:transparent url('../images/dog-seating.png') center center no-repeat;
    margin-left:10px;
    margin-right:10px;
    background-size:100%;
    display:inline-block;
}
body.node-type-dormir .field--name-field-caracteristicas-dormir {
    margin-top:25px;
    margin-bottom:50px;
    padding-top:10px;
    padding-bottom:10px;
    border-top:2px solid #7FADAD;
    border-bottom:2px solid #7FADAD;
}
body.node-type-dormir .field--name-field-latitud, body.node-type-dormir .field--name-field-longitud, body.node-type-dormir .field--name-field-tipo-hospedaje-dormir, body.node-type-dormir ul.node__links, body.node-type-dormir .l-main .block--nodeblock h2 {
    display:none;
}
body.node-type-dormir .l-main article.node--dormir {
    display:inline-block;
    width:66%;
}
body.node-type-dormir .l-main .l-content > .block--nodeblock {
    display:inline-block;
    width:33%;
    vertical-align:top;
    padding-top:55px;
    padding-left:80px;
}
body.node-type-dormir .l-main .field-collection-view {
    padding: 0;
    margin: 0;
    border-bottom: 0px dotted #D3D7D9;
}
body.node-type-dormir .bx-pager {
    display:none;
}
body.node-type-dormir .bx-controls a.bx-next {
    width:17px;
    height:29px;
    background: transparent url('../images/slider-right.png') center center no-repeat;
}
body.node-type-dormir .bx-wrapper a.bx-next:hover {
    background-position: center center;
}
body.node-type-dormir .bx-controls a.bx-prev {
    width:17px;
    height:29px;
    background: transparent url('../images/slider-left.png') center center no-repeat;
}
body.node-type-dormir .bx-wrapper a.bx-prev:hover {
    background-position: center center;
}
body.node-type-dormir .bx-wrapper .bx-viewport {
    box-shadow:none;
    margin-left:5px;
}
body.node-type-dormir .field--name-body {
    margin-top:-20px;
    width:380px;
    text-align:justify;
    float:right;
}
body.node-type-dormir .field--name-field-lista-opcion {
    float:left;
    width:350px;
    margin-top:-15px;
}
body.node-type-dormir .field--name-field-lista-opcion .field--name-field-icono-imagen {
    display:inline-block;
    vertical-align:middle;
    margin-right:5px;
}
body.node-type-dormir .field--name-field-lista-opcion .field--name-field-texto-link-opcion {
    display:inline-block;
    font-size:17px;
}
body.node-type-dormir .field--name-field-lista-opcion .field--name-field-texto-link-opcion a {
    color:black;
}
body.node-type-dormir .field--name-field-lista-opcion > .field__items > .field__item {
    margin-bottom:10px;
}
body.node-type-dormir .field--name-field-reservar a {
    display:block;
    color:white;
    background-color:#006598;
    text-align:center;
    padding:6px 10px 10px 10px;
    font-size:35px;
    font-family: 'Alfa Slab One', cursive;
    letter-spacing:1px;
    margin-top:35px;
}
body.node-type-dormir #mapGoogle {
    height:430px;
    width:750px;
}
body.page-listado-restaurantes h1 {
    display:none;
}
body.page-listado-restaurantes #views-exposed-form-restaurants-page {
    display:none;
}
body.page-listado-restaurantes .view-id-restaurants {
    margin-top:35px;
}
body.page-listado-restaurantes .l-main {
    text-align:left;
}
body.page-listado-restaurantes .views-field-field-galeria-images {
    float:left;
}
body.page-listado-restaurantes .view-id-restaurants .view-content .views-row {
    clear:both;
    margin-bottom:40px;
}
body.page-listado-restaurantes .view-id-restaurants .view-content .views-row:before, body.page-listado-restaurantes .view-id-restaurants .view-content .views-row:after {
    content:'';
    display:block;
    clear:both;
}
body.page-listado-restaurantes .views-field-field-galeria-images {
    transform:skew(0deg, 4deg);
    overflow:hidden;
    height:410px;
}
body.page-listado-restaurantes .views-field-field-galeria-images .field-content {
    transform:skew(0deg, -4deg);
    overflow:visible;
}
body.page-listado-restaurantes .views-field-field-galeria-images .field-content img {
    position:relative;
    top:-15px;
}
body.page-listado-restaurantes .views-field-field-galeria-images {
    margin-right:55px;
}
body.page-listado-restaurantes .views-field-field-estrellas {
    padding-top:25px;
    text-indent:-99999px;
    margin-bottom:15px;
}
body.page-listado-restaurantes .views-field-field-estrellas .stars-5 {
    height:45px;
    background:transparent url('../images/ten.png') left center repeat-x;
    width:160px;
    margin-left:445px;
}
body.page-listado-restaurantes .views-field-field-estrellas .stars-4 {
    height:45px;
    background:transparent url('../images/ten.png') left center repeat-x;
    width:128px;
    margin-left:445px;
}
body.page-listado-restaurantes .views-field-field-estrellas .stars-3 {
    height:45px;
    background:transparent url('../images/ten.png') left center repeat-x;
    width:96px;
    margin-left:445px;
}
body.page-listado-restaurantes .views-field-field-estrellas .stars-2 {
    height:45px;
    background:transparent url('../images/ten.png') left center repeat-x;
    width:64px;
    margin-left:445px;
}
body.page-listado-restaurantes .views-field-field-estrellas .stars-1 {
    height:45px;
    background:transparent url('../images/ten.png') left center repeat-x;
    width:32px;
    margin-left:445px;
}
body.page-listado-restaurantes .views-field-title {
    display:block;
}
body.page-listado-restaurantes .l-main .views-field-body:after, body.page-listado-restaurantes .l-main .views-field-body:before {
    content:'';
    display:block;
    clear:both;
}
body.page-listado-restaurantes .l-main .views-field-body {
    margin-top: 25px;
}
body.page-listado-restaurantes .views-field-title a {
    font-size: 26px !Important;
    font-weight: bold;
    vertical-align: middle;
    color:black;
}
body.page-listado-restaurantes .views-field-field-caracteristicas-restaurant ul {
    list-style:none;
    padding:0;
    margin:0;
}
body.page-listado-restaurantes .views-field-field-caracteristicas-restaurant ul li {
    display:inline-block;
}
body.page-listado-restaurantes .views-field-field-caracteristicas-restaurant, body.page-listado-restaurantes .views-field-field-caracteristicas-restaurant .field-content {
    display:inline-block;
    margin-top: 8px;
    margin-left: -7px;
}
body.page-listado-restaurantes .views-field-field-caracteristicas-restaurant ul li.unsolenlaguarepsol,
body.page-listado-restaurantes .views-field-field-caracteristicas-restaurant ul li.asunrepsolguide {
    text-indent:-99999px;
    width:32px;
    height:32px;
    background:transparent url('../images/solguiarepsol.png') center center no-repeat;
    background-size:cover;
    margin-left:10px;
    margin-right:10px;
    position:relative;
    top:-5px;
}
body.page-listado-restaurantes .views-field-field-caracteristicas-restaurant ul li.establecimientoconqdecalidadturstica,
body.page-listado-restaurantes .views-field-field-caracteristicas-restaurant ul li.establishmentwithqoftouristquality {
    text-indent:-99999px;
    width:35px;
    height:32px;
    background:transparent url('../images/q.png') center center no-repeat;
    background-size:cover;
    margin-left:10px;
    margin-right:10px;
    position:relative;
    top:-5px;
}
body.page-listado-restaurantes .views-field-field-caracteristicas-restaurant ul li.estrellamichelin,
body.page-listado-restaurantes .views-field-field-caracteristicas-restaurant ul li.michelinstar {
    text-indent:-99999px;
    width:32px;
    height:32px;
    background:transparent url('../images/estrellamichelin.png') center center no-repeat;
    background-size:cover;
    margin-left:10px;
    margin-right:10px;
    position:relative;
    top:-5px;
}
body.page-listado-restaurantes .views-field-field-caracteristicas-restaurant ul li.recomendadoenlaguarepsol,
body.page-listado-restaurantes .views-field-field-caracteristicas-restaurant ul li.recommendedrepsolguide {
    text-indent:-99999px;
    width:32px;
    height:32px;
    background:transparent url('../images/recomendadoguiarepsol.png') center center no-repeat;
    background-size:cover;
    margin-left:10px;
    margin-right:10px;
    position:relative;
    top:-5px;
}
body.page-listado-restaurantes .views-field-field-caracteristicas-restaurant ul li.tressolesenlaguarepsol,
body.page-listado-restaurantes .views-field-field-caracteristicas-restaurant ul li.threesunsrepsolguide {
    text-indent:-99999px;
    width:100px;
    height:32px;
    background:transparent url('../images/tressolesguiarepsol.png') center center no-repeat;
    background-size:cover;
    margin-left:10px;
    margin-right:10px;
    position:relative;
    top:-5px;
}
body.page-listado-restaurantes .l-main .views-field-field-lista-opcion {
    margin-top:20px;
}
body.page-listado-restaurantes .l-main .views-field-field-lista-opcion .field--name-field-icono-imagen {
    display:inline-block;
    vertical-align:middle;
    margin-right:10px;
}
body.page-listado-restaurantes .l-main .views-field-field-lista-opcion .field--name-field-texto-link-opcion {
    display:inline-block;
}
body.page-listado-restaurantes .l-main .views-field-field-lista-opcion .entity-field-collection-item {
    margin-bottom:10px;
}
body.page-listado-restaurantes .l-main .views-field-field-lista-opcion .field--name-field-texto-link-opcion a {
    color:black;
}
body.page-listado-restaurantes .l-main .views-field-field-longitud {
    display:none;
}
body.page-listado-restaurantes .l-main .views-field-field-latitud {
    display:none;
}
body.page-listado-restaurantes .l-main .views-field-body {
    margin-top:10px;
    text-align:justify;
    max-height: 95px;
    overflow: hidden;
}
body.page-listado-restaurantes #finder {
    background-color:#7FADAD;
    max-width:900px;
    margin:0 auto;
    margin-bottom:60px;
    padding:20px 30px;
}
body.page-listado-restaurantes #finder select {
    border: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 5px 15px;
    font-size: 16px;
    padding-right: 35px;
    background-color: white;
    background: white url(../images/down.png) 90% center no-repeat;
    background-size: 12px;
    border-radius:4px;
}
body.page-listado-restaurantes #finder a {
    color:black;
    text-transform:uppercase;
    padding:4px 12px;
    display:inline-block;
    font-size:18px;
    border-left:4px solid black;
    border-right:4px solid black;
}
body.page-listado-restaurantes #checks {
    display:inline-block;
    width:60%;
}
body.page-listado-restaurantes #stars {
    display:inline-block;
    width:25%;
    vertical-align:bottom;
    text-align:right;
}
body.page-listado-restaurantes #submitFinder {
    display:inline-block;
    width:15%;
    vertical-align:bottom;
    text-align:right;
}
body.page-listado-restaurantes label {
    display:inline-block;
    margin-left:5px;
    vertical-align:middle;
    text-transform:uppercase;
    font-size:12px;
}
body.node-type-restaurante .l-main {
    text-align:left;
    padding-left:25px;
    padding-right:25px;
}
body.node-type-restaurante h1 {
    margin-top:50px;
    margin-bottom:10px;
    text-transform:uppercase;
    letter-spacing:1px;
    font-size:45px;
}
body.node-type-restaurante .field--name-field-estrellas .stars-5 {
    height:45px;
    background:transparent url('../images/ten.png') left center repeat-x;
    width:160px;
    margin-left:-10px;
    text-indent:-99999px;
}
body.node-type-restaurante .field--name-field-estrellas .stars-4 {
    height:45px;
    background:transparent url('../images/ten.png') left center repeat-x;
    width:128px;
    margin-left:-10px;
    text-indent:-99999px;
}
body.node-type-restaurante .field--name-field-estrellas .stars-3 {
    height:45px;
    background:transparent url('../images/ten.png') left center repeat-x;
    width:96px;
    margin-left:-10px;
    text-indent:-99999px;
}
body.node-type-restaurante .field--name-field-estrellas .stars-2 {
    height:45px;
    background:transparent url('../images/ten.png') left center repeat-x;
    width:64px;
    margin-left:-10px;
    text-indent:-99999px;
}
body.node-type-restaurante .field--name-field-estrellas .stars-1 {
    height:45px;
    background:transparent url('../images/ten.png') left center repeat-x;
    width:32px;
    margin-left:-10px;
    text-indent:-99999px;
}
body.node-type-restaurante .field--name-field-caracteristicas-restaurant .field__item {
    display:inline-block;
}
body.node-type-restaurante .field--name-field-caracteristicas-restaurant .field__items {
    padding-top:7px;
}
body.node-type-restaurante .field--name-field-caracteristicas-restaurant .unsolenlaguarepsol,
body.node-type-restaurante .field--name-field-caracteristicas-restaurant .asunrepsolguide {
    text-indent:-99999px;
    width:32px;
    height:32px;
    background:transparent url('../images/solguiarepsol.png') center center no-repeat;
    background-size:cover;
    margin-left:10px;
    margin-right:10px;
    position:relative;
    top:-5px;
}
body.node-type-restaurante .field--name-field-caracteristicas-restaurant .establecimientoconqdecalidadturstica,
body.node-type-restaurante .field--name-field-caracteristicas-restaurant .establishmentwithqoftouristquality {
    text-indent:-99999px;
    width:35px;
    height:32px;
    background:transparent url('../images/q.png') center center no-repeat;
    background-size:cover;
    margin-left:10px;
    margin-right:10px;
    position:relative;
    top:-5px;
}
body.node-type-restaurante .field--name-field-caracteristicas-restaurant .estrellamichelin,
body.node-type-restaurante .field--name-field-caracteristicas-restaurant .michelinstar {
    text-indent:-99999px;
    width:32px;
    height:32px;
    background:transparent url('../images/estrellamichelin.png') center center no-repeat;
    background-size:cover;
    margin-left:10px;
    margin-right:10px;
    position:relative;
    top:-5px;
}
body.node-type-restaurante .field--name-field-caracteristicas-restaurant .recomendadoenlaguarepsol,
body.node-type-restaurante .field--name-field-caracteristicas-restaurant .recommendedrepsolguide {
    text-indent:-99999px;
    width:32px;
    height:32px;
    background:transparent url('../images/recomendadoguiarepsol.png') center center no-repeat;
    background-size:cover;
    margin-left:10px;
    margin-right:10px;
    position:relative;
    top:-5px;
}
body.node-type-restaurante .field--name-field-caracteristicas-restaurant .tressolesenlaguarepsol,
body.node-type-restaurante .field--name-field-caracteristicas-restaurant .threesunsrepsolguide {
    text-indent:-99999px;
    width:100px;
    height:32px;
    background:transparent url('../images/tressolesguiarepsol.png') center center no-repeat;
    background-size:cover;
    margin-left:10px;
    margin-right:10px;
    position:relative;
    top:-5px;
}
body.node-type-restaurante .field--name-field-caracteristicas-restaurant {
    margin-top:25px;
    margin-bottom:30px;
    padding-top:10px;
    padding-bottom:10px;
    border-top:2px solid #7FADAD;
    border-bottom:2px solid #7FADAD;
}
body.node-type-restaurante .field--name-field-galeria-images {
    margin-top:20px;
}
body.node-type-restaurante .field--name-field-latitud, body.node-type-restaurante .field--name-field-longitud, body.node-type-restaurante ul.node__links, body.node-type-restaurante .l-main .block--nodeblock h2 {
    display:none;
}
body.node-type-restaurante .l-main article.node--restaurante {
    display:inline-block;
    width:66%;
}
body.node-type-restaurante .l-main .l-content > .block--nodeblock {
    display:inline-block;
    width:33%;
    vertical-align:top;
    padding-top:70px;
    padding-left:80px;
}
body.node-type-restaurante .l-main .field-collection-view {
    padding: 0;
    margin: 0;
    border-bottom: 0px dotted #D3D7D9;
}
body.node-type-restaurante .bx-pager {
    display:none;
}
body.node-type-restaurante .bx-controls a.bx-next {
    width:17px;
    height:29px;
    background: transparent url('../images/slider-right.png') center center no-repeat;
}
body.node-type-restaurante .bx-wrapper a.bx-next:hover {
    background-position: center center;
}
body.node-type-restaurante .bx-controls a.bx-prev {
    width:17px;
    height:29px;
    background: transparent url('../images/slider-left.png') center center no-repeat;
}
body.node-type-restaurante .bx-wrapper a.bx-prev:hover {
    background-position: center center;
}
body.node-type-restaurante .bx-wrapper .bx-viewport {
    box-shadow:none;
    margin-left:5px;
}
body.node-type-restaurante .field--name-body {
    margin-top:-20px;
    width:380px;
    text-align:justify;
    float:right;
}
body.node-type-restaurante .field--name-field-lista-opcion {
    float:left;
    width:350px;
    margin-top:-15px;
}
body.node-type-restaurante .field--name-field-lista-opcion .field--name-field-icono-imagen {
    display:inline-block;
    vertical-align:middle;
    margin-right:5px;
}
body.node-type-restaurante .field--name-field-lista-opcion .field--name-field-texto-link-opcion {
    display:inline-block;
    font-size:17px;
}
body.node-type-restaurante .field--name-field-lista-opcion .field--name-field-texto-link-opcion a {
    color:black;
}
body.node-type-restaurante .field--name-field-lista-opcion > .field__items > .field__item {
    margin-bottom:10px;
}
body.node-type-restaurante #mapGoogle {
    height:430px;
    width:750px;
}
body.node-type-galerias-texto .field--name-field-latitud, body.node-type-galerias-texto .field--name-field-longitud, body.node-type-galerias-texto .field--name-field-ruta,
body.node-type-galerias-texto .field--name-field-lista-opcion {
    display:none;
}
body.node-type-galerias-texto h1 {
    display:none;
}
body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items {
    margin-top:15px;
}
body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item {
    height:480px;
    width:285px;
    display:inline-block;
    overflow:hidden;
}
body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .boxGallery1 {
    margin-right:15px;
}
body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .boxGallery4 {
    margin-left:15px;
}
body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .boxGallery2 {
    margin-right:15px;
}
body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .boxGallery3 {
    margin-left:15px;
}
body.node-type-galerias-texto .field--name-field-opcion-galeria-texto .field-collection-view {
    padding: 0;
    margin: 0;
    border-bottom: 0px dotted transparent;
}
body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item > div {
    height:520px;
    margin-top:-20px;
}
body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.boxGallery1 {
    transform: skew(0deg, 4deg);
    overflow: hidden;
    margin-bottom:10px;
}
body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.boxGallery2 {
    transform: skew(0deg, 4deg);
    overflow: hidden;
    position:relative;
    top:22px;
    margin-bottom:10px;
}
body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.boxGallery3 {
    transform: skew(0deg, -4deg);
    overflow: hidden;
    position:relative;
    top:22px;
    margin-bottom:10px;
}
body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.boxGallery4 {
    transform: skew(0deg, -4deg);
    overflow: hidden;
    margin-bottom:10px;
}
body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.boxGallery1 > div {
    transform: skew(0deg, -4deg);
}
body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.boxGallery2 > div {
    transform: skew(0deg, -4deg);
}
body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.boxGallery3 > div {
    transform: skew(0deg, 4deg);
}
body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.boxGallery4 > div {
    transform: skew(0deg, 4deg);
}
body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.boxGallery1 .content {
    position:absolute;
    bottom:10px;
    background-color:rgba(0, 101, 152, 0.5);
    height:135px;
}
body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.boxGallery4 .content {
    position:absolute;
    bottom:10px;
    background-color:rgba(0, 101, 152, 0.5);
    height:135px;
}
body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.boxGallery2 .content {
    position:absolute;
    bottom:10px;
    background-color:rgba(0, 101, 152, 0.5);
    height:157px;
}
body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.boxGallery3 .content {
    position:absolute;
    bottom:10px;
    background-color:rgba(0, 101, 152, 0.5);
    height:157px;
}
body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item .content .field--name-field-titulo-galeria a {
    color:white;
    display:block;
    margin-top:15px;
    text-align:left;
    padding-left:20px;
    padding-right:20px;
    font-size:25px;
    font-weight:bold;
}
body.node-type-galerias-texto .field--name-body {
    color: #7FADAD;
    font-family: 'Alfa Slab One', cursive;
    letter-spacing: 1px;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 75px;
    font-size: 26px;
    padding: 5px;
    margin-top: 50px;
}
body.node-type-galerias-texto .field--name-body .field__item:before {
    /*content: '" ';*/
    content:'';
    display: inline !Important;
}
body.node-type-galerias-texto .field--name-body .field__item:after {
    /*content: ' "';*/
    content:'';
    display: inline !Important;
}
body.node-type-galerias-texto .field--name-field-opcion-galeria-texto {
    text-align: left;
}
body.node-type-galerias-texto .sliderGallery a.closeSlider {
    margin-top: 20px;
}
body.node-type-galerias-texto .sliderGallery .field--name-field-lista-opcion,
body.node-type-galerias-texto .sliderGallery .field--name-field-descripcion {
    display:block;
}
body.node-type-galerias-texto article .sliderContent {
    padding-top:120px;
    padding-bottom:50px;
    min-height: 510px;
}
body.node-type-galerias-texto .firstContent {
    display:inline-block;
    width:40%;
    vertical-align: top;
    padding-left:25px;
    padding-right:15px;
}
body.node-type-galerias-texto .lastContent {
    display:inline-block;
    width:59%;
    vertical-align: top;
    padding-left:15px;
    padding-right:15px;
    text-align:justify;
}
body.node-type-galerias-texto .sliderGallery {
    min-height: 610px;
}
body.node-type-galerias-texto #gMap {
    height:350px;
}
body.node-type-galerias-texto .sliderGallery .field--name-field-icono-imagen {
    display:inline-block;
    margin-right:10px;
    vertical-align:middle;
}
body.node-type-galerias-texto .sliderGallery .field--name-field-texto-link-opcion {
    display:inline-block;
    margin-right:5px;
}
body.node-type-galerias-texto .sliderGallery .field--name-field-texto-link-opcion a {
    color:black;
}
body.node-type-galerias-texto .sliderGallery .field--name-field-lista-opcion > .field__items > .field__item {
    margin-bottom:15px;
}
body.node-type-galerias-texto .sliderGallery .field--name-field-lista-opcion {
    padding-left:50px;
    padding-right:10px;
    padding-bottom:20px;
}
#pronostico .separator {
    height:10px;
    background-color:white;
    position:relative;
    left:-25px;
    width:104.5%;
    top:-25px;
}
#pronostico .separator:last-child {
    display:none;
}
body.node-type-clima .tmpMin {
    position:absolute;
    width:70px;
    text-align:right;
    margin-top:-100px;
    margin-left:130px;
    font-size:14px;
    color:#006598;
}
body.node-type-clima .tmpMax {
    position:absolute;
    width:70px;
    text-align:right;
    margin-top:-70px;
    margin-left:130px;
    font-size:14px;
    color: rgba(200, 0, 0, 1);
}
.mapToolTip {
    padding:10px;
    margin:10px 5px;
    box-shadow:inset 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
    border-radius:2px;
}
.mapToolTip h3 {
    font-size:14px;
    text-transform:uppercase;
    color:#006598;
}
body.node-type-aparcamientos #gMap {
    float: left;
    -webkit-transition: height 0.5s ease;
    -moz-transition: height 0.5s ease;
    -ms-transition: height 0.5s ease;
    -o-transition: height 0.5s ease;
    transition: height 0.5s ease;
}
body.node-type-aparcamientos .field--name-body {
    cursor:pointer;
}
body.node-type-aparcamientos .field--name-field-direccion-aparcamiento {
    margin-bottom:6px;
}
body.node-type-aparcamientos .field--name-field-telefono-aparcamiento {
    margin-bottom:6px;
}
body.node-type-aparcamientos .field--name-field-abierto-24-horas {
    margin-bottom:6px;
}
body.node-type-aparcamientos .field--name-field-link-google-map a {
    display:block;
    background:transparent url('../images/mini-map.png') 0 center no-repeat;
    line-height:24px;
    height:24px;
    padding-left:35px;
}
article .sliderContent {
    color: #333;
}
article .sliderContent p {
    margin-bottom:15px;
}
article ul.node__links {
    display:none;
}
h1 {
    font-family: 'Alfa Slab One', cursive;
    color:#7FADAD;
}
body.node-type-page .l-main {
    text-align:left;
    padding-left:25px;
    padding-right:25px;
}
body.node-type-page h1 {
    margin-top:50px;
    margin-bottom:30px;
    text-align:left;
    font-size:40px;
    text-transform:uppercase;
}
body.page-agenda-eventos .views-exposed-form-agenda-de-eventos-page {
    display:none;
}
body.page-agenda-eventos h1 {
    display:none;
}
body.page-agenda-eventos #finderWs {
    text-align:center;
}
body.page-agenda-eventos .view-agenda-de-eventos {
    margin-top:50px;
}
body.page-agenda-eventos .l-main {
    text-align:left;
}
body.page-agenda-eventos .views-field-field-galeria-eventos {
    float:left;
}
body.page-agenda-eventos .view-agenda-de-eventos .view-content .views-row {
    clear:both;
    margin-bottom:40px;
}
body.page-agenda-eventos .view-agenda-de-eventos .view-content .views-row:before,
body.page-agenda-eventos .view-agenda-de-eventos .view-content .views-row:after {
    content:'';
    display:block;
    clear:both;
}
body.page-agenda-eventos .views-field-field-galeria-eventos {
    transform:skew(0deg, 4deg);
    overflow:hidden;
    height:410px;
}
body.page-agenda-eventos .views-field-field-galeria-eventos .field-content {
    transform:skew(0deg, -4deg);
    overflow:visible;
}
body.page-agenda-eventos .views-field-field-galeria-eventos .field-content img {
    position:relative;
    top:-15px;
}
body.page-agenda-eventos .views-field-field-galeria-eventos {
    margin-right:55px;
}
body.page-agenda-eventos .views-field-field-estrellas {
    padding-top:25px;
    text-indent:-99999px;
    margin-bottom:15px;
}
body.page-agenda-eventos .views-field-title {
    margin-bottom:20px;
    text-transform:uppercase;
    font-weight:100;
}
body.page-agenda-eventos .views-field-title a {
    font-size: 26px !Important;
    font-weight: bold;
    vertical-align: middle;
    color:black;
}
body.page-agenda-eventos .l-main .views-field-field-lista-opcion {
    margin-top:20px;
}
body.page-agenda-eventos .l-main .views-field-field-lista-opcion .field--name-field-icono-imagen {
    display:inline-block;
    vertical-align:middle;
    margin-right:10px;
}
body.page-agenda-eventos .l-main .views-field-field-lista-opcion .field--name-field-texto-link-opcion {
    display:inline-block;
}
body.page-agenda-eventos .l-main .views-field-field-lista-opcion .entity-field-collection-item {
    margin-bottom:10px;
}
body.page-agenda-eventos .l-main .views-field-field-lista-opcion .field--name-field-texto-link-opcion a {
    color:black;
}
body.page-agenda-eventos .views-field-field-tipo-evento {
    color:#7FADAD;
    padding-top:15px;
    font-size:24px;
    font-weight:100;
    font-family: 'Alfa Slab One', cursive;
    letter-spacing:1px;
    margin-bottom:15px;
}
body.page-agenda-eventos .views-field-field-desde {
    display:inline-block;
    background:transparent url('../images/cal.png') 0 center no-repeat;
    padding-left:30px;
}
body.page-agenda-eventos .views-field-field-hasta {
    display:inline-block;
    background:transparent url('../images/cal.png') 7px center no-repeat;
    padding-left:20px;
    margin-left:20px;
}
body.page-agenda-eventos .views-field-field-hasta .field-content:before {
    content: '↔';
    position:relative;
    left:-35px;
    font-size:16px;
}
body.page-agenda-eventos ul.pager {
    list-style:none;
    margin-top:80px;
}
body.page-agenda-eventos ul.pager li {
    display:inline-block;
    margin-left:5px;
    margin-right:5px;
}
body.node-type-agenda .l-main {
    text-align:left;
    padding-left:25px;
    padding-right:25px;
}
body.node-type-agenda h1 {
    margin-top:50px;
    margin-bottom:10px;
    text-transform:uppercase;
    letter-spacing:1px;
    font-size:45px;
}
body.node-type-agenda .l-main article.node--agenda {
    display:inline-block;
    width:66%;
}
body.node-type-agenda .l-main .l-content > .block--nodeblock {
    display:inline-block;
    width:33%;
    vertical-align:top;
    padding-top:25px;
    padding-left:80px;
}
body.node-type-agenda .l-main .field-collection-view {
    padding: 0;
    margin: 0;
    border-bottom: 0px dotted #D3D7D9;
}
body.node-type-agenda .bx-pager {
    display:none;
}
body.node-type-agenda .bx-controls a.bx-next {
    width:17px;
    height:29px;
    background: transparent url('../images/slider-right.png') center center no-repeat;
}
body.node-type-agenda .bx-wrapper a.bx-next:hover {
    background-position: center center;
}
body.node-type-agenda .bx-controls a.bx-prev {
    width:17px;
    height:29px;
    background: transparent url('../images/slider-left.png') center center no-repeat;
}
body.node-type-agenda .bx-wrapper a.bx-prev:hover {
    background-position: center center;
}
body.node-type-agenda .bx-wrapper .bx-viewport {
    box-shadow:none;
    margin-left:5px;
}
body.node-type-agenda .field--name-body {
    margin-top:-20px;
    width:380px;
    text-align:justify;
    float:right;
}
body.node-type-agenda .field--name-field-lista-opcion {
    float:left;
    width:350px;
    margin-top:-15px;
}
body.node-type-agenda .field--name-field-lista-opcion .field--name-field-icono-imagen {
    display:inline-block;
    vertical-align:middle;
    margin-right:5px;
}
body.node-type-agenda .field--name-field-lista-opcion .field--name-field-texto-link-opcion {
    display:inline-block;
    font-size:17px;
}
body.node-type-agenda .field--name-field-lista-opcion .field--name-field-texto-link-opcion a {
    color:black;
}
body.node-type-agenda .field--name-field-lista-opcion > .field__items > .field__item {
    margin-bottom:10px;
}
body.node-type-agenda .field--name-field-desde {
    display:inline-block;
    background:transparent url('../images/cal.png') 0 center no-repeat;
    padding-left:30px;
}
body.node-type-agenda .field--name-field-hasta {
    display:inline-block;
    background:transparent url('../images/cal.png') 7px center no-repeat;
    padding-left:20px;
    margin-left:20px;
}
body.node-type-agenda .field--name-field-hasta .field__item:before {
    content: '↔';
    position:relative;
    left:-35px;
    font-size:16px;
}
body.node-type-agenda .l-main .block--nodeblock h2 {
    display:none;
}
body.node-type-agenda .field--name-field-tipo-evento {
    margin-top:25px;
    margin-bottom:50px;
    padding-top:10px;
    padding-bottom:10px;
    border-top:2px solid #7FADAD;
    border-bottom:2px solid #7FADAD;
    padding-left:15px;
    padding-right:15px;
    color:#444;
    font-size:14px;
    text-align:center;
    text-transform:uppercase;
}
body.node-type-agenda .field--name-field-desde, body.node-type-agenda .field--name-field-hasta {
    position:relative;
    top:-40px;
}
.firstBox .txtWeather {
    color:#006598;
}
body.node-type-ruta-gastronimica .field--name-field-foto-principal {
    display:inline-block;
    width:40%;
    vertical-align:top;
}
body.node-type-ruta-gastronimica .grupo-text {
    display:inline-block;
    width:55%;
    vertical-align:top;
    padding-left:15px;
}
body.node-type-ruta-gastronimica .field--name-field-documentos-pdf img {
    display:none;
}
body.node-type-ruta-gastronimica .field--name-field-documentos-pdf {
    display:inline-block;
    float:left;
}
body.node-type-ruta-gastronimica .field--name-field-descripcion-documento {
    display:inline-block;
    margin-left:10px;
}
body.node-type-ruta-gastronimica .group-pdf {
    text-align:left;
    margin-top:15px;
    margin-bottom:15px;
}
body.node-type-ruta-gastronimica .field--name-field-documentos-pdf a {
    display:block;
    text-indent:-99999px;
    width:25px;
    height:25px;
    background:transparent url('../images/pin2.png') left center no-repeat;
    background-size:cover;
}
body.node-type-ruta-gastronimica .field--name-field-latitud,
body.node-type-ruta-gastronimica .field--name-field-longitud {
    display:none;
}
.grupo-text .googleMap {
    height:250px;
    margin-top:25px;
}
body.node-type-ruta-gastronimica .field--name-field-accesos-links {
    width:80%;
    border-top: 2px solid #80AEAE;
    border-bottom: 2px solid #80AEAE;
    margin:0 auto;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:5px;
    padding-right:5px;
    margin-top:50px;
}
body.node-type-ruta-gastronimica .field--name-field-accesos-links .field__item {
    display:inline-block;
    margin-left:5px;
    margin-right:5px;
    padding:5px 20px;
    border-radius:4px;
    box-shadow:inset 0px 0px 10px 1px rgba(0, 0, 0, 0.07);
    text-transform:uppercase;
    font-size:14px;
}
body.node-type-ruta-gastronimica .field--name-field-accesos-links .field__item a {
    color:#666;
}
a.shareRedTwitter:hover, a.shareRedFacebook:hover, a.shareRedYoutube:hover {
    opacity:1;
}
@media all and (max-width:1199px) {
    .field--name-field-front-box-aux .box2Front1,
    .field--name-field-front-box-aux .box2Front2,
    .field--name-field-front-box-aux .box2Front3,
    .field--name-field-front-box-aux .box2Front4 {
        transform: skew(0deg,0deg) translate(0px,0px);
        overflow: hidden;
        display:block;
        width:45% !Important;
        margin-top:0px;
        margin-bottom:25px;
        margin-left:15px;
        margin-right:15px;
    }
    .field--name-field-front-box-aux .box2Front1 > .field-collection-view,
    .field--name-field-front-box-aux .box2Front2 > .field-collection-view,
    .field--name-field-front-box-aux .box2Front3 > .field-collection-view,
    .field--name-field-front-box-aux .box2Front4 > .field-collection-view {
        transform: skew(0deg,0deg) translate(0px,0px);
    }
    .field--name-field-front-box-aux {
        margin-bottom:50px;
    }
    .box2Front .content {
        height:170px;
    }
}
@media all and (max-width:650px) {
    .field--name-field-front-box-aux .box2Front1,
    .field--name-field-front-box-aux .box2Front2,
    .field--name-field-front-box-aux .box2Front3,
    .field--name-field-front-box-aux .box2Front4 {
        width:100% !Important;
        margin-left:0px;
        margin-right:0px;
    }
}
@media all and (max-width:1140px) {
    body.node-type-historia .field--name-field-foto-cabecera {
        display:none;
    }
    body.node-type-historia h1 {
        width:100%;
        max-width:100%;
        position:initial;
        margin-bottom:40px;
    }
    body.node-type-historia .field--name-body {
        position: initial;
        padding-top: 0px;
    }
}
@media all and (max-width:1120px) {
    body.node-type-historia .l-main .node__content > .field-collection-container:nth-child(4) {
        width: 100%;
        padding-left: 0px;
        vertical-align: top;
        margin-top: 50px;
    }
    body.node-type-historia .l-main .node__content > .field-collection-container:nth-child(3) {
        width: 100%;
        padding-right: 0px;
        vertical-align: top;
        margin-top: 50px;
        display:block !Important;
    }
    body.node-type-historia .field--name-field-imagen-seccion .bx-next {
        margin-right: 20px;
    }
}
@media all and (max-width:900px) {
    body.node-type-historia .field--name-field-imagen-seccion .titleImage {
        position: relative !Important;
        margin-top: 30px;
        width: 100%;
        margin-left: 0px;
        max-height: 100%;
        overflow: visible;
        border:1px solid transparent !Important;
        padding:0;
        padding-left:40px;
        padding-right:40px;
    }
    body.node-type-historia .bx-viewport {
        overflow: visible !Important;
        height:auto;
    }
}
@media all and (max-width:600px) {
    body.node-type-historia .bx-viewport .field__item {
        margin-left:-15px;
    }
    body.node-type-historia .field--name-field-imagen-seccion .bx-prev {
        margin-left: -5px;
    }
    .bx-wrapper .bx-controls-direction a {
        position: absolute;
        top: 50%;
        margin-top: -16px;
        outline: 0;
        width: 32px;
        height: 32px;
        text-indent: -9999px;
        z-index: 10 !Important;
        right:-20px;
    }
}
body.node-type-oficinas-turismo .field-collection-item-field-bloque-oficina > .content > .field-collection-container {
    max-width:45%;
}
@media all and (max-width:1170px) {
    body.node-type-oficinas-turismo .l-main .node__content > .field-collection-container:nth-child(2) {
        width: 100%;
        padding-right: 0px;
        display:block;
    }
    body.node-type-oficinas-turismo .l-main .node__content > .field-collection-container:nth-child(3) {
        width: 100%;
        padding-left: 0px;
        display:block;
    }
    body.node-type-oficinas-turismo .l-content {
        background-image:none;
    }
}
@media all and (max-width:800px) {
    body.node-type-oficinas-turismo .field--name-field-imagen-oficina {
        float: none;
        margin-left: auto;
        margin:0 auto;
        text-align:center;
        margin-bottom:35px;
    }
    body.node-type-oficinas-turismo .field-collection-item-field-bloque-oficina > .content > .field-collection-container {
        max-width:100%;
    }
    body.node-type-oficinas-turismo .l-main .field--name-field-lista-opcion {
        float: none;
        margin-top: 30px;
        max-width: 100%;
    }
}
.l-main .l-content > article div:not(.contentGal) img {
    max-width:100%;
    height:auto;
}
@media all and (max-width:1199px) {
    body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item.boxGallery1 {
        transform: skew(0deg,0deg);
        margin-bottom: 0px;
    }
    body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item.boxGallery2 {
        transform: skew(0deg,0deg);
        overflow: hidden;
        position: relative;
        top: 0px;
        margin-bottom: 0px;
    }
    body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item.boxGallery3 {
        transform: skew(0deg,0deg);
        overflow: hidden;
        position: relative;
        top: 0px;
        margin-bottom: 0px;
    }
    body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item.boxGallery4 {
        transform: skew(0deg,0deg);
        overflow: hidden;
        margin-bottom: 0px;
    }
    body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .boxGallery1,
    body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .boxGallery2,
    body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .boxGallery3,
    body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .boxGallery4 {
        margin-right: 5px;
        margin-left: 5px;
        float:none;
        left:0;
        right:0;
    }
    body.node-type-galerias .field--name-field-opcion-galeria > .field__items {
        margin: 0 auto;
        text-align:center;
    }
    body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item.boxGallery1 > div,
    body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item.boxGallery2 > div,
    body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item.boxGallery3 > div,
    body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item.boxGallery4 > div {
        transform: skew(0deg,0deg);
    }
    body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item.boxGallery1 .content,
    body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item.boxGallery2 .content,
    body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item.boxGallery3 .content,
    body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item.boxGallery4 .content {
        bottom: 0px;
        height: 180px;
    }
    body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item {
        width: 22%;
    }
}
@media all and (max-width:900px) {
    body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item {
        width: 45%;
    }
}
@media all and (max-width:560px) {
    body.node-type-galerias .field--name-field-opcion-galeria > .field__items > .field__item {
        width: 95%;
    }
}
@media all and (max-width:1195px) {
    body.node-type-galerias .sliderGallery {
        border-left: 2px solid transparent;
        border-right: 2px solid transparent;
    }
    body.node-type-galerias .sliderGallery .solapTop1, body.node-type-galerias .sliderGallery .solapTop2 {
        display:none;
    }
    body.node-type-galerias .solapBottom1, body.node-type-galerias .solapBottom2 {
        display:none;
    }
    body.node-type-galerias .sliderGallery .bx-next {
        margin-right: 5px;
    }
    body.node-type-galerias .sliderGallery a.download {
        right: auto;
        left:65px;
        bottom: 45px;
        color: #FFF;
    }
    body.node-type-galerias .sliderGallery .social {
        position: absolute;
        z-index: 10;
        right: auto;
        left:150px;
        bottom: 45px;
        overflow: hidden;
    }
    body.node-type-galerias .sliderGallery .social span {
        color: #FFF;
        font-size: 10px;
        height: 15px;
        position:relative;
        top:-2px;
    }
    body.node-type-galerias .sliderGallery .descript {
        width: 15%;
    }
}
@media all and (max-width:1005px) {
    body.node-type-galerias .sliderGallery .descript {
        display:none;
    }
}
@media all and (max-width:850px) {
    body.node-type-galerias .galleryScroll img {
        margin-left:-25px;
    }
    body.node-type-galerias .bx-wrapper .bx-controls-direction a.bx-prev {
        margin-left:-5px;
    }
    body.node-type-galerias .bx-wrapper .bx-controls-direction a.bx-next {
        margin-right:-5px;
    }
    body.node-type-galerias .sliderGallery a.closeSlider {
        margin-top: 35px;
    }
}
body.node-type-galerias .l-main .l-content iframe {
    max-width:100%;
}
@media all and (max-width:1210px) {
    body.page-dormir .views-field-body {
        padding-right:15px;
    }
    body.page-dormir .views-field-title {
        line-height:55px;
    }
}
@media all and (max-width:850px) {
    body.page-dormir .views-field-field-galeria-images {
        margin-right: 0px;
    }
    body.page-dormir .views-field-field-galeria-images {
        transform: skew(0deg,0deg);
        float:none;
    }
    body.page-dormir .views-field-field-galeria-images .field-content {
        transform: skew(0deg,0deg);
        text-align:center;
    }
    body.page-dormir .views-field-body {
        padding-right:0px;
    }
    body.page-dormir .l-main .view-dormir {
        padding-left:25px;
        padding-right:25px;
    }
    body.page-dormir .views-field-field-estrellas .stars-5,
    body.page-dormir .views-field-field-estrellas .stars-4,
    body.page-dormir .views-field-field-estrellas .stars-3,
    body.page-dormir .views-field-field-estrellas .stars-2,
    body.page-dormir .views-field-field-estrellas .stars-1 {
        margin-left: 0px;
    }
    body.page-dormir .l-main .views-field-body {
        max-height: 100%;
    }
    body.page-dormir .views-field-field-caracteristicas-dormir ul {
        line-height:42px;
        display:block;
        width:100%;
    }
    body.page-dormir .views-field-field-caracteristicas-dormir {
        display:block;
        width:100%;
        margin-top:15px;
        margin-left:-10px;
    }
    body.page-dormir #checks {
        display: block;
        width: 100%;
    }
    body.page-dormir #stars {
        display: block;
        width: 100%;
        vertical-align: bottom;
        text-align: left;
        margin-top:20px;
        margin-bottom:20px;
    }
}
body.page-dormir .view-dormir .views-field-field-lista-opcion .field--name-field-icono-imagen {
    float:left;
    display:block;
}
body.page-dormir .view-dormir .views-field-field-lista-opcion .field--name-field-texto-link-opcion {
    display:block;
    padding-left:28px;
}
body.node-type-dormir article .field--name-field-lista-opcion .field--name-field-icono-imagen {
    float:left;
    display:block;
}
body.node-type-dormir article .field--name-field-lista-opcion .field--name-field-texto-link-opcion {
    display:block;
    padding-left:28px;
}
body.node-type-dormir article .field--name-field-lista-opcion .field--name-field-icono-imagen {
    float:left;
    display:block;
}
body.node-type-dormir article .field--name-field-lista-opcion .field--name-field-texto-link-opcion {
    display:block;
    padding-left:28px;
}
body.node-type-dormir .bx-viewport .field__item {
    overflow:hidden;
}
body.node-type-dormir .bx-viewport .field__item > img {
    min-height:430px;
    min-width:750px;
}
@media all and (max-width:1170px) {
    body.node-type-dormir .field--name-body {
        margin-top: -20px;
        width: 100%;
        text-align: justify;
        float: none;
    }
    body.node-type-dormir .field--name-field-lista-opcion {
        float: none;
        width: 100%;
        margin-top: 25px;
    }
}
@media all and (max-width:1070px) {
    body.node-type-dormir .l-main article.node--dormir {
        display: inline-block;
        width: 64%;
    }
    body.node-type-dormir .l-main .l-content > .block--nodeblock {
        display: inline-block;
        width: 34%;
        padding-left:40px
    }
}
@media all and (max-width:750px) {
    body.node-type-dormir .l-main article.node--dormir {
        display: block;
        width: 100%;
    }
    body.node-type-dormir .l-main .l-content > .block--nodeblock {
        display: block;
        width: 100%;
        padding-left:0px
    }
}
@media all and (max-width:1030px) {
    body.node-type-ruta-gastronimica .field--name-field-foto-principal {
        display: block;
        width: 100%;
        margin-bottom:15px;
    }
    body.node-type-ruta-gastronimica .grupo-text {
        display: block;
        width: 100%;
        padding-left: 0px;
    }
}
body.node-type-ruta-gastronimica .field--name-field-accesos-links .field__item {
    margin-top:5px;
    margin-bottom:5px;
}
@media all and (max-width:1210px) {
    body.page-listado-restaurantes .views-field-body {
        padding-right:15px;
    }
    body.page-listado-restaurantes .views-field-title {
        line-height:55px;
    }
}
@media all and (max-width:850px) {
    body.page-listado-restaurantes .views-field-field-galeria-images {
        margin-right: 0px;
    }
    body.page-listado-restaurantes .views-field-field-galeria-images {
        transform: skew(0deg,0deg);
        float:none;
    }
    body.page-listado-restaurantes .views-field-field-galeria-images .field-content {
        transform: skew(0deg,0deg);
        text-align:center;
    }
    body.page-listado-restaurantes .views-field-body {
        padding-right:0px;
    }
    body.page-listado-restaurantes .l-main .view-restaurants {
        padding-left:25px;
        padding-right:25px;
    }
    body.page-listado-restaurantes .views-field-field-estrellas .stars-5,
    body.page-listado-restaurantes .views-field-field-estrellas .stars-4,
    body.page-listado-restaurantes .views-field-field-estrellas .stars-3,
    body.page-listado-restaurantes .views-field-field-estrellas .stars-2,
    body.page-listado-restaurantes .views-field-field-estrellas .stars-1 {
        margin-left: 0px;
    }
    body.page-listado-restaurantes .l-main .views-field-body {
        max-height: 100%;
    }
    body.page-listado-restaurantes .views-field-field-caracteristicas-restaurant ul {
        line-height:42px;
        display:block;
        width:100%;
    }
    body.page-listado-restaurantes .views-field-field-caracteristicas-restaurant {
        display:block;
        width:100%;
        margin-top:15px;
        margin-left:-10px;
    }
    body.page-listado-restaurantes #checks {
        display: block;
        width: 100%;
    }
    body.page-listado-restaurantes #stars {
        display: block;
        width: 100%;
        vertical-align: bottom;
        text-align: left;
        margin-top:20px;
        margin-bottom:20px;
    }
}
body.page-listado-restaurantes .view-restaurants .views-field-field-lista-opcion .field--name-field-icono-imagen {
    float:left;
    display:block;
}
body.page-listado-restaurantes .view-restaurants .views-field-field-lista-opcion .field--name-field-texto-link-opcion {
    display:block;
    padding-left:28px;
}
body.node-type-restaurante article .field--name-field-lista-opcion .field--name-field-icono-imagen {
    float:left;
    display:block;
}
body.node-type-restaurante article .field--name-field-lista-opcion .field--name-field-texto-link-opcion {
    display:block;
    padding-left:28px;
}
body.node-type-restaurante article .field--name-field-lista-opcion .field--name-field-icono-imagen {
    float:left;
    display:block;
}
body.node-type-restaurante article .field--name-field-lista-opcion .field--name-field-texto-link-opcion {
    display:block;
    padding-left:28px;
}
body.node-type-restaurante .bx-viewport .field__item {
    overflow:hidden;
}
body.node-type-restaurante .bx-viewport .field__item > img {
    min-height:430px;
    min-width:750px;
}
@media all and (max-width:1170px) {
    body.node-type-restaurante .field--name-body {
        margin-top: -20px;
        width: 100%;
        text-align: justify;
        float: none;
    }
    body.node-type-restaurante .field--name-field-lista-opcion {
        float: none;
        width: 100%;
        margin-top: 25px;
    }
}
@media all and (max-width:1070px) {
    body.node-type-restaurante .l-main article.node--restaurante {
        display: inline-block;
        width: 64%;
    }
    body.node-type-restaurante .l-main .l-content > .block--nodeblock {
        display: inline-block;
        width: 34%;
        padding-left:40px
    }
}
@media all and (max-width:750px) {
    body.node-type-restaurante .l-main article.node--restaurante {
        display: block;
        width: 100%;
    }
    body.node-type-restaurante .l-main .l-content > .block--nodeblock {
        display: block;
        width: 100%;
        padding-left:0px
    }
}
@media all and (max-width:550px) {
    body.node-type-restaurante h1, body.node-type-dormir h1 {
        font-size:28px;
    }
}
body.page-agenda-eventos .view-agenda-de-eventos .field-collection-item-field-lista-opcion .field--name-field-icono-imagen {
    float:left;
    display:block;
}
body.page-agenda-eventos .view-agenda-de-eventos .field-collection-item-field-lista-opcion .field--name-field-texto-link-opcion {
    display:block;
    padding-left:28px;
}
@media all and (max-width:1210px) {
    body.page-agenda-eventos .views-field-body {
        padding-right:15px;
    }
    body.page-agenda-eventos .views-field-title {
        line-height:55px;
    }
}
@media all and (max-width:850px) {
    body.page-agenda-eventos .views-field-field-galeria-eventos {
        margin-right: 0px;
    }
    body.page-agenda-eventos .views-field-field-galeria-eventos {
        transform: skew(0deg,0deg);
        float:none;
    }
    body.page-agenda-eventos .views-field-field-galeria-eventos .field-content {
        transform: skew(0deg,0deg);
        text-align:center;
    }
    body.page-agenda-eventos .views-field-body {
        padding-right:0px;
    }
    body.page-agenda-eventos .l-main .view-agenda-de-eventos {
        padding-left:25px;
        padding-right:25px;
    }
    body.page-agenda-eventos .l-main .views-field-body {
        max-height: 100%;
    }
}
@media all and (max-width:550px) {
    body.page-agenda-eventos .views-field-field-hasta {
        display: block;
        padding-left: 36px;
        margin-left: -6px;
        margin-top:12px;
    }
    body.page-agenda-eventos .views-field-field-hasta .field-content::before {
        content: '';
        position: relative;
        left: 0px;
        font-size: 0px;
    }
    body.page-agenda-eventos .l-main .views-field-body {
        text-align:justify;
    }
}
body.node-type-agenda article .field--name-field-lista-opcion .field--name-field-icono-imagen {
    float:left;
    display:block;
}
body.node-type-agenda article .field--name-field-lista-opcion .field--name-field-texto-link-opcion {
    display:block;
    padding-left:28px;
}
body.node-type-agenda .bx-viewport .field__item {
    overflow:hidden;
}
body.node-type-agenda .bx-viewport .field__item > img {
    min-height:430px;
    min-width:750px;
}
@media all and (max-width:1170px) {
    body.node-type-agenda .field--name-body {
        margin-top: -20px;
        width: 100%;
        text-align: justify;
        float: none;
    }
    body.node-type-agenda .field--name-field-lista-opcion {
        float: none;
        width: 100%;
        margin-top: 25px;
    }
}
@media all and (max-width:1070px) {
    body.node-type-agenda .l-main article.node--agenda {
        display: inline-block;
        width: 64%;
    }
    body.node-type-agenda .l-main .l-content > .block--nodeblock {
        display: inline-block;
        width: 34%;
        padding-left:40px
    }
}
@media all and (max-width:750px) {
    body.node-type-agenda .l-main article.node--agenda {
        display: block;
        width: 100%;
    }
    body.node-type-agenda .l-main .l-content > .block--nodeblock {
        display: block;
        width: 100%;
        padding-left:0px
    }
}
@media all and (max-width:550px) {
    body.node-type-agenda h1 {
        font-size:28px;
    }
}
@media all and (max-width:500px) {
    body.node-type-agenda .field--name-field-hasta {
        display: block;
        padding-left: 36px;
        margin-left: -6px;
        margin-top:12px;
    }
    body.node-type-agenda .field--name-field-hasta .field__item::before {
        content: '';
        position: relative;
        left: 0px;
        font-size: 0px;
    }
}
@media all and (max-width:1340px) {
    body.not-front.page-agenda-eventos .AccessBox .field--name-field-secciones > .field__items > .field__item.even .field--name-field-icono {
        display: none;
    }
    body.not-front.page-agenda-eventos .AccessBox .field--name-field-secciones > .field__items > .field__item.odd .field--name-field-icono {
        display: none;
    }
}
body.node-type-galerias-texto article .field--name-field-lista-opcion .field--name-field-icono-imagen {
    float:left;
    display:block;
}
body.node-type-galerias-texto article .field--name-field-lista-opcion .field--name-field-texto-link-opcion {
    display:block;
    padding-left:28px;
}
body.node-type-galerias-texto .boxGallery > div {
    background-size:cover !Important;
}
@media all and (max-width:1199px) {
    body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.boxGallery1 {
        transform: skew(0deg,0deg);
        margin-bottom: 0px;
    }
    body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.boxGallery2 {
        transform: skew(0deg,0deg);
        top: 0px;
        margin-bottom: 0px;
    }
    body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.boxGallery3 {
        transform: skew(0deg,0deg);
        top: 0px;
        margin-bottom: 0px;
    }
    body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.boxGallery4 {
        transform: skew(0deg,0deg);
        overflow: hidden;
        margin-bottom: 0px;
    }
    body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.boxGallery1,
    body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.boxGallery2,
    body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.boxGallery3,
    body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.boxGallery4 {
        margin-left:5px;
        margin-right:5px;
        width:23%;
    }
    body.node-type-galerias-texto .field--name-field-opcion-galeria-texto {
        text-align:center;
    }
    body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.boxGallery1 > div,
    body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.boxGallery2 > div,
    body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.boxGallery3 > div,
    body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.boxGallery4 > div {
        transform: skew(0deg,0deg);
    }
    body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.boxGallery1 .content,
    body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.boxGallery2 .content,
    body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.boxGallery3 .content,
    body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.boxGallery4 .content {
        bottom: 0px;
        height: 190px;
    }
}
@media all and (max-width:940px) {
    body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.boxGallery1,
    body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.boxGallery2,
    body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.boxGallery3,
    body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.boxGallery4 {
        width:47%;
    }
}
@media all and (max-width:600px) {
    body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.boxGallery1,
    body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.boxGallery2,
    body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.boxGallery3,
    body.node-type-galerias-texto .field--name-field-opcion-galeria-texto > .field__items > .field__item.boxGallery4 {
        width:97%;
    }
}
@media all and (max-width:1199px) {
    body.node-type-galerias-texto .solapTop1,
    body.node-type-galerias-texto .solapTop2,
    body.node-type-galerias-texto .solapBottom1,
    body.node-type-galerias-texto .solapBottom2 {
        display:none;
    }
    body.node-type-galerias-texto .sliderGallery {
        border-left: 0px solid #006598;
        border-right: 0px solid #006598;
    }
}
@media all and (max-width:900px) {
    body.node-type-galerias-texto .firstContent {
        display: block;
        width: 100%;
        vertical-align: top;
        padding-left: 10px;
        padding-right: 10px;
    }
    body.node-type-galerias-texto .lastContent {
        display: block;
        width: 100%;
        vertical-align: top;
        padding-left: 10px;
        padding-right: 10px;
    }
    body.node-type-galerias-texto .sliderGallery .field--name-field-lista-opcion {
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 20px;
    }
}
body.node-type-contacto article .field--name-field-lista-opcion .field--name-field-icono-imagen {
    float:left;
    display:block;
}
body.node-type-contacto article .field--name-field-lista-opcion .field--name-field-texto-link-opcion {
    display:block;
    padding-left:28px;
}
@media all and (max-width:1100px) {
    body.node-type-descarga-pdf .l-main .node__content > .field-collection-container:nth-child(3) {
        width: 100%;
        padding-left: 25px;
        padding-right:25px;
    }
    body.node-type-descarga-pdf .l-main .node__content > .field-collection-container:nth-child(4) {
        display: block;
        margin-left:25px;
        margin-right:25px;
    }
    body.node-type-descarga-pdf .field--name-field-titulo-pdf {
        height: 50px;
        max-height: 50px;
        overflow: hidden;
    }
    body.node-type-descarga-pdf .field--name-field-documento-pdf .field__item {
        margin-top: 20px;
    }
    body.node-type-descarga-pdf .field--name-field-enlace-mapa .field__item {
        margin-top: 20px;
    }
}
@media all and (max-width:700px) {
    body.node-type-descarga-pdf .field--name-field-captura {
        float: none;
        margin-right: auto;
        text-align:center;
        margin-bottom:25px;
    }
    body.node-type-descarga-pdf .field--name-field-bloque-pdf > .field__items > .field__item {
        padding-left: 0px;
    }
    body.node-type-descarga-pdf .field--name-field-titulo-pdf {
        height: 100%;
        max-height: 100%;
        overflow: visible;
    }
    body.node-type-descarga-pdf .field--name-field-descripcion-pdf {
        margin-top: 15px;
        height: 100%;
        overflow: visible;
    }
    body.node-type-descarga-pdf .field--name-field-documento-pdf .field__item {
        position: relative;
        margin-left: 0px;
        margin-top: 48px;
    }
    body.node-type-descarga-pdf .field--name-field-enlace-mapa .field__item {
        position: absolute;
        margin-left: 100px;
        margin-top: -55px;
    }
    body.node-type-descarga-pdf .field--name-body {
        margin: 0 auto;
        margin-top: 25px;
        margin-bottom:45px;
        color: #7fadad;
        font-size: 24px;
        text-align:center;
        padding-left:10px;
        padding-right:10px;
    }
}
body.node-type-como-llegar article .field--name-field-icono-imagen {
    float:left;
    display:block;
}
body.node-type-como-llegar article .field--name-field-texto-link-opcion {
    display:block;
}
@media all and (max-width:800px) {
    body.node-type-galerias .galleryScroll img {
        height:100%;
        width:auto;
    }
}
@media all and (max-width:790px) {
    body.node-type-galerias .field--name-field-opcion-galeria .sliderGallery {
        background-color: #7fadad;
    }
}
@media all and (max-width:1190px) {
    body.node-type-clima .tmpMax {
        text-align: left;
        margin-top: -125px;
        margin-left: 0px;
    }
    body.node-type-clima .tmpMin {
        text-align: left;
        margin-top: -105px;
        margin-left: 0px;
    }
}
.bx-wrapper .bx-controls-direction a {
    z-index: 10 !Important;
}
#shareRed {
    display:block;
    position: absolute;
    top:8px;
}
a.shareRedTwitter, a.shareRedFacebook, a.shareRedYoutube {
    display: inline-block !important;
    margin-top: 0px;
    opacity: 1;
    font-size: 12px;
    text-transform: uppercase;
    text-indent: -999999px;
    overflow:hidden;
    text-align:left;
}
a.shareRedTwitter {
    width:25px;
    height:25px;
    background:transparent url('../images/twitter3.png') 0 0 no-repeat;
    background-size:cover;
    display: inline-block !important;
    margin-left:10px;
}
a.shareRedFacebook {
    width:25px;
    height:25px;
    background:transparent url('../images/facebook3.png') 0 0 no-repeat;
    background-size:cover;
    display: inline-block !important;
    margin-left:10px;
}
a.shareRedYoutube {
    width:25px;
    height:25px;
    background:transparent url('../images/youtube3.png') 0 0 no-repeat;
    background-size:cover;
    display: inline-block !important;
    margin-left:10px;
}
@media all and (max-width:1199px) {
    #block-locale-language-content {
        margin-left:110px;
    }
    #block-search-form {
        margin-left:110px;
    }
}
@media all and (max-width:400px) {
    #block-search-form input[type="search"] {
        width: 90px;
    }
}
footer .field--name-field-red-social img {
    width:42px !Important;
    height:42px !Important;
}
a.feed-icon {
    display:none;
}
.views-slideshow-cycle-main-frame-row-item {
    position:relative;
}
body.node-type-descarga-pdf .field--name-body .field__item {
    text-align: center;
}
body.node-type-galerias-texto .field--name-field-categoria-galeria .field__item {
    color: white;
    font-size: 12px;
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 20px;
    font-style: italic;
    text-align: left;
}
