/* general */
/* cabecera */
/* Menú-top y submenú */
/* home */
/* lateral */
/* interior */
/* cajas experiencias */
/* cajas oferta */

/***************/

/* carruseles */
/* banners */
/* buscador */
/* calendario */
/* paginación */
/* compartir - me gusta - añadir cuaderno */
/* varios */
/* pie */

/***************/

/* responsive */



/*******************************************************************************
							GENERAL
*******************************************************************************/

@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900,400italic,700italic);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);
@import url(grid.css); 
@import url(componentes.css); 
@import url(flaticon/flaticon.css); 

#preloader  {
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background-color: #fff;
     z-index: 10000;
    height: 100%;
 }

#status  {
     width: 200px;
     height: 200px;
     position: absolute;
     left: 50%;
     top: 50%;
     background-image: url(ajax-loader.gif);
     background-repeat: no-repeat;
     background-position: center;
     margin: -100px 0 0 -100px;
 }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body {
  margin: 0;
  font-family: 'Lato', sans-serif;  
  line-height: 180%;
  color: #555;
  font-size: 15px;
  letter-spacing: -0.2px;
  font-weight: 400;
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
  display: block;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
::selection { background:#0074bd; color:#fff;}
::-moz-selection { background:#0074bd; color:#fff;}
::-webkit-selection { background:#0074bd; color:#fff;
} 
img {
  vertical-align: middle;
  border-width: 0;
}

.img-responsive { 
  display: block;
  width: 100%;
  height: auto;
}
a, a:visited {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #000;
}
p {
	margin-top: 0;
	margin-bottom: 1.3em;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 1em;
	line-height: 110%;
	color: #212121;
	letter-spacing: -0.5px;
}
h1 {
	font-size: 40px;
	letter-spacing: -0.7px;
}
h2 {
	font-size: 34px;
}
h3 {
	font-size: 22px;
	font-weight: 900;	
}
h4 {
	font-size: 18px;	
	letter-spacing: -0.2px;	
}
h5 {
	font-size: 16px;	
	letter-spacing: -0.2px;	
	margin-bottom: 0.8em;
}
h6 {
	font-size: 11px;
	letter-spacing: 0.5px;	
	color: #a0a0a0;
	text-transform: uppercase;
	font-weight: 900; 
	margin-bottom: 0.8em;
}
strong {
	color: #333;
}

address {
	font-size:13px;
}

li address {
	margin-top: -5px;
	margin-bottom: -5px;
}


hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
  border-top: 1px solid #e5e5e5;
}
input:focus {
    outline-width: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: 0;
}
.list-inline > li {
  display: inline-block;
}

iframe { 
	border: none;
}

blockquote {
	border-left: 3px solid #ccc;
	padding-left: 30px;
	margin-top: 40px;
	margin-bottom: 40px;
	font-size: 18px;
	font-family: georgia;
	font-style: italic;
	
}

/*** formularios ***/

input[type="text"], textarea {
	border-radius: 1px;
	background-color: #fff;
	padding: 4px 12px;
	border: 1px solid #e5e5e5;
	color: #a0a0a0;
	font-size: 13px;
	width: 100%;
	height: 35px;
	margin-bottom: 10px;
}

textarea {
	height: 150px;
}

input[type="checkbox"] {
	border-radius: 1px;
	background-color: #fff;
	padding: 4px 12px;
	border: 1px solid #e8e9ea;
	color: #616161;
	font-size: 14px;
	margin-bottom: 10px;
	display: inline;
}

input#datepickr, input#datepickr2 {
	background: url(../img/ico-agenda-datepicker.png) no-repeat right center;
	width: 100% !important;
}

select {
	width: 100%;
	background-image: url(../images/flecha-select.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #fff;
   	padding: 10px 30px 10px 10px;
   	margin-bottom: 10px;
	color: #aaa;
   	font-size: 13px;
	border: 1px solid #e5e5e5;
   	border-radius: 0;
   -webkit-appearance: none;
   -webkit-transition: all 0.4s;
   -moz-transition: all 0.4s;
   transition: all 0.4s;
}
select:hover {
	background-color: #fff;
}

select.pq {
   	padding: 3px 30px 3px 10px;
}



/*** botones ***/

.boton {
	background-color: #0074bd;
	padding: 4px 12px;
	border: 0;
	color: #fff;
	border-radius: 3px;
	font-size: 12px;
}

.boton-reserva {
	background-color: #4caf50;
	padding: 4px 12px;
	border: 0;
	color: #fff;
	border-radius: 3px;
	font-size: 12px;
}

.boton a, .boton-reserva a {
	color: #fff !important;
}

.boton:hover {
	background-color: #ff5722;
}

.boton-reserva:hover {
	background-color: #388e3c;
}

.miga {
	padding: 12px 0 4px 0;	
	border-bottom: 1px solid #e5e5e5;
	background: #fff;
}

.miga .col-sm-8:first-child {
	margin-left: -15px;
}


.banner {
	margin-bottom: 30px;
}




/*******************************************************************************
							CABECERA
*******************************************************************************/


.cabecera-top {
	height: 30px;
	border-bottom: 1px solid #e5e5e5;
	background: #1c2e5e;
}

.cabecera-top .container {
	background-color: transparent;
	padding: 0;
}

.cabecera-top .container .row {
/*	margin-left: 0;
	margin-right: 0px;*/
}

.logotipo {
	position: absolute;
	z-index: 300;
	top: -29px;
}

.cabecera-menu {
	background: #fff;
}


/*******************************************************************************
							MENÚ-TOP y SUBMENÚ
*******************************************************************************/

/*** Menú top ***/

.menu-top {
	text-align: right;
	font-size: 10px;
	font-weight: 400;
	height: 30px;
	text-transform: uppercase;
	line-height: 200%;
}

.menu-top a {
	color: #fff;
}


.menu-top ul {
	margin: 0 !important;	
	padding-left: 0;
}

.menu-top li {
	margin: 0;
	padding: 4px 10px;
	list-style: none;
	float: right;
	border-right: 1px solid #193275;
}

.menu-top li:last-child {
	border-left: 1px solid #193275;	
}


.menu-top li img {
	padding-right: 3px;
	margin-top: -1px;
}

.menu-top li .flecha-menu-top {
	padding-right: 0;
	padding-left: 3px;
}

.menu-top li:hover {
	background: #dcdcdc;
}

.menu-top ul ul {
	margin-left: -11px !important;	
	text-align: center;
	margin-top: 2px !important;
}

ul.submenu-idiomas {
	display: none;
	position: absolute;
	background: #fff;
	width: 96px;
	border: 1px solid #e5e5e5 !important;	
	float: none;
	z-index: 500;
}
ul.submenu-idiomas li {
	float: none !important;
	border: none !important;
	background:#1c2e5e;
}


li:hover .submenu-idiomas {
	display: block;
}

ul.submenu-mapa {
	display: none;
	position: absolute;
	background: #fff;
	width: 96%;
	left: 2%;
	padding-top: 7px;
	padding-bottom: 7px;
	border: 1px solid #e5e5e5 !important;	
	float: none;
	z-index: 5000;
}
ul.submenu-mapa li {
	float: none !important;
	border: none !important;
}

li:hover .submenu-mapa {
	display: block;
}

li.tiempo div {
	margin-top: -1px;
}


/*** Submenú ***/

.submenu {
	margin-bottom: 50px;
}

.submenu-top {
	display: block;
	padding: 2px 3px 4px 3px;
	color: #212121;
	font-size: 18px;
	letter-spacing: 0.5px;	
	font-weight: 700; 
}

.submenu li {
	border-bottom: 1px solid #e5e5e5;
	padding: 5px 5px 5px 28px;
  	background: #fff url("../img/pictos.png") no-repeat -10px -31px;
  	font-weight: 500;
}

.submenu li:first-child {
	border-top: 1px dotted #e5e5e5;	
}

.submenu li:hover {
  	background: #fff url("../img/pictos.png") no-repeat -10px -120px;
}


/*******************************************************************************
							HOME CONTENIDOS
*******************************************************************************/

/*** general ***/

.home-contenedor {
	margin-top: -60px;
	background-color: #e8e9ea;
}

.home-top {
	background: #fff;
	padding: 40px 0 20px 0;
	border-bottom: 1px dotted #ccc;
}

.home-top .col-sm-6 {
	margin-bottom: 30px;
}

.home-top h4, .titulo-bloque {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 26px;
	font-weight: 100;
	margin-bottom: 25px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	color: #1c2e5e;
}


.home-contenedor-destacado {
	background-color: #fff;
	padding: 5px 15px 5px 15px;
}

h3.titulo-bloque + p {
	margin-top: -20px !important;
	font-family: georgia;
	font-style: italic;
	font-size: 16px;
}

.contenedor-home {
	background: #f2f2f2;
}

.home-bottom {
	background: #fff;
	padding: 30px 0;
}


/*** Top experiencias ***/

.cabecera-experiencias {
	color: #fff;
	background: #00b2da;
	margin-bottom: 30px;
}

.cabecera-experiencias h3 {
	color: #fff;
	font-weight: 500;	
  	background: #00b6eb url("../img/pic-down.png") no-repeat 12px 10px;
	padding: 10px 20px 10px 45px;
}



/***  accesos directo home ***/

.acceso-directo-home-contenedor {
	position: relative;
}

.acceso-directo-home {
	position: absolute;
	top: -130px;
	width: 100%;
	background: #fff;
	z-index: 4000;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 120%;
	color: #fff;
}

.acceso-directo-home strong {
	font-weight: 900;
}

.acceso-directo-home ul {
	margin: 0 !important;	
	padding-left: 0;
}


.acceso-directo-home li {
	width: 20%;
	margin: 0 !important;
	list-style: none;
	float: left;
	padding: 13px 10px 10px 20px;
	height: 55px;
	border-left: 1px dotted #ccc;
    -webkit-transition: all 0.2s ease; /* Safari and Chrome */
    -moz-transition: all 0.2s ease; /* Firefox */
    -o-transition: all 0.2s ease; /* IE 9 */
    -ms-transition: all 0.2s ease; /* Opera */
    transition: all 0.2s ease;
}

.acceso-directo-home li.acceso-rapido {
	border-left: 0px solid #fff;
	
}

.acceso-directo-home a li {
	color: #757575;
}

.acceso-directo-home li:hover {
	background-color: #0074bd;
    -webkit-transition: all 0.4s ease; /* Safari and Chrome */
    -moz-transition: all 0.4s ease; /* Firefox */
    -o-transition: all 0.4s ease; /* IE 9 */
    -ms-transition: all 0.4s ease; /* Opera */
    transition: all 0.4s ease;
}

.acceso-directo-home a li:hover  {
	color: #fff;
}

.acceso-rapido {
	background-color: #1c2e5e;
	height: 55px;
	font-weight: 700;
	text-align: center;
	padding: 13px 10px 10px 0px !important;
}

.acceso-directo-home .flaticon-bed:before {
	font-size: 36px !important;
	padding-right: 20px;
	padding-top: 5px;
	color: #0074bd;
	display: inline-block;
	float: left;
}

.acceso-directo-home .flaticon-plane:before {
	font-size: 30px !important;
	padding-right: 20px;
	padding-top: 8px;
	color: #0074bd;
	display: inline-block;
	float: left;
}

.acceso-directo-home .flaticon-restaurant:before {
	font-size: 30px !important;
	padding-right: 20px;
	padding-top: 8px;
	color: #0074bd;
	display: inline-block;
	float: left;
}

.acceso-directo-home .flaticon-clock:before {
	font-size: 26px !important;
	padding-right: 20px;
	padding-top: 8px;
	color: #0074bd;
	display: inline-block;
	float: left;
}

.acceso-directo-home a:hover .flaticon-bed:before, .acceso-directo-home a:hover .flaticon-restaurant:before, .acceso-directo-home a:hover .flaticon-plane:before, .acceso-directo-home a:hover .flaticon-clock:before {
	color: #fff;
}


/*** ofertas home ***/

.ofertas-home {
	border: 1px solid #f2f2f2;
	margin-bottom: 30px;
	background: #fff;
}

.oferta-precio {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 16px;
	font-weight: 700;
	background-color: #e52d3f;
	width: 50px;
	height: 50px;
	padding: 10px 5px;
	border-radius: 50px;
	color: #fff;
	text-align: center;
}



/*** agenda home ***/

.agenda-home {
	margin-bottom: 30px;
	background: #fff;
}

.titulo-agenda-home h3 {
	background: #00679a;
	display: block;
	padding: 15px;
	margin-bottom: 0;
	color: #fff !important;
	font-size: 16px;
	text-transform: uppercase;
	border-radius: 5px 5px 0 0;
}

.eventos {
	background: #00b2d9;
	color: #fff;
	padding: 5px 15px;	
	display: block;
	font-weight: 700;
}

.agenda-home img {
	width: 60px;
	height: 60px;
	float: left;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-top: 5px;
}

.agenda-home h4 {
	font-size: 13px;
	line-height: 120%;
	font-weight: 700;
}

.evento-agenda-home {
	padding: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e0e0e0;
	min-height: 100px;
}

.last {
	background-color: #fff;
	padding: 1px 20px 20px 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e0e0e0;
}

.pico {
	background-color: #f2f2f2;
    height: 15px;
    background-image: url(../img/pico-experiencias.png);
    background-repeat: no-repeat;
    background-position: left -22px;
}


.evento-agenda-home:hover {
	background-color: #fff;
    -webkit-transition: all 0.3s ease; /* Safari and Chrome */
    -moz-transition: all 0.3s ease; /* Firefox */
    -o-transition: all 0.3s ease; /* IE 9 */
    -ms-transition: all 0.3s ease; /* Opera */
    transition: all 0.3s ease;
}

.ver-todo {
	text-align: center !important;
}


/*******************************************************************************
							LATERAL
*******************************************************************************/


.lateral-home {
}

.lateral {
	margin-top: 30px;
	
}


/*******************************************************************************
							INTERIOR GENERAL
*******************************************************************************/


/* Interior top */

.interior-top {
	padding-left: 30px !important;
	padding-right: 30px !important;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	position: relative;
}

.compartir {
	text-align: right;
}

.multiple-cabecera {
	margin-left: -30px !important;
	margin-right: -30px !important;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 500px;
	background-color: #dfdfdf;
}

.multiple-cabecera-texto {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: -30px !important;
	margin-right: -30px !important;
	position: absolute;
	bottom: 25%;
	z-index: 10;
	width: 100%;
	background-color: rgba(38,50,56,0.1);
	padding: 10px;
}


.multiple-cabecera-texto h1 {
	color: #fff !important;
	line-height: 100%;
	font-size: 56px;
	font-weight: 100;
	letter-spacing: -1px;
	font-family: georgia;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 15px;
    border-bottom: 2px solid #fff;
    padding-bottom: 15px;
/*	background: rgba(0,116,189,0.6); 
	padding: 5px 10px;*/

	text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.multiple-cabecera-texto p {
	margin-bottom: 0;
	font-weight: 400;
	font-size: 24px;
	color: #fff !important;
}


/* Interior cuerpo */

.interior-contenido-top {
	background: #f2f2f2;
	padding: 20px 0;
}

.interior-volver {
	padding-top: 10px;
	padding-bottom: 0;
	border-top: 1px solid #e5e5e5;
}


.interior-ficha {
	margin-bottom: 1px;
	padding-left: 30px !important;
	padding-right: 30px !important;
	padding-bottom: 30px;
	margin-top: 5px;
	background-color: #fff;
}

.interior-texto {
	border-right: 1px solid #e5e5e5;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
}

.interior-texto li {
	margin-top: 10px;
	margin-bottom: 10px;
}

.interior-texto a {
	color: #0074bd;
}

.interior-texto .boton a {
	color: #fff !important;
}


.interior-cuerpo {
	padding: 0;
	padding-bottom: 10px;
	margin-bottom: 1px;
}

.titular-ficha {
	max-width: 900px;
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 40px;
	font-weight: 500;
}

.img-principal-interior {
	margin-bottom: 20px;
}

.entradilla {
	font-size: 22px;
	line-height: 150%;
	font-weight: 400;
	color: #333;
	font-family: georgia;
}

/*** relacionado te guastará ***/

.relacionado {
	background: #f2f2f2;
	padding-top: 30px;
	padding-bottom: 20px;
}

.relacionado .titulo-bloque{
	text-align: center;
}


/*** fichas oferta ***/

.ficha-datos h1 {
	font-size: 26px;
}

.ficha-datos {
	font-size: 13px;
	
}

.fichas h4{
	font-size: 16px;
	margin-bottom: 10px !important;
}

.fichas p {
	margin-bottom: 10px !important;

}

.fichas.alojamiento #seccion-4 p {
	margin-bottom: 0px !important;

}

.fichas.alojamiento #seccion-4 .positivo {background: url('../img/mas2.png') no-repeat 0 3px;padding-left: 28px}
.fichas.alojamiento #seccion-4 .negativo {background: url('../img/menos.png') no-repeat 0 3px;padding-left: 28px}

/*** ficha agenda ***/

.ficha-agenda-datos {
	border-right: 1px dotted #ccc;
}


.ficha-agenda-top h1 {
	font-size: 28px;
	margin-bottom: 40px;
}

.ficha-agenda-top h3 {
	font-size: 24px;
	color: #666;
	font-weight: 300;
}

.ficha-agenda-top h5 {
	font-size: 16px;
	color: #666;
}

.ficha-agenda-lateral {
	font-size: 13px;
}

.ficha-agenda-lateral h4 {
	font-size: 16px;
}

/*** buscador playas ***/

.buscador-playas {
	border: 1px solid #e9e9e9;
	border-bottom: 5px solid #e9e9e9;
	color: #9e9e9e;
	padding: 5px 15px;
	margin-bottom: 30px;
}

.buscador-playas li {
	margin-right: 10px;
}


.buscador-playas .botones {
	text-align: right;
	display: inline-block;
}

/*** Contacto ***/

.contacto {
	max-width: 480px;
	padding-top: 30px;
}



/*******************************************************************************
							CAJAS EXPERIENCIAS
*******************************************************************************/




.caja-exp {
	background-color: #fff;
	margin-bottom: 30px;
	min-height: 360px;
	overflow: hidden;
	position: relative;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

.caja-exp-playas {
	min-height: 390px !important;
}

.caja-exp-playas .caja-exp-contenido {
	min-height: 222px !important;
	
}

.caja-exp-playas p {
	font-size: 13px;
	line-height: 150%;	
}

.caja-exp .pic {
	opacity: 1;
}

.caja-exp:hover .pic {
	opacity: 0.7;
}

.caja-exp div.ver {
	position: absolute !important;
	bottom: 8px;
	color: #fff;
	margin: 0 auto;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 0;
}

.caja-exp:hover div.ver .boton-trans-border{
	background: none !important;
	border: 1px solid #fff;
}

.caja-exp-contenido {
	background-color: #fff;
	text-align: center;
	padding: 20px 15px 5px 15px;
	display: block;
	min-height: 110px;
    -webkit-transition: all 0.1s ease; /* Safari and Chrome */
    -moz-transition: all 0.1s ease; /* Firefox */
    -o-transition: all 0.1s ease; /* IE 9 */
    -ms-transition: all 0.1s ease; /* Opera */
    transition: all 0.1s ease;
}



.caja-exp h3 {
	font-size: 17px;
	font-weight: 400;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	min-height: 40px;
}

.caja-exp a h6  {
	color: #0074bd;
	margin-bottom: 12px;
}

.caja-exp a.boton-trans-border{
	display: none;
 }




/*******************************************************************************
							CAJAS OFERTA
*******************************************************************************/


.caja-oferta {
	background: #fff;
	margin: 0;
	padding: 15px 15px 0 15px;
	border: 1px solid #e9e9e9;
	font-size: 14px;
	margin-bottom: 15px;
}

ul.botones-top-oferta {
	margin-left: 0px;
	margin-top: 0px;
}

ul.botones-top-oferta li {
	margin-right: 5px;
	margin-bottom: 15px;
}


.img-oferta {
	margin-bottom: 20px;
}


.filtro-cabecera {
	background-color: #f4f4f4;
	margin: 0;
	padding: 5px 15px;
	margin-bottom: 15px;
}

.filtro-select {
	float: right;
	padding-right: 0;
	display: inline-block
}

.caja-oferta-bottom {
	background-color: #f4f1eb;
	margin: 0;
	margin-top: 15px;
	padding: 15px;
	vertical-align: top;
}

.caja-oferta-bottom li {
	margin: 0;
	padding: 0;
}

.caja-oferta-bottom img {
	width: 25px;
}


.caja-oferta-bottom li.botones {
	float: right;
}


.estrellas01 {
	margin: 0;
	background-image: url(../img/estrellas.png);
	width: 17px;
	height: 16px;
	display: block;
	margin-bottom: 10px;
}

.estrellas02 {
	margin: 0;
	background-image: url(../img/estrellas.png);
	width: 33px;
	height: 16px;
	display: block;
	margin-bottom: 10px;
}

.estrellas03 {
	margin: 0;
	background-image: url(../img/estrellas.png);
	width: 49px;
	height: 16px;
	display: block;
	margin-bottom: 10px;
}

.estrellas04 {
	margin: 0 20px;
	background-image: url(../img/estrellas.png);
	width: 65px;
	height: 16px;
	display: block;
	margin-bottom: 10px;
}

.estrellas05 {
	margin: 0 20px;
	background-image: url(../img/estrellas.png);
	width: 81px;
	height: 16px;
	display: block;
	margin-bottom: 10px;
}



.tenedores01 {
	margin: 0;
	background-image: url(../img/tenedores.png);
	width: 17px;
	height: 22px;
	display: block;
	margin-bottom: 10px;
}

.tenedores02 {
	margin: 0;
	background-image: url(../img/tenedores.png);
	width: 33px;
	height: 22px;
	display: block;
	margin-bottom: 10px;
}

.tenedores03 {
	margin: 0;
	background-image: url(../img/tenedores.png);
	width: 49px;
	height: 22px;
	display: block;
	margin-bottom: 10px;
}



/*******************************************************************************
							CARRUSELES
*******************************************************************************/


/*** Carrusel home ***/ 

.item-home {
	height: 650px !important;
	background-size: cover;
}

#carrusel-home .util-prev {
	top: -50px;
	left: 8px;
}
#carrusel-home .util-next {
	top: -50px;
	right: 8px;
}

.contenido-home {
	position: relative;
	top: 350px;
	z-index: 100;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	z-index: 100;
}

.contenido-home h3  {
	font-family: georgia;
	text-align: center;
	font-size: 50px;
	font-weight: 100;
	line-height: 100%;
	color: #fff !important;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 10px;
	border-bottom: 3px solid #fff;
	padding-bottom: 20px;
	background:rgba(28,46,91,0.7);
	padding-left:10px; padding-right:10px; padding-top:20px;
}

.contenido-home p, .contenido-home p a {
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	line-height: 115%;
	color: #fff;
	margin-top: 10px;
	padding-left: 5%;
	padding-right: 5%;
	display: block;
	margin-bottom: 25px !important;
}

.carrusel-home-destinos a.boton-trans-border{
	margin-top: 30px !important;
	display: block;
}

.contenido-home .flecha-down {
	position: absolute;
	top: 430px;
	z-index: 100;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	z-index: 110;	
}

/* pastilla viaje carrusel home */

.viaje-caja {
	position: absolute;
	bottom: -150px;
	right: 10px;
	font-size: 11px;
	line-height: 150%;
	font-weight: 700;
	min-width: 250px;
	color: #fff;
	text-align: left;
	background-color: #0074bd;
	padding: 10px 10px 0 0;
	}

.viaje-caja a {
	color: #fff;
}

.viaje-caja img {
	float: left;
	margin-right: 10px;
	margin-top: -10px;
}

.viaje-caja .nombre {
	padding-top: 30px;
	display: inline;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	margin-top: 30px !important;
	font-size: 10px;
	line-height: 100%;
}
.viaje-caja .duracion {
}


.viaje-caja .descubre {
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	display: block;
	color: #343434;
	font-family: georgia;
	padding-top: 5px;
}

/*** Carrusel destinos ***/



#carrusel-destinos .util-prev {
	top: -40px;
	left: -5px;
	z-index: 1000;
}
#carrusel-destinos .util-next {
	top: -40px;
	right: -5px;
	z-index: 1000;
}

.item-destinos {
	height: 400px;
	background-size: cover;
}

.contenido-destinos {
	position: relative;
	top: 160px;
	z-index: 100;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	z-index: 100;
}

.contenido-destinos h3 {
	font-size: 26px;
	font-weight: 500;
	line-height: 100%;
	color: #fff !important;
	letter-spacing: -0.5px;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 10px;
	background: rgba(0,116,189,0.9);
	padding: 5px 10px;
}

.contenido-destinos p, .contenido-destinos p a {
	font-size: 15px;
	line-height: 150%;
	color: #fff;
	margin-top: 10px;
	max-width: 400px;
	display: block;
	text-align: center;
	left: 0;
	right: 0;
	margin: 0 auto;
	margin-bottom: 15px !important;
	background: rgba(0,0,0,0.2);
	padding: 5px;
	
}

.carrusel-home-destinos a.boton-trans-border{
		margin-top: 30px !important;
}

/*** Carrusel destacados ***/ 

#carrusel-destacados .util-prev {
	top: -120px !important;
	left: 10px;
}

#carrusel-destacados .util-next {
	top: -120px !important;
	right: 10px;
}

.item-destacados {
	height: 400px;
	margin: 0 15px !important;
	background: #fff;
	border:  1px solid #e5e5e5;
}

#carrusel-destacados {
	margin: 0 -15px;
}

#carrusel-destacados_new {
	margin: 0 -15px;
}
.item-destacados_new {
	height: 400px;
	margin: 0 15px !important;
	background: #fff;
	border:  1px solid #e5e5e5;
}

.contenido-destacados a h3 {
	padding: 10px 15px 0 15px !important;
	font-size: 16px;
	font-weight: 700;
	line-height: 130%;
	color: #263238;
	margin-bottom: 0;
	letter-spacing: 0;
}

.contenido-destacados a p {
	padding: 10px 15px 0 15px !important;
	line-height: 140%;
	font-size: 13px;
	color: #9e9e9e;
	padding: 0;
	margin: 0;
	font-weight: 500;
}

.contenido-destacados a h6 {
	padding: 15px 15px 0 15px !important;
	margin-left: 0;
	text-transform: uppercase;
	margin-bottom: 0;
}












.contenido-destacados a h3 {
	padding: 10px 15px 0 15px !important;
	font-size: 16px;
	font-weight: 700;
	line-height: 130%;
	color: #263238;
	margin-bottom: 0;
	letter-spacing: 0;
}

.contenido-destacados a p {
	padding: 10px 15px 0 15px !important;
	line-height: 140%;
	font-size: 13px;
	color: #9e9e9e;
	padding: 0;
	margin: 0;
	font-weight: 500;
}

.contenido-destacados a h6 {
	padding: 15px 15px 0 15px !important;
	margin-left: 0;
	text-transform: uppercase;
	margin-bottom: 0;
}

a.boton-trans-border {
	color: #fff;
}

.boton-trans-border {
	border: 1px solid #fff;
	padding: 5px 20px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 11px;
	letter-spacing: 1px;
}

.boton-trans-border {
	border: 1px solid #fff;
	padding: 5px 20px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 11px;
	letter-spacing: 1px;
}

.boton-trans-border:hover {
	background: #0074bd;
	color: #fff;
	border: 1px solid #0074bd;
    -webkit-transition: all 0.3s ease; /* Safari and Chrome */
    -moz-transition: all 0.3s ease; /* Firefox */
    -o-transition: all 0.3s ease; /* IE 9 */
    -ms-transition: all 0.3s ease; /* Opera */
    transition: all 0.3s ease;
}

 
/*** Carrusel ofertas home ***/ 

#carrusel-ofertas .util-prev {
	top: -120px !important;
	left: -8px;
}

#carrusel-ofertas .util-next {
	top: -120px !important;
	right: -8px;
}


/*** Carrusel fichas ***/ 

.galeria-ficha {
	padding: 50px 20px 20px 20px;
	background-image: url(../img/ico-camera-black.png);
	background-color: #f2f2f2;
	background-repeat: no-repeat;
	background-position: 20px 20px;
	margin-bottom: 30px;
}

#carrusel-interior {
	margin-bottom: 15px;
}


#carrusel-interior .util-prev {
	top: 0 !important;
	left: -8px;
}

#carrusel-interior .util-next {
	top: 0 !important;
	right: -8px;
}

.slick-next {
	right: 10px !important;
}

.slick-prev {
	left: 10px !important;
}

.slick-slider {
	margin-bottom: -1px !important;
}

.slider-nav  {
	margin-top: 15px;
}


.slider-nav div {
	padding: 3px 5px 0 2px;
}

.slider-nav:first-child {
	margin-left: -10px !important;
}


.slick-center {
	background: #b3ddea;
}

.interior-cuerpo .tabs-experiencias {
	margin-top: 30px;
	border-top: 1px solid #e6eaec;
}

.pie-foto {
	position: absolute;
	bottom: 0;
	left: 0;
	height: auto;
	background: rgba(0,0,0,0.7);
	color: #fff;
	font-size: 12px;
	z-index: 1000;
	padding: 0 10px 0 40px;
	background-image: url(../img/ico-camera.png);
	background-position: 15px center;
	background-repeat: no-repeat;
}




/*******************************************************************************
							BANNERS
*******************************************************************************/


.banner-playas {
	/*background: url(../img/fondo-banner-playas.jpg);*/
	background-size: cover;
	height: 400px;
	margin-bottom: 30px;
}

.contenido-playas {
	position: absolute;
	right: 60px;
	top: 180px;
	width: 330px;	
	text-transform: uppercase;
}

.banner-playas h2 {
	color: #fff;
	font-size: 28px;
	font-weight: 900;
}


.banner-restaurantes {
	/*background: url(../img/fondo-banner-restaurantes.jpg);*/
	background-size: cover;
	height: 400px;
	margin-bottom: 30px;
}

.contenido-restaurantes {
	position: absolute;
	left: 50px;
	bottom: 50px;
	width: 230px;	
	text-transform: uppercase;
}

.banner-restaurantes h2 {
	color: #fff;
	font-size: 22px;
	font-weight: 900;
	margin-bottom: 15px !important;
}

.banner-restaurantes p {
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}

.banner-alojamientos {
	/*background: url(../img/fondo-banner-alojamientos.jpg);*/
	background-size: cover;
	height: 400px;
	margin-bottom: 30px;
}
.banner-alojamientos a {position: relative}

/*.banner-alojamientos a img {position: absolute}*/

.contenido-alojamientos {
	position: absolute;
	left: 0px;
	top: -360px;
	width: 230px;
	text-transform: uppercase;
	padding: 180px 30px 0 30px;
}

.banner-alojamientos h2 {
	color: #fff;
	font-size: 22px;
	font-weight: 900;
	margin-bottom: 15px !important;
}

.banner-alojamientos p {
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}


.banner-rutas {
	/*background: url(../img/fondo-banner-rutas.jpg);*/
	background-size: cover;
	height: 400px;
	margin-bottom: 30px;
}


.contenido-rutas {
	position: absolute;
	left: 50px;
	top: 40px;
	width: 230px;	
	text-transform: uppercase;
}

.banner-rutas.banner-lateral .contenido-rutas {
	position: relative;
	left: 0px;
	top: 40px;
	width: 230px;
	text-transform: uppercase;
	padding: 140px 30px 30px 30px;
}

.banner-rutas.banner-lateral {
	background: url(../img/fondo-banner-rutas.jpg);
	background-position: right top;
}

.banner-rutas h2 {
	color: #fff;
	font-size: 28px;
	font-weight: 900;
	margin-bottom: 0 !important;
}

.banner-rutas p {
	color: #fff;
	font-size: 22px;
	font-weight: 400;
	margin-top: 5px !important;
	margin-bottom: 15px !important;
}



span.boton-trans-border{
	border: 1px solid #fff;
	padding: 5px 20px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 11px;
	letter-spacing: 1px;
}

span.boton-trans-border:hover {
	background: #0074bd;
	color: #fff;
	border: 1px solid #0074bd;
    -webkit-transition: all 0.3s ease; /* Safari and Chrome */
    -moz-transition: all 0.3s ease; /* Firefox */
    -o-transition: all 0.3s ease; /* IE 9 */
    -ms-transition: all 0.3s ease; /* Opera */
    transition: all 0.3s ease;
}




/* Cajas experiencias */



.me-gusta  {
	float: right;
	text-align: right;
	margin-top: -5px;
	margin-right: -5px;
	padding-left: 18px;
	font-size: 12px;
	letter-spacing: -0.5px;	
	color: #aaaaaa;
	text-transform: uppercase;
	font-weight: 700; 
	margin-bottom: 0.8em;
}


.me-gusta a {
	color: #b1b1b1;	
}


/* cajas oferta */





/*******************************************************************************
							CALENDARIO
*******************************************************************************/


.calendario {
	border: 1px solid #e5e5e5;
	margin-bottom: 30px;
}

.calendario table, .calendario td, .calendario tr, .calendario th {
	border-top: transparent !important;
	border-bottom: transparent !important;
	text-align: center;
	padding: 3px!important;
	font-size: 12px;
	color: #888;
}

.agenda-navegacion {
	text-align: center;
	background-color: #0074bd;
}

.agenda-navegacion img {
	padding-top: 15px;
}


.calendario .mes {
	background-color: #0074bd;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #fff;
}

.calendario tr.dias th {
	color: #0074bd;
}

.calendario a {
	font-weight: 700;
	color: #9f9f9f;
}

.calendario td a.activo {
	background-color: #0074bd;
	display: block;
	padding: 1px 3px;
	color: #fff;
	width: 100%;
	min-width: 20px;
	border-radius: 30px;
}



/*******************************************************************************
							PAGINACIÓN
*******************************************************************************/


ul.paginacion {
	text-align: center;
	margin-top: 20px;
}

ul.paginacion li {
	width: 20px; 
	padding: 0;
}

ul.paginacion li {
	border: 1px solid #e0e0e0;
}

ul.paginacion li.on {
	border: 1px solid #0074bd;
	background: #0074bd;
}

ul.paginacion li.on a {
	color: #fff; 
}


/*******************************************************************************
							COMPARTIR - ME GUSTA - AÑADIR CUADERNO
*******************************************************************************/


/*** compartir ***/


.share {
	margin: 5px 0 5px 0;
}

.interaccion {
	text-align: right;
	margin: -5px 0 15px 0;
}

/*** me gusta ***/

.megusta  {
	float: right;
	margin-top: -8px;
	margin-right: 0px;
	padding-left: 18px;
	font-size: 12px;
	letter-spacing: -0.5px;	
	color: #aaaaaa;
	text-transform: uppercase;
	font-weight: 700; 
}

.caja-exp .flaticon-favorite:before {
	font-size: 15px;
	color: #00b2d9;
	margin-right: 2px;
}

.megusta a {
	color: #b1b1b1;	
}


.me-gusta-interior {
	text-align: center;
	margin-left: 5px;
	margin-right: 20px;
	font-size: 12px;
	font-weight: 900;
	color: #b1b1b1;
	padding-top: 2px;
	padding-left: 36px;
	border-top: 1px solid #dddddd;
	background-image: url(../img/ico-megusta.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.interaccion .me-gusta-interior {
	margin-right: 10px;
	padding-top: 0 !important;
	padding-left: 30px;
	border-top: none !important;
}

.datos-oferta .me-gusta-interior {
	float: right;
	margin-right: 10px;
	padding-top: 0 !important;
	padding-left: 30px;
	border-top: none !important;
}



.me-gusta-interior:hover  {
	background-image: url(../img/ico-megusta-on.png);
    -webkit-transition: all 0.2s ease; /* Safari and Chrome */
    -moz-transition: all 0.2s ease; /* Firefox */
    -o-transition: all 0.2s ease; /* IE 9 */
    -ms-transition: all 0.2s ease; /* Opera */
    transition: all 0.2s ease;
}

.me-gusta-interior a, .cuaderno-add a {
	color: #b1b1b1;	
}

/*** añadir cuaderno ***/

.cuaderno-add {
	margin-left: 5px;
	margin-right: 10px;
	font-size: 12px;
	font-weight: 900;
	color: #b1b1b1;
	padding-top: 0;
	padding-left: 20px;
	background-image: url(../img/ico-cuaderno-add-on.png);
	background-repeat: no-repeat;
	background-position: left 6px;
}

.cuaderno-add:hover  {
	background-image: url(../img/ico-cuaderno-add-on.png);
    -webkit-transition: all 0.2s ease; /* Safari and Chrome */
    -moz-transition: all 0.2s ease; /* Firefox */
    -o-transition: all 0.2s ease; /* IE 9 */
    -ms-transition: all 0.2s ease; /* Opera */
    transition: all 0.2s ease;
}

.texto-miviaje {
	border: 1px solid #e9e9e9;
	padding: 15px;
	margin-bottom: 30px;
}



/*******************************************************************************
							VARIOS
*******************************************************************************/


.scrollup {
    width:40px;
    height:40px;
    opacity:0.8;
    position:fixed;
    bottom:30px;
    right:0px;
    display:none;
    text-indent:-9999px;
    background: url('../images/up.png') no-repeat;
    z-index: 2000;
}



/*******************************************************************************
							PIE
*******************************************************************************/


.pie-top {
	background-color: #fff;
	padding: 40px 0 5px 0;
	font-size: 12px;
	line-height: 160%;
	border-top: 5px solid #e7e8e9;
	margin-top:50px;
}


.pie-top h4 {
	font-size: 16px !important;
	color: #37474f;
	margin-bottom: 10px;
}

.menu-pie-col2 {
	padding-top: 15px;
}

.tel-info {
	font-size: 26px;
	color: #1c2e5e;
	padding-top: 5px;
	padding-bottom: 20px;
	display: block;
}

.caja-newsletter {
	position: relative;
}

.caja-newsletter input[type="text"] {
	font-size: 12px;
}

.caja-newsletter button[type="submit"] {
	background: url(../images/slider-next.png) no-repeat center center;
	background-color: #1c2e5e;
	float: right;
	display: inline;
	width: 40px;
	height: 34px;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
}

.logos-pie {
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 20px;
	border-top: 1px solid #e7e8e9;
}

.copyright {
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 20px;
	border-top: 1px solid #e7e8e9;
	text-align: right;
}
.copyright h5 {
	margin-top: 15px;
	margin-bottom: 5px;
}



.pie-menu {
	text-align: right;
}

.logotipos {
	background: #d2d5d7;
}

.suscripcion {
	background: #2e474f;
}

















/*****************************************************************************
							RESPONSIVE DESIGN
*****************************************************************************/


@media only screen and (max-width: 1200px) {

.flexy-menu > li > a {
	padding:24px 14px;
}



}

@media (min-width: 992px) and (max-width: 1199px) {
.multiple-cabecera-texto-contenedor {
	height: 357px;
	border-right: 15px solid #fff;
	border-left: 15px solid #fff;
}

.acceso-directo-texto {
	padding: 5px 5px;
}

.contenido-restaurantes {
    position: absolute;
    left: 40px;
    bottom: 120px;
    width: 230px;
    text-transform: uppercase;
}

.contenido-playas {
    position: absolute;
    right: 60px;
    top: 130px;
    width: 330px;
    text-transform: uppercase;
}

.banner-rutas {
	height: auto;
}

.banner-restaurantes {
	height: auto;	
}


}

@media only screen and (max-width: 991px) {

.logotipo {
	position: absolute;
	z-index: 100;
	top: 0;
}


.acceso-directo {
	display: none;
}

.home-contenedor {
	margin-top: 0;
	background-color: #e8e9ea;
}

.home-contenedor-destacado {
	background-color: #fff;
	padding: 5px 0 5px 0;
}

.home-contenedor02 {
	background-color: #eee;
	padding: 30px 0 0 0;
}

.interior-cuerpo {
	background: #fff;
	padding: 30px 15px 15px 15px !important;
	margin-bottom: 1px;
}

.multiple-top .imagen {
	background: none;
	padding-top: 15px;
}


.cabecera-menu {
	height: 120px !important;
	background: #0074bd;
}


.menu {
	padding-left: 0 !important;
}

span.br {
	display: none;
}

.carrusel-home {
	top: 56%;
}

.carrusel-home p, .carrusel-home p a {
	font-size: 20px;
	font-weight: 700;
	line-height: 120%;
	color: #fff;
	margin-top: 10px;
	max-width: 100%;
	text-align: center !important;
}



.carrusel-home-destinos {
	position: absolute;
	top: 30%;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 100;
	text-align: center;
}

.carrusel-home-contenedor .container {
	background: none;
}

.carrusel-home-destinos h3 a {
	font-size: 32px;
}

.carrusel-home-destinos p, .carrusel-home-destinos p a, .carrusel-home-destinos .boton {
	display: none;
}

.multiple-cabecera {
	background-position: center center;
}

.caja-experiencia-contenido {
	min-height: 100px !important;
}

.logos-pie ul {
	text-align: center;
}


.copyright {
	text-align: center;
}


.contenido-restaurantes {
    position: absolute;
    left: 40px;
    bottom: 120px;
    width: 230px;
    text-transform: uppercase;
}

.contenido-playas {
    position: absolute;
    right: 60px;
    top: 130px;
    width: 330px;
    text-transform: uppercase;
}


.banner-rutas {
	height: auto;
}

.banner-restaurantes {
	height: auto;	
}

.flexy-menu {
	width: 100%;
	margin-top:0;
	padding: 0;
	position:relative;
	float:left;
	list-style: none;
	background: #0074bd;
	z-index: 90;

}
	.flexy-menu.vertical{
		width: 100%;
	}
	.flexy-menu li {
		display: block;
		width: 100%;
		border-right: none;
	}
	
	.flexy-menu li:last-child {
	/*	border-bottom: 20px solid #fff; */
	}

	.flexy-menu li ul li:last-child {
		border-bottom: 1px solid #fba163;
	}

	.flexy-menu li ul li a {
		background:  #fff;
		color: #31474f;
	}

	.flexy-menu li ul li {
		border-bottom: 1px solid #e2e6e7;
	}


	.flexy-menu > li > a {
		padding-top:15px;
		padding-bottom:5px;
		padding-left: 30px;
		color: #fff;
		height: 40px;
		border-bottom: 1px solid #2896db;
}
	.flexy-menu a{
		width: 100%;
		box-sizing:border-box;
		-moz-box-sizing:border-box; 
		-webkit-box-sizing:border-box; 
	}
	.flexy-menu ul, 
	.flexy-menu ul li ul,
	.flexy-menu.vertical ul, 
	.flexy-menu.vertical ul li ul{
		width: 100%;
		left: 0;
		border-left: none;
		position: static;
		box-sizing:border-box;
		-moz-box-sizing:border-box; 
		-webkit-box-sizing:border-box; 
	}
	.flexy-menu ul li {
		border-left: none;
		border-right: none;
	}
	
	.flexy-menu ul li a,
	.flexy-menu.vertical ul li a	{
		padding-top:10px;
		padding-bottom:10px;
		width: 100%;
	}
	.flexy-menu ul > li > a{
		padding-left: 40px !important;
	}
	.flexy-menu > li .indicator{
		top: 15px;
		right: 25px;
		font-size: 17px;
	}
	.flexy-menu ul > li .indicator{
		right: 24px;
	}
	.flexy-menu.vertical ul > li .indicator{
		top: 10px;
		right: 15px;
	}
	.flexy-menu > li > ul > li > a{ padding-left: 50px !important; }
	.flexy-menu > li > ul > li > ul > li > a{ padding-left: 60px !important; }
	.flexy-menu > li > ul > li > ul > li > ul > li > a{ padding-left: 80px !important; }

.flexy-menu li:hover > a,
.flexy-menu li.active a {
	background: #31474f;
	color: #fff;
}


}

@media only screen and (max-width: 769px) {

.logotipo {
	position: absolute;
	z-index: 100;
	top: 0;
}


.lateral {
	margin-top: 30px;
}

.acceso-directo-home li span {
	display: none;
}

.acceso-directo-home li {
	width: 25%;
	text-align: center;
}
.acceso-rapido {
	display: none;
}


.contenido-home h3 {
	font-size: 36px;
}


#carrusel-home .util-prev {
	display: none;
}
#carrusel-home .util-next {
	display: none;
}

.menu-top span {
	display: none;
}

ul.submenu-idiomas {
	right: 0;
}

ul.submenu-mapa {
	display: none;
	position: absolute;
	background: #fff;
	width: 96%;
	left: 27px;
	padding-top: 7px;
	padding-bottom: 7px;
	border: 1px solid #e5e5e5 !important;	
	float: none;
	z-index: 5000;
}

.contenido-playas {
	right: 30px;
	width: 230px;	
}

.banner-playas h2 {
	color: #fff;
	font-size: 20px;
	font-weight: 900;
}

.logos-pie ul img {
	max-width: 110px;
}


	
}

@media  (max-width: 360px) {

.logotipo {
	position: relative;
	z-index: 100;
	margin-left: -10px !important;
	top: 0px !important;
}

.viaje-caja {
	position: absolute;
	bottom: -140px;
	right: 15px;
	left: 15px;
	font-size: 11px;
	line-height: 150%;
	font-weight: 700;
	min-width: 270px;
	color: #fff;
	text-align: left;
	background-color: #0074bd;
	padding: 10px 10px 0 0;
}

.acceso-directo-home {
	position: absolute;
	top: -70px !important;
	width: 100%;
	background: #fff;
	z-index: 4000;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 120%;
	color: #fff;
}

.multiple-cabecera-texto h1 {
	font-size: 42px;
}

/*.miga .col-sm-8:first-child {
	margin-left: 0px;
}*/

.social-likes {
	margin: 5px;
	float: right;
}

.interior-cuerpo {
	background: #fff;
	padding: 15px 15px 15px 15px !important;
	margin-bottom: 1px;
}

.interior-texto {
	border-right: 1px solid #e5e5e5;
	padding-top: 20px;
	padding-right: 15px;
}

.cuaderno-add {
	margin-left: 5px;
	margin-right: 0px;	
}

.entradilla {
	font-size: 18px;
}

.galeria-ficha {
	padding: 50px 10px 10px 10px;

}

.pie-top .col-sm-6 {
	display: none;
}

.miga {
	padding: 12px 0 4px 15px;
	border-bottom: 1px solid #e5e5e5;
	background: #fff;
}

.ficha-datos {
	margin-top: 30px;
	font-size: 13px;
}

.caja-oferta-bottom li.botones {
	float: none;
	display: block;
	margin-top: 10px;
}

.menu-pie-col2 {
	padding-top: 0;
}

.menu-pie-col2 {
	padding-top: 0;
}



}

