/*! normalize.css v1.0.2 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

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

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

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

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */

body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

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

/* ==========================================================================
   Typography
   ========================================================================== */

/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

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

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

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

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */

dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 6/7/8/9.
 */

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

/*
 * Addresses margins set differently in IE 6/7.
 */

p,
pre {
  margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

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

/*
 * Improves readability of pre-formatted text in all browsers.
 */

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */

q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */

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

/*
 * Addresses inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/*
 * Addresses margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */

img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */

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

/* ==========================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/*
 * Corrects margin displayed oddly in IE 6/7.
 */

form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */

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

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */

legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible;  /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */

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

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

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

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

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

/*
 * Removes inner padding and border in Firefox 3+.
 */

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

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells.
 */

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

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
  color: #222;
}

body {
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: rgba(0, 0, 0, 0.5);
  color:#ffffff;
  text-shadow: none;
}

::selection {
  background: rgba(0, 0, 0, 0.5);
  color:#ffffff;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

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

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/********* GENERALES *********/

@font-face {
  font-family: 'droid_sansbold';
  src: url('fonts/droid/droidsans-bold-webfont.eot');
  src: url('fonts/droid/droidsans-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/droid/droidsans-bold-webfont.woff') format('woff'),
    url('fonts/droid/droidsans-bold-webfont.ttf') format('truetype'),
    url('fonts/droid/droidsans-bold-webfont.svg#droid_sansbold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'droid_sansregular';
  src: url('fonts/droid/droidsans-regular-webfont.eot');
  src: url('fonts/droid/droidsans-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/droid/droidsans-regular-webfont.woff') format('woff'),
    url('fonts/droid/droidsans-regular-webfont.ttf') format('truetype'),
    url('fonts/droid/droidsans-regular-webfont.svg#droid_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima';
  src: url('fonts/proxima/proximanova-regular-webfont.eot');
  src: url('fonts/proxima/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/proxima/proximanova-regular-webfont.woff') format('woff'),
    url('fonts/proxima/proximanova-regular-webfont.ttf') format('truetype'),
    url('fonts/proxima/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima';
  src: url('fonts/proxima/proximanova-bold-webfont.eot');
  src: url('fonts/proxima/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/proxima/proximanova-bold-webfont.woff') format('woff'),
    url('fonts/proxima/proximanova-bold-webfont.ttf') format('truetype'),
    url('fonts/proxima/proximanova-bold-webfont.svg#proxima_nova_rgbold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'proxima_novalight';
  src: url('fonts/proxima/proximanova-light-webfont.eot');
  src: url('fonts/proxima/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/proxima/proximanova-light-webfont.woff') format('woff'),
    url('fonts/proxima/proximanova-light-webfont.ttf') format('truetype'),
    url('fonts/proxima/proximanova-light-webfont.svg#proxima_novalight') format('svg');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'SegoeUI';
  src: url('fonts/segoeui/segoeui.eot');
  src: url('fonts/segoeui/segoeui.eot?#iefix') format('embedded-opentype'),
    url('fonts/segoeui/segoeui.woff') format('woff'),
    url('fonts/segoeui/segoeui.ttf') format('truetype'),
    url('fonts/segoeui/segoeui.svg#segoeui') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SegoeUI-Light';
  src: url('fonts/segoeui/segoeuil.eot');
  src: url('fonts/segoeui/segoeuil.eot?#iefix') format('embedded-opentype'),
    url('fonts/segoeui/segoeuil.woff') format('woff'),
    url('fonts/segoeui/segoeuil.ttf') format('truetype'),
    url('fonts/segoeui/segoeuil.svg#segoeuil') format('svg');
  font-weight: normal;
  font-style: normal;
}

html, body{
  width:100%;
  height:100%;
}

body{
  font-family:Arial, Helvetica, sans serif;
  font-size:16px;
  background:#FFFFFF;
  height:100%;
}

h1,h2,h3,h4,h5,h6{
  font-family:'blue_highwayregular';
  color:#000000;
  font-weight:normal;
}

p{
  color: #999999;
  font-size: 13px;
}

.izquierda{
  float:left !important;
}

.derecha{
  float:right !important;
}

.separador{
  clear: both;
  height: 0;
  margin: 15px 0;
  border-bottom:1px solid #E5E5E5;
}

li.odd,li.even{
  display:inline-block;
  width:49%;
} 
li input[type=text]{
  width:99%;
}

form ul li{
  padding:3px 0;
}

.fullwidth{
  width:100% !important;
}

.mobile{
  display:none;
}

a.boton{
  display:inline-block;
  background:#3e3e3e;
  color:#8b8b8b;
  font-family:'droid_sansregular';
  font-size:14px !important;
  text-decoration:none;
  padding:12px 35px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
a.boton:hover{
  color:#ffffff;
  background:#325693;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
a.botonlocalizacion{
  background: #325693;
  color: #FFFFFF;
  float: right;
  font-size: 12px !important;
  margin-top: 5px;
  padding: 5px 10px;
  display: inline-block;
  font-family: 'droid_sansregular';
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
a.botonlocalizacion:hover{
  background:#3E3E3E;
}
a img{
  opacity:1;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
a:hover img{
  opacity:0.7;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

h2 a.boton{
  position:absolute;
  right:0;
  bottom:0;
  font-size:12px !important;
  color:#ffffff;
  background:#325693;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
h2 a.boton:hover{
  background:#3e3e3e;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

h3{margin:5px;color: #325693;font-family: 'droid_sansregular';}

/** Galeria **/

#galeria_wrap{
  /*max-width:700px;*/
}

#galeria{
  position:relative;
}
.contenido_apartado #galeria{
  overflow:hidden;
  position:relative;
}

/* lupa */
/*.contenido #galeria .slider_item img{
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -webkit-transform: rotate(0deg) scale(1) skew(180deg) translate(0px);
  -moz-transform: rotate(0deg) scale(1) skew(180deg) translate(0px);
  -o-transform: rotate(0deg) scale(1) skew(180deg) translate(0px);
}
.contenido #galeria .slider_item:hover img{
  -webkit-transform: rotate(0deg) scale(1.200) skew(180deg) translate(0px);
  -moz-transform: rotate(0deg) scale(1.200) skew(180deg) translate(0px);
  -o-transform: rotate(0deg) scale(1.200) skew(180deg) translate(0px);
}*/
/* fin lupa */

.contenido #galeria_wrap{
  border:1px solid #cecece;
  padding:15px;
  position:relative;
}
.contenido #galeria{
  overflow:hidden;
}
.contenido #galeria .slider_item, .contenido #galeria .slider_item img, .contenido #galeria img{
  width:100%;
}
.contenido #galeria .slider_item p{
  background: none repeat scroll 0 0 #FFFFFF;
  color: #325693;
  display: block;
  font-family: 'Proxima';
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  opacity: 0.6;
  padding: 10px;
  position: absolute;
  text-align: right;
  /*top: 330px;*/
  bottom:9px;
  width: 100%;
  z-index:2;
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
  box-sizing: border-box;
}
#galeria_izq, #galeria_der{
  width:auto !important;
  position:absolute;
  top:40%;
  z-index:5;
  cursor:pointer;
  opacity:0.4;
}
#galeria_izq{
  float:left;
  left:20px;
}
#galeria_der{
  float:right;
  right: 20px;
}
.slider_item{
  position:absolute;
  top:0;
  left:0;
}
.slider_item .contador{
  display:inline-block;
  width:55px;
  height: 44px;
  padding-top: 11px;
  border-radius: 50%;
  background:#325693;
  color:#ffffff;
  font-family:'droid_sansregular';
  font-size:30px;
  vertical-align:middle;
}
.slider_item .greybox{
  display:block;
  overflow:hidden;
  position:relative;
  z-index:1;
}
.slider_item a img:hover{
  opacity:1;
}

#galeria_wrap .pointer{
  position:absolute;
  z-index:5;
  top:5px;
  right:3px;
}
#galeria_wrap .pointer a img:hover{
  opacity:1;
}
#galeria_wrap .pointer:hover{
  top:9px;
}
#galeria_wrap .pliegue{
  left: 14px;
  position: absolute;
  top: 14px;
  z-index: 5;
}
#galeria_wrap .pliegue img{
  width:65%;
  cursor:pointer;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
#galeria_wrap .pliegue:hover img{
  width:70%;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

#mapa_google_apartado{
  width:100%;
  height:400px;
}
#mapa_google_apartado a{
  font-size:13px;
  color:#2D2D2D;
  text-decoration:none;
}

.slider_mapa{
  width:100%;
  left: 0;
  position: absolute;
  top: 0;
  opacity:0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

/********* LAYOUT *********/

#contenedor{
  max-width:1450px;
  margin:0 auto;
}
#cabecera{
  width:100%;
  position:relative;
  background:#EEEEEE;
}
#cabecera_wrap{
  background:#000000;
  height: 36px;
  margin: 0 auto;
  padding-left: 280px;
  position: fixed;
  width: 1170px;
  z-index: 10;
}
.shadow{
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow:    0px 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow:         0px 2px 3px rgba(0, 0, 0, 0.2);
}
#buscador{
  display:inline-block;
  padding:2px 20px 0 10px;
  border:none;
  margin:0;
  border-right: 1px solid #777676;
}
#buscador form{
  filter: alpha(opacity=0);
  opacity:0;
  *top:30px;
}
#buscador .ico_buscar{
  *padding-left:5px !important;
}
#buscador span:hover + form{
  opacity:1 !important;
  filter: alpha(opacity=100);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
#form_buscador:hover{
  opacity:1 !important;
  filter: alpha(opacity=100);
}
#buscador form{
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
#buscador form:hover{
  /*  display: block !important;*/
  opacity:1 !important;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}


#buscador input[type="text"]{
  border:none;
  width: 60px;
  height: 25px;
  background:#000000;
  font-family:'droid_sansbold';
  text-transform:uppercase;
  color:#ffffff;
  font-size:12px;
}
#buscador input[type="submit"]{
  background:url('../images/lupa.png') no-repeat 50% 50%;
  vertical-align: middle;
  border:none;
  height: 20px;
  width: 16px;
}
#logo{
  position: absolute;
  top:60px;
  left:300px;
  z-index:10;
}
.mini_logo{
  position:relative;
  left:-40px;
  opacity:0;
  cursor:pointer;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
#totop{
  display: inline-block;
  position: absolute;
  right: 1%;
  top: 8px;
  opacity:0;

  cursor:pointer;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
#menu_principal{
  font-family:'droid_sansbold';
  text-transform:uppercase;
  color:#777676;
  font-size:12px;
}
#menu_principal h1{
  display:inline-block;
  margin:0;
  padding:0;
  font-family:'droid_sansbold';
  text-transform:uppercase;
  color:#777676;
  font-size:12px;
  position:relative;
  left:-30px;
}
#menu_principal a{
  color:#777676;
  text-decoration:none;
}
#menu_principal a:hover{
  color:#ffffff;
}
#menu_principal nav{
  line-height:1;
  display:inline-block;
}
#menu_arbol{
  text-align:right;
  margin:0;
  padding-left:20px;
}
#menu_arbol li{
  display:inline-block;
  padding:12px 15px;
}
#menu_arbol li:hover,#lang_switch li:hover{
  background:#325693;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
#menu_arbol li a{
  font-family:'droid_sansbold';
  text-decoration:none;
  text-transform:uppercase;
  color:#ffffff;
  font-size:12px;
  display: block;
}
#cabecera_tools{
  display:inline-block;
  width:230px;
  position:relative;
}
#lang_switch{
  display: inline-block;
  height: 36px;
  margin: 0 8px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 0;
  z-index: 9999;
  color:#ffffff;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
#lang_switch:hover{
  height: 180px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
#lang_switch li{
  display:block;
  padding:6px 18px;
}
#lang_switch li:first-child{
  background:url('../images/arrow_down.png') no-repeat right;
  padding:10px 18px 9px 18px;
}
#lang_switch li a{
  font-family:'droid_sansbold';
  text-decoration:none;
  text-transform:uppercase;
  color:#ffffff;
  font-size:12px;
}
#cover{
  max-width:1450px;
  max-height:465px;
  margin:0 auto;
  overflow:hidden;
  position:relative;
  padding-top:35px;
  z-index:1;
  min-height:170px;

  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  opacity:0;
}
#cover_loader{
  position:absolute;
  top:50%;
  left:50%;
}
#cover img{
  width:100%;
}
#t_portada #cover{
  max-height:625px;
}
#cover h1, #cover h2{
  bottom: 0;
  color: #A4A3A5;
  cursor: pointer;
  font-family: 'droid_sansregular';
  font-size: 30px;
  font-weight: bold;
  left: 11%;
  line-height: 1;
  margin: 0;
  min-width: 70%;
  padding: 20px 35px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  bottom:-5px;
}
.alpha60 {
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgb(0, 0, 0);
  /* RGBa with 0.6 opacity */
  background: rgba(0, 0, 0, 0.6);
  /* For IE 5.5 - 7*/
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  /* For IE 8*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
.alpha40 {
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgb(0, 0, 0);
  /* RGBa with 0.6 opacity */
  background: rgba(0, 0, 0, 0.4);
  /* For IE 5.5 - 7*/
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  /* For IE 8*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
#cover h1 a, #cover h2 a{
  text-decoration:none;
  color:#ffffff;
  font-family:'droid_sansregular';
  font-size:33px;
}
#cover h1:hover a, #cover h2:hover a{
  text-decoration:underline;
}
.contenido{
  max-width:1015px;
  margin:0 auto;
  padding:10px 0;
}
.ancho_principal{
  width:687px;
}
.ancho_secundario{
  width:269px;
}
#pie{
  background:#1F1F20;
  color: #767676;
  width: 100%;
  padding-top:20px;
}
#pie h4{
  font-family:'droid_sansbold';
  color:#7a7a7a;
  text-transform:uppercase;
  font-size:14px;
  margin:0 0 15px 0;
}
#pie .contenido{
  height: 100%;
  padding-bottom:20px;
}
#pie ul{
  /*display: table-cell;*/
  float: left;
  min-width:125px;
  margin:0;
  padding:0;
}
#pie a{
  text-decoration:none;
}

#menu_pie > li{
  display:inline-block !important;
  padding:0 15px;
}
#menu_pie > li a{
  color: #7A7A7A;
  font-family: 'droid_sansbold';
  font-size: 14px;
  text-transform: uppercase;
  display: block;
}

#pie .izquierda ul li ul{
  padding-top:15px;
}
#pie .izquierda ul li ul li{
  display: block;
  width:135px;
}
#pie .izquierda ul li ul li a{
  font-size:14px;
  font-family:'droid_sansregular';
  color:#55a1cd;
  text-transform:inherit;
}
#pie .izquierda ul li ul li a:hover{
  color:#ffffff;
}

#pie .derecha ul{
  padding-left:20px;
}
#pie .derecha ul li:first-child{
  display:block;
  padding-top:1px;
}
#pie .derecha ul li{
  display: inline-block;
  margin:0 4px;
}
#pie .derecha ul li:hover img{
  opacity:0.7;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

#pie .datos_legales{
  color:#7a7a7a;
  font-size:14px;
  font-family:'droid_sansregular';
  clear:both;
  padding: 50px 0 0 15px;
}
#pie .datos_legales a{
  color:#7a7a7a;
}

/*
#pie ul{
  display: table-cell;
  vertical-align: bottom;
  margin:0;
  padding:0;
}
#pie ul li{
  display: inline-block;
  padding:0 15px;
  border-right: 1px solid #414142;
}
*/

#wrap_afiliado_login{
  background:#3E3E3E;
  margin-top: 1px;
  
  padding: 12px 15px 0;
  position: absolute;

  opacity: 0;
  filter: alpha(opacity=0);
  display: none;

  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

#wrap_afiliado_login ul{
  padding-left:0 !important;
}
#wrap_afiliado_login ul li{
  margin:0 !important;
  padding:0;
  width:100%;
}
.megawrap_afiliado_login:hover #wrap_afiliado_login {
  opacity:1 !important;
  filter: alpha(opacity=100) !important;
  display: block !important;
  opacity:1;
  filter: alpha(opacity=100);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
#afiliado_validar input[type="text"],#afiliado_validar input[type="password"]{
  background: #FFFFFF;
  border: medium none;
  color: #616161;
  font-size: 13px;
  height: 25px;
  margin: 2px 0;
  padding-left: 4px;
  width: 175px;
}

.afiliado_registrar:hover{
  text-decoration:none !important;
}
#afiliado_validar input[type="submit"], .afiliado_registrar,#afiliado_registro input[type="submit"], #afiliado_reset input[type="submit"], #boletin_alta input[type="submit"], #frm_enviar_amigo input[type="submit"]{
  background: none repeat scroll 0 0 #727272;
  border: medium none;
  color: #DBDBDB !important;
  display: inline-block;
  font-family: 'droid_sansregular';
  font-size: 13px !important;
  margin-top: 2px;
  padding: 3px 11.5px;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  
}


#afiliado_validar input[type="submit"]:hover, .afiliado_registrar:hover,#afiliado_registro input[type="submit"]:hover,#afiliado_reset input[type="submit"]:hover,#boletin_alta input[type="submit"]:hover{
  color:#ffffff;
  background:#325693;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
#afiliado_validar input[type="submit"]{
  background:#325693;
}
#afiliado_validar a{
  color:#fff;
  font-size:11px;
  float:right;
}
#afiliado_validar a:hover{
  text-decoration:underline;
}
#afiliado_registro ol, #afiliado_reset ol, #boletin_alta ol, #frm_enviar_amigo ol{
  padding-right:40px;
}
#afiliado_registro p, #afiliado_reset p, #frm_enviar_amigo p, #boletin_alta p{
  margin-left:6px;
}
#afiliado_registro input[type="text"], #afiliado_registro input[type="password"], #afiliado_reset input[type="text"], #boletin_alta input[type="text"], #frm_enviar_amigo input[type="text"]{
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #CCCCCC;
  color: #616161;
  font-size: 13px;
  height: 30px;
  margin: 4px 0;
  padding-left: 4px;
  width: 100%;
}
#btn_cerrar_form{
  float:right;
  cursor:pointer;
}
.pop_afiliado_bg,.pop_afiliado_wrapper {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  display:none;
}
.pop_afiliado {
 /* background:rgba(255, 255, 255, 0.95);*/
  background: #f5f5f5;  
  padding:20px;
  font:13px arial;
  color: #000000;
  font-size: 13px;
  margin: 0 auto 10px;
  padding: 10px 15px 15px;
  position: relative;
  top: 20%;
  width: 35%;
  z-index: 100;
  box-shadow:0 3px 3px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow:0 3px 3px rgba(0, 0, 0, 0.7); 
  -moz-box-shadow:0 3px 3px rgba(0, 0, 0, 0.7);
}
.pop_afiliado h3{
  font-size:24px;
}


.pop_afiliado h4 {
  font-size: 16px;
  color: #325693;
  font-family: 'droid_sansregular';
  margin: 5px;
}

/** Landing **/

.destacado{
  width:205px;
  margin-right:20px;
}
.destacado a img:hover{
  opacity:0.7;
}
.cuanto_tiempo, .eventos_portada, .banner_portada, .destacado_portada, .noticias_portada{
  float:left;
  width:320px;
  margin-right:27px;
}
.banner_portada{
  margin-right:0 !important;
}
.eventos_portada h3{
  margin: 0 !important;
  color:#ffffff;
  font-family: 'droid_sansregular';
  font-size:28px;
  text-align:center;
  position:relative;
  top:35%;
}
.cuanto_tiempo ul, .eventos_portada ul{
  padding-left:0 !important;
}
.cuanto_tiempo ul li:before, .eventos_portada ul li:before{
  content:"" !important;
}
.cuanto_tiempo ul li, .eventos_portada ul li{
  font-weight:bold;
  padding:4px 0 !important;
  border-top:1px dashed #afbac2;
  margin:0 !important;
  text-align:left;
}
.cuanto_tiempo ul li:first-child, .eventos_portada ul li:first-child{
  border-top:none;
}
.cuanto_tiempo ul li a:hover, .eventos_portada ul li a:hover{
  color:#a6a6a6;
}
.cuanto_tiempo{
  background:url('../images/tiempo.jpg') no-repeat;
}
.cuanto_tiempo span, .eventos_portada span{
  display:inline-block;
  color:#ffffff;
  min-width:33px;
  padding:5px 0;
  text-align:center;
  margin-right:5px;
}
.cuanto_tiempo:hover{
  cursor:inherit;
}

.horas_wrapper{
  margin: 0px !important; 
  width: 100% !important; 
  text-align: center;
  overflow: hidden;
  position:absolute !important;
  bottom:15px;
}
.hora{
  width:80px;
  height:80px;
  background:rgba(255,255,255,0.6);
  margin: 0 10px;
  display:inline-block;
}
.hora a{
  color: #474747;
  font-size: 28px;
  position: relative;
  text-decoration: none;
  text-transform: none;
  top: 27%;
  font-family:'droid_sansregular';
}
.hora a:hover{
  color:#ffffff;
}

.eventos_portada span{
  color:#a6a6a6;
  margin-right:auto;
}
.eventos_portada > div{
  background:url('../images/fondo_eventos.jpg') no-repeat;
  height:132px;
}
.experiencia{
  margin:8px;
}
.destacado_portada{
  position:relative;
  height:318px;
  text-transform:uppercase;
  cursor:pointer;
}
.destacado_portada:hover{
  opacity:0.9;
}
.destacados_wrapper .destacado_portada,.experiencia{
  background:url('../images/shadow_destacado.png') repeat-x;
}
.destacado_portada > div{
  position:relative;
  z-index:1;
  width:280px;
  margin:20px 0 0 20px;
}
.destacado_portada h3{
  font-family:'droid_sansregular';
  font-size:30px;
  color:#ffffff;
  line-height:1.2;
  text-shadow: 1px 1px 0 rgba(50, 86, 147, 0.65);
}
.destacado_portada p, .mini_destacado p{
  color:#ffffff !important;
  font-family:'droid_sansbold';
}
.destacado_portada img, .mini_destacado img{
  position:absolute;
  top:0;
  left:0;
}
.destacado_portada img{
  z-index:-1;
}
.mini_destacados{
  float:left;
  width:320px;
}
.mini_destacado{
  position:relative;
  text-transform:uppercase;
  cursor:pointer;
  float:left;
  width:147px;
  height:147px;
}
.mini_destacado:nth-child(odd){
  margin-right: 26px;
}
.mini_destacado:nth-child(odd):first-child, .mini_destacado:nth-child(even):first-child{
  margin-bottom:25px;
}
.mini_destacado > div{
  position:relative;
  z-index:1;
  width:60%;
  margin:10px 0 0 10px;
}
.mini_destacado h3{
  font-family:'droid_sansbold';
  font-size:12px;
  color:#ffffff;
  line-height:1.2;
}
.vista_por{
  border:1px solid #E5E5E5;
  overflow:hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vista_por > div{
  width:90%;
}
.vista_por h3{
  color:#b7b6b6;
  margin:0 !important;
}
.vista_por p{
  color:#325693 !important;
  font-family:'droid_sansbold';
  font-size:12px !important;
  margin-top:5px !important;
  line-height:1.2 !important;
  width:50%;
}


.noticias_portada .caja_noticia:first-child{
  margin-bottom:9px;
}
.noticias_portada .caja_noticia h3{
  margin:0;
  line-height:1.2;
}
.noticias_portada .caja_noticia h3 a{
  text-decoration:none;
  color:#325693;
  font-family:'droid_sansregular';
  font-size:20px;
  font-weight:normal;
}
.noticias_portada .caja_noticia h3 a:hover{
  text-decoration:underline;
}
.noticias_portada .caja_noticia .imagen{
  width:124px;
  height:120px;
  overflow:hidden;
  margin-right:14px;
}
.noticias_portada .caja_noticia .cuerpo{
  width:56%;
}
.noticias_portada .caja_noticia .cuerpo p{
  margin:8px 0 0 0;
  color:#575757;
}
.noticias_portada .caja_noticia .cuerpo strong{
  color:#de5421;
  font-weight:normal;
}

.fecha_noticia{
  width:65px;
  background:#325693;
  color:#ffffff;
  padding:10px 3px;
  text-align:center;
  font-size:12px;
  margin-right:25px;
  text-transform:uppercase;
  font-family:'droid_sansregular';
}
.fecha_noticia p{
  color: #FFFFFF !important;
  font-size: 26px !important;
  font-weight: bold;
  line-height: 1;
  margin: 3px 0 !important;
}

.ver_mas_portada {
  border-top: 1px solid #D7D7D7;
  color: #737373 !important;
  display: block;
  font-family: 'droid_sansregular';
  font-size: 12px;
  font-weight: normal !important;
  margin: 8px 0 0;
  padding-top: 5px;
  text-align: right;
  text-decoration: none !important;
  width: 100%;
}
.ver_mas_portada:hover {
  text-decoration:underline !important;
}

#t_portada section h2{
  color: #BEBEBE;
  font-size: 24px;
  padding-left: 15px;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 15px;
  font-family: 'droid_sansregular';
  line-height: 1;
  margin-bottom: 15px;
  margin-top: 0;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*
.destacado_esfera{
  display:inline-block;
  margin:15px;
}
.esfera{
  width:216px;
  height:216px;
  border:1px solid #E5E5E5;
  border-radius:108px;
  overflow:hidden;
  
}
.esfera:hover {
}
.esfera img{
  position:relative;
  top:13.5%;
}
*/
#esferas_wrapper{
  margin-top:40px;
  position:relative;
}
#esferas{
  overflow:hidden;
  position:relative;
}

.ch-grid {
  margin:0;
  padding: 0;
  list-style: none;
  display: block;
  text-align:left;
  width: 2000px;
  height:310px;
  overflow:hidden;
  position:relative;
}

.ch-grid:after, .destacado_esfera:before {
  content: '';
  display: table;
}

.ch-grid:after {
  clear: both;
}

.ch-grid li {
  width: 220px;
  display: inline-block;
  margin:0 15px;
  text-align:center;
}
.destacado_esfera {
  width: 100%;
  height: 220px;
  border-radius: 50%;
  border:1px solid #E5E5E5;
  position: relative;

  box-shadow: inset 0 0 0 0 rgba(200,95,66, 0.4), inset 0 0 0 16px rgba(255,255,255,0.6), 0 1px 2px rgba(0,0,0,0.1);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ch-grid li h3{
  width: 100%;
}
.ch-grid li h3 a{
  color:#818181;
  font-family:'droid_sansregular';
  font-size:22px;
  text-transform:uppercase;
  text-decoration:none;
}
.esfera {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor:pointer;
  opacity: 0;

  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  backface-visibility: hidden;
  
  *left:0;
}
.esfera p{
  margin: 0 auto;
  position: relative;
  top: 40%;
  width: 75%;
}
.esfera a{
  color:#ffffff;
  font-family:'droid_sansregular';
  font-size:16px !important;
  text-decoration:none;
  text-transform:uppercase;
}
.destacado_esfera:hover {
  box-shadow: inset 0 0 0 110px rgba(200,95,66, 0.6), inset 0 0 0 16px rgba(255,255,255,0.8), 0 1px 2px rgba(0,0,0,0.1);
}
.destacado_esfera:hover .esfera {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/** Apartado **/

.menu_apartado{
  width:239px;
}
.menu_apartado h3{
  margin-top:0;
}
.menu_apartado ul{
  padding-left:0;
}
.menu_apartado li{
  font-size:20px;
  font-family:'proxima_novalight';
  color:#325693;
  padding:0 14px;
}
.menu_apartado li:hover{
  background:#f1f1f1;
}
.menu_apartado li.subtitle{
  background:#325693;
  color:#ffffff;
  padding:5px 20px;
  margin-top:65px;
  margin-bottom:25px;
}
.menu_apartado li:before{
  content:"" !important;
}
.menu_apartado li a{
  text-decoration:none;
  color:#787878;
  font-size:20px;
  font-family:'proxima_novalight';
}
.menu_apartado li.current{
  background:url("../images/fondo_menu.png") no-repeat scroll 220px 8px;
}
.menu_apartado li.current a{
  color:#325693;
}
.menu_apartado li a:hover{
  color:#325693;
}

.contenido_apartado{
  width:740px;
  overflow:hidden;
}
.fullwidth #galeria{
  float:left;
  margin:0 15px 15px 0;
}
.contenido_full{
  margin-bottom:20px;
}
.contenido_full h2, .contenido_apartado h2{
  font-family:'droid_sansregular';
  margin-top:0;
  margin-bottom:15px;
  font-size:30px;
  line-height:1;
  color:#325693;
}
#t_portada .contenido_full h2, #t_portada .contenido_apartado h2{
  padding-left:15px;
  font-size:24px;
  color:#BEBEBE;
}
.contenido_full h2.raya, .contenido_apartado h2.raya{
  border-bottom:1px solid #e5e5e5;
  padding-bottom:15px;
  position: relative;
}
h3.raya{
  border-bottom:1px solid #e5e5e5;
  margin-bottom: 15px !important;
  padding: 15px 0;
  line-height:1;
}
.cuanto_tiempo:hover{
  opacity:1;
}
.contenido_full h3, .contenido_apartado h3, .cuanto_tiempo h3{
  margin:10px 0;
}
.contenido_apartado article{
  margin-bottom:15px;
  padding-bottom:10px;
  border-bottom:1px solid #e5e5e5;
}
.entradilla, .entradilla p, .entradilla p a{
  color:#b7b7b7;
  font-family:'droid_sansregular';
  font-size:22px;
  margin:0 0 20px 0;
}
.contenido_editor{
  margin-bottom:20px;
}
.contenido_editor p{
  color:#2d2d2d;
  font-size: 13px;
  margin:12px 0;
}
.contenido_editor strong{
  color:#000000;
}
.contenido_editor em{
  display:block;
  margin:20px;
  font-size:18px;
  color:#325693;
}
.contenido_editor em:before,.contenido_editor em:after{
  content:'"';
}
.contenido_editor small{
  color: #999999;
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
  text-align: right;
}
.contenido_editor small:before,.contenido_editor small:after{
  content:"";
}
.contenido_editor a{
  color:#a6ce39;
  text-decoration:underline;
  font-weight:bold;
}
.archivo_editor{
  background:url('/images/ico_pdf.png') no-repeat left;
  padding-left:20px;
}

/** Descubre Xabia **/

.hora_ruta{
  color: #FFFFFF;
  font-family: 'droid_sansregular';
  font-size: 28px;
  position: absolute;
  text-align: center;
  top: 30%;
  width: 100%;
  text-shadow: 1px 1px 0 rgba(50, 86, 147, 0.65);
  z-index:1;
}

/** Listado de noticias **/

#t_listanoticia .caja_noticia{
  padding-bottom:15px;
}
#t_listanoticia .caja_noticia:last-child{
  border-bottom:none;
}
.caja_noticia h3{
  margin:0;
}
.caja_noticia h3 a{
  text-decoration:none;
  color:#325693;
  font-family:'droid_sansregular';
  font-size:22px;
  font-weight:normal;
}
.caja_noticia h3 a:hover{
  text-decoration:underline;
}
.caja_noticia em{
  color:#999999;
  font-size:12px;
  display:block;
  margin-bottom:10px;
}
.caja_noticia .imagen{

}
.caja_noticia .fullwidth {
  width:90% !important;
}
.caja_noticia .cuerpo{
  width:64%;
}
.caja_noticia .cuerpo p:first-child{
  margin-top:0;
}
.caja_noticia .cuerpo strong{
  color:#de5421;
  font-weight:normal;
}
.caja_noticia a.boton{
  margin:5px;
  float:right;
  background:#e2b814;
  text-transform:none;
  padding:3px 20px;
  font-weight:normal;
}
.leermas a{
  text-decoration:none !important;
  font-weight:normal !important;
  font-size:13px;
  color:#325693;
}
.leermas a:hover{
  text-decoration:underline !important;
}

/** Detalle de noticia **/

.imagen_noticia{
  margin:0 10px 10px  0;
}
.cuerpo_noticia em{
  color: #999999;
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
  text-align: right;
}
.noticias_relacionadas{

}
.noticias_relacionadas .relacionada{
  border-bottom:0;
}
.noticias_relacionadas .relacionada .cuerpo{
  width:75.7%;
}
.relacionada .fecha_noticia{
  background:#cccccc;
}

.contenido_editor ul,
.contenido_editor ol{
  margin:0;
  padding:0;
  padding-left:20px;
}
.contenido_editor ul li,
.contenido_editor ol li{
  background:none;
  margin:0;
  padding:0;
  font-size: 13px;
  text-decoration: none;
  margin-bottom:10px;
}
.contenido_editor ul li:before {
  content: " - ";
}
.contenido_editor ul li{
  list-style:none;
  font-size: 13px;
  text-decoration: none;
}
.contenido_editor ul li a,
.contenido_editor ol li a{
  text-decoration:none;
  color:#2D2D2D;
}
.contenido_editor ul li h3,
.contenido_editor ol li h3{
  display:inline;
  line-height:1.5;
}

/** Submenu apartado **/

.menu_apartado ul li ul{
  margin:0;
  padding-left:10px;
}
.menu_apartado ul li ul li:last-child{
  border-bottom:none;
}
.menu_apartado ul li:before {
  content: ' > ';
  font-size:9px; 
}

#menu_apartado_wrapper{
  overflow:hidden;
  background:url('../images/bg_menu_izq.jpg') repeat-y left;
}

/** Sección contacto **/

#t_formulario .contenido_editor ol{
  margin:0;
  padding:0;
  font-size:13px;
}
#t_formulario .contenido_editor ol li{
  list-style:none;
}
#t_formulario .contenido_apartado label{
  width:150px;
  display:inline-block;
  font-weight:bold;
}
#t_formulario .contenido_apartado textarea{
  border:1px solid #E5E5E5;
  background:#F6F6F6;
  font-size: 13px;
  font-style: italic;
  padding: 5px 0;
  width:70%;
  height:100px;
}
#t_formulario .contenido_apartado input[type="text"]{
  border:1px solid #E5E5E5;
  background:#F6F6F6;
  font-size: 13px;
  font-style: italic;
  padding: 5px 0;
  width:50%;
}
#t_formulario .contenido_apartado input[type="submit"]{
  background:#E2B814;
  border: medium none;
  border-radius: 3px 3px 3px 3px;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 15px;
}
#t_formulario .contenido_apartado input[type="text"]:hover, #t_formulario .contenido_apartado textarea:hover{
  border:1px solid #FABB00;
}

/** Resultados busqueda **/

.resultado_busqueda ul{
  padding:0;
  margin:0;
}
.resultado_busqueda ul li{
  border-bottom:1px dashed #E5E5E5;
  padding:10px 0;
  margin:0;
}
.resultado_busqueda ul li:hover{
  background:#F2F2F2;
}
.resultado_busqueda ul li a:hover{
  text-decoration:underline;
}
.resultado_busqueda ul li:before{
  content:" - ";
}
.resultado_busqueda ul li p{
  margin: 0;
  padding-left: 8px;
}

/** Localizacion **/

#t_localizacion #mapa_google{
  height:250px;
}

/** Listado carpeta **/

.caja_apartado{
  width:222px;
  /*height:163px;*/
  vertical-align:top;
  display:inline-block;
  margin:0 14px 14px 14px;
  position:relative;
}
.caja_apartado:hover{
  cursor:pointer;
}
.imagen_caja_apartado{
  overflow: hidden;
  width:100%;
}
.caja_apartado strong.title a{
  text-decoration:none;
  color:#365790;
  margin:3px 0;
  display:block;
  font-family:'Proxima';
  font-size:18px;
  font-weight:bold;
  line-height:1.3;
}

.caja-calendario-anual{
  width:100%;
  vertical-align:top;
  display:inline-block;
  /*margin:0 14px 14px 14px;*/
  position:relative;
  
}
.caja-calendario-anual #loading{
  background: none repeat scroll 0 0;
  color: #325693;
  margin-bottom: 12px;
  padding: 3px;
  text-align: center;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.calendario-anual{
  background: #EBEBEB; min-height:750px;
}

#leyenda {
  color: #325693;
  font-weight: bold;
}

/**** BREADCRUMBS ****/

#breadcrumbs {
  border-bottom: 1px solid #D7D7D7;
  margin-bottom: 15px;
  padding: 0 0 10px;
}
#breadcrumbs .izquierda{
  max-width:80%;
}
#breadcrumbs ol{
  padding:0;
}
#breadcrumbs ol li{
  display:inline-block;
  margin-right:7px;
  *display:inline;
  font-family:'droid_sansregular';
  font-size:20px;
  color:#325693;
}
#breadcrumbs ol li:after{
  content: " / ";
}
#breadcrumbs ol li:last-child:after{
  content: "";
}
#breadcrumbs ol li:last-child{
  background: none;
}
#breadcrumbs ol li a{
  color: #f8a705;
  text-decoration: none;
  margin-right: 5px;
  font-family:'droid_sansregular';
  /*font-size:22px;*/
  font-size:20px;
  color:#325693;
}
#breadcrumbs ol li a:hover{
  text-decoration: underline;
}
#breadcrumbs  ol li.activo a{
}
.me_gusta{
  padding-top: 6px;
}
.me_gusta iframe{
  height: 20px !important;
  opacity: 0.5;
}
.me_gusta iframe:hover{
  opacity: 1;
}
.twitter-follow-button{
  width:60px !important;
}
.me_gusta a.boton{
  font-size:12px !important;
  color:#ffffff;
  background:#325693;
  border-radius: 5px 5px 5px 5px;
  padding:5px 30px;
}
.me_gusta a.boton:hover{
  background:#3e3e3e;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

/** Alertas **/

#fondo_alerta, #fondo_popup, .pop_afiliado_bg{
  background-color:#000000;
  filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;  
}
#alerta{
  background:rgba(255, 255, 255, 0.95);
  padding:20px;
  font:13px arial;
  border:none;
  box-shadow:0 3px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow:0 3px 3px rgba(0, 0, 0, 0.3); 
  -moz-box-shadow:0 3px 3px rgba(0, 0, 0, 0.3);
}
#alerta button{
  background:#EBEBEB;
  font:12px arial;
  margin-top:15px;
  text-transform:lowercase;
}
#alerta strong{
  margin-bottom:10px;
  display:inline-block;
}

/** extranet **/

/*
#t_documentacion #cover{
  display:none;
}
#t_documentacion .contenido{
  padding-top:45px;
}
#t_documentacion #logo{
  display:none;
}
#t_documentacion .mini_logo{
  opacity:1 !important;
}
*/
#t_documentacion #cover{
  height:170px;
}
#t_documentacion .menu_apartado li.subtitle{
  margin-top:0;
  margin-bottom:15px;
}

/*contenido_documentacion{background:#eaeaea;float:left;display:inline;width:728px;padding:10px 0 0;margin:0 20px;}*/
.contenido_documentacion{padding:5px 20px;background:#F1F1F1; overflow:hidden; margin-bottom:15px; box-shadow: inset 0px 0px 1px #333; -webkit-box-shadow: inset 0px 0px 1px #333; -moz-box-shadow: inset 0px 0px 1px #333;}
.contenido_documentacion h3{margin-bottom: 20px;color: #325693;font-family: 'droid_sansregular';}
/*
#t_documentacion .descarga_grande{float:left;display:inline;width:94px;text-align:center;margin:2px 15px 20px 0;font:11px Arial,Helvetica,sans-serif;color:#555;max-height:110px;overflow:hidden;text-decoration:none;}
#t_documentacion .descarga_grande img{display:block !important;margin:0 auto !important;float:none;width:auto;}
#t_documentacion .descarga_grande strong{color:#646A76; font-weight:normal;float:left;width:auto;margin:2px 0 0 5px;}
#t_documentacion .descarga_grande em{font-size:11px;color:#afafaf;font-style:normal;margin:3px 0 0 5px;}
*/
#t_documentacion .descarga_grande {
    color: #555555;
    display: inline;
    float: left;
    font: 11px Arial,Helvetica,sans-serif;
    height: auto !important;
    margin: 2px 15px 10px 0;
    max-height: 110px;
    overflow: hidden;
    text-align: left;
    text-decoration: none;
    width: 45%;
}
#t_documentacion .descarga_grande img{
  margin: 0 auto !important;
  width: auto;
  display:inline;
  padding-right:5px;
  width:20px;
}
#lema{margin:20px 0;}

/** Playas **/

#servicios_playa{
  /*margin-bottom:15px;*/
}
#servicios_playa h3{
  border-bottom: 1px solid #E5E5E5;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 10px !important;
  padding: 5px 0 10px;
}

#como_llegar{
  position:absolute;
  bottom:40px;
  right:5px;
}
#como_llegar input[type=text]{
  border: 2px solid #939393;
  color: #818181;
  font-size: 12px;
  height: 23px;
  padding-left: 3px;
  width: 135px;
}
#como_llegar input[type=submit]{
  background: none repeat scroll 0 0 #939393;
  border: medium none;
  color: #E2E2E2;
  cursor: pointer;
  font-size: 11px;
  font-weight: bold;
  height: 27px;
  left: -4px;
  padding: 0 7px 0 5px;
  position: relative;
  text-transform: uppercase;
}

/** Lista de restaurantes **/

#buscador_restaurantes{
  background:#325693;
  color: #FFFFFF;
  padding: 10px;
  position: relative;
  top: -15px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}
#buscador_restaurantes h3{
  font-family: 'proxima_novalight';
  font-size:21px;
  color:#ffffff;
  margin:0 15px;
  padding:0;
  float:right;
  line-height:1.1;
}
#buscador_restaurantes input[type="submit"]{
  background:url(../images/lupa_apartado.png) no-repeat 50%;
  color: transparent !important;
  border: medium none;
  display: inline-block;
  font-family: 'droid_sansregular';
  font-size: 13px !important;
  text-decoration: none;
  height:25px;
  margin-left:8px;
}
#buscador_restaurantes input[type="text"]{
  background: #c2cddf;
  color: #325693;
  border-radius: 3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border: medium none;
  font-size: 13px;
  height: 24px;
  padding-left: 5px;
  width: 185px;
  margin-right:5px;
}
#buscador_restaurantes select{
  background: #c2cddf;
  color: #325693;
  border-radius: 3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border: medium none;
  font-size: 13px;
  height: 25px;
  padding: 3px 5px;
  width: 189px;
  margin-right:5px;
}
#buscador_restaurantes_wrapper{
  margin:0 auto;
  float:right;
}
.imrimir{
  float:left;
  opacity:0.8;
}
.imrimirb{
  float:right;
}


.restaurante{
  width:47%;
  border-bottom:1px dashed #d4d4d4;
  padding:15px 0;
  margin:0 10px;
  cursor: auto !important;
}
.restaurante .imagen_caja_apartado{
  float:left;
  width:160px;
  height:103px;
  margin-right:15px;
  overflow:hidden;
}
.restaurante .imagen_caja_apartado:hover .placeholder{
/*  top:-103px;
  -webkit-transition: all .1s ease;
  -moz-transition: all .1s ease;
  transition: all .1s ease;*/
}

.restaurante .imagen_caja_apartado .placeholder{
  position:relative;
}
.restaurante .imagen_caja_apartado img{
  width:100%;
}
.restaurante .cuerpo_apartado{
  float:left;
  width:295px;
}
.restaurante .title a{
  line-height:1 !important;
  margin:0 !important;
  padding-left:20px;
  background:url('../images/mas_restaurante.png') no-repeat 0px 2px;
}
.restaurante p{
  margin:3px 0 !important;
  color:#878787;
}
.restaurante a{
  color:#878787;
  text-decoration:none;
}
.restaurante .label{
  color:#ffffff;
  font-size:12px;
  display:inline-block;
  padding:2px 10px;
  background:#cacaca;
  border-radius: 3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  font-family:'Proxima';
}

.datos_empresa{
  font-size:13px;
  color:#787878;
}
.datos_empresa ul{
  margin:0;
  padding:5px;
  background:#F1F1F1;
}
.datos_empresa ul li{
  display:inline-block;
  padding-left:15px;
  width:45%;
  height:20px;
}
.datos_empresa ul li a{
  color:#787878;
  text-decoration:none;
}


/*************** CALENDARIO ***************/

#contenedor_calendario{
  width:95%;
  font-family: 'SegoeUI';
  margin: 0 auto;
}
table.calendario{width:96%;margin:0; border-collapse: separate !important;}
table.calendario caption {
  background: none repeat scroll 0 0 transparent;
  border-bottom: 1px solid #325693;
  color: #787878;
  font-family: 'proxima_novalight';
  font-size: 22px;
  margin-bottom: 5px;
  padding-bottom: 15px;
  text-transform: capitalize;
}
table.calendario caption img{
  width:auto;
  vertical-align: middle;
}
table.calendario caption a.prev_link{
  float:left;
}
table.calendario caption a.next_link{
  float:right;
}

table.calendario td{
  height:30px;
}
table.calendario td.seleccionado{
  background: none !important;
  border-radius:25px;
  border:1px solid #325693;
}
table.calendario td.seleccionado a:hover{
  color: #325693 !important;
}
table.calendario .Sun a, table.calendario .Sun{
  color:inherit;
}
table.calendario td, table.calendario td a{
  font-size:13px;
  font-family: 'SegoeUI';
  font-weight: normal;
  vertical-align: middle;
  height: 36px;
  position:relative;
  bottom:2px;
}

table.calendario td.activo, table.calendario td.activo a{
  background:#325693 !important;
  color:#ffffff;
  border-radius:25px;
  border:  none !important;
}
#anyo_calendario {
  bottom: -5px;
  color: #787878;
  font-family: SegoeUI-Light;
  font-size: 12px;
  position: relative;
  text-align: center;
}
#anyo_calendario a{
  text-decoration: none;
  color: #787878;
  font-size: 12px;
}
#anyo_calendario span {
  bottom: -2px;
  font-size: 25px;
  position: relative;
}
#anyo_calendario span.prev {
  right:12%;
}
#anyo_calendario span.prev a{
  /*background: url(/images/anyo_ant.gif) no-repeat 0 0;*/
  color: #787878;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

#anyo_calendario span.next a{
  /*background: url(/images/anyo_sig.gif) no-repeat 0 0;*/
  color: #787878;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

#anyo_calendario span.next {
  left:12%;
}

#izqda_calendario{
  background-color: #ebebeb;
  float: left;
  width:28%;
  text-align: center;
  padding-bottom: 40px;
}

#dcha_calendario{
  float: right;
  width:70%;
}

.calendario_anual{
  background: #325693;
  width: 95%;
  display: block;
  margin: 50px auto 0;
  text-align: center;
  color: #fff;
  font-family: 'proxima_novalight';
  font-size: 22px;
  text-decoration: none;
  padding: 4px 0;
}
.calendario_anual img{
  margin: -5px 10px 0 0;
}
.contenido_full .fc-header-title h2{ padding-left: 0 !important;}

.mes_xabia{
  margin-top: 10px;
  display: block;  
}
.mes_xabia img{
  width: 95%;
}

.filtrar_eventos{
  background: #325693;
  font-family: 'droid_sansregular';
  font-size: 18px;
  color: #fff;
  padding: 0 10px 12px;
  margin-bottom: 20px;
  overflow: hidden;
}
.filtrar_eventos .campos_filro{
  float: left;
  display: inline;
  margin-top: 10px;
}
.filtrar_eventos span{
  margin-left: 20px;
}
.filtrar_eventos a{
  background: #c2cddf;
  color: #325693;
  font-size: 13px;
  text-decoration: none;
  margin-right: 10px;
  padding: 5px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.filtrar_eventos a:hover{
  background: #e8ecf3;
}
.filtrar_eventos a.marcado{
  background: #e8ecf3;
  cursor: pointer;
}

.filtrar_eventos #sel_categoria{
  background: #c2cddf;
  color: #325693;
  font-size: 13px;
  border: none;
  padding: 4px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;  
  /*-moz-appearance: button;
  -webkit-appearance: none;
  appearance: none;*/  
}

.article_evento{
  font-family: 'Proxima';
  font-size: 16px;
  color: #5b5b5b;  
  border-bottom: 1px dashed #d4d4d4;
  margin-bottom: 20px;
  overflow: hidden;
  padding-bottom: 20px;
}

.article_evento .img_evento{
  float: left;
  margin: 0 2% 10px 0;
  width: 25%;
  max-width: 139px;
}

.article_evento_dcha{
 float: left;
 width: 73%;
}

.article_evento h2{
  margin: 0 0 5px;
  padding: 0;
  font-size: 16px;
  line-height: 16px;
}
.article_evento p{
  font-size: 16px;
  line-height: 1.2;
  margin: 0 0 5px;
}
.article_evento h2 a{
  font-family: 'Proxima';
  font-weight: bold;
  font-size: 16px;
  color: #325693;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;  
}
.article_evento h2 a:hover{
  color: #6586B3;
}

.cat_evento{
  font: bold 12px Arial, Helvetica, sans-serif;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #2b2b2b;
  padding:5px 10px;  
  margin-right: 5px;
}

#dcha_calendario h1{
  border-top: 5px solid #325693;
  margin: 0 0 20px;
  padding: 20px 0 0;
  color: #325693;
  font-family: 'Proxima';
  font-weight: bold;
  font-size: 22px;
}
.izqda_evento{
  float: left;
  width: 46%;
}
.izqda_evento .img_evento{
  width: 100%;
  max-width: 326px;
  margin-bottom: 12px;
}
.tit_caja_evento h2{
  font-family: 'Proxima';
  font-weight: bold;
  font-size: 18px;
  color: #fff;  
  margin: 0;
  padding: 7px 10px;  
}
#mas_info_evento{
  background: #eaeaea;
  margin-bottom: 12px;
  padding-bottom: 5px;
}
#mas_info_evento div{
  padding: 5px 20px;
  font-family: 'Proxima';
  font-size: 14px;
  color: #6a6262;
}
#mas_info_evento div p{
  font-size: 14px;
  margin: 0 0 5px;
}
#mas_info_evento div a{
  color: #8d95a3;
}
#mas_info_evento div a:hover{
  color: #5b6069;
  text-decoration: underline;
}
#mas_info_evento h2{
  background: #adb5c2;

}
#enlaces_rel_evento{
  background: #f7f7f7;
  margin-bottom: 12px;
  padding-bottom: 5px;
}
#enlaces_rel_evento h2{
  background: #325693;
}

#enlaces_rel_evento ul{
  margin: 10px 0 0 20px;
  padding: 0;
}
#enlaces_rel_evento ul li{
  list-style-position: inside;
  list-style-type: disc;
  margin: 0 0 3px;
  padding: 0;
}
#enlaces_rel_evento ul li a{
  font-family: 'Proxima';
  font-weight: bold;
  font-size: 14px;
  color: #6a6262;
  text-decoration: none;
}
#enlaces_rel_evento ul li a:hover{
  color: #5f7eb3;
  text-decoration: underline;
}

.dcha_evento{
  float: right;
  width: 52%;
}

.article_evento .botones_categorias{
  margin: 10px 0 !important;
}
.dcha_evento .botones_categorias{
  margin: 20px 0;
}
.dcha_evento p{
  margin-top: 0;
  font-size: 12px;
  line-height: 1.2;
  margin: 0 0 5px;  
}
.dcha_evento .entradilla_evento, .dcha_evento .entradilla_evento p{
  font-size: 16px;
}
.contenido_evento{
  margin: 10px 0;
  font:12px Arial, Helvetica, sans-serif;
  color: #575757;
}
.contenido_evento h3{
  font-family: 'Proxima';
  font-size: 16px;
  margin-left: 0;  
}
.contenido_evento p{
  margin: 0 0 10px;
}
.contenido_evento p strong{
  color: #2b2b2b;
}
.contenido_evento a{
  color: #325693;
}

/* logo vg */
.byvg{
    float: right;
    display: inline;
    margin: 0;
}
.by{
    float:left;
    display: inline;
    font-size: 13px;
    line-height: 16px;
    margin-right: 5px;
}
.vg img{
    margin-top: -2px;
    float:left;
    display: inline;
}

/* Wrapper responsive video */
.video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: auto; overflow: hidden; }
.video-container iframe,
.video-container object, 
.video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

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

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
  *zoom: 1;
}

/* CUSTOM STYLES */
#elegir_eventos{
  padding:10px;
  background:#EFEFEF;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #CCCCCC;
  height: 293px;
}

#elegir_eventos form{
  width:100%;
  clear: both;
}

#elegir_eventos form li{
  display: inline;
  list-style: none;
}

#elegir_eventos form label{
  float:none;
  margin-bottom:5px;
  height:20px;
}

#elegir_eventos form input{
  float:none;
  margin:5px;
  height:20px;
}

#eventos_disponibles h3{
  font-size:16px;
}

.buscar_titular{
  width:225px !important;
}

.buscar_fecha{
  width:100px !important;
}

.buscar_eventos {
  position:relative;
  top:10px;
}

#elegir_eventos form .submit{
  width: auto;
  height: auto;
  margin-top: 3px;
}

#resultados{
  padding:5px;
  border: 1px solid #E6E6E6;
  background: #FFF;
}

#resultados li{
  height:25px;
  line-height: 25px;
  padding:5px;
  color:#464646;
}

#resultados li:hover:after{
  margin-left:5px;
  content:"- Selecciona para añadir...";
}

#resultados li:nth-child(odd){
  /*background: #325693;*/
  background: #DBDBDB;
  color:#464646;
}


#resultados li:nth-child(even){
  background: #EBEBEB;
  color:#464646;
}


#resultados li a{
  text-decoration: none;
  cursor: pointer;
  font-weight: bold;
}

.tag_playa{
  float: left; margin: 5px; padding:5px; background: #E6E6E6;
}
/*****************/


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */

}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * {
    background: transparent !important;
    color: #000000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group; /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  /*CUSTOM PRINT CSS*/
  /*Eliminamos todos los enlaces*/
  a[href^="/"]:after, a[href^="h"]:after, a[href^="javascript:"]:after, a[href^="#"]:after, a[href^="mailto:"]:after {
    content: "";
  }
  /*Ocultamos las partes que no nos interesan*/
  header, footer, #breadcrumbs, #menu_apartado_wrapper nav, #buscador_restaurantes, .pointer, .pliegue{
    display: none;
  }
  /*Para el listado, dos por fila*/
  article{
    float:left;
    width:50% !important;
    margin:0 !important;
    margin-bottom:10px !important;
    padding:0 !important;
  }

  article .imagen_caja_apartado { float: left; width: 139px !important; height:89px !important;}
  article .cuerpo_apartado { float: left; width: 200px !important;}

  article .title a{ font-size: 12px !important; margin:0 !important; padding:0 !important;}

  #contenedor {
    width: 100%;
  }
  .contenido_apartado {
    width:100%;
  }

  .slider_mapa{
    opacity:1 ;
    z-index:2 ;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%;      
  }

  #como_llegar{
    display:none;
  }

}

ul.redes_sociales {
  text-align: right;
  max-width: 170px;
  float: right !important;
}

ul.redes_sociales h4 {
  text-align: left;
}

ul.redes_sociales li.redes_separador {
  margin-top: 14px !important;
}

.logo_costa_blanca{
  float: right;
  margin: 15px 5px 0 0;
  clear: right;
}

.logo-print{
  display: none;
}
.only-print{
  display: none;
}