/* CSS Document */
/* estructure-riu.css  */
/* modificado 4/07/2017 13:30; */
/*  =========================================================================
  	Generales
========================================================================== */
/* Font Face */
@font-face {
	font-family:'InterstateReg';
	src: url('/fonts/Interstate-Regular.eot');
	src: url('/fonts/Interstate-Regular.eot?#iefix') format('embedded-opentype'), url('/fonts/Interstate-Regular.woff') format('woff'), url('/fonts/Interstate-Regular.ttf') format('truetype'), url('/fonts/Interstate-Regular.svg#Interstate-Regular') format('svg');
	font-style:normal;
}
html, button, input, select, textarea {
	color:#222
}
input[type="submit"], button{
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
hr {
	border:0;
	border-top:.1em solid #ccc;
	display:block;
	height:.1em;
	margin:1em 0;
	padding:0;
}
img {
	vertical-align:middle;
}
fieldset {
	border:0;
	margin:0;
	padding:0;
}
textarea {
	resize:vertical;
}
.chromeframe {
	background:#ccc;
	color:#000;
	margin:.2em 0;
	padding:.2em 0;
}
body {
	font-family:Arial, Helvetica, Helvetica Neue;
}
.header-container {
	border-bottom:2em solid #e44d26;
}
.footer-container, .main aside {
	border-top:2em solid #e44d26;
}
/* Headers */
h1, h2, h3, h4, h5, h6 {
	font-family:InterstateReg, Arial, Sans-serif;
}
.ie7 h1, .ie7 h2, .ie7 h3, .ie7 h4, .ie7 h5, .ie7 h6, .ie8 h1, .ie8 h2, .ie8 h3, .ie8 h4, .ie8 h5, .ie8 h6 {
	font-family:Arial, Sans-serif;
}
h3 {
	color:rgb(209,157,46);
}
h3 p {
	font-style:italic;
}
/* Links */
a {
	color:rgb(39,140,205);
	text-decoration:none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
a.no-transit {
	-webkit-transition:none;
	-moz-transition:none;
	-ms-transition:none;
	-o-transition:none;
	transition:none;
}
a:hover, a:active, a:focus {
	color:rgb(88,189,254);
	text-decoration:none;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  border: none;
  /*white-space: nowrap;*/
  vertical-align: middle;
  cursor: pointer;
  height: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: none;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
  background-image: none!important;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.btn-default {
  color: #333;
  background-color: #E2E2E2;
  border-color: #E2E2E2;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #DBDBDB;
  border-color: #DBDBDB;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background: #278ccd!important;
  border: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff!important;
  background-color: #2279B0!important;
  /*border-color: #285e8e;*/
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #278ccd;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #278ccd;
  background-color: #fff;
}

.btn-secondary {
  color: #444444;
  background: #f1ca55!important;
  border: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  color: #444444!important;
  background-color: #E2BE50!important;
  /*border-color: #285e8e;*/
}
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  background-image: none;
}
.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active {
  background-color: #f1ca55;
  border-color: #f1ca55;
}
.btn-secondary .badge {
  color: #f1ca55;
  background-color: #444;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c!important;
  border-color: #4cae4c!important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #DA5956;
  border-color: #DA5956;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #be4e4c;
  border-color: #be4e4c;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-grey {
  color: #444444;
  background: #f4f4f4!important;
  border: none;
}
.btn-grey:hover,
.btn-grey:focus,
.btn-grey:active,
.btn-grey.active,
.open > .dropdown-toggle.btn-grey {
  color: #444444!important;
  background-color: #E0E0E0!important;
  /*border-color: #285e8e;*/
}
.btn-grey:active,
.btn-grey.active,
.open > .dropdown-toggle.btn-grey {
  background-image: none;
}
.btn-grey.disabled,
.btn-grey[disabled],
fieldset[disabled] .btn-grey,
.btn-grey.disabled:hover,
.btn-grey[disabled]:hover,
fieldset[disabled] .btn-grey:hover,
.btn-grey.disabled:focus,
.btn-grey[disabled]:focus,
fieldset[disabled] .btn-grey:focus,
.btn-grey.disabled:active,
.btn-grey[disabled]:active,
fieldset[disabled] .btn-grey:active,
.btn-grey.disabled.active,
.btn-grey[disabled].active,
fieldset[disabled] .btn-grey.active {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}

.btn-link {
  font-weight: normal;
  color: #278ccd;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

div.button.blue input, .formBoletin form .buttonBlue input {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

/* end buttons & btn */

/* listados */
ul li {
	list-style:url('/fcs_images/css/list_quadrat.gif');
}
/* Iconos */
.ico {
	background:transparent url('/fcs_images/sprite/sprite-general-new.png');
	text-indent:-999999px;
}
/*.retina .ico {
	background-image: url('/fcs_images/sprite/sprite-general-new@2x.png');
	background-size:300px 850px;
}
.retina .ico.img-map {
	background-image: url('/fcs_images/sprite/sprite_general.png');
	background-size:initial;
}*/
/* Iconos Cabeceera */
/* Cambio en la cabecera en caso de no transigir */
.ico-logo {
	background-position:0 0;
	width:11.7em;
	height:11.7em;
}
.ico-tel {
	background-position:-184px -250px;
	width:1.6em;
	height:1.6em;
	display:block;
	float:left;
	margin-right:.5em;
}
/* Iconos del buscador*/
.ico-list {
	background-position:-174px -121px;
}
.ico-cal {
	background-position:-208px -121px;
}
.ico-vh {
	background-position:-224px -82px;
}
.ico-h {
	background-position:-228px -40px;
}
.ico-bp {
	background-position:0 -245px;
}
.ico-list:hover {
	background-position:-174px -146px;
}
.ico-cal:hover {
	background-position:-208px -146px;
}
.retina .ico-cal {
}
.retina .ico-list {
}
.retina .ico-bp {
}
/* Iconos servicios hab. */
.ico-allInc {
	background-position:0 -622px;
}
.ico-golf {
	background-position:-24px -622px;
}
.ico-spa {
	background-position:-48px -622px;
}
.ico-freeWifi {
	background-position:-72px -622px;
}
.ico-wifi {
	background-position:-96px -622px;
}
.ico-wed {
	background-position:-120px -622px;
}
.ico-offer {
	background-position:-144px -622px;
}
.ico-24h {
	background-position:-57px -622px;
}
.ico-gym {
	background-position:-192px -622px;
}
.ico-21 {
	background-position:-114px -622px;
}
.ico-18 {
	background-position:-114px -622px;
}
.ico-16 {
	background-position:-114px -622px;
}
.ico-serv {
	background-position:0 -646px;
}
/* Button Scroll Up */
.scrollTop {
	background-color:rgba(120,120,120,.5);
	display:none;
	position:fixed;
	bottom:20px;
	right:20px;
	height:32px;
	width:32px;
	z-index:100;
	border-radius: 5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-transition: background .5s ease;
	-moz-transition: background .5s ease;
	-ms-transition: background .5s ease;
	-o-transition: background .5s ease;
	transition: background .5s ease;
}
.scrollTop:hover {
	background-color:rgba(120,120,120,.8);
}
.scrollTop a {
	color:transparent!important;
	background:transparent url('/fcs_images/sprite/sprite-general-new.png') -140px -244px;
	display:block;
	height:100%;
	width:100%;
}
.retina .scrollTop a {
	background-image:url('/fcs_images/sprite/sprite-general-new@2x.png');
	background-size:300px 850px;
}
.scrollTop a:hover {
	text-decoration:none;
}
/* Politica de cookies */
#fp_cookieMessageContainer {
	line-height:30px;
	border:0;
	background-color:rgb(201,164,73);
	color:#000;
	text-align:center;
	font-size:12px;
	padding:0;
	font-family:arial
}
#fp_cookieMessageCloseButton {
	display:block;
	height:30px;
	background-color:rgb(76,76,76);
	border:0;
	color:#FFF;
	font-size:15px;
	line-height:30px;
	text-decoration:none;
	position:absolute;
	right:0;
	top:0;
	padding:0 1em;
}
#fp_cookieMessageCloseButton:hover {
	background-color:rgb(94,81,51);
}
#fp_cookieMessageContainer .link {
	color:#278CCD;
	font-weight:bold;
}
#fp_cookieMessageContainer .link:hover {
	color:rgb(13,181,253);
	text-decoration:underline;
}
/* Buttons */
a.button, input[type=button], input[type=submit], input[type=reset] {
	background-color:rgb(39,140,205);
	background-image: none;
    border: 0 none;
    color: rgb(255,255,255);
    cursor: pointer;
    font-family: arial,verdana,sans-serif;
    font-size: 1.2em;
    font-weight: normal;
    padding: 0.45em 0.917em;

}
a.button:hover, input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
	background-color:rgb(34,121,176);
	background-image: none;
}
.ie7 a.button, .ie7 input[type=button], .ie7 input[type=submit], .ie7 input[type=reset], .ie8 a.button, .ie8 input[type=button], .ie8 input[type=submit], .ie8 input[type=reset] {
}
.ie7 a.button:hover, .ie7 input[type=button]:hover, .ie7 input[type=submit]:hover, .ie7 input[type=reset]:hover, .ie8 a.button:hover, .ie8 input[type=button]:hover, .ie8 input[type=submit]:hover, .ie8 input[type=reset]:hover {
}
/* Boton Amarillo */
a.button.yellow, input[type=button].yellow, input[type=submit].yellow, input[type=reset].yellow {
	background-color:rgb(248,205,78);
	border:0;
	color:rgb(70,53,15);
	cursor:hand;
	cursor:pointer;
	font-size:1.4em;
	float:right;
	margin-left:0;
	padding:.571em .714em;
	text-transform:uppercase;
	text-shadow:none;
}
a.button.yellow:hover, input[type=button].yellow:hover, input[type=submit].yellow:hover, input[type=reset].yellow:hover {
	background-color: rgb(233,185,72);
}
/* Formularios */
input[type=text], input[type=password], textarea, select {
	font-size:1.2em;
	border:.3em solid rgb(233,233,233);
}
input[type=text], input[type=password], textarea {
	width:13.417em;
	padding:.250em .417em;
}
select {
	height:1.667em;
}
.webkit input[type=text], .webkit textarea, .webkit select {
	line-height:normal;
}
/* Tooltip */
#tooltip {
	width:auto;
	max-width:200px;
	min-width:50px;
	border:1px solid #4c4c4c;
	background:#4c4c4c;
	padding:5px;
	margin-top:4px;
	font-size:14px;
	color:white;
}
#tooltip #ttimg.top {
	margin-top:-17px;
	margin-left:2px
}
#tooltip #ttimg.bottom {
	bottom:0;
	margin-bottom:-12px;
	margin-left:2px
}
#tooltip.default {
	border:3px solid #4c4c4c;
	background:#4c4c4c;
	color:white;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	margin-top:2px;
}
#tooltip.default #ttimg.top {
	background-image:url('/fcs_images/ico/up.png');
	position:absolute;
	top:8px;
}
#tooltip.default #ttimg.bottom {
	background-image:url('/fcs_images/ico/bottom.png');
	position:absolute;
	bottom:3px;
	left:10px;
}
/* Validacion - Error */
.errorInline {
	background-color:rgb(255,204,204);
	border:.1em solid rgb(205,0,0);
}
.ketchup-error {
	position:absolute!important;
	width:auto;
	min-width:14em;
	font-size:.8em;
	z-index:1000;
	margin-bottom:.5em;
}
.ketchup-error ul {
	text-align:left;
	color:rgb(205,0,0);
	background-color:white;
	padding:.8em;
	border:.1em solid rgb(205,0,0);
	border-radius:.3em;
	-moz-border-radius:.3em;
	-webkit-border-radius:.3em;
	list-style:none;
	line-height:1em
}
.errorInline:hover+.ketchup-error {
	display:block!important
}
.chrome .ketchup-error ul {
	border-width:.2em;
}
.ketchup-error ul li {
	font-size:1.3em;
	list-style:none;
	list-style-image:none;
	margin:0;
	text-align:right;
	margin-top:.5em;
	line-height:1em;
}
.ketchup-error ul li:first-child {
	margin-top:0;
}
.ketchup-error span {
	display:block;
	width:1.4em;
	height:.7em;
	margin-right:1em;
	background-image:url('/fcs_images/ico/bottom_error.png');
	float:right;
	position:static!important;
}
/* Precarga */
.precarga {
	position:absolute;
	background-color:white;
	width:100%;
	height:100%;
	z-index:10000
}
.precarga li {
	width:100%;
	height:100%;
}
.precarga li img {
	margin:5em auto 0;
	display:block;
	position:relative;
}
/* "Console log" - Moviles & Tablets */
#console {
	z-index:10000;
	background-color:white;
	width:100%;
	overflow:hidden;
	display:none;
	-webkit-box-shadow:0 -5px 4px -3px rgb(0,0,0) inset;
	box-shadow:0 -5px 4px -3px rgb(0,0,0) inset;
}
#console .head {
	line-height:2em;
	font-size:1.5em;
	text-align:center;
	font-family:InterstateReg;
	background:rgb(82,82,82);
	color:white;
	-webkit-box-shadow:0 -5px 8px 7px rgb(0, 0, 0);
	box-shadow:0 -5px 8px 7px rgb(0, 0, 0);
}
#console button {
	background-color:white;
	float:right;
	cursor:pointer;
	border:.1em solid rgb(42,42,42);
	margin:1em 1em 1em 0;
	padding:.5em;
	-webkit-transition:background .5s ease;
	-moz-transition:background .5s ease;
	-ms-transition:background .5s ease;
	-o-transition:background .5s ease;
	transition:background .5s ease;
}
#console button:hover, #console button:active, #console button:focus {
	background-color:rgb(56,56,56);
	color:white;
}
#console button#showConsola {
	display:none
}
#console .content {
	min-height:5em;
	max-height:20em;
	overflow-y:auto;
	border-top:.1em solid rgb(42,42,42);
	border-bottom:.1em solid rgb(42,42,42);
}
#console .content p {
	font-size:1.3em;
	padding:.2em 1em .2em 0;
}
#console .content p:nth-child(even) {
	background:rgb(245,245,245);
}
#console .content p .num {
	color:rgb(160,160,160);
	display:inline-block;
	margin-left:.8em;
	width:2em;
}
#console .content p.error {
	color:rgb(255,50,50);
}
/* ==========================================================================
   Secciones
========================================================================== */
/* /\/\/\/\/\/\/\/\/\	Buscador Disponibilidad    /\/\/\/\/\/\/\/\ */
.row-fluid.searchDisp {
	margin:0 0 2em;
}
.searchDisp .flying-search {
	margin:0 auto;
}
.searchDisp .sticky .flying-search {
	position:fixed;
	top:0;
	margin:-2px 0 0;
	width:1170px;
	z-index:1000;
}
.searchDisp .flying-search input[type=text], .searchDisp .flying-search select, .searchDisp .flying-search textarea {
	border:.1em solid rgb(195,189,191);
	color:rgb(92,96,99);
}
.searchDisp .flying-search .content-flying-search {
	position:relative;
	font-size:1.2em;
}
.searchDisp .flying-search .box-container-top {
	height:10px;
}
.searchDisp .flying-search .box-container-top, .searchDisp .flying-search .box-container-bottom {
	display:block;
	overflow:hidden;
}
.searchDisp .flying-search .box-container-top img, .searchDisp .flying-search .box-container-bottom img {
	vertical-align:top;
}
.searchDisp .flying-search .box-container-top .left-top, .searchDisp .flying-search .box-container-bottom .left-bottom {
	width:16px;
	float:left;
}
.searchDisp .flying-search .box-container-top .right-top, .searchDisp .flying-search .box-container-bottom .right-bottom {
	width:16px;
	float:right;
}
.searchDisp .flying-search .box-container-top .center-top {
	display:block;
	float:left;
	height:10px;
	width:98%;
	left:10px;
	position:absolute;
}
.searchDisp .flying-search .box-container-top .left-down, .searchDisp .flying-search .box-container-bottom .right-down {
	width:16px;
}
.searchDisp .flying-search .box-container {
	margin:0;
	padding:5px 15px 15px;
	position:relative;
	min-height:17px;
}
.searchDisp .flying-search .box-container .search-result {
	display:inline;
}
.searchDisp .flying-search .box-container .search-result li {
	display:inline;
	margin:0 0 0 15px;
	padding:0 0 0 17px;
}
.searchDisp .flying-search .box-container .search-result li strong {
	margin-right:5px;
}
.searchDisp .flying-search .box-container .search-result li:first-child {
	margin:0;
	padding:0;
}
.searchDisp .flying-search .box-container .modSearch {
	display:none;
	float:right;
}
.searchDisp .flying-search .box-container .modSearch a span, .searchDisp .flying-search .box-container .modSearch_expand .closeSearch a span {
	float:left;
}
.searchDisp .flying-search .box-container .modSearch a .ico-arrow, .searchDisp .flying-search .box-container .modSearch_expand .closeSearch a .ico-arrow {
	display:block;
	float:right;
	width:16px;
	height:16px;
	margin-left:5px!important;
}
.searchDisp .flying-search .box-container .modSearch_expand .closeSearch a .ico-arrow {
	margin-left:0;
}
.searchDisp .flying-search .box-container .modSearch_expand {
	padding:0 20px 20px;
	width:96.5%;
}
.searchDisp .flying-search .box-container .modSearch_expand form {
	clear:both;
	display:inline-block;
	margin:0;
	padding:0;
	vertical-align:top;
	width:100%;
}
.searchDisp .flying-search .box-container .modSearch_expand .box {
	margin:10px 15px 0 0;
	position:relative;
}
.searchDisp .flying-search .box-container .modSearch_expand label {
	display:block;
}
.searchDisp .flying-search .box-container .modSearch_expand label+a {
	position:absolute;
	right:0;
	top:0;
}
.searchDisp .flying-search .box-container .modSearch_expand select {
	padding:2px;
	width:127px;
}
.searchDisp .flying-search .box-container .modSearch_expand select#hotelSelect {
	width:269px;
}
.searchDisp .flying-search .box-container .modSearch_expand select.n_room {
	width:40px;
}
.searchDisp .flying-search .box-container .modSearch_expand input[type=text] {
	padding:2px;
	width:80px;
}
.searchDisp .flying-search .box-container .modSearch_expand .rooms-content {
	width:500px;
	float:right;
}
.searchDisp .flying-search .box-container .modSearch_expand .rooms {
	clear:right;
	margin-bottom:10px;
	padding:10px 0 10px 10px;
	position:relative;
	width:100%;
}
.searchDisp .flying-search .box-container .modSearch_expand .rooms div {
	display:inline;
	float:left;
	padding-right:10px;
	width:15%;
}
.searchDisp .flying-search .box-container .modSearch_expand .rooms div select {
	width:100%;
}
.searchDisp .flying-search .box-container .modSearch_expand select#hotelSelectmacroreservas {
	padding:2px;
	width:270px;
}
.searchDisp .flying-search .box-container .modSearch_expand .rooms div.child-date {
	width:50%;
	margin-left:5%;
}
.searchDisp .flying-search .box-container .modSearch_expand .rooms div.child-date > div {
	width:29%;
}
.searchDisp .flying-search .box-container .modSearch_expand .rooms div.child-date select {
	width:100%;
}
.searchDisp .flying-search .box-container .modSearch_expand .rooms div.child-date select.disabled {
	opacity:.25;
	filter:alpha(opacity=25); /* For IE8 and earlier */
}
.searchDisp .flying-search .box-container .modSearch_expand .rooms div span {
	display:block;
}
.searchDisp .flying-search .box-container .modSearch_expand .rooms .child-date div {
	padding-right:5px
}
.searchDisp .flying-search .box-container .modSearch_expand .rooms div.NumberRoom {
	position:absolute;
	right:6px;
	top:6px;
	padding:0;
	width:auto;
}
.searchDisp .flying-search .box-container .modSearch_expand .rooms div.NumberRoom span.num {
	margin:-3px 0!important;
}
.searchDisp .flying-search .box-container .modSearch_expand .masOpc {
	margin:10px 0 5px;
	text-align:left;
	vertical-align:top;
}
.searchDisp .flying-search .box-container .modSearch_expand .masOpc ul {
	display:inline;
	padding-left:5px;
}
.searchDisp .flying-search .box-container .modSearch_expand .masOpc ul li {
	list-style:none inside none;
}
.searchDisp .flying-search .box-container .modSearch_expand .promoCode_Bt {
	display:block;
	overflow:hidden;
	text-align:right;
	width:100%;
}
.searchDisp .flying-search .box-container .modSearch_expand .promoCode_Bt .promoCode, .searchDisp .flying-search .box-container .modSearch_expand .promoCode_Bt .corpCode {
	display:none;
	margin-bottom:5px;
	margin-right:10px;
	text-align:left;
	width:120px;
	float:left;
	position:relative;
	left:500px;
}
.searchDisp .flying-search .box-container .modSearch_expand .promoCode_Bt .promoCode input[type="text"], .searchDisp .flying-search .box-container .modSearch_expand .promoCode_Bt .corpCode input[type="text"] {
	width:100px;
}
.searchDisp .flying-search .box-container .modSearch_expand .promoCode_Bt .promoCode_Bt .button {
	float:right;
}
.searchDisp .flying-search .box-container .modSearch_expand .closeSearch {
	right:15px;
}
.searchDisp .flying-search .box-container .modSearch_expand .veriSing {
	display:none;
	float:left;
	margin-top:-33px;
	position:relative;
}
.searchDisp .flying-search .box-container .modSearch_expand, .flying-search .acctionSearch {
	clear:both;
}
.searchDisp .flying-search .acctionSearch .veriSing, .flying-search .acctionSearch .bestprice, .searchDisp .flying-search .acctionSearch .button {
	display:block;
}
.searchDisp .flying-search .acctionSearch .veriSing {
	float:left;
}
.searchDisp .veriSing {
	float:right;
}
.searchDisp .veriSing a img {
	margin-bottom:-7px;
	margin-right:5px;
}
.searchDisp .veriSing a span {
	padding:2px 0 0 15px;
}
.searchDisp .flying-search .box-container .modSearch_expand .bestprice {
	float:left;
	margin:-25px 0 0;
	position:relative;
	z-index:1;
}
.searchDisp .flying-search .box-container .modSearch_expand .bestprice img {
	float:left;
}
.searchDisp .flying-search .box-container .modSearch_expand .bestprice a {
	color:#5d6062;
	display:block;
	float:left;
	font-size:14px;
	margin:5px;
	text-align:left;
	width:auto;
}
.searchDisp .flying-search .acctionSearch .button {
	float:right;
	height:auto;
	width:auto;
	text-align:left;
	background:0;
	margin-left:10px;
}
.searchDisp .flying-search .modSearch_expand .acctionSearch .promoCode {
	float:right;
	margin-right:24px;
	text-align:left;
}
.searchDisp .flying-search .modSearch_expand .acctionSearch .promoCode input[type="text"] {
	width:200px;
}
/* /\/\/\/\/\/\/\/\/\	Macro Ofertas    /\/\/\/\/\/\/\/\ */
/* buscador SOLO macro Ofertas*/

.searchDisp .flying-search-ofertas .content-flying-search .box-container {
	/*    min-height: 4em;*/
    padding: 0;
	position:relative;
}
.searchDisp .flying-search-ofertas .content-flying-search .box-container .modSearch_expand {
	padding: 0 2em;
	width: 96%;
}
.searchDisp .flying-search-ofertas .content-flying-search .box-container .modSearch_expand h4 {
	color: #444444;
	display: inline;
	float: left;
	font-family: InterstateReg;
	font-size: 1.4em;
	margin: 1em 1em 1em 0;
	text-transform: uppercase;
	width: 10%;
}
.searchDisp .flying-search-ofertas .box-container .modSearch_expand .consulta-ofertas-macroOfertas {
	display: inline;
	float: left;
	font-size: 1.2em;
	margin: 0 1em 0 0;
	padding: 0;
	width: 70%;
}
.searchDisp .flying-search-ofertas .box-container .modSearch_expand .consulta-ofertas-macroOfertas form {
	clear: both;
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: top;
	width: 100%;
}
.searchDisp .flying-search-ofertas .box-container #modSearch_expand label {
	display: block;
	padding-bottom: 0.2em;
}
.searchDisp .flying-search-ofertas .box-container .modSearch_expand select {
	height: auto;
	padding:2px;
	width:150px;
}
.searchDisp .flying-search-ofertas .box-container .modSearch_expand .consulta-ofertas-macroOfertas .box {
	margin: 0 1.5em 0 0;
}
.searchDisp .flying-search-ofertas .box-container .modSearch_expand .consulta-ofertas-macroOfertas .n_room, .searchDisp .flying-search .box-container .modSearch_expand .consulta-ofertas-macroOfertas .rooms-content {
	display:none;
}
.searchDisp .flying-search-ofertas .box-container .modSearch_expand .consulta-ofertas-macroOfertas .masOpc {
	display:none;
	margin: 1.5em 0 0;
}
.searchDisp .flying-search-ofertas .box-container .modSearch_expand .consulta-ofertas-macroOfertas .promoCode_Bt {
	display: block;
	float: left;
	margin: 0.8em 0 0;
	overflow: hidden;
	text-align: left;
	width: auto;
}
/* bestprice*/
.searchDisp .flying-search-ofertas .box-container .modSearch_expand .bestprice {
	display: block;
	float: right;
	margin: 0 !important;
	position: relative;
	right: 25em;
	top: 3em;
	width: 17em;
}
.searchDisp .flying-search-ofertas .box-container .modSearch_expand .bestprice a {
	display: block;
	margin: 0 0 0.5em 1em;
	padding-left: 2em;
}
.searchDisp .flying-search-ofertas .box-container .modSearch_expand .bestprice img[src="/fcs_images/ico/tick-icon-32.gif"] {
	background: url("/fcs_images/sprite/sprite-general-new.png") repeat scroll 0 -244px rgba(0, 0, 0, 0);
	float: left;
	height: 3.2em;
	margin: 0 0.2em 0 0;
	width: 4em;
}
.searchDisp .flying-search-ofertas .content-flying-search .box-container .offers {
	display: inline-block !important;
	margin: 2em;
	padding: 0;
	position:relative;
	vertical-align: top;
	width: 96.6%;
}
.searchDisp .flying-search-ofertas .content-flying-search .box-container .offers .closeSearch {
	bottom: -10px;
	cursor:pointer;
	position: absolute;
	right: 15px;
	z-index:500;
}
.searchDisp .flying-search-ofertas .content-flying-search .box-container .offers .closeSearch span {
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	margin: 2px 0 0;
	text-decoration: none;
}
.searchDisp .flying-search-ofertas .content-flying-search .box-container .offers .closeSearch a .ico-arrow {
	background: url("/fcs_images/html/arrow-sprite.png") no-repeat scroll -16px 0 rgba(0, 0, 0, 0);
	height: 20px;
	margin: 2px 0 0 10px;
	width: 20px;
}
.ie7 .searchDisp .flying-search-ofertas .content-flying-search .box-container .offers .closeSearch a .ico-arrow, .ie8 .searchDisp .flying-search-ofertas .content-flying-search .box-container .offers .closeSearch a .ico-arrow {
	background-image: url("/fcs_images/html/arrow-sprite.png");
	background-position:-16px 0;
	background-repeat:  no-repeat scroll;
	background-color: rgba(0, 0, 0, 0);
	height: 17px;
	width: 17px;
}
.searchDisp .flying-search-ofertas .content-flying-search .box-container .offers .results h5 {
	display: inline-block;
	float: right;
	margin-top: -4.5em;
	padding: 1em;
	width: auto;
}
.searchDisp .flying-search-ofertas .content-flying-search .box-container .offers .results .span12 {
	margin: 0;
	padding: 2em 0;
	width: 99.5%;
}
/* arrows offer carrusel*/
.searchDisp .flying-search-ofertas .content-flying-search .box-container .offers .results .span12 .flex-direction-nav {
	bottom: auto;
	left: 95%;
	margin-left: 0;
	position: absolute;
	top: 2.4em;
	width:6em
}
.searchDisp .flying-search-ofertas .content-flying-search .box-container .offers .results .span12 .flex-direction-nav li {
	background-color: #818181;
	border-right: 0.1em solid #4C4C4C;
	list-style: none outside none;
	display: inline-block;
	width:2.5em;
}
.searchDisp .flying-search-ofertas .content-flying-search .box-container .offers .results .span12 .flex-direction-nav li a {
	background-color: transparent;
	background-image: url("/fcs_images/sprite/sprite-general-new.png");
	background-position: -243px -121px;
	border: medium none;
	height: 2.2em;
	width: 2.2em;
}
.searchDisp .flying-search-ofertas .content-flying-search .box-container .offers .results .span12 .flex-direction-nav li a.flex-next {
	background-position: -265px -121px !important;
}
/* carrusel busqueda ofertas */
.searchDisp .flying-search-ofertas .content-flying-search .box-container .offers .results .span12 .slides li.rwd_oferta {
	margin: 0 1em 1em 0;
	width: 271px !important;
}
.searchDisp .flying-search-ofertas .content-flying-search .box-container .offers .results .span12 .slides li.rwd_oferta .content {
	position:relative;
}
.searchDisp .flying-search-ofertas .content-flying-search .box-container .offers .results .span12 .slides li.rwd_oferta .content .sinceprice {
	padding: 0.5em 1em;
	position: absolute;
	top: 1em;
	z-index: 500;
}
.searchDisp .flying-search-ofertas .content-flying-search .box-container .offers .results .span12 .slides li.rwd_oferta .content .sinceprice p {
	display:inline;
	float:left;
}
.searchDisp .flying-search-ofertas .content-flying-search .box-container .offers .results .span12 .slides li.rwd_oferta .content .sinceprice p.since {
	margin: 0.3em 0.5em 0 0;
}
.searchDisp .flying-search-ofertas .content-flying-search .box-container .offers .results .span12 .slides li.rwd_oferta .content .sinceprice p.nigthPer {
	margin: 0.3em 0 0 0.5em;
}
.searchDisp .flying-search-ofertas .content-flying-search .box-container .offers .results .span12 .slides li.rwd_oferta p.hotelOfer, .searchDisp .flying-search-ofertas .content-flying-search .box-container .offers .results .span12 .slides li.rwd_oferta p.regimen {
	width:15em;
}
.ie7 .searchDisp .flying-search-ofertas .content-flying-search .box-container .offers .results .span12 .slides li.rwd_oferta p.hotelOfer, .ie7 .searchDisp .flying-search-ofertas .content-flying-search .box-container .offers .results .span12 .slides li.rwd_oferta p.regimen, .ie8 .searchDisp .flying-search-ofertas .content-flying-search .box-container .offers .results .span12 .slides li.rwd_oferta p.hotelOfer, .ie8 .searchDisp .flying-search-ofertas .content-flying-search .box-container .offers .results .span12 .slides li.rwd_oferta p.regimen {
	width:14em;
}
.searchDisp .flying-search-ofertas .content-flying-search .box-container .offers .results .span12 .slides li.rwd_oferta img {
	margin-bottom:1em;
	padding:2px;
	width:260px;
}
.searchDisp .flying-search-ofertas .content-flying-search .box-container .offers .results .span12 .slides li.rwd_oferta a .icon-arrowbook {
	background: url("/fcs_images/html/arrow-book.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: block;
	float:right;
	height:34px;
	margin: 0 1em 0 1em;
	width:34px;
}
.searchDisp .flying-search-ofertas .content-flying-search .box-container .offers .results .span12 .slides li.rwd_oferta a .icon-arrowbook:hover {
	background-position:0 -36px;
}
.ie7 .searchDisp .flying-search-ofertas .content-flying-search .box-container .offers .results .span12 .slides li.rwd_oferta a .icon-arrowbook, .ie8 .searchDisp .flying-search-ofertas .content-flying-search .box-container .offers .results .span12 .slides li.rwd_oferta a .icon-arrowbook {
	background-image: url("/fcs_images/html/arrow-book.png");
	background-color: rgba(0, 0, 0, 0);
	background-position:0 0;
	background-repeat:no-repeat scroll;
	cursor:pointer;
}
.ie7 .searchDisp .flying-search-ofertas .content-flying-search .box-container .offers .results .span12 .slides li.rwd_oferta a .icon-arrowbook:hover .ie8 .searchDisp .flying-search-ofertas .content-flying-search .box-container .offers .results .span12 .slides li.rwd_oferta a .icon-arrowbook:hover {
	background-position:0 -36px;
}
.sec-ofer .offers .container .span4 {
	padding:0;
	width:39%;	
}
.sec-ofer .offers .container .span8 {
	width: 58.2%;
}
/*buscaAvanzadamacroOfertas 											
/* FlexSlider */
.flexslider li {
	list-style:none;
	list-style-image:none;
	overflow:hidden;
}
.flexslider .slides ul {
	width:136.6em;
	height:40em;
	overflow:hidden;
}
.flexslider .slides img {
	display:block;
	max-width: 136.6em;
	height:40em;
	margin:0 auto;
}
/* imagen de campana macro-ofertas */
body.sec-ofer .gallery .flexslider .slideImage .slideRecomendadas .rwd_of_promo .span8 img {
	display: block;
	height: auto;
	margin: 0 auto!important;
	width:auto;
}
.gallery .flex-direction-nav {
	height:auto;
	top:auto;
	width:100%;
	margin-left:0;
}
.flex-direction-nav {
	height:auto;
	left:50%;
	margin-left:-585px;
}
.flex-direction-nav a {
	width:4em;
	height:4em;
	background:rgb(246,246,246) url('/fcs_images/sprite/sprite-general-new.png') no-repeat -223px 0;
	border:.1em solid rgb(173,176,181);
	margin:0;
	opacity:.8;
	filter: alpha(opacity = 80); /* For IE8 and earlier */
}
.flex-direction-nav a.flex-next {
	background-position:-260px 0;
}
/* BoxOffer */
.flexslider .boxOffer {
	background-color:rgba(0,0,0,.5);
	padding:1em;
	color:white;
	text-align:center;
	font-weight:bold;
	font-family:arial;
	width:19em;
}
.flexslider .boxOffer .country {
	font-size:2em;
	margin-bottom:.3em;
}
.flexslider .boxOffer h5.hotel {
	font-size:2em;
	background:white;
	color:rgb(51,51,51);
	font-weight:bold;
	font-size:1.5em;
	padding:.200em;
	font-family:arial;
}
.flexslider .boxOffer .claim {
	font-size:1.5em;
	position:relative;
	top:0;
	font-weight:normal;
	margin:.333em 0;
}
.flexslider .boxOffer .service {
	color:rgb(232,174,51);
	font-size:1.2em;
	margin:.5em 0 1em;
}
.flexslider .boxOffer .boxPrice {
	color:rgb(237,190,92);
	font-weight:bold;
}
.flexslider .boxOffer .boxPrice .since {
	font-size:1.2em;
	text-align:left;
	display:block
}
.flexslider .boxOffer .boxPrice .price {
	display:inline-block;
	margin:0 auto;
}
.safari.webkit .flexslider .boxOffer .boxPrice .price {
	display:inline-table;
}
.flexslider .boxOffer .boxPrice .price .currency {
	font-size:2.5em;
}
.flexslider .boxOffer .boxPrice .price .currency.euro {
	float:right;
	margin-top:.5em;
}
.safari.webkit .flexslider .boxOffer .boxPrice .price .currency.euro+.number {
	float:left;
}
.flexslider .boxOffer .boxPrice .price .number {
	font-size:4em;
}
.flexslider .boxOffer .boxPrice .price .euro+.number {
	float:left;
}
.flexslider .boxOffer .boxPrice .typeOffer {
	font-size:1.2em;
	font-weight:normal;
	color:white;
	display:block;
}
.flexslider .boxOffer .datesOffer {
	font-size:1.2em;
	font-weight:normal;
}
.flexslider .boxOffer .masInf {
	font-size:1.2em;
	font-weight:bold;
	padding:.25em 0;
	margin:.25em 0;
	color:white/*rgb(237,190,92)*/;
	text-transform:uppercase;
}
.flexslider a:hover .boxOffer {
	background-color:rgba(0,0,0,.8);
}
.flexslider a:hover .boxOffer .masInf {
	background:rgb(237,190,92);
	color:rgb(51,51,51);
}
/* BoxOffer */
.flexslider .boxOffer {
	position:absolute;
	right:9em;
	top:50%;
	margin-top:-14em;
	z-index:500;
}
.flexslider .rwd_promocion .boxOffer {
	top:auto;
	bottom:2em;
}
.flexslider .rwd_oferta .boxOffer {
}
.flexslider .rwd_imghome .boxOffer {
}
/* Buscador */
.gallery {
	position:relative;
}
.search {
	position:absolute;
	top:0;
	z-index:600;
	width:100%;
	height:0;
}
.gallery .search {
	display:none
}
.search .container {
	overflow:visible;
	height:0;
}
.offers .container .span4 {
	padding-left:2em;
}
.offers .container .span8 {
	width:64.212%;
}
.search .contSearch {
	position:relative;
	top:1.5em;
	left:0;
	width:25em;
	height:31em;
	z-index:600;
}
.search .contSearch h4 {
	font-size:2.4em;
	color:rgb(102, 102, 102);
	text-transform:uppercase;
	text-align:center;
	margin:.417em 0 .208em;
}
.search .contSearch form {
	margin:0 1.5em 1.5em;
}
.search .contSearch form input[type=text] {
	line-height:1.8em;
}
.search .contSearch label {
	font-size:1.2em;
	color:rgb(76, 76, 76);
}
.search .contSearch form fieldset.paisFecha>div {
	clear:both
}
.search .contSearch form fieldset.paisFecha>.clearfix>span a {
	background-color:white;
	border:.1em solid rgb(204, 204, 204);
	border-left:none;
}
.search .contSearch form fieldset.paisFecha>.clearfix>span a:hover {
	background-color:rgb(178,178,178);
}
.search .contSearch form fieldset.paisFecha label {
	margin-bottom:.583em;
	display:block;
}
.search .contSearch form fieldset.paisFecha input {
	width:15.167em;
	float:left;
	margin-bottom:.2em;
	padding:.25em 0 .25em .417em;
}
.search .contSearch form fieldset.paisFecha .room label {
	display:inline;
}
.search .contSearch form fieldset.paisFecha>div>span+label {
	margin-top:.833em;
	clear:left;
	display:inline-block
}
.search .contSearch form fieldset.paisFecha>div>span {
	float:left;
	width:3em;
	height:2.6em
}
.search .contSearch form fieldset.paisFecha>div>span a {
	text-indent:-999999px;
	display:block;
	height:100%;
	width:100%
}
.search .contSearch form fieldset.paisFecha.doble > .clearfix+.clearfix {
	margin-top:1em;
}
.search .contSearch form fieldset.paisFecha.doble .ico-list {
	background-position:-170px -124px;
}
.search .contSearch form fieldset.paisFecha.doble .ico-cal {
	background-position:-205px -123px;
}
.search .contSearch form fieldset.paisFecha.doble .clearfix > div {
	position:relative
}
.search .contSearch form fieldset.paisFecha.doble .clearfix span {
	position:absolute;
	bottom:.7em;
	right:.2em;
	z-index:100;
}
.search .contSearch form fieldset.paisFecha.doble .clearfix span.allDest {
	position:relative;
	bottom:auto;
	right:auto;
}
.search .contSearch form fieldset.paisFecha.doble .clearfix span.allDest > a {
	display:block;
	width:3em;
	height:2.6em;
}
.search .contSearch form fieldset.paisFecha.doble .clearfix span.allDest > a.ico-list {
	background-position:-174px -121px
}
.search .contSearch form fieldset.paisFecha.doble .clearfix span > a {
	display:block;
	width:3em;
	height:2em;
}
.search .contSearch form fieldset.paisFecha.doble .clearfix span > a:hover {
	background-color:transparent;
}
.search .contSearch form fieldset.paisFecha.doble .clearfix > .f-l, .search .contSearch form fieldset.paisFecha.doble .clearfix > .f-r {
	width:49%
}
.search .contSearch form fieldset.paisFecha.doble .clearfix > .f-l input, .search .contSearch form fieldset.paisFecha.doble .clearfix > .f-r input {
	width:93%
}
.search .contSearch form input[type=submit] {
	width:auto;
	margin-bottom:1.071em;
	text-transform:none;
}
.search .contSearch .room {
	padding-top:.833em;
	clear:both;
}
.search .contSearch .room label {
	margin-right:3.333em;
}
.search .contSearch .hab {
	margin:1em 0;
	padding:.5em;
}
.search .contSearch .hab label {
	margin-right:.417em;
}
.search .contSearch .hab select+label {
	margin-left:.833em;
}
.search .contSearch .hab.hPrim {
	width:21em;
}
.search .contSearch .hab .children {
	float:right
}
.search .contSearch .hab .edadNin {
	width:100%;
	margin:1em 0 .5em;
	padding-top:1em;
	border-top:.1em dashed rgb(178,178,178);
}
.search .contSearch.lessH .hab .edadNin, .search .contSearch.lessH .hab .nHab, .search .contSearch.lessH .hSec, .search .contSearch.lessH .hTer {
	display:none;
	opacity:0;
}
.search .contSearch.moreH .hPrim {
	margin:0;
	width:auto
}
.search .contSearch.moreH .hTer {
	margin:0;
}
.search .contSearch.moreH .hab .nHab {
	display:block;
	opacity:1;
}
.search .contSearch.moreH, .search .contSearch.big {
	width:51.8em;
}
.webkit .search .contSearch.moreH, .webkit .search .contSearch.big {
	width:54.8em;
}
.search .contSearch.moreH fieldset {
	width:22em;
	float:left
}
.search .contSearch.moreH fieldset+fieldset {
	display:block;
	float:right;
	border-left:.1em dashed rgb(178,178,178);
	padding-left:1.1em;
	width:25em;
}
.webkit .search .contSearch.moreH fieldset+fieldset {
	width:28em;
}
.search .contSearch.moreH .hab, .search .contSearch.moreH .hab .edadNin {
	display:block;
	overflow:hidden;
	opacity:1;
	float:left;
}
.search .contSearch.moreH .footer {
	clear:left;
	overflow:hidden;
	padding:2.4em 0 0 0;
	width:22em;
}
.search .contSearch.moreH+.tabSearch, .search .contSearch.big+.tabSearch {
	margin:-28em 0 0 52.1em
}
.webkit .search .contSearch.moreH+.tabSearch, .webkit .search .contSearch.big+.tabSearch {
	margin:-28em 0 0 55.1em;
}
.search .contSearch .footer input {
	float:right;
}
.search .contSearch .footer {
	clear:left;
	overflow:hidden;
	width:22em;
	position:absolute;
	bottom:1em;
}
.ie7 .search .moreH.contSearch .footer {
	left:0;
}
.search .tabSearch {
	position:relative;
	margin:-28em 0 0 25.3em;
	width:10em;
}
.search .tabSearch li {
	list-style:none;
	list-style-image:none;
	width:7em;
	height:3.6em;
	z-index:500;
	position:relative;
	margin-bottom:.5em;
}
.search .tabSearch li.selected {
	z-index:601;
}
.search .tabSearch a {
	display:block;
	width:100%;
	height:100%;
	text-indent:0!important;
	position:relative;
	text-align:center;
	color:rgb(93,96,98);
}
.search .tabSearch span {
	display:block;
}
.search .tabSearch .ico-vh span {
	position:absolute;
	bottom:0;
	padding-left:.7em;
	white-space:nowrap;
}
.search .tabSearch .ico-h span {
	position:absolute;
	top:30%;
	right:.286em;
	font-size:1.3em;
	font-weight:bold;
}
.ru .search .tabSearch .ico-h span {
	font-size:1.2em;
}
.search .footer a {
	overflow:hidden;
	display:block;
	width:13em;
	float:left
}
.fr .search .footer a, .pt .search .footer a {
	width:10.8em;
}
.fr .search .footer a .tdu, .pt .search .footer a .tdu, .ru .search .footer a .tdu {
	font-size:1.1em;
}
.search .footer .ico-bp {
	width:3.5em;
	height:3.2em;
	float:left;
	padding-right:.2em;
}
.search .footer a .tdu {
	color:rgb(41,41,41);
	text-decoration:none!important;
	display:block;
	padding-left:3.5em;
	text-indent:0;
	font-size:1.2em;
	font-family:'InterstateReg';
	text-transform:uppercase;
	letter-spacing:-1px;
}
.search .footer a:hover .tdu {
	color:black;
	text-decoration:underline!important;
}
.fr .search .footer input[type="submit"], .it .search .footer input[type="submit"] {
	text-transform:none;
}
/* Ofertas */
.offers .container {
	overflow:visible
}
.offers .slideOffers, .offers .slideBanner {
	position:relative;
}
.offers .slideBanner {
	margin-top:7.2em;
}
.offers .slideBanner .slides li a img {
	border-radius:0.5em;
	-moz-border-radius:0.5em;
	-webkit-border-radius:0.5em;
}
/* Menu */
nav ul {
	margin:0;
	padding:0
}
nav a {
	display:block;
	padding:.5em 0;
	text-align:center;
}
/* /\/\/\/\/\/\/\/\/\	ALL: IE Fixes    /\/\/\/\/\/\/\/\ */
html.ie7 {
	overflow-x:hidden;
}
/* Iconos */
/* Buttons */
.ie9 input.button, .ie9 input[type=button], .ie9 input[type=submit], .ie9 input[type=reset], .ie9 input.button:hover, .ie9 input[type=button]:hover, .ie9 input[type=submit]:hover, .ie9 input[type=reset]:hover {
	filter: none;
}
.ie7 input.button.yellow, .ie7 input[type=button].yellow, .ie7 input[type=submit].yellow, .ie7 input[type=reset].yellow {
	padding-left:0;
	padding-right:0;
}
.ie7 input.button, .ie7 input[type=button], .ie7 input[type=submit], .ie7 input[type=reset] {
	padding:.45em;
}
.ie7 input.button:hover, .ie7 input[type=button]:hover, .ie7 input[type=submit]:hover, .ie7 input[type=reset]:hover, .ie8 input.button:hover, .ie8 input[type=button]:hover, .ie8 input[type=submit]:hover, .ie8 input[type=reset]:hover {
	filter:none;
	background-color:rgb(82,164,215);
}
/* scrollTop */
.ie7 .scrollTop, .ie8 .scrollTop {
	background:rgb(180,180,180);
}
.ie7 .scrollTop:hover, .ie8 .scrollTop:hover {
	background:rgb(120,120,120);
}
/* Slide */
.ie7 .gallery {
	z-index:60;
}
.ie7 .flexslider .boxOffer, .ie8 .flexslider .boxOffer {
	background:transparent url('/fcs_images/bg/bg-dark40.png') repeat;
}
.ie7 .flexslider .boxOffer .boxPrice .price {
	display:inline;
	zoom:1;
	position:relative
}
.ie7 .flexslider .boxOffer .boxPrice .price .currency.euro {
	position:absolute;
	right:-.6em;
	margin-top:.4em;
}
/* Buscador */
.ie7 .search .contSearch .room {
	width:100%;
}
.ie7 .search .tabSearch .ico-vh span {
	position:absolute;
	bottom:0;
	padding-left:.7em;
}
.ie7 .search .tabSearch {
	z-index:600;
}
.ie7 .search .tabSearch li {
	width:6.6em;
	left:.4em;
}
.ie7 .search .tabSearch li.selected {
	width:7em;
	left:auto;
}
.ie7 .search .tabSearch .ico-vh span {
	padding-left:0;
	right:0;
}
/* Buscador - Flying */
.ie7 .searchDisp .flying-search .box-container-top .left-top, .ie7 .searchDisp .flying-search .box-container-top, .ie7 .searchDisp .flying-search .box-container-top .right-top, .ie7 .searchDisp .flying-search .box-container-bottom .left-bottom, .ie7 .searchDisp .flying-search .box-container-bottom, .ie7 .searchDisp .flying-search .box-container-bottom .right-bottom {
	line-height:normal;
	font-size:10px;
	height:10px;
}
.ie7 .searchDisp .flying-search .box-container .modSearch {
	width:160px
}
.ie7 .searchDisp .flying-search .box-container .closeSearch {
	width:180px;
}
.ie7 .searchDisp .flying-search .box-container .modSearch a .ico-arrow {
	margin-left:0
}
.ie7 .searchDisp .flying-search .box-container .modSearch_expand .masOpc {
	margin:10px 0 5px;
	text-align:left;
	vertical-align:top;
	position:absolute;
	left:3em;
	top:5.5em;
}
.ie7 .searchDisp .flying-search .box-container .modSearch_expand .promoCode_Bt .promoCode, .ie8 .searchDisp .flying-search .box-container .modSearch_expand .promoCode_Bt .promoCode, .ie7 .searchDisp .flying-search .box-container .modSearch_expand .promoCode_Bt .corpCode, .ie8 .searchDisp .flying-search .box-container .modSearch_expand .promoCode_Bt .corpCode {
	float:left;
	position:relative;
	left:500px;
}
/* bestprice*/
.ie7 .searchDisp .flying-search-ofertas .box-container .modSearch_expand .bestprice, .ie8 .searchDisp .flying-search-ofertas .box-container .modSearch_expand .bestprice {
	right:210px;
	width: 20em;
}
.ie7 .searchDisp .flying-search-ofertas .box-container .modSearch_expand .bestprice img[src="/fcs_images/ico/tick-icon-32.gif"], .ie8 .searchDisp .flying-search-ofertas .box-container .modSearch_expand .bestprice img[src="/fcs_images/ico/tick-icon-32.gif"] {
	background-image: url("/fcs_images/sprite/sprite-general-new.png");
	background-position:0 -244px;
	background-color: rgba(0, 0, 0, 0);
	background-repeat: repeat scroll;
	float: left;
	height: 3.2em;
	margin: 0 0.2em 0 0;
	width: 4em;
}
/* Buscador - Flying / Color */
.ie7 .searchDisp .flying-search .box-container .modSearch, .ie7 .searchDisp .flying-search .box-container .closeSearch {
	cursor:hand;
	cursor:pointer;
}
.ie7 .searchDisp .flying-search .box-container .modSearch a span, .ie7 .searchDisp .flying-search .box-container #modSearch_expand .closeSearch a span {
	font-size:1.1em
}
/* MacroOfertas */
.ie7 .offers .container .span8 {
	width:58.5%;
}
.ie7 .offers .container .offerMonth .span4 {
	padding-left:0;
}
/* Video Youtube */
.thanks {
	background-color:rgba(255,255,255,.9);
	position:absolute;
	display:block;
}
.ie7 .thanks, .ie8 .thanks {
	background:transparent url('/fcs_images/bg/bg-light80.png') repeat;
}
.thanks > p {
	font-size:1.4em;
	margin:1em;
	text-align:center;
	margin-top:25%;
}
/* /\/\/\/\/\/\/\/\/\	AddThis    /\/\/\/\/\/\/\/\ */
#at20mc {
	position:fixed!important;
	top:0em;
}
.social-links.new {
	position:fixed;
	right:-1em;
	top:15em;
	background-color:rgb(239,239,239);
	border:.3em solid rgb(203,164,73);
	padding:0.5em;
	width:17em;
	height:13.5em;
	z-index:1000;
	/* Sombreado */
	-webkit-box-shadow:0 0 .5em -.2em rgb(0,0,0);
	box-shadow:0 0 .5em -.2em rgb(0,0,0);
}
.social-links.new.compress {
	/* Opacidad */
	   opacity:.6;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60); /* For IE8 and earlier */
}
.social-links.new.compress:hover {
	/* Opacidad */
	   opacity:1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100); /* For IE8 and earlier */
}
.social-links.new h4 {
	font-size:1em;
	border-bottom:.1em solid rgb(178,178,178);
	float:left;
	position:relative;
	left:-4.1em;
	top:5.5em;
	padding-bottom:.5em;
	margin-left:-.5em;
	width:13em;
	cursor:pointer;
	cursor:hand;
	text-align:center;
	/* rotacion */
	-webkit-transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
	-ms-transform:rotate(-90deg);
	-o-transform:rotate(-90deg);
	transform:rotate(-90deg);
}
.social-links.new h4 span.text {
	font-size:1.6em;
	margin:0 0 0 .8em;
}
.social-links.new h4 span.ico-share {
	width:2em;
	height:2.5em;
	display:block;
	float:left;
	background-position:-109px -244px;
	margin:-.5em -.6em 0 0;
}
.social-links.new .addthis_toolbox {
	float:right;
	position:relative;
	top:-3em;
}
.social-links.new .addthis_toolbox>a {
	display:block;
	float:none;
	margin-top:.3em;
}
.social-links.new .addthis_toolbox>a.addthis_counter {
	margin-bottom:1em;
}
.social-links.new .addthis_toolbox.addthis_32x32_style {
	top:0;
	float:right;
	left:2em;
	width:90%;
}
.social-links.new .addthis_toolbox.addthis_32x32_style a {
	padding-right:.5em;
	display:inline;
	float:left;
}
/* ==========================================================================
   Media Queries
========================================================================== */
@media only screen and (min-width:1200px) {
/* Oculto
	************************ */
	/* Modificado
	************************ */
}
@media only screen and (max-width:1199px) {
/* Oculto
	************************ */
	/* Modificado
	************************ */
/* Grids */
.row {
	margin-left:0px;
*zoom:1
}
.row:before, .row:after {
	display:table;
	line-height:0;
	content:""
}
.row:after {
	clear:both
}
.row-fluid {
	width:100%;
*zoom:1
}
.row-fluid:before, .row-fluid:after {
	display:table;
	line-height:0;
	content:""
}
.row-fluid:after {
	clear:both
}
.row-fluid [class*="span"] {
	display:block;
	float:left;
	width:100%;
	min-height:30px;
	margin-left:2.564102564102564%;
*margin-left:2.5109110747408616%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.row-fluid [class*="span"]:first-child {
	margin-left:0;
}
 .row-fluid .controls-row [class*="span"]+[class*="span"] {
margin-left:2.564102564102564%;
}
.row-fluid .span12 {
	width:100%;
*width:99.94680851063829%
}
.row-fluid .span11 {
	width:91.43646408839778%;
*width:91.38327259903608%;
}
.row-fluid .span10 {
	width:82.87292817679558%;
*width:82.81973668743387%;
}
.row-fluid .span9 {
	width:71.209%;
*width:71.159%
}
.row-fluid .span8 {
	width:65.74585635359117%;
*width:65.69266486422946%;
}
.row-fluid .span7 {
	width:57.18232044198895%;
*width:57.12912895262725%;
}
.row-fluid .span6 {
	width:48.61878453038674%;
*width:48.56559304102504%
}
.row-fluid .span5 {
	width:40.05524861878453%;
*width:40.00205712942283%
}
.row-fluid .span4 {
	width:31.491712707182323%;
*width:31.43852121782062%;
}
.row-fluid .span3 {
	width:26.228%;
*width:26.178%;
}
.row-fluid .span2 {
	width:14.3646408839779%;
*width:14.311449394616199%
}
.row-fluid .span1 {
	width:5.801104972375691%;
*width:5.747913483013988%;
}
.container {
	margin:0 1em;
}
/* Macro Ofertas */
	.offers .container .span8 {
	width:63.746%;
}
/* Buscador Disponibilidad */
	.searchDisp .sticky .flying-search {
	width:98%;
}
.searchDisp .flying-search .box-container .search-result li {
	margin:0 0 0 5px;
	padding:0 0 0 7px;
}
.searchDisp .flying-search .box-container .modSearch_expand .box {
	width:20%;
}
.searchDisp .flying-search .box-container .modSearch_expand .box.n_room {
	width:auto;
	float:right!important;
}
.searchDisp .flying-search .box-container .modSearch_expand .box select {
	width:100%;
}
.searchDisp .flying-search .box-container .modSearch_expand .box input {
	width:80%;
}
.searchDisp .flying-search .box-container .modSearch_expand .n_room {
	margin-right:0;
}
.searchDisp .flying-search .box-container .modSearch_expand select.n_room {
	width:40px;
}
.searchDisp .flying-search .box-container .modSearch_expand .rooms-content {
	width:100%;
	margin-top:2em;
}
.searchDisp .flying-search .box-container .modSearch_expand .rooms {
	clear:none;
	float:left!important;
	width:30%;
	margin:0 2.8%;
}
.searchDisp .flying-search .box-container .modSearch_expand .rooms:first-child, .searchDisp .flying-search .box-container .modSearch_expand .rooms:last-child {
	margin:0;
}
.searchDisp .flying-search .box-container .modSearch_expand .rooms div.child-date {
	width:50%;
	margin:0 5px;
}
.searchDisp .flying-search-ofertas .box-container .modSearch_expand .consulta-ofertas-macroOfertas {
	margin:0 1em 1em 0;
	width: 100%;
}
.searchDisp .flying-search-ofertas .box-container .modSearch_expand .bestprice {
	right: -30px;
	top: -45px;
}
.searchDisp .flying-search-ofertas .content-flying-search .box-container .offers {
	margin: 0 2em !important;
	top: -3em;
	width: 96%;
}
.searchDisp .flying-search-ofertas .content-flying-search .box-container .offers .results h5 {
	margin:0;
}
.searchDisp .flying-search-ofertas .content-flying-search .box-container .offers .closeSearch {
	bottom: -20px;
}
/* Ofertas Ultima Minuto */
.slideOffersLastM ul.slides>li .content .dataOffer {
	width: 55% !important;
}
.slideOffersLastM ul.slides>li .content .dataOffer .lastmindata {
	margin-right: 0.5em;
	width: 55% !important;
}
.slideOffersLastM ul.slides>li .content .dataOffer .reservar input.br-m {
	margin: 2.5em 0 !important;
}
/* Oferta del mes */
.sec-ofer .offers .container .span8 .offerMonth .span4 {
	width: 30%;
}
.sec-ofer .offers .container .span8 .otherOffer {
	margin-top: 2em;
	width: 100%;
}
/* fix por idiomas */
.ru .slideOffersLastM ul.slides>li .content .dataOffer .lastmindata {
	width: 100% !important;
}
.ru .slideOffersLastM ul.slides>li .content .dataOffer .reservar input.br-m {
	margin: 0.5em 0 !important;
}
.nl .slideOffersLastM ul.slides>li .content .dataOffer .lastmindata {
	width: 50% !important;
}
.en .slideOffersLastM ul.slides>li .content .dataOffer .lastmindata {
	margin-right: 1em;
	width: 65% !important;
}
.de .searchDisp .flying-search-ofertas .box-container .modSearch_expand .bestprice {
	right: 0;
}
.de .slideOffersLastM ul.slides>li .content .dataOffer .lastmindata {
	margin-right: 1em;
	width: 50% !important;
}
/* IE Fixes */
	.ie7 .searchDisp .flying-search .box-container .modSearch_expand .rooms, .ie8 .searchDisp .flying-search .box-container .modSearch_expand .rooms {
	width:27%;
	margin:0 2%;
}
.ie7 .searchDisp .flying-search .box-container .modSearch_expand .closeSearch span {
	float:right;
	width:150px;
	text-align:right;
	display:block;
}
.ie7 .searchDisp .flying-search .box-container .modSearch_expand .closeSearch span.icon {
	width:16px;
}
}
@media only screen and (max-width:979px) {
/* Oculto
	************************ */
.navbar .menu {
	display:none;
}
/* Modificado
	************************ */
/* Slide Home */
.flexslider .rwd_promocion .boxOffer {
	bottom:auto;
	top:50%;
}
/* Iconos Submenu */
.ico-groups {
	background-position:-160px -548px;
	width:10em;
	height:2.5em;
	display:block;
	margin:2em auto 0;
}
.retina .ico-groups {
	background-position:-160px -548px;
}
.ico-wedding {
	background-position:0 -589px;
	width:11.8em;
	height:2.5em;
	display:block;
	margin:2em auto 0;
}
.retina .ico-wedding {
	background-position:0 -589px;
}
.ico-class {
	background-position:0 -551px;
	width:9em;
	height:3.8em;
	display:block;
	margin:1.3em auto 0;
}
.retina .ico-class {
	background-position:0 -551px;
}
.ico-plaza {
	background-position:-160px -586px;
	width:9.5em;
	height:3em;
	display:block;
	margin:1.5em auto 0;
}
.retina .ico-plaza {
	background-position:-160px -586px;
}
/* Grids */
	.row {
	margin-left:0px;
*zoom:1
}
.row:before, .row:after {
	display:table;
	line-height:0;
	content:""
}
.row:after {
	clear:both
}
.row-fluid {
	width:100%;
*zoom:1;
}
.row-fluid:before, .row-fluid:after {
	display:table;
	line-height:0;
	content:""
}
.row-fluid:after {
	clear:both;
}
.row-fluid [class*="span"] {
	display:block;
	float:left;
	width:100%;
	min-height:30px;
	margin-left:2.564102564102564%;
*margin-left:2.5109110747408616%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.row-fluid [class*="span"]:first-child {
	margin-left:0
}
 .row-fluid .controls-row [class*="span"]+[class*="span"] {
margin-left:2.564102564102564%;
}
.row-fluid .span12 {
	width:100%;
*width:99.94680851063829%;
}
.row-fluid .span11 {
	width:91.43646408839778%;
*width:91.38327259903608%;
}
.row-fluid .span10 {
	width:82.87292817679558%;
*width:82.81973668743387%;
}
.row-fluid .span9 {
	width:100%;
*width:99.94680851063829%;
}
.row-fluid .span8 {
	width:65.74585635359117%;
*width:65.69266486422946%;
}
.row-fluid .span7 {
	width:57.18232044198895%;
*width:57.12912895262725%;
}
.row-fluid .span6 {
	width:48.61878453038674%;
*width:48.56559304102504%
}
.row-fluid .span5 {
	width:40.05524861878453%;
*width:40.00205712942283%
}
.row-fluid .span4 {
	width:31.491712707182323%;
*width:31.43852121782062%;
}
.row-fluid .span3 {
	width:26.228%;
*width:26.178%
}
.row-fluid .span2 {
	width:14.3646408839779%;
*width:14.311449394616199%;
}
.row-fluid .span1 {
	width:5.801104972375691%;
*width:5.747913483013988%;
}
.container {
	margin:0 auto;
	width:95%;
}
/* Buscador Disponibilidad */
.searchDisp .container.sticky, .searchDisp .sticky .flying-search {
	width:100%;
}
.searchDisp .sticky .flying-search .box-container-bottom .left-bottom, .searchDisp .sticky .flying-search .box-container-bottom .right-bottom {
	display:none;
}
.searchDisp .sticky .flying-search .box-container-top .left-top, .searchDisp .sticky .flying-search .box-container-top .right-top {
	background-color:rgb(199,206,211);
}
.searchDisp .flying-search .box-container {
	overflow:hidden
}
.searchDisp .flying-search .box-container .modSearch a span.icon {
	display:block;
	margin:0!important;
}
.searchDisp .flying-search .box-container .search-result li {
	display:block;
	float:left;
	margin-top:.5em;
	margin-bottom:.5em;
}
.searchDisp .flying-search .box-container .search-result li:first-child {
	margin-top:.5em;
	margin-bottom:.5em;
}
.searchDisp .flying-search .box-container .search-result li:nth-child(4n) {
	display:block;
	border-left:none;
	margin-left:0;
	padding-left:0;
	clear:left;
}
.ie7 .searchDisp .flying-search .box-container .search-result, .ie8 .searchDisp .flying-search .box-container .search-result {
	width:60%;
}
.searchDisp .flying-search .box-container .modSearch {
	line-height:45px;
}
.searchDisp .flying-search .box-container .modSearch a span.icon {
	margin:15px 0 0 5px!important
}
.searchDisp .flying-search .box-container .modSearch_expand .rooms {
	margin:0 2%;
}
.searchDisp .flying-search .box-container .modSearch_expand .rooms div {
	padding-right:10px;
	width:30%;
}
.searchDisp .flying-search .box-container .modSearch_expand .rooms div.child-date {
	width:100%;
	margin:15px 0 0 0;
}
.searchDisp .flying-search-ofertas .content-flying-search .box-container .offers {
	margin: 2em !important;
	top: 1.8em;
}
.searchDisp .flying-search-ofertas .content-flying-search .box-container .offers .closeSearch {
	bottom: 0;
}
.searchDisp .flying-search-ofertas .content-flying-search .box-container .offers .results .span12 .flex-direction-nav {
	left:92%;
}
/* ALL: IE Fixes */
	html.ie7 {
	overflow-x:auto;
}
/* Buscador Disponibilidad */
	.searchDisp .sticky .flying-search {
	width:768px;
}
.searchDisp .flying-search .box-container .modSearch_expand select {
	width:150px;
}
.searchDisp .flying-search-ofertas .box-container .modSearch_expand .bestprice {
	float: left;
	left: 0;
	top: 0;
}
.searchDisp .flying-search-ofertas .content-flying-search .box-container .offers .results h5 {
	margin-right: 2em;
	margin-top: -4.5em;
}
/* oferta del mes */
.container .offerMonth .span3 {
	width:37%;
}
.sec-ofer .offers .container .span8 {
	width: 58%;
}
}



