@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,		
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
input, textarea, select {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	text-decoration:none;
	color:inherit;
	background-color:transparent;
	}
strong {
	font-weight: bold;
	}
:focus {
	outline:0;
	}
body{
	line-height: 1;
	}
ol, ul {
	list-style: none;
	}
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}
del {
	text-decoration: none;
}
html {
    height: 100%;
}

@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: local('Titillium Web'), local('TitilliumWeb-Regular'), url(font/t.woff) format('woff');
}
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 700;
  src: local('Titillium WebBold'), local('TitilliumWeb-Bold'), url(font/t-b.woff) format('woff');
}

body {
	font-family: 'Titillium Web', sans-serif;
	font-size:62.5%;
	line-height:1;
	color:#fff;
	height:100%;
	background:#a1cf2c;
	overflow-x:hidden;
	overflow-y:scroll;
}

.page {
	width:960px;
	margin:0 auto;
}
.col {
	float:left;
}
.col + .col {
	margin-left:24px;
}
.col.clear {
	margin-left:0;
}
.col1 {
	width:58px;
}
.col2 {
	width:140px;
}
.col4 {
	width:304px;
}
.clear {
	clear:both;
}

#header {
	height:99px;
	border-bottom:solid 1px #4d6315;
	position:relative;
	z-index:1100;
	background:#a1cf2c;
}
#header .page {
	position:relative;
}
#branding a {
	background:url(../images/all-patagonia-por-el-mundo-logo.png);
	width:220px;
	height:56px;
	display:block;
	text-indent:-5000px;
	position:absolute;
	left:0;
	top:27px;
	z-index:900;
}
#nav {
	float:left;
	margin:53px 0 0 245px;
}
#nav li {
	display:inline;
	margin-right:25px;
}
#nav li a {
	font-size:1.6em;
	border-bottom:solid 5px transparent;
	height: 41px;
	display: inline-block;
}
#nav li a:hover,
#nav li a.active {
	border-bottom-color:#fff;
}

#header h3 {
	font-size:1.2em;
	line-height:3;
	color:#fff;
	text-align:right;
	padding:.5em 40px;
	top:38px;
	right:0;
	position:absolute;
	background:url(../images/hone.png) no-repeat right center;
}
#sliderWrapper {
	width:100%;
	height:560px;
	background:#114058;
	position:relative;
	overflow:hidden;
	z-index:500;
}
#sliderNav {
	width:200px;
	position:absolute;
	bottom:210px;
	left:50%;
	margin-left:-100px;
	text-align:center;
	z-index:900;
}
#sliderNav a {
	display:inline-block;
	background:url(../images/slider-nav.png) -11px 0;
	width:11px;
	height:11px;
	margin:0 3px;
	text-indent:-5000px;
}
#sliderNav a.selected {
	background-position:0 0;
}
#slider {
	width:1920px;
	height:560px;
	position:absolute;
	left:50%;
	margin-left:-960px;
}
#slider > div {
	width:1920px;
	height:560px;
	float:left;
	position:relative;
}
#slider .pattern {
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background:url(../images/pattern.png);
	z-index:90;
}
#slider .col4 {
	position:absolute;
	top:100px;
	left:50%;
	margin-left:-480px;
	z-index:100;
}
#slider .col4 h2 {
	font-size:3.5em;
	font-weight:bold;
	margin-bottom:.5em;
}
#slider .col4 p {
	font-size:1.8em;
	line-height:1.2em;
	margin-bottom:1em;
}
#slider .col4 a {
	font-size:1.4em;
	text-transform:uppercase;
	display:inline-block;
	height:32px;
	line-height:32px;
	padding:0 20px;
	background:#98c22a;
}
#slider .col4 a:hover {
	background:#A5CC3E;
}
#promocionesWrapper {
	background:rgba(5,25,30,.4);
	margin-top:-195px;
	height:195px;
	position:relative;
	z-index:900;
}
#sliderPromociones {
	width:984px;
	margin:0;
	position:relative;
	left:50%;
	margin-left:-492px;
}
#sliderPromocionesPrev,
#sliderPromocionesNext {
	display:block;
	width:22px;
	height:33px;
	text-indent:-5000px;
	background:url(../images/promociones-nav.png);
	position:absolute;
	top:50%;
	margin-top:-16px;
	z-index:900;
}
#sliderPromocionesPrev.disabled,
#sliderPromocionesNext.disabled {
	display:none!important;
}
#sliderPromocionesPrev {
	background-position:0 0;
	left:50%;
	margin-left:-530px;
}
#sliderPromocionesNext {
	background-position:-22px 0;
	right:50%;
	margin-right:-530px;
}
#sliderPromociones .col4 {
	margin:0 12px;
	padding:45px 0 10px;
	float:left;
	overflow:hidden;
	height:107px;
}
#sliderPromociones .col4 a,
#content.paquetes .col4 a {
	display:block;
	overflow:hidden;
	position:relative;
}
#content.paquetes .col4 + .col4 {
	height:117px;
}
#sliderPromociones .col4 img,
#content.paquetes .col4 img {
	width:130px;
	border:solid 5px #fff;
	float:left;
	margin-right:24px;
}
#sliderPromociones .col4 a:hover img,
#content.paquetes .col4 a:hover img {
	border-color:#eef04a;
}
#content.paquetes .col4 img {
	border-color:#a0a0a0;
}
#sliderPromociones .col4 div,
#content.paquetes .col4 div {
	position:absolute;
	right:0;
	bottom:9px;
	width:140px;
}
#sliderPromociones .col4 h2,
#content.paquetes .col4 h2 {
	font-size:1.8em;
	font-weight:bold;
	margin-top:-2px;
	margin-bottom:.4em;
}
#content.paquetes .col4 + .col4 h2 {
	border-bottom:none;
	padding-bottom:0;
	font-size:1.7em;
	font-weight:bold;
	margin-bottom:.3em;
}
#sliderPromociones .col4 h3,
#content.paquetes .col4 h3 {
	font-size:1.2em;
	display:inline-block;
	padding:.4em .6em .5em;
	background:#98c22a;
	text-transform:uppercase;
	margin-bottom:.7em;
	line-height:1;
}
#sliderPromociones .col4 a:hover h3,
#content.paquetes .col4 a:hover h3 {
	background:#eef04a;
}
#sliderPromociones .col4 p,
#content.paquetes .col4 + .col4 p {
	font-size:1.1em;
	line-height:1.3em;
	margin-right:-10px;
}
#sliderPromociones .col4 p strong,
#content.paquetes .col4 + .col4 p strong {
	display:block;
}
#sliderPromociones .col4 h4,
#content.paquetes .col4 h4 {
	color:#000;
	font-size:1.5em;
	padding-right:6px;
	background:#e9c919;
	font-weight:bold;
	position:absolute;
	left:5px;
	bottom:15px;
	width:auto;
	padding-left:0;
	line-height:1;
}
#sliderPromociones .col4 h4 span,
#content.paquetes .col4 h4 span {
	display:inline-block;
	background:#e98519;
	font-size:.75em;
	line-height:2.25em;
	padding:0 6px;
	margin-right:6px;
	font-weight:normal;
	position:relative;
}
#sliderPromociones .col4 h4 span:before {
	content:'Desde';
	position:absolute;
	left:5px;
	bottom:23px;
}

#btOperadores {
	color:#fff;
	font-size:1.2em;
	padding-top:4px;
	height:32px;
	background:url(../images/operadores.png) no-repeat 10px 0 #98c22a;
	display:block;
	padding-left:70px;
	margin-bottom:55px;
}
#btOperadores:hover {
	background-color:#A5CC3E;
}
#btOperadores strong {
	display:block;
	font-size:1.2em;
	text-transform:uppercase;
}
#footer {
	padding:4em 0;
	color:#656565;
	background:#272727;
	border-top:solid 1px #000;
	overflow:hidden;
	clear:both;
}
#footer h3 {
	font-size:1.4em;
	line-height:2em;
	margin-bottom:1em;
	font-weight:bold;
	border-bottom:solid 1px #585858;
	text-transform:uppercase;
	margin-top:-9px;
}
#footer .col4 {
	margin-bottom:20px;
}
#footer .col4 ul {
	margin-left:-24px;
}
#footer .col4 ul li {
	font-size:1.2em;
	margin-bottom:1.7em;
	line-height:1.5em;
	margin-left:24px;
}
#footer .col4 ul li h4 {
	color:#bebebe;
}
#footer .col4 ul li p {
	margin-right:-17px;
}
#footer form {
	position:relative;
}
#footer form input[type="text"],
#footer form input[type="email"],
#footer form textarea {
	font-size:1.4em;
	padding:5px;
	height:32px;
	background:#1d1d1d;
	margin-bottom:10px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	width:100%;
	border:solid 1px #1b1b1b;
	border-bottom-color:#383838;
	border-right-color:#383838;
}
#footer form textarea {
	height:auto;
}
#footer form input[type="submit"] {
	color:#fff;
	float:right;
	font-size:1.2em;
	font-weight:bold;
	text-transform:uppercase;
	line-height:32px;
	padding:0 10px;
	background:#207aa9;
	margin:-42px 1px 0;
	position:relative;
	cursor:pointer;
}
#footer form input[type="submit"]:hover {
	background-color:#489DCA;
}
#footer form label.error {
	left:0;
	right:0;
	width:auto;
	margin:0;
}
#footer form label#name_error { 
	top:-20px; 
}
#footer form label#email_error { 
	top:22px;
}
#footer form label#mensaje_error { 
	top:64px;
}

#footer #message {
	background: #222;
	padding: 48px 39px;
}
#message h2 {
	font-size:1.9em;
	margin-bottom:.5em;
	float:left;
}
#message p {
	font-size:1.4em;
}
#footer #message h2 {
	color:#999;
}


#footer .clear ul {
	float:left;
	margin-bottom:20px;
}
#footer .clear ul li {
	float:left;
	margin-right:15px;
}
#footer .clear ul li a {
	font-size:1.4em;
	text-transform:uppercase;
	font-weight:bold;
}
#footer .clear ul li a:hover {
	color:#888;
	text-decoration:underline;
}
#footer .clear img {
	float:right;
	vertical-align:middle;
}
#footer .clear img + img {
	margin-right:37px;
}
#footer .clear h6 {
	font-size:1.2em;
	clear:left;
	float:left;
}

#content {
	color:#5d5d5d;
	border-top:solid 5px #fff;
	padding:30px 0;
	background:#f3f3f3;
	float:left;
	width:100%;
}
#content.hoteles {
	border-top-color:#98c22a;
}
#content.antartida {
	border-top-color:#1af0cf;
}
#content.actividades {
	border-top-color:#eef04a;
}
#content.paquetes {
	margin-top:-195px;
	position:relative;
	z-index:999;
	border-top-color:#e9c919;
}
#content.paquete {
	border-top-color:#e9c919;
}
#content .col {
	margin-bottom:20px;
}
#content .col .col {
	margin-bottom:0;
}
#content h2 {
	font-size:2.4em;
	padding-bottom:10px;
	border-bottom:solid 1px #bbb;
	margin-bottom:10px;
	font-weight:bold;
}
#content.paquete h2 {
	font-size:2.2em;
}
#content h2 span {
	font-size:.5em;
	text-transform:uppercase;
	float:right;
	line-height:2.75em;
}
#content h3 {
	font-weight:bold;
	color:#fff;
	background:#eb7616;
	padding-left:20px;
	font-size:1.4em;
	line-height:2em;
}
#content h4 {
	font-size:1.4em;
	line-height:3.5em;
	background:#e9c919;
	color:#000;
	padding:0 20px;
	width:112px;
	float:left;
}
#content h5 {
	background:#98c22a;
	font-size:1.4em;
	font-weight:bold;
	line-height:1.75em;
	width:70px;
	padding-left:10px;
	color:#fff;
	margin-bottom:10px;
}
#content p + h5 {
	margin-top:1.3em;
}
#content h4 + h4 {
	text-align:right;
}
#content h4 strong {
	font-size:1.7em;
}
#content p {
	font-size:1.6em;
	line-height:1.5em;
	margin-bottom:1.5em;
}
#content.paquete .page > .col > p,
#content.paquetes .page > .col > p {
	margin-bottom:0;
}
#content .col > img {
	border:solid 8px #e1e1e1;
	margin-top:1px;
}
#promocionesGal {
	margin-top:1px;
	width:304px;
	height:206px;
	overflow:hidden;
}
#promocionesGal a {
	display:block;
	float:left;
	width:304px;
	height:206px;
	background:#e1e1e1;
}
#promocionesGal a img {
	margin:8px;
}
#content form .col {
	position:relative;
}
#content form p {
	font-size:1em;
	line-height:1;
	clear:both;
	float:left;
	width:100%;
	margin-bottom:10px;
	position:relative;
}
#content form label {
	font-size:1.1em;
	display:block;
	margin-bottom:3px;
}
#content form input[type="text"],
#content form textarea,
#content form select {
	font-size:1.4em;
	line-height:1;
	height:26px;
	width:100%;
	padding:5px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border:solid 1px #ccc;
	background:#e8e8e8;
	box-shadow:inset 1px 1px 3px 0 rgba(0,0,0,.1);
	-moz-box-shadow:inset 1px 1px 3px 0 rgba(0,0,0,.1);
	-webkit-box-shadow:inset 1px 1px 3px 0 rgba(0,0,0,.1);
}
#content form textarea {
	height:auto;
}
#content form select {
	padding-right:0;
}
#content form ul {
	overflow:hidden;
	margin:5px -30px 5px 0;
}
#content.antartida form ul {
	height:114px;
}
#content.actividades form ul {
	height:114px;
}
#content form ul li {
	width:78px;
	float:left;
	margin-right:4px;
	margin-bottom:2px;
}
#content.antartida form ul li {
	height:33px;
}
#content form h6 {
	font-size:1.2em;
	color:#207aa9;
	width:200px;
	float:left;
	margin-top:5px;
}
#content form input[type="submit"] {
	color:#fff;
	float:right;
	font-size:1.3em;
	line-height:1;
	font-weight:bold;
	text-transform:uppercase;
	height:28px;
	padding:5px 15px;
	background:#207aa9;
	cursor:pointer;
	margin-top:3px;
}
#content form input[type="submit"]:hover {
	background-color:#489DCA;
}

.dd {
	display:inline-block;
	text-align: left;
	position: relative;
}
.dd .ddTitle {
	text-indent: 0;
	cursor: default;
	overflow: hidden;
	width:100%;
	height:26px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border:solid 1px #ccc;
	background:#e8e8e8;
	box-shadow:inset 1px 1px 3px 0 rgba(0,0,0,.1);
	-moz-box-shadow:inset 1px 1px 3px 0 rgba(0,0,0,.1);
	-webkit-box-shadow:inset 1px 1px 3px 0 rgba(0,0,0,.1);
}
.dd .ddTitle span.arrow {
	float: right;
	display: inline-block;
	width: 24px;
	height: 24px;
	cursor: pointer;
	background:#ccc url(../images/form-sprite.png) no-repeat 0 0;
}
.dd .ddTitle > span.ddTitleText {
	overflow: hidden;
	text-overflow:ellipsis;
	font-size:1.4em;
	line-height:1;
	padding:5px;
	float:left;
}
.dd .ddChild {
	position:absolute;
	border:1px solid #ccc;
	border-top:none;
	display:none;
	margin:0;
	width:auto;
	overflow:auto;
	overflow-x:hidden !important;
	background-color:#ddd;
	z-index:1000;
}
.dd .ddChild a {
	font-size:1.3em;
	display:block;
	padding:4px 5px;
	margin:1px;
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;
}
.dd .ddChild a:hover {
	color:#fff;
	background-color:#ccc;
}
.dd .ddChild a.selected {
	color:#fff;
	background-color:#ccc;

}
.hidden {display:none;}

#content form .ui-spinner-input {
	margin:0;
}
#content form .ui-spinner-up {
	background:#ccc url(../images/form-sprite.png) no-repeat -24px 0;
}
#content form .ui-spinner-down {
	background:#ccc url(../images/form-sprite.png) no-repeat -24px -12px;
}
.error {
	position:absolute;
	left:0;
	margin-top:-7px;
	top:0;
	right:0;
	background:#b20000;
	color:#fff;
	padding:3px 0;
	text-align:center;
}
.col > .error {
	left:50%;
	margin-left:-51px;
	width:90px;
}
.error:before {
	content:'';
	position:absolute;
	display:block;
	width:0;
	height:0;
	border:solid 5px transparent;
	border-left-color:#b20000;
	bottom:-4px;
	left:50%;
}
.error:after {
	content:'';
	position:absolute;
	display:block;
	width:0;
	height:0;
	border:solid 5px transparent;
	border-right-color:#b20000;
	bottom:-4px;
	right:50%;
}
#content form button.ui-datepicker-trigger {
	border:none;
	background:url(../images/form-sprite.png) no-repeat -40px 0 #ccc;
	width:24px;
	height:24px;
	float:right;
	margin-top:-25px;
	margin-right:1px;
	position:relative;
	display:block;
	text-indent:-5000px;
}
#content #message {
	padding-top:9px;
}
.ui-datepicker {
	margin-top:1px;
	background:#ccc;
}
.ui-datepicker .ui-datepicker-title {
	font-size:1.2em;
}
.ui-datepicker td span, .ui-datepicker td a {
	font-size:1.2em;
}
.ui-datepicker td a:hover {
	background:#ddd;
}
.ui-datepicker .ui-datepicker-prev {
	background:url(../images/form-sprite.png) no-repeat -64px 0 #ccc;
}
.ui-datepicker .ui-datepicker-prev:hover {
	background-color:#ddd;
	left:2px;
	top:2px;
}
.ui-datepicker .ui-datepicker-next {
	background:url(../images/form-sprite.png) no-repeat -82px 0 #ccc;
}
.ui-datepicker .ui-datepicker-next:hover {
	background-color:#ddd;
	right:2px;
	top:2px;
}
.ui-datepicker .ui-datepicker-header {
	border-bottom:solid 1px #ddd;
}
#content form .ui-button {
	text-align:left;
}
#content form .ui-button-text-only .ui-button-text {
	padding:0;
}
#content form ul li .ui-button {
	background:url(../images/form-sprite.png) no-repeat -100px 2px;
	padding-left:13px;
}
#content form ul li .ui-button.ui-state-active {
	background-position:-100px -28px;
}

#footer .social {
	margin:35px 0;
}
#footer .social a {
	margin-right:10px;
}

#quimera {
	position:fixed;
	top:-23px;
	left:0;
	z-index:1000;
	width:100%;
	height:100%;
	padding-bottom:23px;
	background:#E9EAEE url(../images/loading.gif) no-repeat center center;;
}

body.quimeraActive {
	overflow:hidden;
}
.quimeraActive #header {
	border-bottom-color:#a1cf2c;
}