/* CSS Document */
/* estructure-riu-rwd.css  */
/* modificado 14/08/2017 - 11:33; */

/*  =========================================================================
  	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;
}

@font-face {
  font-family:'InterstateLight';
  src: url('/fonts/Interstate-Light.eot');
  src: url('/fonts/Interstate-Light.eot?#iefix') format('embedded-opentype'), url('/fonts/Interstate-Light.ttf') format('truetype'), url('/fonts/Interstate-Light.svg#Interstate-Light') format('svg');
  font-style:normal;
}

/*==================================================
=            ICONOS SERVICIOS NUEVA WEB            =
==================================================*/

@font-face {
  font-family: "iconsRiu";
  src: url("/fonts/riu2017/iconsRiu/iconsRiu.eot");
  src: url("/fonts/riu2017/iconsRiu/iconsRiu.eot?#iefix") format("embedded-opentype"),
       url("/fonts/riu2017/iconsRiu/iconsRiu.woff") format("woff"),
       url("/fonts/riu2017/iconsRiu/iconsRiu.ttf") format("truetype"),
       url("/fonts/riu2017/iconsRiu/iconsRiu.svg#iconsRiu") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "iconsRiu";
    src: url("/fonts/riu2017/iconsRiu/iconsRiu.svg#iconsRiu") format("svg");
  }
}

/*#content .condOfer {
	position: absolute;
	top: 10px;
	right: 10px;
}*/
#content .condOfer .ico {
	display: inline-block;
	font-family: "iconsRiu"!important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-decoration: inherit;
	text-rendering: optimizeLegibility;
	text-transform: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	background: none;
	width: auto;
    font-size: 60px;
    margin: 0;
    background: none!important;
    text-indent: inherit;
}

#content .condOfer .ico-allinc:before {content: "\e907"; }
#content .condOfer .ico-24h:before {content: "\e901"; }
#content .condOfer .ico-free-wifi:before {content: "\e903"; }
#content .condOfer .ico-wifi:before {content: "\e904"; }
#content .condOfer .ico-21:before {content: "\e900"; }

/*=====  End of ICONOS SERVICIOS NUEVA WEB  ======*/


* {
  -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;
}
/*html {
	overflow-x: hidden;
}*/

html, button, input, select, textarea {
	color:#222;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #5D6062;
	margin:0 !important;
}

/*.wrapper {
	margin: 0 auto;
	width: 928px;
}
#content {
	margin: 0 auto 25px;
	position: relative;
	width: 928px;
}*/
#main-content {
	margin: 0 auto 20px;
}

.banner {
	margin-bottom: 20px;
}
.banner img {
	width: 100%;
	max-width: 434px;
	display: block;
	margin: auto;
}

hr {
	border:0;
	border-top:.1em solid #ccc;
	display:block;
	height:.1em;
	margin:1em 0;
	padding:0;
}
img {
	vertical-align:middle;
	border:0;
}
fieldset {
	border:0;
	margin:0;
	padding:0;
}
textarea {
	resize:vertical;
}
.see-more {
	text-decoration:underline;
}

ul {
list-style: none;
}

ul li {
	list-style: none;
}

p {
  margin: 10px 0;
}

.content p, #content p {
	font-size: 14px;
  	line-height: 19px;
}

.nm {margin: 0 !important;}
.nmt {margin-top: 0 !important;}
.nmr {margin-right: 0 !important;}
.nmb {margin-bottom: 0 !important;}
.nml {margin-left: 0 !important;}

.np {padding: 0 !important;}
.npt {padding-top: 0 !important;}
.npr {padding-right: 0 !important;}
.npb {padding-bottom: 0 !important;}
.npl {padding-left: 0 !important;}


.mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}

.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}


.clear {
	clear:both;
	overflow: hidden;
}

.menu .tooltip.top {
	display: none!important;
}

/* text and colors predefined styles */

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-underline {
  text-decoration: underline;
}
.text-interstate-light {
	font-family: InterstateLight;
	font-weight: normal;
}
.text-bold {
  font-weight: bold;
}
.text-muted {
  color: #777;
}
.text-small {
	font-size: 80%;
}
.text-primary {
  color: #278ccd;
}
a.text-primary:hover {
  color: #58BDFE;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #278ccd;
}
a.bg-primary:hover {
  background-color: #58BDFE;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.bg-grey {
  background-color: #999999;
}

span.yellow {
	color: #eeba2e;
}
span.grey {
	color: #96958e;
}

/* text predefined styles */

.chromeframe {
	background:#ccc;
	color:#000;
	margin:.2em 0;
	padding:.2em 0;
}
.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;
}

h2, h3, h4, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  color: #444;
  /*text-transform: uppercase;*/
  font-family:InterstateLight, Arial, Sans-serif;
}
.h1 {
  font-size: 36px;
  font-weight: 500;
}
.h2 {
  font-size: 30px;
  font-weight: 500;
}
.h3 {
  font-size: 24px;
  font-weight: 500;
}
.h4 {
  font-size: 18px;
  font-weight: 500;
}
.h5 {
  font-size: 14px;
  font-weight: 500;
}
.h6 {
  font-size: 12px;
  font-weight: 500;
}
.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;
}
h5 {
	font-size: 14px;
	padding-bottom: 10px;
	font-weight: bold;
}
/* Links */
a {
	color: #278ccd;
	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: #58BDFE;
	text-decoration:none;
}
a.ul {
	text-decoration: underline;
}
a.grey {
	color: #5C6063;
	font-weight: bold;
}
/* listados */
/*ul li {
	list-style:url('/fcs_images/css/list_quadrat.gif');
}*/
/* Iconos */
.ico {
	background:transparent url('/fcs_images/sprite/sprite-general-2015.png');
	background-image: url('/fcs_images/sprite/sprite-general-2015.png')!important; 
	text-indent:-999999px;
}
body .navbar .ico, body .footer .ico {
  	background-image: url('/fcs_images/sprite/sprite-general-2015.png')!important;
}
.retina .ico {
	background-image: url('/fcs_images/sprite/sprite-general-2015@2x.png')!important;
	background-size:497px;
}
.retina .ico.img-map {
	background-image: url('/fcs_images/sprite/sprite_general.png');
	background-size:initial;
}
.img-map {
	width: 277px;
	height: 95px;
	background-position: 0px -662px;
	margin: auto;
	display: block;
	background-image: url('/fcs_images/sprite/sprite_general.png');
}
/* 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:-130px -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-2015.png') -140px -244px;
	display:block;
	height:100%;
	width:100%;
}
.retina .scrollTop a {
	background-image:url('/fcs_images/sprite/sprite-general-2015@2x.png');
	background-size:300px 850px;
}
.scrollTop a:hover {
	text-decoration:none;
}
/* Politica de cookies */
#fp_cookieMessageContainer {
	line-height: 30px;
	border: none;
	background-color: #F8D04F;
	color: #000;
	text-align: center;
	font-size: 12px;
	padding: 0;
	font-family:arial;
}
#fp_cookieMessageCloseButton {
	display: block;
	height: 30px;
	background-color: #b48d04;
	border: none;
	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: #5E5133;
}
#fp_cookieMessageContainer .link {
	color: #ca5c5c;
	font-weight: bold;
	text-decoration: underline;
}
#fp_cookieMessageContainer .link:hover {
	color: #BC5658;
}
/* Buttons */
a.button, input[type=button], input[type=submit], input[type=reset] {
	background-color:#ca5c5c;
	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:#BC5658;
	background-image: none;
}
a.button:focus, input[type=button]:focus, input[type=submit]:focus, input[type=reset]:focus {
	background-color:#BC5658;
	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);
}

/* buttons & btn */

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  /*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: 1px solid transparent;
  -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: #ca5c5c!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: #BC5658!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: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  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;
  border-color: #4cae4c;
}
.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: #ED807D;
  border-color: #ED807D;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #DA5956;
  border-color: #DA5956;
}
.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-link {
  font-weight: normal;
  color: #428bca;
  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 */

/* 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:100%;
	padding:15px;
}
select {
	height:auto;
	/*padding: 15px;
	width: auto;*/
}
.webkit input[type=text], .webkit textarea, .webkit select {
	line-height:normal;
}

.form-group {
  margin-bottom: 15px;
  display: table;
  width: 100%;
}

.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 30px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 46px;
}


/* Panels */

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
  background-color: #f5f5f5;
}
.panel-body, 
.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	display: table;
	width: 100%;
}
.panel-body {
  border-bottom: solid 2px #E4E4E4;
}
.panel-body img {
	width: 100%;
}

.ui-datepicker-trigger {
	width: auto!important;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
  text-transform: uppercase;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel select {
	height: 40px!important;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #fff;
  background-color: #999999;
  border-color: #999;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-heading .badge {
  color: #428bca;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
	color: #d9edf7;
	background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #bce8f1;
}
.panel-warning {
	border-color: #eeba2e;
}
.panel-warning > .panel-heading {
	color: #444444;
	background-color: #eeba2e;
	border-color: #eeba2e;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
	color: #eeba2e;
	background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #faebcc;
}
.panel-danger {
	border-color: #ebccd1;
}
.panel-danger > .panel-heading {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
	color: #f2dede;
	background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #ebccd1;
}
/* panel para buscador */
.panel-buscador {
	border-color: #ddd;
}
.panel-buscador > .panel-heading {
	color: #fff;
	background-color: #999999;
	border-color: #999;
}
.panel-buscador > .panel-body {
	color: #4C4C4C;
	background-color: #FEFBF5;
	border: 3px solid #F1CE85;
}
.panel-buscador > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ddd;
}
.panel-buscador > .panel-heading .badge {
	color: #f5f5f5;
	background-color: #333;
}
.panel-buscador > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #ddd;
}

/* buscador angular */

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  background-clip: padding-box;
}

/* end buscador angular */

.path {
	display: none;
}
.veriSing {
	display: none;
}
.disponibilidad {
	display: none;
}

.header_resultado_busqueda_id {
	margin-top: 40px;
}

/* row riuclass  */

.riuclass-header-wrap {	
	padding: 15px 0;
	margin-bottom: 40px;
	margin-top: 0;
    border-bottom: solid 1px #cdcdcd;
    background: #ffffff;
    display: none!important;
}
.riuclass-header-wrap .col-sm-8 {
	width: 100%;
	text-align: center;
}
.riuclass-header-wrap .col-sm-4 {
	display: none;
}

.riuclass-header-wrap .steps li {
	display: inline-block;
	margin: 0;
	padding: 20px;
	vertical-align: top;
	color: #444444;
	font-weight: 300;
	font-family: InterstateLight;
	text-transform: none!important;
}
.riuclass-header-wrap .steps li a {
	color: #444444;
}
.riuclass-header-wrap .steps li.on, .riuclass-header-wrap .steps li.on a {
    color: #BC5658;
    font-weight: 300;
}

.sec-book .riuclass-header-wrap {
	margin-top: 0;
	margin-bottom: 10px;
}

#pBusqueda.sec-book .riuclass-header-wrap {
	margin-bottom: 40px;
	margin-top: 40px;
}

.riuclass-header-wrap .card-wrap {
	float: right;
    display: none;
}
.riuclass-header-wrap .user-info {
	color: #444444;
	margin-right: 20px;
	font-size: 12px;
	text-align: right;
}
.riuclass-header-wrap .user-info #acced-link {
	color: #FFFFFF;
	font-family: InterstateLight;
	font-weight: normal;
	font-size: 14px;	
}
.riuclass-header-wrap .user-info .num-riuclass {
	color: #fdc726;
	font-size: 13px;
}
.riuclass-header-wrap .card, .riuclass-header-wrap .user-info {
	display: inline-block;
}

.riuclass-header-wrap .user-info #nombreRC, .riuclass-header-wrap .user-info #puntosRC, .riuclass-header-wrap .user-info #numRC, .riuclass-header-wrap .user-info #tipoTarjetaRC {
	display: none;
}

.riuclass-header-wrap .user-info #nombreRC:after,  .riuclass-header-wrap .user-info #numRC:after {
	content: "·";
	margin-left: 5px;
}

.riuclass-header-wrap .card {
	position: relative;
	width: 100px;
}
.riuclass-header-wrap .card img {
	position: absolute;
	top: -59px;
	width: 100%;
}

/* end row riuclass  */

/* 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;
}
#content .ketchup-error ul, .ketchup-error ul  {
  font-family: Arial, sans-serif;
  text-align: left;
  color: #5C6063;
  background: #ffcccc;
  background-image: none; 
  padding: 8px;
  border: 1px solid #cd0000;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  list-style: none;
  line-height: 10px;
  font-size: 8px!important;
}
.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;
	background: none!important;
}
.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);
}
/* breadcrumb */
.breadcrumb {
	color: #808285;
	font-size: 11px;
	padding: 10px 0 20px;
}
.breadcrumb ul {
	list-style: none outside none;
}
.breadcrumb ul li {
	display: inline;
}
.breadcrumb ul li a, .breadcrumb a {
	color: #808285;
	text-decoration: underline;
}
.breadcrumb ul li a:hover, .breadcrumb a:hover {
	color: #A0A7AE;
}

.consultaDisponibilidad {
	position: relative;
}

.loading-ajax {
	display: none;
	width: 100%;
	text-align: center;
}
.loading-ajax img {}


.results .hotel-result .middle-widget { overflow: visible; }
.results .hotel-result .room-list .price {font-size: 16px!important; }
.results .hotel-result .room-list span.lt {font-size: 14px!important; }
.results .hotel-result .widget .room-list div.buttons { margin: 0; }

/* ==========================================================================
   Secciones
========================================================================== */
/* Ficha hotel */

.miniFicha #content {
	/* width: auto; */
	margin: 0 auto;
	width: 735px;
	position: relative;
}

body.guia-destinos #main-content .f-l.grid-192 {
	width: 25%!important;
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 0;
}
body.guia-destinos #main-content .f-r.grid-700 {
	width: 75%!important;
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	margin: 0;
}

.highlight {
	background-color: #EFEFEF;
	padding: 15px;
	margin-top:15px;
}
.highlight h2 {
	font-weight: bold;
	margin: 0 0 5px !important;
	padding: 0 !important;
}
.highlight ul {
	padding: 0 0 0 5px;
}
.highlight ul li {
	padding: 0 0 5px 10px;
	list-style: none!important;
}
.highlight div {
	border-right: 1px dotted #D3CFC7;
	margin-right: 20px;
	padding: 0 20px 0 0;
	width: 45%;
	display:inline-block;
}
.highlight div.last {
	border: medium none;
	margin-right: 0;
	padding: 0;
}
.highlight div.destacados, .highlight div.cols2 {
	border: 0 none;
	margin: 0;
	padding: 0;
	width: auto;
}
.highlight div.destacados .cols2 li {
	background: url("/fcs_images/css/list_quadrat.gif") no-repeat scroll 0 5px transparent;
	float: left;
	padding: 0 10px;
	width: 45%;
}

div.button {
	clear:both;
	float: left;
	position: static;
	cursor: default;
}

.consulta-disponibilidad-macroreservas div.button {
	float: none;
}


/* destinos */
body.hoteles #main-content {
	border-top: 5px solid #D3CFC7;
	margin: 0 auto 20px;
	padding-top: 15px;
}
body.guia-destinos .nav, body.hoteles-destino #main-content {
	border: none;
	padding-bottom: 5px;
}
body.guia-destinos #main-content, body.hoteles-destino #main-content {
	border:solid #d3cfc7;
	border-width: 5px 1px 1px 1px;
	padding-bottom: 0px;
}
body.guia-destinos-home #main-content {
	border:solid #d3cfc7;
	border-width: 5px 0px 0px 0px;
	padding-bottom: 10px;
	padding-top: 20px;
}
.destination-header, .hotel-header {
	height: 75px;
	position: relative;
	margin-bottom: 10px;
}
.destination-home-header {
	height: 25px;
	position: relative;
	margin-bottom: 10px;
}
.hotel-header {
	height: auto;
	margin-bottom: 10px;
}
.hotel-header h1, .destination-home-header h1 {
	color: #000000;
	font-size: 18px;
	font-weight: bold;
}
.hotel-header h1 .hotel-stars {
/*	background-position: right 4px;*/
}
.hotel-header h1 span.oferta {
	color: #E8AE33;
	font-size: 14px;
	padding: 0 0 0 5px;
}
.destination-home-header h1 {
	float: left;
	width: 550px;
}
.destination-header h1 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
h1.title {
	font-size: 16px;
	font-weight: bold;
	padding-top: 15px;
}
.link-guia {
	position: absolute;
	top:0px;
	right: 0px;
	text-align: right;
}
.price-info {
	position: absolute;
	height: 39px;
	right: 0px;
	top:0px;
}
.ie9 .price-info {
	border-radius:0.3em;
	-webkit-border-radius:0.3em;
	-moz-border-radius:0.3em;
	overflow:hidden;
}
.hotel-header .price-info {
	top:28px;
}
.price-info p {
    background-color: #F8CD4E;
    border: 0 none;
	border-radius:0.3em;
	-webkit-border-radius:0.3em;
	-moz-border-radius:0.3em;
    color: #5D6062;
	cursor: pointer;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    line-height: 1;
    margin: 0;
    padding: 0.571em 0.714em;
    width: auto;
}
.price-info p:hover {
background-color: #E9B948;
}
.price-info a {
	font-size: 16px;
	font-weight: bold;
	color: #5c6063;
	text-decoration: none;
	padding: 4px 12px 4px 6px;
	display: block;
}
/* conversion moneda */
.destination-header .price-info .price .conversion .conv {
	font-size: 16px !important;
	color: #5C6063;
	display: inline;
	font-weight: bold !important;
	text-align: center;
}
.destination-header .price-info .price .conversion .conv .unid {
	float: none;
	font-size: 1em !important;
	font-weight: bold !important;
	margin: 0 0 0 3px !important;
	width: auto;
}
.hotel-header .price-info .price, .destination-header .price-info .price {
	background-color: #FFFFFF;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: inline-block;
	font-size: 16px !important;
	margin: 0 10px 0 0;
	padding: 5px 10px;
	vertical-align: middle;
	width: auto;
}
.hotel-header .price-info .price .conversion {
	display: inline-block;
	padding:0;
	vertical-align: middle;
	width: auto;
}
.hotel-header .price-info .price .conversion .orig {
	display: inline;
	font-size: 16px !important;
}
.hotel-header .price-info .price .conversion .conv {
	color: #5C6063;
	display: inline;
	font-size: 16px !important;
	font-weight: bold !important;
	margin: 0;
	padding: 0 0 0 5px;
	vertical-align: middle;
	width: auto;
}
.hotel-header .price-info .price .conversion .conv .unid {
	font-weight: bold !important;
}
.inner-block .content-inner-block .buttons .btn .btn-close span.price .orig {
	float: right;
	text-align: right;
}
.inner-block .content-inner-block .buttons .btn .btn-close span.price .conv {
	color: #A37412;
}
body.guia-destinos .tabs, .grid-600 .tabs {
	background: none;
	width: auto;
}
body.guia-destinos .tabs a, .grid-600 .tabs a {
	text-decoration: none;
}
body.guia-destinos .tabs a {
	color: #5D6062;
	font-size:13px;
}
body.guia-destinos .tabs a:hover {
	color:#293B45;
}
body.guia-destinos .tab, .grid-600 .tab {
	width: 100%!important;
}
body.guia-destinos .content-tabbed ul li {
	background: url("/fcs_images/css/list_quadrat.gif") no-repeat scroll 0 5px transparent;
	padding: 2px 10px;
}
body.guia-destinos .content-tabbed ul.gr_profesionales_linea li {
	background: none repeat scroll 0 0 transparent;
	font-weight: bold;
	padding: 5px 0;
}
body.guia-destinos .content-tabbed #tipos-habitaciones ul li {
	background: none;
	padding: 5px 0;
	font-weight:normal;
	display: table;
	width: 100%;
}
body.guia-destinos .content-tabbed, .grid-600 .content-tabbed {
	background-image: none;
	background-color: #FFF;
}
body.guia-destinos .grid-700 .hotel-promo-list+.legend-content {
	border-top:6px solid #EFEFEF;
	padding-top:5px;
}
body.ficha-destino .content-tabbed {
	background-color: #f7f7f7;
}
.grid-600 .content-tabbed-bottom {
	background: #FFF url(/fcs_images/sprite/sprite_no_repeat.png) no-repeat 0px -35px;
	height: 10px;
	width: 703px;
	margin-bottom: 15px;
}
.grid-600 .grey.content-tabbed-bottom {
	background: #FFF url(/fcs_images/sprite/sprite_no_repeat.png) no-repeat -1px -65px !important;
	height: 9px;
	width: 603px;
	margin-bottom: 15px;
}
/* pestaÃ±as destinos */
body.guia-destinos .grid-700 .content-tabbed .tab h4 {
	border-bottom: 6px solid #EFEFEF;
	font-size: 15px;
	margin: 0 0 10px;
	padding: 5px 5px 3px 0;
}
body.guia-destinos .grid-700 .content-tabbed .tab h5 {
	padding: 10px 0;
}
body.guia-destinos .grid-700 .content-tabbed .widget .top-widget, body.guia-destinos .grid-700 .content-tabbed .widget .bottom-widget {
	padding: 0;
}

/*.bestprice {
  float: right;
  position: relative;
  right: 10px;
  bottom: 55px;
  clear: both;
}*/

.consulta-disponibilidad-macroreservas .bestprice {
	position: static;
}

.bestprice img {
	width: 3.5em;
	height: 36px;
	float: left;
	padding-right: .2em;
}

.bestprice a.tdu {
	color: rgb(41,41,41);
	text-decoration: none!important;
	display: block;
	padding-left: 45px;
	text-indent: 0;
	font-size: 14px;
	font-family: 'InterstateReg';
	text-transform: uppercase;
	letter-spacing: -1px;
	width: 167px;
	padding-top: 3px;
}

/* estilos para buscador por pestaÃ±a de vuelo+hotel y hotel */


body.guia-destinos .widgetcontainer {display: table; }
body.guia-destinos .widgetcontainer .tablist.masterfont { display: none; }
body.guia-destinos .widgetcontainer #fromAirDate {display: table; width: 100%; }

body.guia-destinos .widgetcontainer .normal {
font-weight: normal;
}
body.guia-destinos .widgetcontainer .componentcontainer .moreoption { display: none; }
body.guia-destinos .widgetcontainer .componentcontainer {
	float: left;
	overflow: visible;
	width: 100%;
	margin: 0 0 3px;
}

body.guia-destinos .widgetcontainer .buttonconatiner {
	float: right;
	margin-top: 10px;
}
body.guia-destinos .widgetcontainer .buttonconatiner input[type="submit"] {
	background-color: rgb(248,205,78);
	border: 0;
	color: rgb(70,53,15);
}

body.guia-destinos .widgetcontainer .date {
	width: 43%;
	margin: 0 6px 0 0;
	padding: 2px 2px 2px 2px;
	float: left;
}

body.guia-destinos .widgetcontainer .time {
width: 47%;
float: right;
}

body.guia-destinos .widgetcontainer .adult, body.guia-destinos .widgetcontainer .child {
	float: left;
	margin-right: 10px;
	width: 10%;
	min-width: 45px;
}


body.guia-destinos .inner-content h1 {
	color: #fff;
	background: #999999;
	border-color: #999;
	font-size: 16px;
	font-weight: bold;
	height: 30px;
	padding: 10px 0 0 15px;
	text-transform: uppercase;
	font-family: InterstateLight, Arial, Sans-serif;
}

body.guia-destinos .map-list #map_canvas {
	width: 66%!important;
}

body.guia-destinos .map-list .hotel-map-list {
	width: 30%;
}

body.guia-destinos .hotel-list .hotel-features {
	max-width: 335px;
	width: 100%;
}
body.guia-destinos .hotel-list li ul.linksPie {
	display: inline-block;
	padding: 0 0 0 20px;
	vertical-align: top;
	width: 100%;
}

/* simple gallery */
.show-room {
	height: 344px;
}
.show-room #destination-pictures {
	float: left;
	width: 50%;
	border-right: 1px dotted #CCC;
}
.show-room .title {
	font-weight: bold;
	font-size: 13px;
	padding: 15px 11px 15px 0;
}
.show-room .title a {
	float: right;
	font-weight: normal;
}
.show-room img {
	display: block;
	padding: 3px;
	border:1px solid #CCC;
	background-color: #FFF;
}
.show-room .preview img {
	height:225px;
	width:326px;
}
.show-room .preview {
	height:235px;
	width:341px;
	margin: auto;
}
.thumbnail {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	display: block;
	margin: 0;
	padding: 3px;
}
.show-room .thumbnails .thumbs {
	text-align: center;
}
.show-room .thumbnails li {
	float: none;
	margin-right: 11px;
	margin-top: 10px;
	display: inline-block;
}
.show-room .thumbnails li.last {
	margin-right: 0;
}
.show-room .thumbnails li a img {
	border-color:#cccccc;
	width: 67px;
	height: 45px;
}
.show-room .thumbnails li.active img {
	border-color:#293b47;
}
/*Galeria de_2 = flickr */
.show-room #divGaleria_2, .show-room #galleryFlkr, .show-room #divFlickr {
	float:left;
	width: 50%;
	border:none;
	margin: 0px;
	padding: 0px;
}
.show-room #divGaleria_2 .title, .show-room #galleryFlkr .title, .show-room #divFlickr .title {
	padding: 15px 0 15px 15px;
}
.show-room #divGaleria_2 .preview, .show-room #galleryFlkr .preview {
	margin-left:15px;
}
/*para cuadrar el preview de la Flickr y de Galeria 2 */
.show-room .thumbnails#thumbs2 ul, .show-room #listaThunsFlkr ul { /*para cuadrar los thumbs de la Flickr */
	margin-left:4px;
}
.show-room .thumbnails#thumbs2 li, .show-room #galleryFlkr li { /*para cuadrar los thumbs de la Flickr */
	margin-left:11px;
	margin-right:0px;
	margin-top: 10px;
}
.show-room #galleryFlkr .thumbnails li {
	width:75px;
}
.show-room #galleryFlkr .thumbnails li img {
	height: 44px;
	width: 68px;
}/*fin de las particularidades de Galeria de_2 = flickr */
span.flickr {
	background: transparent url(/fcs_images/sprite/sprite_general.png) no-repeat -452px -632px;
	padding-left: 43px;
}


/* /\/\/\/\/\/\/\/\/\	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;
}

/* 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:256px;
	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.9em;
}
.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:100%
}
.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:.5em 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:.3em 0 .3em;
	padding-top:.5em;
	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:55.4em;
}
.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:0.5em;
}
.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:42px;
	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 {
	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;
}


/* DatePicker */
.ui-datepicker-trigger {
	float: right;
	margin: 4px 0 0 5px;
	margin:0 0 0 3px;
	float:right;
}
.ie7 .ui-datepicker-trigger {
	float:none;
}
.ui-datepicker {
	font-family:Arial;
	font-size:1.2em;
	border-radius:5px!important;
	min-width: 46em!important;
}
.desplegado .ui-datepicker {
	min-width: 26em!important;
	float: left;
	margin-right: 10px;
}

.desplegado div.checkin, .desplegado div.checkout {float: left; width: 50%; margin-bottom: 20px; }
.desplegado div.checkin label, .desplegado div.checkout label {margin-bottom: 10px; display: block; font-size: 16px; }

.desplegado div.button {display: block; clear: both; text-align: right; }

.desplegado div img.ui-datepicker-trigger {display: none; }

.ui-datepicker .ui-datepicker-header {
	color:white;
	border-radius:0!important;
	border:none;
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #f3f3f3), color-stop(51%, #ededed), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* W3C */
}
.ie7 .ui-datepicker .ui-datepicker-header, .ie8 .ui-datepicker .ui-datepicker-header {
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3', GradientType=0 ); /* IE6-8 */
}
.ie9 .ui-datepicker .ui-datepicker-header {
	filter: none;
}
.ui-datepicker .ui-datepicker-calendar td a {
	text-align:center;
}

.ui-datepicker .ui-widget-header .ui-icon {
	background-image: url("/fcs_images/ui-icons_ffffff_256x240.png");
}
.ui-datepicker .ui-datepicker-prev.ui-state-hover, .ui-datepicker .ui-datepicker-next.ui-state-hover {
	border: 1px solid #D1D1D1;
	background:#E2E2E2;
	font-weight: bold;
	color: #c77405;
	border-radius:5px!important;
}
.ui-datepicker .ui-datepicker-prev.ui-state-hover .ui-icon, .ui-datepicker .ui-datepicker-next.ui-state-hover .ui-icon {
	background-image: url("/fcs_images/ui-icons_ffffff_256x240.png");
}
.ie7 .ui-datepicker .ui-datepicker-header .ui-datepicker-month, .ie8 .ui-datepicker .ui-datepicker-header .ui-datepicker-month {
	height:19px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
	line-height:2em;
	color:#5C6063;
}
.ie8 .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
	line-height:2.2em;
}

/* arreglos para jquery ui  */

.ui-datepicker-multi .ui-datepicker-group table {
	width: 100.3%;
	margin: 0;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 49%;
	margin-left: 1%;
}
.ui-datepicker-multi-2 .ui-datepicker-group.ui-datepicker-group-first {}

.ui-datepicker thead {
	border-bottom:3px solid rgb(201,164,73);	
	background: rgb(76,76,76);
}

.ui-datepicker {
	font-family:Arial;
	font-size:1.2em;
	border-radius:0px!important;
	/*z-index: 999!important;*/
}

.ui-datepicker .ui-widget {
	font-family: "Helvetica Neue","Trebuchet MS",Tahoma,Verdana,Arial,sans-serif;
	background: #f0f4f7;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

.ui-datepicker .ui-datepicker {
	padding: 0;
}

.ui-datepicker .ui-datepicker-header {
	border: none;
	background: rgb(76,76,76);
	color: white;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
	color: #fff;
}

.ui-datepicker th {
	color: #ffffff;
}

.ui-datepicker .ui-datepicker-header .ui-state-hover {
	background: transparent;
	border-color: transparent;
	cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev.ui-state-hover, .ui-datepicker .ui-datepicker-next.ui-state-hover {
	border: none;
	background:transparent;
	font-weight: bold;
	color: #c77405;
	border-radius:5px!important;
}

.ui-datepicker .ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker .ui-datepicker-prev span {
	background-image: url(images/ui-icons_ffffff_256x240.png);
	background-position: -32px -16px;
}

.ui-datepicker .ui-icon {
	background-image: url("/fcs_images/ui-icons_ffffff_256x240.png");
	background-position: -32px -16px;
}
.ui-datepicker .ui-datepicker-prev span {
background-position: -96px -16px;
}

.ui-datepicker .ui-datepicker .ui-datepicker-prev span {
	background-position: -96px -16px;
}

.ui-datepicker .ui-datepicker table {
	margin: 0;
}

.ui-datepicker .ui-datepicker th {
	font-size: 9px;
	color: #6c7173;
	font-size: 9px;
	text-shadow: 0 1px 0 rgba(255,255,255,.55);
	text-transform: uppercase;
	font-weight: normal;
	border: none;
	border-top: 1px solid rgba(186,194,200,.6);
	border-bottom: 1px solid rgba(186,194,200,.6);
	background-color: #e6ebf0;
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.38);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.38);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.38);
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M5YzVjNSIgc3RvcC1vcGFjaXR5PSIwLjMzIi8+CjxzdG9wIG9mZnNldD0iMSUiIHN0b3AtY29sb3I9IiNjOWM1YzUiIHN0b3Atb3BhY2l0eT0iMC4zMyIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmYiIHN0b3Atb3BhY2l0eT0iMC4zMyIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
	background-image: -moz-linear-gradient(bottom, rgba(201,198,198,.33) 0%, rgba(201,198,198,.33) 0.76%, rgba(255,255,255,.33) 100%);
	background-image: -o-linear-gradient(bottom, rgba(201,198,198,.33) 0%, rgba(201,198,198,.33) 0.76%, rgba(255,255,255,.33) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(201,198,198,.33) 0%, rgba(201,198,198,.33) 0.76%, rgba(255,255,255,.33) 100%);
	background-image: linear-gradient(bottom, rgba(201,198,198,.33) 0%, rgba(201,198,198,.33) 0.76%, rgba(255,255,255,.33) 100%);
}

.ui-datepicker .ui-datepicker td {
	border: none;
	border-top: 1px solid #e7e9ea;
	border-right: 1px solid #e7e9ea;
	padding: 0;
	background: #eee;
}

.ui-datepicker .ui-datepicker tr:first-child td {
	border-top: none;
}

.ui-datepicker .ui-datepicker td:last-child {
	border-right: none;
}

.ui-datepicker td.ui-datepicker-today .ui-state-default {
	border: 1px solid rgb(201,164,73);
	background: #f5f8fa;
	color: #6c7173;
}

.ui-datepicker td .ui-state-default {
	border: 1px solid transparent;
	text-align: center;
	padding: 10px;
	margin:0;
	font-size: 12px;
	font-weight: bold;
	background: #f5f8fa;
	color: #6c7173;
	text-shadow: 0 1px 0 rgba(255,255,255,.55);

}

.ui-datepicker td.ui-state-disabled .ui-state-default {
	text-shadow: none;
	opacity: .8;
	color: #6c7173;
}

.ui-datepicker td.ui-datepicker-unselectable.ocupado .ui-state-default {
	border: 1px solid #c8464a;
	background: #ff575c;
	color: #ffffff;
	cursor: default;
	opacity: .6;
}

.ui-datepicker td.poco .ui-state-default, .ui-datepicker td .poco .ui-state-default, .ui-datepicker .poco .ui-state-default {
	border: 1px solid #FFE4B6;
	background: #FFE4B6;
	color: #444444;
	cursor: pointer;
	opacity: 1;
}

.ui-datepicker td .ui-state-active,

.ui-datepicker td .ui-state-active,
.ui-datepicker td .ui-state-hover {
	border: 1px solid #d9d687;
	background: #FFE8A5;
	color: #6c7173;
}

/* fin arreglos para jquery ui  */


/* 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;
}
/* left-panel */
.left-panel {
	width: 100%;
	font-size: 14px;
	background: #f5f5f5; 
}
.left-panel.rounded {
	background: transparent url(/fcs_images/sprite/sprite_general.png) 0px -1847px;
	height: 417px;
	width: 161px;
	padding: 15px;
}
.left-panel.rounded .widget {
	width: auto;
	margin: 5px 0px;
}
.left-panel.rounded .text {
	width: 110px;
}
.left-panel .options {
	margin:0 0 15px;
}
.left-panel .options li {
	border-bottom: 1px solid #d3d3d3;
	clear:both;
	position: relative;
}
.left-panel .options a {
	color: #5c6063;
	font-weight: normal;
	padding: 15px;
	display: block;
}
.left-panel .widget {
	width: 167px;
	margin: 20px auto;
}
.left-panel .options li.active {
	background-color: #FFF;
	padding: 0px;
	border:none;
}
.left-panel .options li.active a {
	color:#e8ae33;
}
.left-panel .options li.pre-active {
	border:none;
	padding-bottom: 10px;
}
.left-panel .options li.post-active {
	padding-top: 10px;
}
.left-panel .options li.post-active > a {
	padding-top: 5px !important;
}
.left-panel .options li.pre-active > a {
	padding: 15px 15px 0;
}
.left-panel li span {
	position: absolute;
	display: none;
	background: transparent url(/fcs_images/sprite/sprite_general.png) no-repeat 0px -17px;
	width: 7px;
	height: 14px;
	top: 60%;
	right: -1px;
	margin-top: -14px;
}
.left-panel li.first span {
	top: 50%;
}
.left-panel li.active span {
	display: block;
}
.left-panel li.active .top-option {
	background: #f5f5f5;
	height: 13px;
	width: 100%;
	vertical-align: top;
	border-radius: 0 0 20px 0;
	display: none;
}
.left-panel li.active .bottom-option {
	background: #f5f5f5;
	height: 13px;
	width: 100%;
	vertical-align: top;
	border-radius: 0 20px 0 0;
	display: none;
}
.left-panel li .bottom-option {
	vertical-align: top;
	height:1%;
}
.left-panel li.active.last .bottom-option {
	background: none repeat scroll 0 0 transparent;
	border-top: 1px dotted #5C6063;
}

.left-panel #busquedaEnLateralParent {
	padding-bottom: 20px;
}

/*************.TABS***************/
.tabs {
	/*background: #fff url(/fcs_images/sprite/sprite_general.png) 0 -1211px no-repeat;*/
	width: 600px;
	height: 46px;
}
.tabs li, .ui-dialog .contentModal .tabs li {
	float: left;
	font-size: 14px;
	background: #CFCFCF!important;
	padding-left: 6px!important;
	margin-top: 6px;
	height: auto!important;
	text-transform: uppercase;
	font-family:InterstateLight, Arial, Sans-serif;
}
.tabs li a, .ui-dialog .contentModal .tabs li a {
	/*background: url(/fcs_images/sprite/sprite_general.png) right -112px no-repeat;*/
	height: 27px;
	float: left;
	padding: 12px 15px 0 9px;
	text-decoration: underline;
}
.tabs li.active, .ui-dialog .contentModal .tabs li.active {
	background: #F3F1F2;
	padding-left: 5px;
	margin-top: 0;
	font-weight: bold;
}
.tabs li.active a, .ui-dialog .contentModal .tabs li.active a {
	/*background: url("/fcs_images/sprite/sprite_general.png") no-repeat scroll right -210px transparent;*/
	color: #5E5F63;
	font-size: 15px;
	height: 34px;
	padding: 15px 10px 0 5px;
	text-decoration: none;
}
.tab p {
	padding-bottom: 15px;
}
.grey.tabs li, .ui-dialog .contentModal .grey.tabs li, .tabs li {
	  margin-left: 1px;
	  list-style-type: none;
}
.grey.tabs li:first-child, .ui-dialog .contentModal .grey.tabs li:first-child, .tabs li:first-child {
	margin-left: 0;
}
.grey.tabs li a, .ui-dialog .contentModal .grey.tabs li a, .tabs li a {
	background: #CFCFCF;
	/*font-size: 14px;*/
	list-style-type: none;
	height: 42px;
	padding: 15px 15px 0 9px;
	text-decoration: none;
	color: #343434;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.grey.tabs li.active, .ui-dialog .contentModal .grey.tabs li.active, .tabs li.active {
	background: #f5f5f5!important;
}
.grey.tabs li.active a, .ui-dialog .contentModal .grey.tabs li.active a, .tabs li.active a {
	background: #f5f5f5;
	/* background-position: right -914px; */
	/*font-size: 15px;*/
	height: 48px;
	padding-top: 19px;
	/*letter-spacing: -1px;*/
}
.destino-informacion li.active a {
	color: #5E5F63;
	font-size: 13px;
}
.grey.tabs, .tabs {
	background: #ffffff;
}
.visita-videos table {
	width: auto;
	margin: auto;
}
.visita360_content .contentModal, .videos_content .contentModal {
  padding: 15px;
  width: 745px;
  height: 495px;
}

.visita-videos ul.polaroid-list {
  display: block;
  width: 300px!important;
}
.visita-videos .polaroid-list li {
	height: 93px;
	height: 22%\9;
	width: 28%;
}

.visita-videos .grey.tabs {
	background: #ffffff;
}

.grey.content-tabbed, .content-tabbed {
	background: #f5f5f5!important;
	border-bottom: solid 2px #E4E4E4;
	font-size: 14px;
	display: table;
	width: 100%;
}
.grey.content-tabbed .highlight, .content-tabbed .highlight {
	background-color: #FFFFFF;
	padding: 15px;
	margin-top: 15px;
}
.grid-600 .grey.tabs {
	background-position: right -1690px !important;
}

/* excepcions */
.hotel-offers p {
	padding-bottom: 0px;
}
.destino-formularios {
	margin: 20px 0 0;
}
/*.destino-formularios.tabs li a {
	background-color: #f7f7f7;
}*/
.content-tabbed {
	position: relative;
	background: #f5f5f5!important;
	border: none;
	/*background: #f0f0f0 url(/fcs_images/sprite/sprite_repeat.png) 0 -336px repeat-x;*/
}
.content-tabbed .tab {
	height: auto;
	padding: 15px;
	width: 100%;
	display: table;
}
.mapa-llegar .content-tabbed .tab {
	width: 100%!important;
}
.content-tabbed .tab.pad0 {
	padding: 11px 15px 15px;
}
.content-tabbed-bottom {
	/*background: url("/fcs_images/sprite/sprite_no_repeat.png") no-repeat scroll 0px -40px transparent;*/
	height: 5px;
	width: 703px;
	margin-bottom: 15px;
	background: transparent;
}
.grid-600 .content-tabbed-bottom {
	/*background: url("/fcs_images/sprite/sprite_no_repeat.png") no-repeat scroll 0px -10px transparent;*/
	width: 600px;
	background: transparent;
}
.grey.content-tabbed-bottom {
	background-position: 0px -49px !important;
	background: transparent;
}
.content-tabbed .more-info {
	padding-top: 15px;
}
/* hotel detalle busqueda */


.list.destinations h2 {
	padding: 0;
	font-size: 14px;
}
.search ul.list-style {
	padding-top: 20px;
	padding-left: 0px;
}
.search ul.list-style.cols2 li {
	display: inline-block;
	float: left;
	padding-bottom: 10px;
	width: 48%;
}

/* destination-options */
.destination-options {
	clear: both;
	margin: 0 0 10px;
	padding-bottom: 10px;
	padding-top: 5px;
	text-align: center;
	font-size: 12px;
}
.destination-options a {
	padding:0 1em;
	font-weight: bold;
}

/* desplegable */
/*---- RIU EVENTOS Y CONFERENCIAS - Acordeon ----*/
/************* Acordion ***************/
.accordion_macro_ofertas .ui-accordion-header {
	background: #f5f5f5;
	border-color: #ddd;
	color: #333;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 1px;
	overflow: hidden;
	padding: 10px 10px 10px 0px;
	text-align: right;
	text-transform: none;
	height: auto;
}

.accordion_macro_ofertas .ui-accordion-header strong {
	font-size:15px;
}
/* conversion moneda*/
.accordion_macro_ofertas .ui-accordion-header .conversion {
	color: #E8AE33;
	display: block;
	float: right;
	margin: 0 0 0 5px;
}
.ie7 .accordion_macro_ofertas .ui-accordion-header strong {
	display: inline;
}
.ie7 .accordion_macro_ofertas .ui-accordion-header .conversion {
	display: inline;
	float:none;
}
.accordion_macro_ofertas .ui-accordion-header .conversion .orig {
	font-size: 18px !important;
	display: inline;
}
.accordion_macro_ofertas .ui-accordion-header .conversion .conv, .accordion_macro_ofertas .ui-accordion-header .conversion .conv .unid {
	color: #E8AE33;
	display: inline;
	font-size: 18px !important;
	font-weight: bold !important;
	margin-left: 5px;
}
.ie7 .accordion_macro_ofertas .ui-accordion-header .conversion .conv .unid {
	float:none;
}
.ui-accordion-header .total {
	margin-left:5px;
}
.ui-accordion .ui-accordion-header .ui-icon {
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}
.ui-accordion .ui-accordion-header.ui-state-active {
	border-bottom: none;
	border-radius:4px 4px 0 0;
	-webkit-border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
}
.accordion_macro_ofertas h3 a {
	color: #278CCD !important;
	float: left;
	font-size: 15px;
	text-decoration: none;
}
.accordion_macro_ofertas h3 a:hover {
	color: #58BDFE !important;
}
.accordion_macro_ofertas a.more {
	color: #278CCD;
	display:inline;
	font-size: 11px;
	font-weight: normal;
	padding-left: 10px;
	padding-top: 4px;
	text-decoration: underline;
}
.accordion_macro_ofertas .ui-state-active a, .accordion_macro_ofertas .ui-state-active a:link, .accordion_macro_ofertas .ui-state-active a:visited {
	color: #278CCD;
}
.accordion_macro_ofertas .ui-state-active a:hover {
	color: #58BDFE;
}
.ui-accordion .ui-accordion-content {
	background: none repeat scroll 0 0 transparent;
	border-color: #DDD #ddd #ddd;
	border-style: solid;
	border-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	margin-top: -6px;
	overflow: auto;
	position: relative;
	top: 1px;
}
.ui-dialog .dialog-modal.ui-dialog-content {
	max-height: 53em!important;
}
.ui-widget-content {
}
.ui-accordion .ui-accordion-content ul li .bloqueOferta .precioTotal {
	margin-top:10px;
}
body.hoteles .grid-600 .ui-widget-content {
	padding: 5px 15px 15px;
	width: 568px;
}
body.hoteles .grid-715 .ui-widget-content {
	width: auto;
}
body.hoteles .ui-widget-content {
	background: none repeat scroll 0 0 #FFFFFF;
	padding: 15px;
	width: 490px;
}
body.hoteles .ui-widget-content li {
	display: block;
	vertical-align: top;
}
body.hoteles .ui-widget-content li a:hover {
	cursor:pointer;
}
.accordion_macro_ofertas .backNone {
	background: none repeat scroll 0 0 transparent;
}
.accordion_macro_ofertas .bloqueOferta h4 {
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 3px;
}
.accordion_macro_ofertas .bloqueOferta h4 span.bold {
	font-size: 14px !important;
}
.accordion_macro_ofertas .bloqueOferta h4 span.yellow {
	font-size: 12px;
}
.accordion_macro_ofertas .bloqueOferta p {
	color: #5D6062;
	font-size: 12px;
	line-height: 1.2em;
}
.accordion_macro_ofertas li {
	border-bottom: 1px dotted #EFEFEF;
	clear: both;
	overflow: hidden;
	padding: 10px 0;
}
.accordion_macro_ofertas li.last {
	border-bottom: none;
}
.accordion_macro_ofertas .infoOferta {
	float:left;
	width: 489px;
}
.f-r.grid-715.last-r .accordion_macro_ofertas .infoOferta {
	width: 476px;
}
.accordion_macro_ofertas .infoOferta a {
	color: #278CCD !important;
	text-decoration: underline;
}
.accordion_macro_ofertas .infoOferta a:hover {
	color: #58BDFE !important;
}
.grid-600 .accordion_macro_ofertas .infoOferta {
	width: 390px;
}
.grid-600 .accordion_macro_ofertas .precioTotal {
	margin:0;
}
.grid-600 .accordion_macro_ofertas .infoOferta p strong, .grid-700 .accordion_macro_ofertas .infoOferta p strong {
	font-size:12px;
}
.grid-600 .accordion_macro_ofertas img.loading, .accordion_macro_ofertas img.loading {
	border:0;
	height:32px !important;
	margin-left:20px;
	width:32px !important;
}
.grid-600 .accordion_macro_ofertas .imgOferta {
	margin: 0px 15px 0 0;
}
.grid-600 .accordion_macro_ofertas .imgOferta img, .accordion_macro_ofertas .imgOferta img {
	height:45px;
	width:67px;
}
.accordion_macro_ofertas .imgOferta {
	border: 1px solid #DFD6D6;
	float: left;
	margin: 0px 10px;
	padding: 2px;
	width: 73px;
}
.accordion_macro_ofertas h4 {
	font-size: 12px;
	font-weight: normal;
}
.accordion_macro_ofertas .precioTotal {
	float: right;
	margin-right: 12px;
	width: 15%;
}
.accordion_macro_ofertas .precioTotal .unid {
	color: #E8AE33;
	float: right;
	font-size: 16px;
	font-weight: bold;
	margin-right: 2px;
	width: auto;
}
/* conversion moneda*/
.accordion_macro_ofertas .precioTotal .num {
	color: #E8AE33;
	float: right;
	font-size: 16px;
	font-weight: bold;
	margin:-5px 0 2px;
	width: auto;
}
.accordion_macro_ofertas .precioTotal .num .conversion {
	display: inline;
	float: right;
	font-size: 16px;
	margin-right: 2px;
	width: auto;
}
.accordion_macro_ofertas .precioTotal .num .conversion .orig {
	clear: both;
	color: #E8AE33;
	display: block;
	float: right;
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0 0;
	width: auto;
}
.accordion_macro_ofertas .precioTotal .num .conversion .conv {
	clear: both;
	color: #E8AE33;
	display: block;
	font-weight: bold !important;
	margin: 0;
	width: auto;
}
.accordion_macro_ofertas .precioTotal .num .conversion .conv .unid {
	display: inline;
	font-weight: bold !important;
}
.accordion_macro_ofertas .precioTotal span {
	color: #5D6062;
	display: block;
	float: right;
	font-size: 11px;
	margin: -5px 0 2px;
	text-align: right;
	width: 100%;
}
.accordion_macro_ofertas .bloqueOferta .description p {
	margin: 0;
}
.accordion_macro_ofertas .bloqueOferta .description p.semititle {
	font-size: 13px;
}
.accordion_macro_ofertas .bloqueOferta .description p.specific {
	line-height: 14px;
	width: 480px;
}
.accordion_macro_ofertas .bloqueOferta .description span.yellow {
	font-size: 16px;
	font-weight: bold;
}
.accordion_macro_ofertas .bloqueOferta .description h3 {
	color: #5D6062;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
}
.accordion_macro_ofertas .bloqueOferta .description .items {
	background-color: #EFEFEF;
	display: inline-block;
	margin: 5px 0 0;
	padding: 10px 10px 5px;
	width: 100%;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
}
.accordion_macro_ofertas .bloqueOferta .description .items ul {
	float: none;
	width: auto;
}
.accordion_macro_ofertas .bloqueOferta .description .items ul li {
	background: url("/fcs_images/css/list_quadrat.gif") no-repeat scroll 0 5px transparent;
	border: 0 none;
	clear: right;
	color: #5D6062;
	display: block;
	float: left;
	margin: 0 0 5px;
	padding: 0 0 0 12px;
	width: 40%;
}
.accordion_macro_ofertas .bloqueOferta .description .items ul li strong {
	color: #56575A;
	font-size:12px;
}
.accordion_macro_ofertas .bloqueOferta .description .items ul li.last {
	width: auto;
}
.accordion-title {
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0;
}
.hotel-result .see-all {
	text-align: left;
	padding-left: 15px;
	padding-top: 10px;
}
.hotel-result.list li {
	padding: 5px 15px;
 *overflow:hidden !important; /*IE 7*/
	height:1%;
}
.hotel-result.list li .f-l {
	padding-top: 4px;
	width: 540px;
}
.hotel-result.list li div.button {
	clear: right;
}
.see-all {
	text-align: right;
	display: block;
	font-weight:bold;
}
.guia-destinos .see-all {
	position:relative;
	/*	top:-30px;*/
	float:right;
}

h2.promos, #bottom h2 {
	border-bottom: 6px solid #EFEFEF;
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0 10px;
	padding: 0 0 3px;
}

#bottom h2 a.gris {
	border-bottom: 6px solid #EFEFEF;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0 0 3px;
	color:#5D6062;
}
#bottom h2 a.gris:hover {
	color:#96958E;
	text-decoration: none;
}

#lightbox-container-image-data-box {
	--webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

/*hotel promo list */
.hotel-promo-list {
	padding-left: 15px;
}
.hotel-promo-list ul {
	float: left;
	max-width: 544px;
	width: 100%;
}
.hotel-promo-list li {
	border-bottom: 1px dotted #dfd6d6;
	color: #69696b;
	font-size: 13px;
	overflow: hidden;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.hotel-promo-list .title {
	font-size: 14px;
	font-weight: bold;
	color:#69696b;
	padding-bottom: 0;
}
.hotel-promo-list .title .yellow {
	font-size: 12px;
	margin-right:0;
}
.hotel-promo-list .title .stars {
	font-size: 14px;
}
.hotel-promo-list .thumbnail {
	margin-right: 15px;
}
.hotel-promo-list .description {
	float: left;
	width: 440px;
}
.hotel-promo-list .description p {
	margin:0;
}
.hotel-promo-list .description p.specific {
	line-height: 14px;
	width: 545px;
}
.hotel-promo-list .description p.semititle {
	font-size:13px;
}
.hotel-promo-list .description p.semititle span {
	/*	display: block !important;*/
	font-size: 12px;
	font-weight: normal;
}
.hotel-promo-list .description p.semititle span.yellow {
	font-size: 16px;
	font-weight: bold;
	margin: 0 5px 0 0;
}
.hotel-promo-list .description p.semititle strong {
	color: #56575A;
}
.hotel-promo-list .description span {
	font-size: 11px;
}
.hotel-promo-list .description h3 {
	font-size: 13px;
	font-weight: bold;
	padding: 0;
}
.hotel-promo-list .description .items {
	background-color: #EFEFEF;
	display: inline-block;
	margin: 5px 0 0;
	padding: 10px 10px 5px;
	width: 520px;
	border-radius:0.3em;
	-webkit-border-radius:0.3em;
	-moz-border-radius:0.3em;
}
.hotel-promo-list .description .items ul {
	float: none;
	width: auto;
}
.hotel-promo-list .description .items ul li {
	background: url("/fcs_images/css/list_quadrat.gif") no-repeat scroll 0 5px transparent;
	border: 0 none;
	display: inline-block;
	float: left;
	padding: 0 0 0 12px;
	width: 45%;
	margin-left: 20px;
  	margin-bottom: 5px!important;
}
.hotel-promo-list .description .items ul li strong {
	color: #56575A;
}
.hotel-promo-list .description .items ul li.last {
	width:auto;
}
.hotel-promo-list .description .items p {
	border-top: 1px dotted #DFD6D6;
	display: inline-block;
	line-height: 16px;
	margin: 5px 0 0;
	padding: 10px 0 15px;
	vertical-align: top;
}
.hotel-promo-list li .buttons h5 {
	clear: both;
	display: block;
	float: right;
	padding: 0;
	text-align: right;
}
.hotel-promo-list .buttons a {
	font-weight: bold;
	text-decoration:underline;
}
.hotel-promo-list .buttons span {
	font-size: 11px;
}
.hotel-promo-list .buttons .small {
	font-size: 11px;
	font-weight: normal;
}
.hotel-promo-list .buttons .yellow {
	font-size: 24px;
}
.hotel-promo-list .buttons .yellow .unid {
	font-size: 20px;
	margin-left: -5px;
}
.hotel-promo-list .description span.yellow {
	font-size: 16px;
	font-weight: bold;
	margin-right: 3px;
}
.hotel-promo-list .description span.yellow .conversion {
	display: inline-block;
	vertical-align: middle;
}
.hotel-promo-list .description span.yellow .conversion .orig {
	display: inline;
	font-size: 16px !important;
}
.hotel-promo-list .description span.yellow .conversion .conv {
	display: inline;
	font-size: 12px !important;
	font-weight: normal !important;
	margin-left: 5px;
}
.hotel-promo-list .description span.yellow .conversion .unid {
	font-size: 12px !important;
	font-weight: bold;
}
.hotel-promo-list .contenido-paginacion .description .yellow .conversion .conv {
	color: #EEBA2E;
	font-size: 16px !important;
	font-weight: bold !important;
}
.hotel-promo-list .contenido-paginacion .description .yellow .conversion .conv .unid {
	font-size: 11px !important;
	font-weight: bold !important;
	margin: 0 !important;
}
.hotel-promo-list .buttons p {
	clear: both;
	display: block;
	float: right;
	margin: -3px 0 0;
	text-align: right;
	width: 100px;
}
.hotel-awards {
	margin: 0 0 10px;
}
.hotel-awards img {
	border:1px solid #D0CFCB;
	margin-right: 15px;
}
.destination-options li {
	display: inline;
	padding-left: 4px;
	line-height: 26px;
}
.destination-options {
	display:none;
}
.destination-options li a {
	padding: 0px;
	text-decoration: underline;
	padding-right: 8px;
}
.destination-options li span {
	background: #FFF url(/fcs_images/sprite/sprite_general.png) no-repeat -226px -1006px;
	font-size: 1px;
	padding-left: 22px;
	display:inline-block;
	vertical-align:middle;
}
.destination-options span.mapa {
	background-position: -228px -1006px;
}

.destination-options span.llegar {
	background-position: -254px -1005px;
}
.destination-options span.visita {
	background-position: -282px -1004px;
}
.destination-options span.videos {
	background-position: -308px -1006px;
}
.destination-options span.pdf {
	background-position: -328px -1005px;
}
.destination-options span.indice {
	background-position: -358px -1006px;
}

/* end hotel detalle busqueda */
/* /\/\/\/\/\/\/\/\/\	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 {
	bottom: 0;
	display: block;
	float: right;
	position: absolute;
	right: 0;
	width: auto!important;
}
.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%;
	}
}


/* ############### GRID (based in Bootstrap 3.2) ############### */

#content, .content, #content {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: auto;
}

#content .content, .container .content {
	width: auto!important;
}

.container {
  margin:0 auto;
  padding-right: 15px;
  padding-left: 15px;
}
.navbar .menu+.menu {
  position: absolute;
  display: none;
}
@media (min-width: 768px) {
  #content, .content {
    width: 100%!important;
    /*padding: 0 10px;*/
  }
  .container {
    margin:0 1em;
  }
  .navbar .menu+.menu {
    position: absolute;
    display: none;
  }
}
@media (min-width: 980px) {
  #content, .content {
    width: 970px!important;
  }
  .container {
    margin:0 auto;
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar .menu+.menu {
    position: static;
    display: block;
  }
}
@media (min-width: 1200px) {
  #content, .container, .content {
    width: 1170px!important;
    /*padding: 0 25px;*/
  }
}
.content-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  display: table;
  width: 100%;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:before, .row:after {
  display:table;
  line-height:0;
  content:""
}
.row:after {
  clear:both
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 980px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
/* ############### END GRID  ############### */





