/* CSS Document */
/* FIX Temporal:Por alguna razon se rompia en algunas secciones. (Alan Reid) */
#kampylink {
	position:absolute;
	right:0;
	top: 0
} 
/* -------------------- text -------------------- */
/* ---------- Basic HTML ---------- */
body {
	font:11px/1.5 Tahoma,Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif;
	color:#666;
	background:url(/images/ui/bg_stripe.png)
}

a:focus { outline:1px dotted invert; }
a {
	text-decoration:none;
	color:#33A6DA;
	font-weight:inherit;
}

a:hover { text-decoration:underline; }
hr {
	border-color:#ccc;
	border-style:solid;
	border-width:1px 0 0;
	clear:both;
	height:0;
}
strong { font-weight:bold }
span { font-weight: inherit }

/* ---------- Headings ---------- */
h1 {
	font-size:16px;
	font-weight:bold;
}
h2 {
	font-size:14px;
	font-weight:bold;
}
h2.pink-arrow {
	background:transparent url(/images/ui/arrow-pink-right.png) no-repeat scroll 0 7px;
	padding-left:13px;
}
h3 {
	font-size:12px;
	font-weight:bold;
}
h4 {
	font-size:11px;
	font-weight:bold;
}
h4.arrow {
	background:transparent url(/images/ui/misc.gif) no-repeat scroll 0 -277px;
	padding-left:13px;
	font-weight: bold;
	color: #FFFFFF !important;
}
/* ---------- Spacing ---------- */
ol { list-style:decimal }
ul { list-style:none }
ol li { margin-left:30px }
p,dl,hr,ul,ol,pre,table,address,fieldset,blockquote,q {
	margin-bottom:1em
}
h1.section {
	font-size:12px;
	color:#666;
	font-weight:normal !important
}

#lbOverlay {
	background: transparent url(/images/ui/stripe.png) repeat scroll 0 0;
	display: none;
	height:100%;
	top:0;
	visibility:visible;
	z-index:999;
	cursor:pointer;
	left:0;
	opacity: 0;
	position:absolute;
	width:100%;
}

#container {
	width:940px !important;
	margin:0 auto;
}
#container.withCart {
    width:1142px !important
}
#wrapper {
	background:url(/images/ui/sombra2.png) repeat-y;
	float:left;
	width: 896px;
	padding: 20px 0 10px 58px;
}
#header {
	float:left;
	width:820px;
	padding-bottom: 5px;
}
#header h1 {
	float:left;
	margin-top: 3px;
}
#content {
	float:left;
	width:820px;
	min-height:550px;
}
#content.grid {
	float:left;
	width:780px;
}

#content h2.title {
	background:transparent url(/images/ui/buttons.png) no-repeat scroll 0 -85px;
	padding:0 0 0 20px;
}
hr { display: none }


/* -------------------- toolbox -------------------- */
#toolbox {
	float:right;
    height:55px;
    margin:20px 0 0;
}
#toolbox .languages,#toolbox .toolbox-search,#toolbox .sign-in {
	/*display:inline;
	*/
	float:left;
	margin-right:25px;
}
#toolbox .toolbox-search input {
	background:transparent url(/images/ui/misc.gif) no-repeat scroll 4px -36px;
	padding-left: 18px;
}

/* -------------------- userbar -------------------- */
#userbar {
    list-style:none;
    float:left;
    margin-top: 7px;
	position: relative;
}

#userbar ul {
	float: left;
	height: 16px;
}

#userbar li {
    float:left;
    margin:0 2px;
    color:#ED1D8F;
    background:transparent url(/images/ui/misc.gif) no-repeat scroll -640px -158px;
    padding-left:16px;
	margin-left: 20px;
}
#userbar .itemLink {
    text-decoration:underline;
    color:#ED1D8F
}
#userbar .itemLink:hover {
    text-decoration:none
}
#userbar li a.notme {
    color:#33A6DA
}

.formOverlay {
	background:none repeat scroll 0 0 #FFFFFF;
	border: 3px solid #D1D3D4;
	width: 220px;
	z-index:1000;
	padding: 10px;
	position: absolute;
	top: 20px;
}

.formOverlay label {
	font-weight: bold;
	display: block;
}

.formOverlay input {
	width: 97%;
}

.formOverlay .btn-generic {
	display: block;
}

/* -------------------- currency -------------------- */

#form-buscar {
	position:relative;
}

#currency {
    background:#FFFFFF;
    cursor:pointer;
    right:0px;
    top:100px;
    z-index:100;
    width:110px;
}

#currency.opened {
}

#currency ul {
    margin:0;
    padding:0;
    background: #FFFFFF;
}

#currency li {
    font-size:8pt;
    display:none;
    clear:left;
    float:left;
    width:110px;
    margin-top: 6px;
}

#currency li a {
    color:#33A6DA
}

#currency li.current {
    display:inline;
}
#currency li.current a {
    background:url(/images/ui/arrows_sprite.png) no-repeat right -427px;
    padding-right:22px;
    float:left
}

#currency.opened li.current {
  //  border-bottom:1px solid #DDD
}

#currency li .currency {
    font-size:10pt;
    font-weight:bold
}

/*
#currency {
	width:120px;
	left:880px;
	top:60px;
	position:absolute !important;
	z-index:100;
}
#currency .current {
    background:transparent url(/images/ui/buttons.png) no-repeat scroll 0 -309px;
    border:medium none;
    display:block;
}
#currency .current a:hover {
    background:none;
}
#currency .pressed {
    background:transparent url(/images/ui/buttons.png) no-repeat scroll 0 -340px;
    border:medium none;
    display:block;
}
#currency ul li.pressed a:hover {
    background:none;
}
#currency ul {
    margin:0;
}
#currency ul li {
    width:120px;
    border-top:1px solid #33A6DA;
    display:none;
    background-color:#67b9e6;
}
#currency ul li.last {
    background:transparent url(/images/ui/buttons.png) no-repeat scroll 0 -386px;
    border:medium none;
    height:7px;
    *margin-top:-10px
}
#currency a {
    color:#FFF;
    padding:0 10px;
    line-height:24px;
    display:block;
}
#currency a:hover {
    background:url(/images/ui/currency-over.png) repeat-x scroll left top;
    text-decoration:none;
}
*/

/* -------------------- breadcrumbs -------------------- */
#content #breadcrumbs {
	float:left;
	margin-bottom:5px;
	font-size:10px;
}
#content #breadcrumbs ul {
	float:left;
	margin:0;
	width:780px;
}
#content #breadcrumbs ul li {
	float:left;
	width:130px;
	padding:0;
	text-indent:30px;
	background:#EFEFEF;
}
#content #breadcrumbs ul li.current {
	background:#33A6DA;
	color:#FFFFFF;
}
/* -------------------- main -------------------- */
#main .promotional-banner {
	margin-bottom: 0px;
	overflow: hidden;
	height:285px;
	width:460px;
}

#main .promotional-banner #sliderContent {
	margin-bottom: 0px;
}

#main .promotional-banner img {
	border: 1px solid #D1D3D4;
}
/* -------------------- sidebar -------------------- */
#sidebar {
	font-size:11px;
}
#sidebar.box {
	height: 282px
}


/* -------------------- footer -------------------- */
#footer {
	width:780px;
	float:left;
}

#footer .container-with-border {
	width:780px;
	padding:10px 0;
}

#footer .last {
	border:none;
}

#footer .links {
	height: 50px;
	padding-left: 10px;
}

#footer .links ul.first {
	border-color: #FFF;
	padding: 0;
	margin: 0;
}
#footer .links ul {
	float:left;
	margin:0 0 0 10px;
	padding:0 0 0 10px;
	width:174px;
}
#footer .links ul li {
}
#footer .links ul li a {
	background:transparent url(/images/ui/misc.gif) no-repeat scroll -640px -219px;
	padding-left:13px;
	color:#666;
}
#footer .logos div {
	background:transparent url(/images/ui/footer-logos.png) no-repeat scroll 0 0;
	height:60px;
	width:780px;
}
#footer #contact-info {
	text-align:center;
}
#footer #contact-info>div {
	margin:1em 0;
}
#footer #contact-info img.photo {
	display:none;
}
#footer #contact-info h4,#footer #contact-info dt {
	display:none;
}
#footer #contact-info dd.tel,#footer #contact-info dd.email,#footer #contact-info dd.url {
	display:inline;
	padding:0 5px 0 0;
}
#footer #navigation {
	background:none;
	margin:0;
	text-transform:uppercase;
	text-align:center;
}
#footer #navigation ul {
	background:none;
}
#footer #navigation ul li.first {
	background:none;
}
#footer #navigation ul li {
	float:none;
	display:inline;
}
#footer #navigation a {
	padding:0 8px;
}
#footer .terms {
	background:transparent url(/images/ui/shadow-separator-780.png) no-repeat scroll center bottom;
	padding-bottom:30px;
	text-align: center;
}


/* -------------------- banners -------------------- */
#content .banners {
	border:none;
	width:auto;
	float:left;
	clear:left
}
#content .banners ul {
}
#content .banners ul li {
	float:left;
}
#content .banners ul li img {
}
#content .banners ul li.last {
	margin-right: 0;
}


/* -------------------- indexation -------------------- */
.indexation-hide-details {
	float:left;
	width:540px;
	color:#33A6DA;
	/* background:transparent url(/images/ui/shadow-separator-540.png) no-repeat scroll -50px bottom; */
	padding-bottom:5px;

}
.indexation {
	float:left;
	width:390px;
	margin-top:10px;
	line-height:16px;
}
.indexation h4 {
	/*float:left;
	*/
    font-size:11pt;
	margin-right:5px;
}
.indexation strong {
    font-size:8pt;
}
.indexation ul {
	/*float:left;
	*/
	display:inline;
}
.indexation ul li {
	/*float:left;
	*/
	display:inline;
	margin-right:5px;
	border-left:1px solid;
	padding-left:5px;
}
.indexation ul li.first {
    border:none
}
.indexation ul li a {
    text-decoration:underline
}
.indexation ul li a:hover {
    text-decoration:none
}
.indexation-hide-details p.hide-details {
	float:right;
	text-align:right;
	width: 140px;
	margin-top:12px
}


/* -------------------- layout -------------------- */
ul.split {
	float:left;
	margin:0;
}
ul.split .column {
	margin-left:10px;
	float:left;
	margin-bottom:0;
}
ul.split .first {
	margin-left:0;
}
ul.split li {
	margin:0;
	padding: 0;
}


/* -------------------- actions -------------------- */
.actions li {
	background:transparent url(/images/ui/misc.gif) no-repeat scroll 0 -128px;
	font-size:11px;
	padding-left:13px;
	line-height:13px;
}
.actions li a {
	text-decoration: underline
}


/* -------------------- type-01 -------------------- */
#type-01 #main {
	clear:right;
	float:right;
	width:460px;
	margin-bottom: 20px;
}

#type-01 #sidebar {
	background-color: #33A6DA;
	width: 325px;
}

#type-01 #search-engine {
	background-image: url("images/search-engine-box-background.png");
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #00A7DC;
	color: #FFFFFF;
	padding: 14px 11px 10px 34px;
	width: 280px;
	height: 260px;
}

	/* Home Search */

	#type-01 #search-engine.home-search {
		background-image: url("../images/ui/home/search-engine-box-home-bg.png");
		background-position: 0px 35px;
		background-repeat: no-repeat;
		background-color: #00A7DC;
		padding: 0px;
		height: 282px;
		overflow: visible;
		width: 325px;
		position: relative;
	}
	#type-01 #search-engine .tabs-search {
		height: 29px;
		background: white;
	}
		#type-01 #search-engine .tabs-search a {
			display: inline-block;
			width: 103px;
			height: 29px;
			line-height: 29px;
			font-weight: bold;
			text-decoration: none;
			background-position: 0px -29px;
			background-color: #324762;
			float: left;
		}
			#type-01 #search-engine .tabs-search a span {
				display: none;
			}
			#type-01 #search-engine .tabs-search a.selected {
				background-position: 0px 0px;
				background-color: #00a7dc;
			}
			#type-01 #search-engine .tabs-search a.tab-vuelos {
				background-image: url(../images/ui/home/tab-vuelos.png);
			}
			#type-01 #search-engine .tabs-search a.tab-paquetes {
				margin-left: 8px;
				background-image: url(../images/ui/home/tab-paquetes.png);
			}
			#type-01 #search-engine .tabs-search a.tab-hoteles {
				float:right;
				background-image: url(../images/ui/home/tab-hoteles.png);
			}

	#type-01 #search-engine.home-search .content-search {
		background-image: url("../images/ui/home/search-engine-box-home-bg.png");
		background-position: 0px 10px;
		background-repeat: no-repeat;
		background-color: #00A7DC;
		min-height: 232px;
		position: absolute;
		z-index: 20;
	}
		#type-01 #search-engine.home-search .tab-buscador-content {
			/* Hack para IE6 */
			min-height: 230px;
			height: auto !important;
			height: 230px;
		}

	#type-01 #search-engine .content-search {
		padding: 10px 11px 10px 34px;
	}
	#type-01 #search-engine .content-search .second-step {
		padding-top: 10px;
	}
	#type-01 #search-engine .content-search .third-step {
		padding-top: 6px;
	}
	#type-01 #search-engine .content-search #bot {
		text-align: right;
		margin-top: 10px;
	}

	/* Otros search (por las dudas) */
	#type-01 #search-engine.seccion-search {
		min-height: 260px;
		height: auto;
		position: absolute;
	}

/* Separadores de Steps (Buscadores) */
.first-step {
	background: none;
	padding: 0;
	height: 58px;
	border-bottom: 1px solid #33b9e3;
}

.second-step {
	padding: 14px 0 2px;
	height: 54px;
	border-bottom: 1px solid #33b9e3;
}

.third-step {
	padding: 14px 0 5px;
	height: auto !important;
	min-height: 58px;
	border-bottom: 1px solid #33b9e3;
}

#type-01 #sidebar .resizable-search-engine {
	height: auto;
	min-height: 262px;
}

#type-01 #search-engine.home {
	height:296px
}

#type-01 #search-engine #search-engine-navigation {
	background-color:#FFFFFF;
	float:left;
	width:300px;
	z-index:1;
	font-size:10px;
}
#type-01 #search-engine #search-engine-navigation li {
	float:left;
	font-size:10px;
	padding:0 0 2px 3px;
	background:#F2F2F2 url(/images/ui/rounded-corners.png) no-repeat scroll left -120px;
	margin-right:2px;
}
#type-01 #search-engine #search-engine-navigation li span {
	background:transparent url(/images/ui/rounded-corners.png) no-repeat scroll right -150px;
	padding:2px 3px 2px 0;
}
#type-01 #search-engine #search-engine-navigation li.current {
	background-color:#33A6DA;
}
#type-01 #search-engine #search-engine-navigation li.current a {
	color: #FFF;
}
#type-01 #search-engine #search-engine-navigation a {
	display:block;
	color:#666;
	text-decoration:none;
}
#type-01 #search-engine #search-engine-navigation li.current:hover {
	background-color:#33A6DA;
}
#type-01 #search-engine #search-engine-navigation li:hover {
	background-color:#E2E2E2;
}
#type-01 #search-engine .passengerSelectContainer {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

#type-01 #search-engine .passengerSelectContainer select {
	clear: none !important;
	float: none !important;
	padding-left:3px;
	padding-right:3px;
}

#type-01 #search-engine form {
}

#type-01 #search-engine a {
	color:#FFF;
}
#type-01 #search-engine .hr {
	background:url(/images/ui/dotted.gif) repeat-x;
	padding: 11px 0 0;
	margin-bottom: 5px;
}

#type-01 #search-engine .labeledCheckbox {
	/*margin: 6px 0;
	padding: 0;*/
	padding: 3px 0;
	margin: 0;
} 

#type-01 #search-engine a.multiple-destinations,
#type-01 #search-engine label.one-way {
	color:#FFF;
}
#type-01 #search-engine a.underline {
	text-decoration:underline;
	color:#E6F1F8
}
#type-01 #search-engine a.underline:hover {
	text-decoration:none
}
#type-01 #search-engine ul.split {
	margin:10px 0 0 13px;
}
#type-01 #search-engine ul.split .column {
	width:125px;
}
#type-01 #search-engine #bot a.more-options {
	float: left;
}
#type-01 #search-engine #bot button {
	margin-right:4px
}

#type-01 #search-engine #mid {
	margin-bottom: 10px;
	margin-top: 14px;
}

#type-01 #search-engine #bot {
	text-align: right;
	margin-top: 14px;
}

#type-01 #offers {
	float:left;
	width:820px;
}

#type-01 #search-engine input,
#type-01 #search-engine select {
	color:#212121
}

#type-01 #search-engine .hasDatepicker {
	vertical-align: middle;
}

#type-01 #search-engine .col-1 {
	padding-bottom:14px;
	float:left;
	margin-bottom:-1px;
	width:280px;
}

#type-01 #search-engine .col-2 {
	clear: left;
}

#type-01 #search-engine .col-2 .left {
	float:left;
	width:140px;
}
#type-01 #search-engine .col-2 .right {
	float:right;
	width:140px;
}
#type-01 #search-engine .col-2 .right .left {
	float:left;
	width:70px;
}
#type-01 #search-engine .col-2 .right .right {
	float:right;
	width:70px;
}
#type-01 #offers #main-offer {
	background:transparent url(/images/ui/main-offer-bg.png) no-repeat scroll 0 0;
	height:60px;
	margin-bottom:30px;
}
#type-01 #offers #main-offer h3 {
	color:#0093D1;
}
#type-01 #offers #main-offer span {
	display:block;
}
#type-01 #offers #main-offer p {
	margin:0;
	line-height:1;
}
#type-01 #offers #main-offer .left {
	float:left;
	width:300px;
}
#type-01 #offers #main-offer .left h2 {
	color:#FFF;
	font-size:12px;
	line-height:1;
	margin:10px 30px 0 90px;
}
#type-01 #offers #main-offer .middle {
	float:left;
	margin:8px 0 0 20px;
	width:265px;
}
#type-01 #offers #main-offer .middle a {
	color:inherit;
}
#type-01 #offers #main-offer .right {
	float:left;
	margin:8px 0 0 10px;
	;
}
#type-01 #offers #main-offer .right span {
	display:inline;
}

#type-01 #offers #searches-modules h3 {
	background:url(/images/ui/arrow-rounded-pink-down-15x15.png) no-repeat scroll 0 0;
	color:#33A6DA;
	padding:20px 0;
	font-size:14px;
	line-height:15px;
}

#type-01 #offers #searches-modules a {
	color:#666;
}
#type-01 #offers #searches-modules a strong {
	color: #666;
}
#type-01 #offers #searches-modules .search-module {
	border-left:1px dashed #BCBEC0;
	float:left;
	padding:14px 0 0 10px;
	width:182px;
}
#type-01 #offers #searches-modules .search-module li {
    font-size:1.0em;
    line-height:1.3em;
}
#type-01 #offers.pk #searches-modules .search-module {
    margin:0 0 0 75px;
    padding:0 0 0 20px;
}
#type-01 #offers #searches-modules .first {
	margin-left:0 !important;
	border-left: 0;
}
#type-01 #offers #searches-modules .latest-searches li {
	display: inline;
}

#type-01 #offers .first-row,
#type-01 #offers .second-row {
	margin-bottom: 20px;
	width: 613px;
	float: left;
}

#type-01 #offers .defaultbox-content {
	border-left: 1px solid #EDEDED;
	border-right: 1px solid #EDEDED	;
	padding: 23px 12px 5px;
	background: url("/images/ui/arrow-rounded-pink-down-15x15.png") no-repeat scroll 10px 6px transparent;
}

#type-01 #offers .defaultbox-border-top {
	background-image: url("images/offer-box-border-top.png");
	background-repeat: no-repeat;
	background-position: center center;
	height: 7px;
}

#type-01 #offers .defaultbox-border-bottom {
	background-image: url("images/offer-box-border-bottom.png");
	background-repeat: no-repeat;
	background-position: center center;
	height: 7px;
}

#type-01 #offers .generic-box {
	font-family: Tahoma, sans-serif;
}

#type-01 #offers .generic-box h3 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: -6px;
}

#type-01 #offers .generic-box h4 {
	font-size: 11px;
	font-weight: normal;
}

#type-01 #offers .twitter-box {
	float: right;
	width: 200px;
	height: 220px;
}
	/* Fixes para el Twitter Box. Se usa !important para que no haya colisiones con otras stylesheets */
	.twtr-hd {
		text-align: center !important;
	}
	.twtr-bd {
		font-size: 11px !important;
	}
	.twtr-tweet-wrap {
		padding: 8px 10px !important;
	}
	/* Remueve el footer del twitter box */
	.twtr-ft {
		height: 10px !important;
		overflow: hidden !important;
	}

#type-01 #offers .twitter-box-border-top {
	background-image: url('../images/ui/twitter-border-top.png');
}

#type-01 #offers .twitter-box-border-bottom {
	background-image: url('../images/ui/twitter-border-bottom.png');
}

#type-01 #offers .newsletter-box {
    color: #FFFFFF;
	margin-right: 20px;
    min-height: 31px;
	float: left;
	width: 325px;
}

#type-01 #offers .newsletter-box-content {
	background-color: #ED1D8F;
	background-image: url("images/subscribe-background.png");
	float: left;
	height: 50px;
	overflow: hidden;
	width: 311px;
}

#type-01 #offers .newsletter-box-text {
	background-image: url("../images/ui/mail-icon.png");
	background-repeat: no-repeat;
	background-position: 2px 14px;
	padding: 11px 10px 6px 43px;
	float: left;
	width: 258px;
	cursor: pointer; /* Click falso para mostrar el form */
}
#type-01 #offers .box-suscribirse-home {
	background-image: url("../images/ui/mail-icon.png");
	background-repeat: no-repeat;
	background-position: 2px 14px;
	padding: 11px 10px 6px 43px;
	float: left;
	width: 258px;
}

#type-01 #offers .newsletter-box-border-left {
	background-image: url("images/subscribe-border-left.png");
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
	width: 7px;
	height: 50px;
}

#type-01 #offers .newsletter-box-border-right {
	background-image: url("images/subscribe-border-right.png");
	background-position: center center;
	background-repeat: no-repeat;
	float: right;
	width: 7px;
	height: 50px;
}

#type-01 #offers .social-networks-box {
	min-height: 31px;
	float: left;
	color: #666b74;
	width: 268px;
}

#type-01 #offers .social-networks-box-border-left {
	background-image: url("../images/ui/social-networks-border-left.png");
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
	width: 7px;
	height: 50px;
}

#type-01 #offers .social-networks-box-border-right {
	background-image: url("../images/ui/social-networks-border-right.png");
	background-position: center center;
	background-repeat: no-repeat;
	float: right;
	width: 7px;
	height: 50px;
}

#type-01 #offers .social-networks-box-content {
	background-color: #ECF0F5;
	float: left;
	width: 248px;
	padding: 11px 3px 6px;
}

#type-01 #offers .social-networks-box-icons {
	float: right;
}

#type-01 #offers .social-networks-box .first-icon {
	margin-right: 8px;
}

#type-01 #offers .testimonials-box {
	color: #666b74;
	float: left;
	margin-right: 10px;
	font-family: tahoma,sans-serif;
	font-size: 12px;
	width: 199px;
	
}

#type-01 #offers .testimonials-box-content {
	background-color: #efefef;
	width: 199px;
	height: 144px;
	padding: 0px;
	position: relative; /* Para el Fade de testimoniales (con position: absolute) */
}
	#type-01 #offers .testimonials-box-content .testimonial-elemento {
		position: absolute;
		top: 28px;
		left: 30px;
		width: 139px;
		height: 116px;
	}

#type-01 #offers .testimonials-box-border-bottom {
	background-image: url("images/testimonials-box-border-bottom.png");
	background-position: center center;
	background-repeat: no-repeat;
	height: 8px;
}

#type-01 #offers .testimonials-box h3 {
	color:#EC118F;
	font-size:16px;
	font-weight:normal;
	margin-bottom: 12px;
}



#type-01 #offers .testimonials-box-triangle {
	background-image: url("images/testimonials-box-triangle.png");
	background-position: 40px top;
	background-repeat: no-repeat;
	height: 24px;
}

#type-01 #offers .offer-list-box {
	float: left;
	width: 197px;
	font-size: 11px;
	position: relative;
}

#type-01 #offers .defaultbox-flag {
	background-image: url("images/offers-box-flag.png");
	background-position: top right;
	background-repeat: no-repeat;
	height:46px;
	position:absolute;
	right:0;
	top:0;
	width:45px;
}

#type-01 #offers .offer-list-box h3 {
	color: #33A6DA;
	margin-bottom: 23px;
}

#type-01 #offers .offer-list-box-destinations {
	margin-bottom: 0;
}

#type-01 #offers .offer-list-box li {
	line-height: 13px;
}

#type-01 #offers .offer-list-box a {
	color: #666666;
}

#type-01 #offers .offer-list-box .city {
	color: #EC118F;
}

#type-01 #offers .most-requested {
	margin-right: 10px;
}

#type-01 #offers .mini-newsletter {
    background-color:#ED1D8F;
    color:#FFF;
    margin-left:0;
    border-left:none;
    width: 182px;
    padding:9px 4px 0 11px;
    min-height: 140px;
}

#type-01 #offers .mini-newsletter h3 {
    background:url(/images/ui/arrow-white-down.png) no-repeat;
    color:#FFF;
    width: auto;
    padding-bottom:0;
    margin-top:4px;
}
#type-01 #offers .mini-newsletter h4 {
    font-size:8pt;
    margin-top:6px;
    color:#FFF;
    font-weight:normal
}
#type-01 #offers .mini-newsletter p {
    margin:5px 0
}
#type-01 #offers .mini-newsletter .emailfield {
    border:1px solid #666;
    color:#666;
    font-size:8pt;
    padding:2px 0;
    width:165px;
}
#type-01 #offers .mini-newsletter .subscribe {
    background:url(/images/ui/button-pink.png) no-repeat;
    float:right;
    margin-right:15px;
    color:#FFFFFF;
    font-size:8pt;
    height:22px;
    padding-bottom:3px;
    padding-right:7px;
    width:94px;
}

/* -------------------- type-02 -------------------- */
/* -------------------- type-03 -------------------- */
#type-03 #main {
	clear:right;
	float:right;
	width:540px;
}
#type-03.wide #main {
    clear:left;
	float:left;
	width:820px;
}
#type-03 #sidebar {
	background-color:#33A6DA;
	width:220px;
	float:left;
	margin-bottom:20px;
}
#type-03 #main .header {
	background-color:#C2DFF2;
	padding:10px;
	color:#0093D1;
	float:left;
	width:520px;
	margin-bottom:10px;
}
#type-03.wide #main .header {
	background-color:#C2DFF2;
	padding:10px;
	color:#0093D1;
	float:left;
	width:800px;
	margin-bottom:10px;
}
#type-03 #main .header .details {
	float:left;
}
#type-03 #main .header h2 {
}
#type-03 #main .header p {
	margin-bottom:0;
}
#type-03 #main .header span {
	margin-right:5px;
}
#type-03 #main .header button {
	float:right; 
}
#type-03 #main .weeks {
	margin-bottom:20px;
    text-align:right;
    width:620px;
    clear:both;
    font-size:1.2em;
    float: left
}
#type-03 #main .weeks .prev, #type-03 #main .grid .prev {
	background:transparent url(/images/ui/arrows-blue-simple.png) no-repeat scroll left 3px;
	padding-left:10px;
}
#type-03 #main .weeks span {
	margin:0 10px;
}
#type-03 #main .weeks .next, #type-03 #main .grid .next {
	background:transparent url(/images/ui/arrows-blue-simple.png) no-repeat scroll right -17px;
	padding-right:10px;
}
#type-03 #main .weeks .up, #type-03 #main .grid .up { background:url(/images/ui/arrows-blue-simple.png) no-repeat right -36px; padding-right:10px; }
#type-03 #main .weeks .down, #type-03 #main .grid .down { background:url(/images/ui/arrows-blue-simple.png) no-repeat right -56px; padding-right:10px; } 

#type-03 table.grid {
	width:540px;
	float:left;
}
#type-03 table.grid td {
	text-align:center;
	width:48px;
}
#type-03 #main .btn-continue {
	float: right;
}


/* -------------------- filters -------------------- */
#filters {
	padding:10px 0;
	color:#FFF;
	width:220px;
	float:left;
	font-size:10px;
}
#filters .filters-header {
	padding:0 10px;
}
#filters .filters-header h2 {
	background:url(/images/ui/arrow-white-right.png) no-repeat 0 1px;
	padding-left:16px
}
#filters .filters-header h2,#filters .filters-header h3 {
}
#filters .filters-header h3 span {
	display:block;
}
#filters p.reset-filters,#filters p.reset-filters a {
	color:#C2DFF2;
	text-align:right;
}
#filters .filter {
	padding:10px;
}
#type-03 #sidebar .hr {
	border-bottom:5px solid #FFF;
}
#filters #first>.filter {
	border-top:1px dashed #FFF;
	padding:10px 0;
	margin:0 10px;
}
#filters h4 {
	margin-bottom:5px;
	;
}
#filters input.large {
	width:194px;
}
#filters select {
	margin-bottom:1em;
}
#filters select.large {
	width:200px;
}
#filters ul.inline {
	display:inline;
	margin:0;
}
#filters ul.inline li {
	display:inline;
}
#filters .slider-tool {
	position:relative;
	height:40px;
}
#filters .slider-tool .slider-1 {
	display:block;
	left:0;
	position:absolute;
	z-index:25;
}
#filters .slider-tool .slider-2 {
	display:block;
	left:188px;
	position:absolute;
	z-index:25;
}
#filters .slider-tool .slider-1 .arrow,#filters .slider-tool .slider-2 .arrow {
	cursor:pointer;
}
#filters .slider-tool .bar {
	background:transparent url(/images/ui/misc.gif) no-repeat scroll 0 -9px;
	height:20px;
}
#filters ul {
	/*margin-left:13px;
	*/
}
#filters table {
	width:200px;
}
#filters table .first {
	text-align:left;
}
#filters table .last {
	text-align:right;
	width:auto;
}
#filters table tbody td.first {
	padding-left:13px;
}
#filters .parameters span,#filters table th.last {
	color: #C2DFF2;
}


/* Filters de Vuelos */

#sliders-vuelos {
	display: block;
	display: none;
}
	#sliders-vuelos .filtro-horarios-ida {
		width: 260px;
		display: block;
		float: left;
		margin-right: 20px;
	}
		#sliders-vuelos .filtro-horarios-ida .holder-sliders {
			display: block;
			border: 1px solid #d91f8a;
		}
	#sliders-vuelos .filtro-horarios-vuelta {
		width: 260px;
		display: block;
		float: left;
	}
		#sliders-vuelos .filtro-horarios-vuelta .holder-sliders {
			display: block;
			border: 1px solid #4eabd0;
		}
		
	/* Slider propiamente dicho */
	#sliders-vuelos .slider-tool {
		display: block;
		position:relative;
		height:40px;
		padding: 10px 20px;
	}
	#sliders-vuelos .slider-container {
		display: block;
		position: relative;
	}
		#sliders-vuelos .slider-container .bar {
			background: #f0f0f0;
			height:20px;
			width:238px;
			position: relative;
		}
		#sliders-vuelos .slider-tool .slider-1 {
			display:inline-block;
			margin: 0px;
			top: 0px;
			left: 0px;
			z-index:25;
			width: 12px;
			height: 19px;
		}
		#sliders-vuelos .slider-tool .slider-2 {
			display:inline-block;
			margin: 0px;
			top: 0px;
			left: 238px;
			z-index:25;
			width: 12px;
			height: 19px;
		}
		#sliders-vuelos .slider-tool .slider-1 .arrow,
		#sliders-vuelos .slider-tool .slider-2 .arrow {
			cursor:pointer;
		}


		

/* -------------------- type-04 -------------------- */
#type-04 #main {
	width:460px;
	float:left;
}
#type-04 #main h1,#type-04 #main h2,#type-04 #main h3,#type-04 #main h4,#type-04 #sidebar h2 {
	color:#33A6DA;
}
#type-04 .header {
	background-color:#C2DFF2;
	padding:10px;
	color:#0093D1;
	float:left;
	width:760px;
	margin-bottom:10px;
}
#type-04 .header .details {
	float:left;
}
#type-04 .header h2 {
	display:inline;
}
#type-04 .header p {
	margin-bottom:0;
	display:inline;
}
#type-04 .header span {
	margin-right:5px;
}
#type-04 .header button {
	float: right;
}
#type-04 #main .top {
	border-bottom:2px dotted #DDDDDD;
	/*1px dashed #666;
	*/
	margin-bottom:10px;
	float:left;
	width:460px;
}
#type-04 #main .top h1 {
	background-position:0 3px;
	font-size:21px;
	line-height:26px;
	width:285px;
	margin-bottom:17px;
	float:left
}
#type-04 #main .top .actions {
	float:right;
	width:140px;
}
#type-04 #main .middle {
	float:left;
	width:460px;
	margin-top:10px;
}
#type-04 #main .column {
	width:100px;
	float:left;
	margin-left:10px;
}
#type-04 #main .column.first {
	margin-left: 0;
}
#type-04 #main .middle .price-average {
	border-bottom:2px dotted #DDDDDD;
	/*1px dashed #666;
	*/
	padding-bottom:20px;
}
#type-04 #main .middle .price-average .price .currency {
	font-size:17px;
	margin-right:-2px;
}
#type-04 #main .middle .categories {
	padding:14px 0;
	border-bottom:2px dotted #DDDDDD;
	/*1px dashed #666;
	*/
}
#type-04 #main .middle .categories h3 {
	line-height:18px;
}
#type-04 #main .middle h2,#type-04 #main .middle h3 {
	background:transparent url(/images/ui/misc.gif) no-repeat scroll 0 -155px;
	padding-left:16px;
	font-size:14px
}
#type-04 #main .middle .price-average h2 {
	background:none;
	padding:0;
	font-size:17px;
}
#type-04 #main .price-per-day h3 {
	background:transparent url(/images/ui/misc.gif) no-repeat scroll 0 -155px;
	padding-left:16px;
	font-size:16px;
	display:inline
}
#type-04 #main .middle .duration {
	padding:20px 0;
	color:#33A6DA;
	font-size:12px;
}
#type-04 #main .middle .duration h3 {
	font-size:15px;
	display:inline;
}
#type-04 #main .middle .duration .info {
	font-size:11px;
	color:rgb(128,130,132);
	margin-top:7px;
}
#type-04 #main .middle .duration .info h4 {
	color:rgb(128,130,132);
	margin-bottom:-3px;
}
#type-04 #main .middle .price-average h2 {
	display:inline;
	font-size:22px;
	font-weight:normal;
}
#type-04 #main .middle .left {
	float:left;
	width: 220px;
}
#type-04 #main .middle .right {
	border-left:2px dotted #DDDDDD;
	/*1px dashed #666;
	*/
	float:right;
	margin-left:10px;
	padding-left:10px;
	width:210px;
	min-height:174px
}
#type-04 #main .price-per-day {
	float:left;
	width:460px;
	border-top:2px dotted #DDDDDD;
	/*1px dashed #666;
	*/
	padding-top:10px;
}
#type-04 #main .price-per-day>div {
	float:left;
	width:460px;
	margin-bottom:20px;
}
#type-04 #main .price-per-day>div>h3 {
	display:inline;
	margin-right:10px
}
#type-04 #main .price-per-day>div span {
	margin-right:10px;
}
#type-04 #main .price-per-day .rooms,#type-04 #main .price-per-day .room {
	width:460px;
	float: left;
}
#type-04 #main .price-per-day .room {
	border-bottom:2px dotted #DDDDDD;
	/*1px dashed #666;
	*/
	margin-bottom:20px;
}
#type-04 #main .price-per-day .room h3 {
	clear:both;
}
#type-04 #main .price-per-day .room table {
	width:300px;
	float:left;
}
#type-04 #main .price-per-day .room .price-average {
	float:right;
	margin-right:40px;
	text-align:right;
	width:100px;
}
#type-04 #main .reviewers {
	float:left;
	color:#33A6DA;
}
#type-04 #main .reviewers h4,#type-04 #main .reviewers ul,#type-04 #main .reviewers ul li {
	display:inline;
	margin-right:5px;
}
#type-04 #main .reviewers h4 {
	background:url(/images/ui/misc.gif) no-repeat 0 -128px;
	padding-left:13px
}
#type-04 #main .reviewers ul li {
	padding-left:5px;
	border-left:1px solid;
}
#type-04 #main #itinerary {
	float:left;
	margin-bottom:20px;
	width:550px;
}
#type-04 #main #itinerary .itinerary-header {
	background-color:#DFEEF8;
	padding:10px;
	height:40px;
}
#type-04 #main #itinerary .itinerary-header h2,#type-04 #main #itinerary .itinerary-header span {
	display:inline;
	margin-right:5px;
}
#type-04 #main #itinerary .itinerary-navigation {
	background-color:#DFEEF8;
}
#type-04 #main #itinerary .accomodation {
}
#type-04 #main #itinerary .top .right {
	float:right;
	width:325px;
}
#type-04 #main #itinerary .top h1,#type-04 #main #itinerary .top h4 {
	display:inline;
	float:none;
	width:auto;
	line-height:1.2em;
	font-size:1.4em;
	padding-top:4px
}
#type-04 #main #itinerary .top h1 span {
	font-size:0.8em;
	font-weight:normal
}
#type-04 #main #itinerary .top h4 {
	color:#666;
	margin-left:5px;
}
#type-04 #main #itinerary .top .description p {
	margin:5px 0 0;
}
#type-04 #main #itinerary .top .description p.read-more {
	text-align:right;
}
#type-04 #main #itinerary .top .cover {
	margin-bottom:10px;
}
#type-04 #main #itinerary .bottom {
	float:left;
	margin-bottom:10px;
	width:460px;
}
#type-04 #main #itinerary .bottom .box {
	float:left;
	width:137px;
	height:85px;
	padding:0 7px;
	border-left:1px dashed #666;
}
#type-04 #main #itinerary .bottom .first {
	border-left:none;
}
#type-04 #main #itinerary .accomodation .bottom .box h3 {
	font-size:10px;
}
#type-04 #main #itinerary .accomodation .bottom .box p {
	color:#666;
	line-height:1;
	margin:0;
}
#type-04 #main #itinerary .accomodation .bottom .box span.distance {
	color:#E7E7E8;
	font-size:20px;
	font-weight:bold;
}
#type-04 #main #itinerary .accomodation .bottom .box span.unit {
	color:#E7E7E8;
	font-size:14px;
}
#type-04 #main #itinerary .flights {
	display:none;
}
#type-04 #main #itinerary .flights table,#type-04 #main .forms .flights table {
	float:left;
	width:460px;
}
#type-04 #main #itinerary .flights table th,#type-04 #main #itinerary table td,#type-04 #main .forms .flights table th,#type-04 #main .forms .flights table td {
	width:105px;
}
#type-04 #main #itinerary .flights table th p,#type-04 #main #itinerary .flights table td p,#type-04 #main .forms .flights table th p,#type-04 #main .forms .flights table td p {
	padding:0 0 0 13px;
}
#type-04 #main #itinerary .flights table .departure,#type-04 #main .forms .flights table .departure {
	border-bottom:1px dashed #BCBEC0;
}
#type-04 #main #itinerary .transportation {
}
#type-04 #main #itinerary .activities {
}
#type-04 #main .review {
	width:460px;
	float:left;
	margin-bottom:30px;
}
#type-04 #main .review h3 {
	background:transparent url(/images/ui/misc.gif) no-repeat scroll 0 -155px;
	padding-left:16px
}
#type-04 #main .forms .passengers-list>h3,#type-04 #main .forms .passenger-info h3,#type-04 #main .forms .politics h3 {
	background:transparent url(/images/ui/misc.gif) no-repeat scroll 0 -156px;
	margin-bottom:1em;
	padding:0 0 0 15px;
}
#type-04 #main .forms>div {
	float:left;
	width:460px;
	margin:10px 0;
}
#type-04 #main .forms input.txt-field {
	width:154px;
}
#type-04 #main .forms button {
	float:right;
	margin:0 10px 0 0;
	clear:left;
}
#type-04 #main .forms .total-price,#type-04 #main .forms .passengers-list,#type-04 #main .forms .passenger-info,#type-04 #main .forms .terms-of-use {
	background:transparent url(/images/ui/shadow-separator-460.png) no-repeat scroll 0 bottom;
	padding:0 0 20px 0;
}
#type-04 #main .forms .passengers-list {
}
#type-04 #main .forms .passengers-list form {
	/*width:360px;
	para verse en 2 columnas */
}
#type-04 #main .forms .passengers-list form ul li {
	float:left;
	margin-bottom:20px;
}
#type-04 #main .forms .passengers-list form ul,#type-04 #main .forms .passenger-info form,#type-04 #main .forms .politics p,#type-04 #main .forms .terms-of-use {
	margin-left:15px;
}
#type-04 #main .forms .total-price .taxes,#type-04 #main .forms .total-price .total,#type-04 #main .forms .total-price .message {
	border-top:1px dashed #666;
	padding:5px 0;
}
#type-04 #main .price-per-day h4 {
	float:left;
	width:140px;
	margin-top:20px;
}
#type-04 #main .price-per-day table {
	float:right;
}
#type-04 #main .price-per-day table td,#type-04 #main .price-per-day table th {
	padding:2px;
	text-align:left;
	width:40px;
}
#type-04 #main .forms .total-price p {
	text-align:right;
}
#type-04 #main .forms .total-price .message p {
	text-align:left;
}
#type-04 #main .forms .total-price .taxes,#type-04 #main .forms .total-price .total strong {
	color:#33A6DA;
}
#type-04 #main .forms .total-price span {
	margin:0 0 0 60px;
}
#type-04 #main .forms .total-price h3 {
	display: inline;
}
#type-04 #main .forms form {
	float:left;
	/*width:340px;
	*/
	clear:left;
}
#type-04 #main .forms form>div,#type-04 #main .forms .passengers-list form ul li>div {
	width:160px;
	margin:0 10px 10px 0;
	float:left;
}
#type-04 #main .forms form label {
	background:transparent url(/images/ui/misc.gif) no-repeat scroll 0 -278px;
	display:block;
	padding:0 0 0 15px;
	font-weight:bold;
}
#type-04 #main .forms .terms-of-use label .checkbox {
	float:left;
}
#type-04 #main .forms .terms-of-use label span {
	float:right;
	width:440px;
}
#type-04 #sidebar {
	width:300px;
	float:right;
}
#type-04 #sidebar>div {
	margin-bottom: 20px;
}


/* -------------------- type-03 -------------------- */
#type-03 #main {
	clear:right;
	float:right;
	width:540px;
}


#type-03 #main.packages-results .header {
width:800px;
}

#type-03 #main.packages-results,
#type-03 #main.packages-results .indexation-hide-details,
#type-03 #main.packages-results .indexation-hide-details .nrcontainer,
#type-03 #main.packages-results ul.results > li,
#type-03 #main.packages-results ul.results li .main-information {
width:820px;
}

#type-03 #main.packages-results .indexation-hide-details #currency {
position:inherit;
float:right;
}

#type-03 #main.packages-results .indexation-hide-details #currency .current {
margin:0;
}

#type-03 #main.packages-results ul.results li .main-information .list-left {
width:180px;
}

#type-03 #main.packages-results ul.results li .main-information .list-left .cover {
border:1px solid #BCBEC0;
float:left;
height:170px;
padding:4px;
width:170px;
}

#type-03 #main.packages-results ul.results li .main-information .list-info {
width:420px;
}

#type-03 #main.packages-results ul.results li .main-information .list-price,
#type-03 #main.packages-results ul.results li .main-information .list-price .list-price-item,
#type-03 #main.packages-results ul.results li .main-information .list-price .list-price-item .price {
width:180px;
}

#type-03 #main.packages-results .list-info h2.title {
width:auto;
margin:0 0 1em;
}

#type-03 #main.packages-results .list-info h2.title span {
font-weight:normal;
}

#type-03 #main .header {
	background-color:#C2DFF2;
	padding:10px;
	color:#0093D1;
	float:left;
	width:520px;
	margin-bottom:10px;
}
#type-03 #main .header .details {
	float:left;
}
#type-03 #main .header h2 {
}
#type-03 #main .header p {
	margin-bottom:0;
}
#type-03 #main .header span {
	margin-right:5px;
}
#type-03 #main .header button {
	float:right;
}
#type-03 #main ul.results {
}
#type-03 #main ul.results>li {
	background:transparent url(/images/ui/shadow-separator-540.png) no-repeat scroll -50px bottom;
	float:left;
	margin-bottom:15px;
	padding-bottom:25px;
	width:540px;
}
#type-03 #main ul.results h1 {
	line-height:20px;
	/*display:inline;*/
	padding-left:25px;
	font-size:1.4em
}
#main ul.results h2 {
	color:#33A6DA;
	font-weight:normal;
}
#main ul.results h4 {
	color:#33A6DA;
}
#main ul.results h3 {
	color:#33A6DA;
	font-weight:normal;
}


#type-03 #main ul.results li .main-information {
	float:right;
	margin-right:5px
    min-height:261px;
    width:535px;
}
#type-03 #main ul.results li .main-information .ver-en-mapa img {
    vertical-align:middle;
	width:22px;
}
#type-03 #main ul.results li .main-information ul.belong-to {
	font-size:11px;
	color:#666;
	margin:0 0 5px 25px;
}
#type-03 #main ul.results li .main-information ul.belong-to li {
	display:inline;
}
#type-03 #main ul.results li .main-information .featured {
	float:left;
	width:130px;
	padding-top:15px;
}
#type-03 #main ul.results li .main-information .featured * {
	padding-left:25px;
}
#type-03 #main ul.results li .main-information .featured p.remark {
	color:#33A6DA;
}
#type-03 #main ul.results li .main-information .featured h2 {
	font-size:11px;
	line-height:1em;
	font-weight:bold;
	color:#666
}
#type-03 #main ul.results li .main-information .featured h2 .price {
	font-size:14px;
	font-weight:normal;
	color:#33A6DA
}
#type-03 #main ul.results li .main-information .featured button {
	margin-left:15px;
}
#type-03 #main ul.results li .main-information .description {
	float:right;
	width:265px;
	height:90px;
	overflow:hidden;
}
#type-03 #main ul.results li .main-information .description p {
	margin-bottom:5px;
}
#type-03 #main ul.results li .main-information .description .read-more {
	text-align:right;
	margin-bottom:0;
}
#type-03 #main ul.results li .cover {
	float:left;
	width:120px;
	height:120px
}
#type-03 #main ul.results li .boxes {
	float:left;
	clear:left;
	margin:5px 0 10px 0;
	width:540px;
	height:100px;
}
#type-03 #main ul.results li .boxes .box {
	float:left;
	width:120px;
	height:inherit;
	padding:0 7px;
	border-left:1px dashed #666;
}
#type-03 #main ul.results li .boxes .box span.number {
	color:#E7E7E8;
	font-size:20px;
	font-weight:bold;
	line-height:1;
}
#type-03 #main ul.results li .boxes .box span.unit {
	color:#E7E7E8;
	font-size:14px;
}
#type-03 #main ul.results li .boxes .first {
	padding:5px 0;
	border:none;
}
#type-03 #main ul.results li .price {
	width:140px;
}
#type-03 #main ul.results li .price p {
	padding-left:15px;
}
#type-03 #main ul.results li table.flights {
	width:380px;
	float:right;
}
#type-03 #main ul.results li table.flights td,#type-03 #main ul.results li table.flights th {
	width:112px;
	padding:0 4px;
}
#type-03 #main ul.results li table.flights th p {
	color:#666;
}
#type-03 #main ul.results li table.flights tbody.departure {
	border-bottom:1px dashed #666;
}
#type-03 #main ul.results .result-details {
	float:left;
	width:540px;
}
#type-03 #main ul.results .result-details ul {
	float:left;
}
#type-03 #main ul.results .result-details ul li {
	border-top:1px dashed #666;
	float:left;
	padding:10px 0;
}
#type-03 #main ul.results .result-details h3 {
	float:left;
	padding:0 7px;
	width:120px;
}
#type-03 #main ul.results .result-details h3.room {
	padding:15px 7px 0;
}
#type-03 #main ul.results .result-details table {
	width:256px;
	padding:0 7px;
	float:left;
}
#type-03 #main ul.results .result-details .price-average {
	float:left;
	padding:15px 7px 0;
	width:120px;
	text-align:right;
}
#type-03 #main ul.results .result-details .packages h3 {
	float:none;
	width:auto;
	padding:0;
}
#type-03 #main ul.results .result-details .packages h3.class {
	color:#666;
	display:inline;
	margin-right:5px;
}
#type-03 #main ul.results .result-details .packages>div {
	border-top:1px dashed #666;
	padding:10px 0;
	width:540px;
	float:left;
}
#type-03 #main ul.results .result-details .packages>div .inclusions {
	float:left;
	width:400px;
}
#type-03 #main ul.results .result-details .packages>div h4 {
	float:left;
	width:80px;
	text-align:right;
}
#type-03 #main ul.results .result-details .packages>div button {
	float:right;
}
#type-03 #main ul.results .result-details .packages>div ul {
	float:right;
	width:450px;
	margin:0;
	display:inline;
}
#type-03 #main ul.results .result-details .packages>div ul li {
	display:inline;
	border:none;
	border-left:1px solid #666;
	padding:0;
	padding:0 5px;
}
#type-03 #main ul.results .result-details .packages>div ul li.first {
	border:none;
	padding-left:0;
}
#type-03 #main .grid {
	background:url(/images/ui/shadow-separator-780.png) no-repeat -8px bottom;
	float:left;
	margin-bottom:15px;
	padding-bottom:25px;
	width:815px;
}
#type-03 #main .grid table {
	width:815px;
	font-size:1.0em;
    line-height:1.3em;
}
#type-03 #main .grid table th,#type-03 #main .grid table td {
	width:50px;
	padding:5px;
}
#type-03 #main .grid table td {
	text-align:center;
	border-left:1px dashed #BCBEC0 !important
}
#type-03 #main .grid table tr {
    border-bottom:2px solid #FFF !important
}
#type-03 #main .grid table th {
	width:100px;
	color:#666;
	background-color:#FFF !important
}
#type-03 #main .grid table th span {
    color:#33A6DA;
    display:block
}
#type-03 #sidebar {
	float:left;
	width: 220px;
}

.gridRef {
    float:left;
    font-size:1.2em;
    margin-left:96px;
}

.gridRef .square {
    float:left; 
    width:15px; 
    height:15px; 
    border:1px solid #AAA;
    margin-right:5px;
}
.gridRef .description {
    float:left;
    margin:1px 5px 0 0
}

.countdown {
    float:left
}
.countdown h2{
    margin-right:10px;
    margin-top:-3px;
}

/* -------------------- #type-05 -------------------- */
#type-05 #main {
	clear:right;
	float:right;
	width:820px;
}
#type-05 #content .header {
	background-color:#C2DFF2;
	padding:10px;
	color:#0093D1;
	float:left;
	width:800px;
	margin-bottom:10px;
}
#type-05 #content .header .details {
	float:left;
}
#type-05 #content .header h2 {
	display:inline;
}
#type-05#content .header p {
	margin-bottom:0;
	display:inline;
}
#type-05 #content .header span {
	margin-right:5px;
}
#type-05 #content .header button {
	float:right;
}
#type-05 #main h2 {
	background:transparent url(/images/ui/misc.gif) no-repeat scroll 0 -156px;
	margin-bottom:1em;
	margin-top:1em;
	padding:0 0 0 15px;
	color:#33A6DA;
}
#type-05 #main h3 {
	margin-bottom:1em;
	margin-top:1em;
	padding:0 0 0 15px;
	color:#33A6DA;
}
#type-05 #main .forms {
	width:780px;
}
#type-05 #main .forms .departure {
	float:left;
	margin-bottom:20px;
	width:295px;
}
#type-05 #main .forms .return {
	float:right;
	margin-bottom:20px;
	width:295px;
}
#type-05 #main label {
	font-weight:bold;
	padding:0 0 0 15px;
}
#type-05 #main ul.service {
	float:left;
	margin-left:15px;
}
#type-05 #main ul.service li {
	float:left;
	padding:5px 0;
	border-bottom:1px dashed #666;
}
#type-05 #main ul.service div {
	float:left;
	margin-right:5px;
}
#type-05 #main ul.service div.service {
	width:150px;
}
#type-05 #main ul.service div.price {
	width:50px;
}
#type-05 #main ul.service div.pax {
	width:65px;
	text-align:right;
}
#type-05 #main p.subtotal {
	text-align:right;
	color:#33A6DA;
	margin:0 0 20px;
}
#type-05 #content #main .left {
	float:left;
}
#type-05 #content #main .right {
	float:right;
}
#type-05 #content #main .bus-seats {
	margin-left:15px;
}
#type-05 #main .bus-seats h4 {
	font-weight:normal;
	text-align:center;
	margin-bottom:10px;
}
#type-05 #content #main .bus-seats ul {
	float:left;
	margin:0;
}
#type-05 #content #main .bus-seats ul li {
	clear:left;
	margin:0 1px 1px 0;
	text-align:center;
	width:24px;
	line-height:24px;
	height:24px;
}
#type-05 #content #main .bus-seats .left {
	float:left;
}
#type-05 #content #main .bus-seats .left ul.window-side {
}
#type-05 #content #main .bus-seats .left ul.corridor-side {
}
#type-05 #content #main .bus-seats ul li a {
	display:block;
	color:#666;
}
#type-05 #content #main .bus-seats ul li a:hover {
	text-decoration:none;
}
#type-05 #content #main .bus-seats ul li.primera {
	background-color:#c2dff2;
}
#type-05 #content #main .bus-seats ul li.cama {
	background-color:#dfedf6;
}
#type-05 #content #main .bus-seats ul li.semi-cama {
	background-color:#edf4f9;
}
#type-05 #content #main .bus-seats ul li.comun {
	background-color:#f5f8f9;
}
#type-05 #content #main .bus-seats .center {
	float:left;
}
#type-05 #content #main .bus-seats ul li.sold {
	background-color:#EDF6FB;
	color:#CCCCCC;
}
#type-05 #content #main .bus-seats .center,#type-05 #content #main .bus-seats ul li.tv,#type-05 #content #main .bus-seats ul li.bar,#type-05 #content #main .bus-seats ul li.escalera,#type-05 #content #main .bus-seats ul li.toilette {
	background-color:#F2F2F2;
}
#type-05 #content #main .bus-seats .center ul.corridor {
}
#type-05 #content #main .bus-seats .right {
	float:left;
}
#type-05 #content #main .bus-seats .right ul.corridor-side {
}
#type-05 #content #main .bus-seats .right ul.window-side {
}
#type-05 #main .forms button {
	float:right;
	clear:both;
}
#type-05 #main .results {
	float:left;
	width:780px;
	padding-top: 20px;
}
#type-05 #main .results>table {
	background:transparent url(/images/ui/shadow-separator-540.png) no-repeat scroll -50px bottom;
	float:left;
	margin-bottom:15px;
	padding-bottom:25px;
	width:780px;
}
#type-05 #main .results h1 {
	line-height:1;
	display:inline;
}
#main .results h2 {
	color:#33A6DA;
	font-weight:normal;
}
#main .results h4 {
	color:#33A6DA;
}
#main .results h3 {
	color:#33A6DA;
	font-weight:normal;
}
#type-05 #main .results .buses {
	float:left;
	width:780px;
}
#type-05 #main .results .buses table {
	margin:20px 0 30px 0;
}
#type-05 #main .results .buses table th {
	padding:5px;
}
#type-05 #main .results .buses table td.actions {
	width:130px;
}
#type-05 #main .results .buses table td.actions ul {
	margin:0;
}
#type-05 #main .results .buses table tbody th {
	width:140px;
}
#type-05 #main .results .buses table td {
	width:70px;
	padding:5px;
	text-align:center;
	vertical-align:top;
}
#type-05 #main .results .buses table td span.day {
	display:block;
}
#type-05 #main .results .buses button {
	float: right;
}


/* -------------------- vuelos -------------------- */


.vuelos-header {
	height: 95px;
	margin-bottom: 5px;
}
	.vuelos-header .datos-vuelo {
		float: left;
		height: 75px;
		padding: 10px 0px;
		width: 400px;
		background: url(../images/ui/vuelos/vuelos-search-destinos-bg.png) repeat-x 0px 0px #d40f82;
	}
		.vuelos-header .datos-vuelo div {
			font-size: 22px;
			line-height: 37px;
			color: white;
			padding: 0px 0px 0px 25px;
			margin: 0px 15px 0px 15px;
			display: block;
			float: none;
			position: relative;
			overflow: hidden;
		}
			.vuelos-header .datos-vuelo .ida {
				border-bottom: 1px dotted #f0f0f0;
			}
			.vuelos-header .datos-vuelo .vuelta {
				
			}
			
	.vuelos-header .datos-viaje {
		float: right;
		height: 75px;
		padding: 10px 0px;
		width: 400px;
		background: url(../images/ui/vuelos/vuelos-search-datos-bg.png) repeat-x 0px 0px #40a1cb;
	}
		.vuelos-header .datos-viaje div {
			font-size: 12px;
			line-height: 25px;
			color: white;
			padding: 0px 0px 0px 25px;
			margin: 0px 15px 0px 15px;
			display: block;
			float: none;
			position: relative;
			text-align: right;
			overflow: hidden;
		}
			.vuelos-header .datos-viaje strong {
				float: left;
			}
			.vuelos-header .datos-viaje .ida {
				border-bottom: 1px dotted #f0f0f0;
			}
			.vuelos-header .datos-viaje .vuelta {
				border-bottom: 1px dotted #f0f0f0;
			}
			.vuelos-header .datos-viaje .pasajeros {
				
			}

.vuelos-filtro {
	padding: 5px 0px;
}
	.vuelos-filtro a.volver-a-buscar {
		float: right;
	}
	.vuelos-filtro #filtrado-vuelos {
		clear: both;
	}

	
/* Tabla de Resumen / Filtrado*/
.tabla-resumen-title {
	display: block;
}
	.tabla-resumen-title .filtrado-tag, .tabla-resumen-vuelos .filtrado-tag {
		display: inline-block;
		width: 122px;
		padding-left: 10px;
		height: 19px;
		line-height: 19px;
		color: white;
		font-weight: bold;
	}
		.tabla-resumen-title .filtrado-tag {
			background: url(../images/ui/vuelos/vuelos-tag-filtro.gif) no-repeat 0px 0px;
		}
		.tabla-resumen-vuelos .filtrado-tag {
			background: url(../images/ui/vuelos/vuelos-tag-tipo-vuelo.gif) no-repeat 0px 0px;
		}
.tabla-resumen-vuelos {
	width: 820px;
	border-top: 1px solid #898989;
	border-bottom: 1px solid #898989;
	background: url(../images/ui/vuelos/bg-tabla-filtros.gif) repeat-x 0% 100%;
}
	.tabla-resumen-vuelos .cornertabla {
		width: 132px !important;
		background: #d9d9d9;
		vertical-align: bottom !important;
		border-bottom: 1px solid #898989;
	}
		.tabla-resumen-vuelos .cornertabla .filtrado-tag {
			vertical-align: baseline;
		}
	.tabla-resumen-vuelos th.aerolinea {
		background: #d9d9d9;
		color: black !important;
		border-bottom: 1px solid #898989;
		padding: 15px 10px;
		cursor: pointer;
		text-decoration: underline;
	}
		.tabla-resumen-vuelos th.selected {
			background: #de9cc2;
		}
	.tabla-resumen-vuelos .escalas {
		border-bottom: 1px dotted #898989;
		background: #e2e2e2;
		padding-left: 20px;
		width: 112px !important;
	}
	.tabla-resumen-vuelos .precio {
		border-bottom: 1px dotted #898989;
		padding: 8px 10px;
	}
		.tabla-resumen-vuelos td.selected {
			background: #c6e8f5;
		}

	

.vuelos-listado-elemento {
	width:820px;
	clear:both;
	float:none;
	border-bottom:1px solid #999999;
	padding:20px 0px;
}

.vuelos-listado-tramos {
	float: left; 
	width: 100%;
}
.vuelos-listado-tramos ul {
	float: left;
	margin-bottom: 5px;
}
.vuelos-listado-tramos li {
	float: left;
}
.vuelos-listado-tramos-det1 {
	width: 70px;
}
.vuelos-listado-tramos-det2 {
	width: 50px;
}
.vuelos-listado-tramos-det4 {
	width: 350px;
}
.vuelos-listado-divisor {
	border-bottom:1px dotted #BBBBBB;
	border-top:1px dotted #BBBBBB;
	height:20px;
	margin-bottom:8px;
	margin-top:0;
	padding-bottom:2px;
	padding-top:7px;
	text-align:center;
}
	.vuelos-listado-info {
		float:left;
		width:640px;
	}
	.vuelos-listado-price {
		float:right;
		width:150px;
	}
	.clear {
		clear:both;
	}

	/* Listado y Selector de Trayectos */

	.vuelos-listado-header {
		height:19px;
		line-height:19px;
	}
		.vuelos-listado-header .etiqueta-vuelo {
			width:120px;
			display:block;
			float:left;
			color:white;
			font-weight:bold;
			padding-left:15px;
		}
		.vuelos-listado-header .descripcion-vuelo {
			display:block;
			float:left;
			padding-left:15px;
		}
	
	.vuelos-listado-trayectos {
		padding:0px 15px;
	}

		.vuelos-trayecto {
			line-height:30px;
			border-bottom:1px dotted #999999;
		}
			.last-trayecto {
				border-bottom:none;
			}
			.vuelos-trayecto label {
				display:block;
				font-weight:normal;
				padding:0px !important;
				margin:0px;
				line-height:30px;
			}
				.vuelos-trayecto label input {
					margin-right:10px;
				}
				.vuelos-trayecto span, .vuelos-trayecto a {
					font-weight:normal;
				}
				.vuelos-trayecto .trayecto-timestamp {
					color:#999999;
					padding:0px 5px;
				}
				.vuelos-trayecto .trayecto-timestamp strong {
					color:#000000;
					font-weight:normal;
				}
				.vuelos-trayecto a.trayecto-escalas {
					text-decoration:none;
					margin:0px 10px 0px 5px;
				}
				.vuelos-trayecto .trayecto-aerolineas {
					text-decoration:none;
				}
				
		.vuelos-detalle-escalas {
			border:1px solid #dddddd;
			padding:20px 15px;
			background:#fafafa;
			line-height:14px;
			margin-bottom:10px;
		}

	.vuelos-listado-idas, .vuelos-listado-vueltas {
		
	}
		.vuelos-listado-idas .vuelos-listado-header .etiqueta-vuelo {
			background:url(/images/ui/vuelos/vuelos-tag-ida.gif) no-repeat bottom left;
		}
		.vuelos-listado-idas .vuelos-listado-trayectos {
			border:1px solid #bc347c;
		}
			.vuelos-listado-idas a.trayecto-escalas {
				color:#bc347c;
			}

		.vuelos-listado-vueltas {
			margin-top:10px;
		}
		.vuelos-listado-vueltas .vuelos-listado-header .etiqueta-vuelo {
			background:url(/images/ui/vuelos/vuelos-tag-vuelta.gif) no-repeat bottom left;
		}
		.vuelos-listado-vueltas .vuelos-listado-trayectos {
			border:1px solid #499ab8;
		}
			.vuelos-listado-vueltas a.trayecto-escalas {
				color:#499ab8;
			}


	/* Precio del Vuelo + Botón de Compra */

	.vuelos-listado-price {
		
	}
		.vuelos-listado-price .precio-vuelo {
			text-align:right;
		}
			.vuelos-listado-price .price {
				line-height:22px;
				font-size:15pt;
				color:#ee1195;
			}
				.vuelos-listado-price .price .currency {
					line-height:22px;
					font-size:10px;
				}
				.vuelos-listado-price .price .amount {
					line-height:22px;
					font-size:15pt;
					font-weight: bold;
				}

			.vuelos-listado-price .precio-vuelo small {
				color:#999999;
			}
		.vuelos-listado-price .comprar-vuelo {
			padding-top:20px;
		}
		
			.vuelos-listado-price .comprar-vuelo p {
				display:block;
				text-align: right;
			}
			.vuelos-listado-price .comprar-vuelo .cuotas {
				font-size:10px;
				text-align:right;
				display:block;
			}
				.vuelos-listado-price .comprar-vuelo .cuotas strong {
					font-weight:normal;
				}
				.vuelos-listado-price .comprar-vuelo .cuotas .amount {
					font-size:12pt;
				}


.modules-seccion {
	display: block;
}
	.modules-seccion .mini-newsletter {
		float: left;
	}
		.modules-seccion .mini-newsletter h3 {
			padding-top: 15px;
		}




/* -------------------- common -------------------- */
#main h1 {
	color:#33A6DA;
	background:transparent url(/images/ui/arrow-big.png) no-repeat;
	padding-left:27px;
}
#main th {
	color:#33A6DA;
}
#main th,#main td {
	text-align:left;
}
table .even th,table .even td {
	background-color:#EDF6FB;
}
table .even td {
	border-left:1px dashed #FFF;
}
table .odd td {
	border-left:1px dashed #BCBEC0;
}
.flap-navigation {
	background:url(/images/ui/tab-bg.png) repeat-x bottom;
	float:left;
	width:100%;
	margin-bottom:15px
}
.flap-navigation li {
    background:transparent url(/images/ui/tab.png) no-repeat scroll 0 0;
    float:left;
    font-size:12px;
    height:22px;
    padding:7px 0 0 41px;
    width:121px;
}

/* -------------------- New Home -------------------- */
#home-container { float:left; clear:both; margin:0 0 10px 5px; width:769px; background:#62b9e3 url(/images/cont/home_bg.png) no-repeat -1px 0 }
#home-menu { width:100%; height:310px; background:url(/images/ui/home_menu_bg.png) repeat-x; border-top:1px solid #b0b3b5 }

#home-toptabs { float:left; width:171px; height:38px; margin-left:27px; padding-left:17px; background:url(/images/ui/home_menu_tabs.png) no-repeat; font-size:11pt; list-style:none }
#home-toptabs li { display:inline; padding:0 6px; border-right:1px solid #b0b3b5 }
#home-toptabs li.last { border:none }
#home-toptabs a { font-size:10pt; font-weight:bold; color:#808183; text-decoration:none }
#home-toptabs a:hover { text-decoration:underline }

#home-bottomtabs { float:left; clear:left; height:28px; margin-top:227px; list-style:none } 
#home-bottomtabs li { background:url(/images/ui/home_tab_left.png) no-repeat; margin:0 20px 0 -21px; float:right; height:30px; font-size:8pt }
#home-bottomtabs li.first { margin-left:-1px }
#home-bottomtabs li a { background:url(/images/ui/home_tab_middle.png) repeat-x; float:left; margin-left:36px; padding-left:3px; height:30px; text-decoration:none; color:#666 }
#home-bottomtabs li span { z-index:10; background:url(/images/ui/home_tab_right.png) no-repeat right 0; float:left; height:30px;padding-right:16px; padding-top:9px; width:100%; }
#home-bottomtabs li.selected { background:url(/images/ui/home_tab_left_sel.png) repeat-x; }
#home-bottomtabs li.selected a { margin-left:29px; background:url(/images/ui/home_tab_middle_sel.png) repeat-x; color:#FFF }
#home-bottomtabs li.selected a span { background:url(/images/ui/home_tab_right_sel.png) no-repeat right 0; padding-top:12px }

.home-content { float:left; clear:left; width:100%; height:110px; padding:10px 10px; font-size:9pt; color:#FFF }
.home-content #mid { float:left; clear:left; margin-top:10px; padding-top:10px; border-top:2px dotted #FFF }
.home-content .box { float:left; margin-right:12px; width:247px; height:110px; border-right:2px dotted #FFF }
.home-content .box.middle { width:256px }
.home-content .box h4 { color:#FFF; font-size:9pt; font-weight:bold; margin-bottom:3px; padding-left:13px; background:url(/images/ui/misc.gif) no-repeat scroll 0 -277px }
.home-content .box .col { float:left; clear:left; margin-bottom:10px; }
.home-content .box .row { float:left; margin-right:6px }
.home-content .box .row button.select-date { margin-left:0 }
.home-content .box .input { border:1px solid #818386; font-size:9pt; padding:1px; width:145px }
.home-content .box input.date { width:87px; border:1px solid #818386; font-size:9pt; padding:1px; vertical-align:top }
.home-content .box select { width:88px; margin-right:28px }
.home-content .box a { color:#c8e5f6; font-size:8pt }
.home-content .box a:hover { text-decoration:none }
.home-content .box.last { width:220px; border:none }
.home-content .box.last .col { width:120px; float:left }
.home-content .box.last .row { margin-bottom:25px; }
.home-content .box.last select { width:60px; margin:0 }
.home-content .box.last .colsearch { width:100px; float:left; margin-top:76px; text-align:right }
.home-content #mid .box { border:none; height:46px; width:736px }



.box-suscribirse-home {

}
	.box-suscribirse-home p {
		padding: 0px;
		margin: 0px;
	}
	.box-suscribirse-home input {
		width: 120px;
		padding: 2px 8px;
		vertical-align: middle;
	}
	.box-suscribirse-home h3 {
		display: inline-block;
	}
	.box-suscribirse-home button {
		display: inline-block;
		background:url(/images/ui/button-pink.png) no-repeat;
		margin-right:0px;
		color:#FFFFFF;
		font-size:8pt;
		height:22px;
		padding-bottom:3px;
		padding-right:7px;
		width:94px;
		vertical-align: middle;
	}


/* -------------------- forms -------------------- */
input.txt-field,select {
	border-top:1px solid #666;
	border-right:1px solid #D1D3D4;
	border-bottom:1px solid #D1D3D4;
	border-left:1px solid #666;
	font-size:10px;
	padding:2px;
}
select {
	padding:2px 0;
}
input.large {
	width:274px;
}
input.medium {
	width:127px;
}
input.small {
	width:68px;
}
input.xsmall {
	width:34px;
}
select.large {
	width:280px;
}
select.medium {
	width:133px;
}
select.small {
	width:56px;
}
select.xsmall {
	width:40px;
}
textarea.large {
	width:300px;
	max-width:300px;
	min-height:100px;
}
textarea.xlarge {
	width:440px;
	max-width:440px;
	min-height:100px;
}
input.checkbox,input.radio-btn {
	margin:0 0px 0 0;
}
button {
	border:none;
	cursor:pointer;
}
button.select-date {
	background:transparent url(/images/ui/buttons.png) no-repeat scroll 0 -188px;
	height:18px;
	margin-left:5px;
	padding:2px;
	text-indent:-5000px;
	width:22px;
}
button.btn-search {
	background:transparent url(/images/ui/buttons.png) no-repeat scroll 0 0px;
	height:22px;
	width:64px;
	font-size:8pt;
	font-weight:bold;
	color:#FFF
}

.btn-search-background {
	background: transparent url('images/search-button-background.png') repeat-x scroll 0 0px;
	color:#FFFFFF;
	font-size:8pt;
	font-weight:bold;
	height:22px;
	width:64px;
}

.btn-search-border-left {
	background: transparent url('images/search-button-border-left.png') no-repeat scroll 0 0px;
}

.btn-search-border-right {
	background: transparent url('images/search-button-border-right.png') no-repeat scroll 0 0px;
}

/*
button.btn-continue {
	background:transparent url(/images/ui/buttons.png) no-repeat scroll 0 -149px;
	height:30px;
	text-indent:-5000px;
	width:85px;
}*/
button.btn-change-date {
	background:transparent url(/images/ui/buttons.png) no-repeat scroll 0 -30px;
	height:22px;
	text-indent:-5000px;
	width:150px;
}
button.btn-continue, button.btn-add-to-cart {
	background:transparent url(/images/ui/buttons.png) no-repeat scroll 0 -309px;
	height:26px;
	width:120px;
	font-size:7pt;
	font-weight:bold;
	color:#FFF;
	padding-right:13px;
}
button.btn-select {
	background:transparent url(/images/ui/buttons.png) no-repeat scroll 0 -90px;
	height:22px;
	text-indent:-5000px;
	width:80px;
}
button.btn-back-to-search {
	background:transparent url(/images/ui/buttons.png) no-repeat scroll 0 -120px;
	height:22px;
	text-indent:-5000px;
	width:150px;
}
button.btn-buy {
	background:transparent url(/images/ui/buttons.png) no-repeat scroll 0 -279px;
	height:22px;
	width:64px;
	font-size:7pt;
	padding-right:14px;
	color:#FFF
}
button.btn-send {
	background:transparent url(/images/ui/buttons.png) no-repeat scroll 0 -219px;
	height:22px;
	text-indent:-5000px;
	width:70px;
}
button.btn-accept {
	background:transparent url(/images/ui/buttons.png) no-repeat scroll 0 -249px;
	height:22px;
	text-indent:-5000px;
	width: 70px;
}
button.btn-hudgepink {
	background:transparent url(/images/ui/buttons.png) no-repeat scroll 0 -465px;
	height:32px;
	width: 172px;
	font-size:10px;
	font-weight: bold;
	/*letter-spacing:-1px;*/
	padding-right:50px;
	color:#FFF
}

button.btn-bigpink {
	background:transparent url(/images/ui/buttons.png) no-repeat scroll 0 -403px;
	height:22px;
	width: 172px;
	font-size:10px;
	font-weight: bold;
	/*letter-spacing:-1px;*/
	padding-right:14px;
	color:#FFF
}

button.btn-middlepink {
	background:transparent url(/images/ui/buttons.png) no-repeat scroll 0 -436px;
	height:22px;
	width: 109px;
	font-size:10px;
	padding-right:16px;
	color:#FFF;
	font-size:1.0em;
    font-weight:bold;
    padding-bottom:1px;
}

input.btn-middlepink {
	background:transparent url(/images/ui/buttons.png) no-repeat scroll 0 -436px;
	color:#FFFFFF;
	font-size:1em;
	font-weight:bold;
	height:22px;
	padding-bottom:1px;
	padding-right:16px;
	width:109px;
	border: 0;
}

/* -------------------- Review -------------------- */
#main .review-small {
	float:left;
	width:100px;
}
#main .review-small .bar {
	background:transparent url(/images/ui/misc.gif) no-repeat scroll 0 -71px;
	height:8px;
	width:100px;
	margin-bottom:5px;
}
#main .review-small .rating>div {
	background-image:url(/images/ui/misc.gif);
	background-repeat:no-repeat;
	background-attachment:scroll;
	height:14px;
	width:20px;
}
#main .review-small .rating .score-1 {
	background-position:0 -98px;
	margin-left:0;
}
#main .review-small .rating .score-2 {
	background-position:-20px -98px;
	margin-left:20px;
}
#main .review-small .rating .score-3 {
	background-position:-40px -98px;
	margin-left:40px;
}
#main .review-small .rating .score-4 {
	background-position:-60px -98px;
	margin-left:60px;
}
#main .review-small .rating .score-5 {
	background-position:-80px -98px;
	margin-left: 80px;
}


/* -------------------- type-06 (p�ginas est�ticas) -------------------- */
#type-06 #content {
	width:940px;
}
#type-06 #main {
	width:620px;
}
#type-06 #main,#type-06 #sidebar {
	font-size:11px;
}
#type-06 #content h1,#type-06 h2,#type-06 h3 {
	margin-bottom:0.5em;
}
#type-06 h4 {
	margin-bottom:0.2em;
	color:#33A6DA;
}
#type-06 #main {
	float:left;
	/*width:540px;
	*/
}
#type-06 #main #main-content {
	padding:10px;
	border:1px solid #C2DFF2;
	float:left;
	width:527px;
}
#type-06 #main table th,#type-06 #main table td {
	padding:5px;
}
#type-06 #main form label {
	display:block;
}
#type-06 #main form input.txt-field,#type-06 #main form select,#type-06 #main form textarea {
	margin-bottom:1em;
}
#type-06 #main form ul {
	float: left;
}
#type-06 #main form li {
	float:left;
	/*width:170px;
	*/
	margin:0 10px 1em 0;
}
#type-06 #main form textarea {
	display:block;
}
#type-06 #main ul.w-photo li {
	position:relative;
	float:left;
}
#type-06 #main ul.w-photo li h4,#type-06 #main ul.w-photo li p {
	padding-left:60px;
}
#type-06 #main ul.w-photo li img {
	width:50px;
	position:absolute;
	top:0;
	left:0;
}
#type-06 #main dl>div {
	margin:0 0 1em 0;
}
#type-06 #main dl dt {
	font-weight:bold;
	display:inline;
	margin:0 5px 0 0;
}
#type-06 #main dl dd {
	display:inline;
}
#type-06 #main img {
	padding:1px;
	border:1px solid #CCCCCC;
	max-width:536px;
}
#type-06 #main img.left {
	float:left;
	margin:0 10px 10px 0;
}
#type-06 #main img.right {
	float:right;
	margin:0 0px 10px 10px;
}
#type-06 #main img.center {
	margin:0 0 10px 0;
}
#type-06 div.featured {
	padding:10px;
	margin:0 0 20px 0;
}
#type-06 div.featured ul {
	margin:0;
}
#type-06 div.lightblue {
	background:#EDF6FB;
	border:1px solid #C2DFF2;
}
#type-06 div.lightpink {
	background:#FBD7E6;
	border:1px solid #ED1D8F;
}
#type-06 div.lightgrey {
	background:#E7E7E8;
	border:1px solid #666;
}
#type-06 #content ul#step-1 {
	background:transparent url(/images/ui/buy-tabs.png) no-repeat scroll 0 0;
}
#type-06 #content ul#step-2 {
	background:transparent url(/images/ui/buy-tabs.png) no-repeat scroll 0 -40px;
}
#type-06 #content ul#step-3 {
	background:transparent url(/images/ui/buy-tabs.png) no-repeat scroll 0 -80px;
}
#type-06 #content ul.buy-nav {
	height:30px;
}
#type-06 #content ul.buy-nav li {
	float:left;
	line-height:30px;
	width:185px;
	padding-left:20px;
	color:#DDDDDD;
	font-weight:bold;
	font-size:12px;
}
#type-06 #content ul.buy-nav li.current {
	color:#FFF;
}
#type-06 #sidebar {
	float:right;
	width:300px;
	/*width:220px;
	*/
}
#type-06 #sidebar ul.menu {
	background-color:#EDF6FB;
	padding:10px;
	margin-bottom:20px;
}
#type-06 #sidebar ul.menu li {
	border-top:1px dashed #0093D1;
	padding:0.5em 0;
}
#type-06 #sidebar ul.menu li.first {
	border:none;
}
#type-06 #sidebar ul.menu li a {
	background:transparent url(/images/ui/misc.gif) no-repeat scroll 0 -128px;
	padding-left:15px;
}
#type-06 #sidebar div.lightblue h3 {
	color:#0093D1;
}
#type-06 #sidebar div.lightblue img {
	border:1px solid #C2DFF2;
}
#type-06 #sidebar div.lightpink h3,#type-06 #sidebar div.lightpink a {
	color:#ED1D8F;
}
#type-06 #sidebar div.lightpink img {
	border:1px solid #ED1D8F;
}
#type-06 #sidebar div.lightgrey h3 {
	color:#666;
}
#type-06 #sidebar div.lightgrey img {
	border:1px solid #666;
}
#type-06 #sidebar div.featured img {
	width:50px;
	float:left;
	margin-right:10px;
	padding:1px;
}
#type-06 #main h1 {
	background:none;
	padding:0;
}
#type-06 #main h3 {
	background:transparent url(/images/ui/misc.gif) no-repeat scroll 0 -275px;
	padding:0 0 0 15px;
}
#type-06 #main .lightblue h3 {
	background-position:0 -126px;
	color:#33A6DA;
}
#type-06 #main table {
	margin-bottom:20px;
	/*width:100%;
	*/
}
#type-06 #main table tfoot th {
	font-weight:bold;
}
#type-06 #main table tbody th>* {
	padding:0 0 0 15px;
}
#type-06 #main table .radio-btn {
	margin:0;
}
#type-06 #main .box {
	padding:10px;
	background-color:#EDF6FB;
	border:1px solid #C2DFF2;
}
#type-06 #main .box h3 {
	background:transparent url(/images/ui/misc.gif) no-repeat scroll 0 -125px;
	color:#33A6DA;
	display:block;
	float:none;
}
#type-06 #main .box h4 {
	display:block;
	float:none;
}
#type-06 #main .box table {
	width:576px;
}
#type-06 #main #payment-methods {
	margin:0;
}
#type-06 #main #payment-methods table {
	background-color:#FFFFFF;
	float:left;
}
#type-06 #main #payment-methods table tr {
	border-bottom:1px dashed #EDF6FB;
}
#type-06 #main button {
	margin-top:1em;
}
#type-06 #main .passengers-info {
	/*width:340px;
	*/
}
#type-06 #main .passengers-info h2,#type-06 #main .passengers-info h3,#type-06 #main .passengers-info h4 {
	/*float:left;
	width:100%;
	*/
}
#type-06 #main ul.passengers-list {
	float:left;
	width:340px;
	margin-bottom:0;
}
#type-06 #main ul.passengers-list li {
	float:left;
	width:340px;
}
#type-06 #main ul.passengers-list li div {
	float:left;
	margin:0 10px 10px 0;
	width:160px;
}
#type-06 #main .passengers-info form .box .group {
	float:left;
	width:340px;
}
#type-06 #main .passengers-info form .box .group>div {
	float:left;
	margin:0 10px 10px 0;
	width:160px;
}
#type-06 #main .passengers-info form div.box {
	width:577px;
	margin:0;
	float:left;
	margin-bottom:10px;
}
#type-06 #main .passengers-info form div.box2 {
	background-color:#F8FDFF;
	border:1px solid #C2DFF2;
	float:left;
	margin:0 0 10px;
	padding:10px 10px 0;
	width:577px;
}
#type-06 #main .passengers-info form div.box-border {
	background-color:#FFFFFF;
	border:1px solid #C2DFF2;
	float:left;
	margin-bottom:10px;
	padding:10px;
	width: 556px;
}

.search-module-newsletter { 
    background-color:#ED1D8F;
    color:#FFF;
    margin-left:0;
    border-left:none;
    width:182px;
    padding:9px 4px 0 11px;
    min-height: 140px;
}
#type-06 #offers #searches-modules .newsletter h3 {
    background:url(/images/ui/arrow-white-down.png) no-repeat;
    color:#FFF;
    width:200px;
    padding-bottom:0;
    margin-top:4px;
}
#type-06 #offers #searches-modules .newsletter h4 {
    font-size:8pt;
    margin-top:6px;
    color:#FFF;
    font-weight:normal
}
#type-06 #offers #searches-modules .newsletter p {
    margin:5px 0
}
#type-06 #offers #searches-modules .newsletter .emailfield {
    border:1px solid #666;
    color:#666;
    font-size:8pt;
    padding:2px 0;
    width:165px;
}
#type-06 #offers #searches-modules .newsletter .subscribe {
    background:url(/images/ui/button-pink.png) no-repeat;
    float:right;
    margin-right:15px;
    color:#FFFFFF;
    font-size:8pt;
    height:22px;
    padding-bottom:3px;
    padding-right:7px;
    width:94px;
}


/* -------------------- dashboard -------------------- */
#dashboard {
	position:absolute;
	top:140px;
	width:915px;
}
#dashboard .top {
	float:left;
	/*width:200px:*/
}
#dashboard .top .left,#dashboard .top .right {
	background:url(/images/ui/carrito-shadow-top.png) repeat-x scroll 0 0;
	height:59px;
}
#dashboard .top .left {
	float:left;
	width:357px
}
#dashboard .top .right {
	float:left;
	width:533px;
}
#dashboard .top .rounded-top {
	background:url(/images/ui/carrito_sprite.png) no-repeat -268px -19px;
	float:left;
	margin-left:-36px;
	width:60px;
	float:left;
	height:66px;
}
#dashboard .top .rounded-top img {
	margin:31px 0 0 14px;
}
#dashboard #toggle-cart a {
    color:#FFFFFF;
    display:block;
    font-size:0.6em;
    margin-top:7px;
}
#dashboard #toggle-cart a:hover {
    text-decoration:none
}
#dashboard #carrito-arrow {
    vertical-align:text-top;
}
#dashboard .top h1 {
	background:#ED1D8F;
	color:#FFFFFF;
	height:62px;
	float:left;
	margin:6px 0 0 -4px;
	padding:12px 0;
	width:895px;
	font-size:18px;
	line-height:9px;
}
#dashboard h2 {
	color:#FFF;
}
#dashboard .top .left h4 {
	background:transparent url(/images/ui/misc.gif) no-repeat scroll 0 -336px;
	color:#FFFFFF;
	float:left;
	margin:30px 0 0;
	padding-left:15px;
}
#dashboard .top .left h4 a {
	color:#FFFFFF;
}
/*#dashboard .left {
	float:left;
	width:375px;
}
#dashboard .left .head {
	float:left;
	width: 379px;
}
*/
#dashboard-container .extremeTop {
	background:url(/images/ui/carrito_sprite.png) no-repeat scroll -464px -24px;
	height:89px;
	position:absolute;
	right:-1px;
	top:50px;
	width:9px;
}
#dashboard-container .extremeBottom {
	background:transparent url(/images/ui/carrito_sprite.png) no-repeat scroll -434px -24px;
	height:114px;
	position:absolute;
	right:0;
	top:1025px;
	width:8px;
}
#dashboard-container .shadowRight {
	background:url(/images/ui/carrito-shadow-right.png) repeat-y;
	position:absolute;
	right:0;
	top:139px;
	width:8px;
	height:885px;
	z-index:11;
}
#dashboard .right .close-cart {
	float:right;
	color:#FFFFFF;
	margin:30px 0 0;
	margin-right:20px;
}
#dashboard .right .close-cart a {
	color:#FFFFFF;
	text-decoration:none;
}
#dashboard .content-container {
	width:915px;
	height:793px;
	float:left;
	background:transparent url(/images/ui/carrito-shadow-pink-left.png) repeat-y scroll 1px 0;
}
#dashboard .content {
	background-color:#FFFFFF;
	width:903px;
	float:right;
	margin-top:-7px;
	height:800px;
}
#dashboard .content .left {
	width:370px;
	float:left;
}
#dashboard .content .right {
	width:510px;
	margin:10px;
	float:right;
}
#dashboard .content .panel-menu {
	background-color:#FBD7E6;
	margin:0;
}
#dashboard .content #cart-map {
	width:500px;
	height:150px;
	background-color:#CCCCCC;
}
#dashboard .bottom {
	float:left;
	width:915px;
}
#dashboard .bottom .rounded-bottom {
	float:left;
	width:26px;
	height:32px;
	background:url(/images/ui/carrito_sprite.png) no-repeat -153px -24px
}
#dashboard .bottom .bottom-right {
	background:url(/images/ui/carrito-shadow-bottom.png) repeat-x scroll 0 24px;
	float:left;
	height:30px;
	width:889px;
}
#dashboard .bottom .bottom-right .spacer {
    background-color:#FFF;
    width:inherit;
    height:24px
}
#dashboard p {
	margin-bottom:0;
}
#dashboard .left .offers {
	float:left;
	clear:left;
	padding:10px;
	width:350px;
	background-color:#FBD7E6;
}
#dashboard .left .offers h2,#dashboard .left .offers h3 {
	color:#ED1D8F;
}
#dashboard .left .offers h2 {
	background:transparent url(/images/ui/carrito_sprite.png) no-repeat scroll 0 -83px;
	padding-top:17px
}
#dashboard .left .offer {
	float:left;
	margin:0 10px 0 0;
	width:140px;
}
#dashboard .left .offer p {
	line-height:13px;
	margin-bottom:3px
}
#dashboard .left .offer .prices {
	font-weight:bold;
	color:#ED1D8F
}
#dashboard .left .offer .amount {
	font-size:13px
}
#dashboard .left .offer span {
	font-size:11px;
}
#dashboard .left .offer span,#dashboard .left .offer h3 {
	display:inline;
	margin:0 3px 0 0;
}
#dashboard .left .panel {
	float:left;
	width:370px;
	height:550px
}
#dashboard .left .panel .panel-menu>li {
	font-size:12px;
	padding:0 0 2px 5px;
	margin:0 1px 1px;
	width:138px;
	background:#FFFFFF url(/images/ui/rounded-corners.png) no-repeat scroll left -60px;
}
#dashboard .left .panel .panel-menu>li.first {
	background:#FEF2F7 url(/images/ui/rounded-corners.png) no-repeat scroll left -60px;
}
#dashboard .left .panel .panel-menu>li span {
	padding:2px 5px 2px 0;
	display:block;
	background:transparent url(/images/ui/rounded-corners.png) no-repeat scroll 122px -90px;
}
#dashboard .left .panel .panel-menu>li.first span {
	background:transparent url(/images/ui/rounded-corners.png) no-repeat scroll right -90px;
}
#dashboard .left .panel .panel-menu>li a {
	background:transparent url(/images/ui/misc.gif) no-repeat scroll -640px -274px;
	color:#ED1D8F;
	display:block;
	padding:0 0 0 13px;
	text-decoration:none;
}
#dashboard .left .panel .price {
	padding:0px;
}
#dashboard .left .panel .price h2 {
	color:#666;
}
#dashboard .left .panel ul.results {
	border-top:1px dashed #666;
	float:left;
	margin-left:10px;
	width:366px;
	height:340px;
	overflow:auto;
	overflow-x:hidden;
}
#dashboard .left .panel ul.results h4 {
	color:#33A6DA;
}
#dashboard .left .panel ul.results li.disabled h4 {
    color:#666
}
#dashboard .left .panel ul.results>li {
	float:left;
	width:350px;
	padding:5px 0;
	border-bottom:1px dashed #666;
}
#dashboard .left .panel .product {
	float:left;
	margin:0 10px 0 0;
	width:140px;
}
#dashboard .left .panel .product .price {
    /*padding-left:0 !important*/
}
#dashboard .left .panel .product p {
    padding-left:20px !important
}
#dashboard .left .panel .product h4 {
	/*padding:0 0 0 20px;*/
}
#dashboard .left .panel .product h4 span {
    background:url(/images/ui/misc.gif) no-repeat;
    float:left;
    height:30px;
    margin:0 3px;
    width:16px;
}
#dashboard .left .panel .product h4 .hotel {
	background-position:-640px -66px;
}
#dashboard .left .panel .product h4 .car {
	background-position:-640px -97px;
}
#dashboard .left .panel .product h4 .flight {
	background-position:-640px -126px;
}
#dashboard .left .panel .product h4 .package {
	background-position:-640px -36px;
}
#dashboard .left .panel .description {
	float:left;
	margin:0 0 0 0;
	width:120px;
}
#dashboard .left .panel .actions {
	float:left;
	margin:0;
	width:70px;
}
#dashboard .right ul.flaps {
	float:left;
	height:26px;
	margin:0;
	padding-top:40px;
	width:300px;
}
#dashboard .right ul.flaps li {
	background-color:#FEF2F7;
	float:left;
	font-size:12px;
	padding:0 0 2px 5px;
}
#dashboard .right ul.flaps li a {
	color:#ED1D8F;
}
#dashboard ul.flaps li {
	background-color:#F2F2F2;
	margin-right:2px;
	background:transparent url(/images/ui/rounded-corners.png) no-repeat scroll left top;
	/*-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:6px;
	*/
}
#dashboard .right ul.flaps li span {
	background:transparent url(/images/ui/rounded-corners.png) no-repeat scroll right -30px;
	padding:2px 5px 2px 0;
}
#dashboard .right ul.flaps li.current {
	background-color:#FFF;
}
#dashboard .right #map-view,#dashboard .right #calendar-view {
	float:left;
}
#dashboard .right #map-view {
/*    display:none */
}
#dashboard .right #calendar-view {
	display:none;
}
#dashboard .right #map-view .geographic-points {
	width:308px;
	float:left;
	height:334px;
	overflow:auto
}
#dashboard .right #map-view .offers {
	width:180px;
	float:right;
	padding:0 0 0 4px;
	border-left:1px dashed #666;
}
#dashboard .right .offers * {
	padding:0 0 0 15px;
}
#dashboard .right .offers h4 {
	background:transparent url(/images/ui/misc.gif) no-repeat scroll -640px -156px;
	color:#ED1D8F;
}
#dashboard .right #map-view .offers .offer {
	border-bottom:1px dashed #666;
	padding:5px 0;
}
#dashboard .right #map-view .offers .first {
	padding-top:0;
}
#dashboard .right #calendar-view .navigation {
    clear:both;
    float:left;
    width:510px
}
#dashboard .right #calendar-view .navigation .prev {
	float:left;
	background:transparent url(/images/ui/arrows-blue-simple.png) no-repeat scroll left 3px;
	padding-left:10px;
}
#dashboard .right #calendar-view .navigation .next {
	float:right;
	background:transparent url(/images/ui/arrows-blue-simple.png) no-repeat scroll right -17px;
	padding-right:10px;
}
#dashboard .right #calendar-view .months {
	clear:both;
	float:left;
	width:510px;
	font-weight:bold
}
#dashboard .right #calendar-view .months span {
    margin:5px 34px 0 5px;
    color:#33A6DA
}
#dashboard .right #calendar-view table {
    float:left;
    clear:left
}
#dashboard .right #calendar-view thead th {
	color:#33A6DA;
	text-align:left;
	font-weight:bold;
}
#dashboard .right #calendar-view tbody {
	line-height:1em;
}
#dashboard .right #calendar-view tbody h4,#dashboard .right #calendar-view tbody p {
	margin-bottom:0.5em;
	font-size:10px;
}
#dashboard .right #calendar-view tbody h4 a {
	color:#666;
	text-decoration:underline;
}
#dashboard .right #calendar-view tbody {
	background-color:#F1F2F2;
}
#dashboard .right #calendar-view th {
	padding:5px;
}
#dashboard .right #calendar-view td {
	padding:10px 5px;
    min-width:57px
}
#dashboard .right #calendar-view tbody .even {
	background-color:#E6E7E8;
}
#dashboard .right #calendar-view .offers {
	float:left;
	width:510px;
}
#dashboard .right #calendar-view .offers .offer {
	float:left;
	width:242px;
	border-left:1px dashed #666;
	padding:10px 0 10px 15px;
}
#dashboard .right #calendar-view .offers .first {
	border:none;
	padding-left:0;
	padding-right:10px;
}
#dashboard .right #lastsearch-view {
    height:350px;
    overflow:auto;
    display:none
}
#dashboard .right #lastsearch-view .lastsearch-item {
    margin-bottom:20px;
}
#dashboard .right #lastsearch-view .lastsearch-item h2 {
    background:url(/images/ui/misc.gif) no-repeat -640px -155px;
    color:#ED1D8F;
    padding-left:16px;
}
#dashboard .right #lastsearch-view .lastsearch-item h2 span {
    font-size:11px;
    font-weight:normal;
}
#dashboard .right #lastsearch-view .lastsearch-item hr.separator {
    background:url(/images/ui/carrito-separator.png) no-repeat;
    border:0 none;
    display:block;
    height:21px;
    width:100%;
    margin-bottom:-15px;
}
#dashboard .right #lastsearch-view .lastsearch-item table {
    width:480px
}
#dashboard .right #lastsearch-view .lastsearch-item table tr {
    border-bottom:2px dotted #666;
    display:table-row;
    height:55px;
}
#dashboard .right #lastsearch-view .lastsearch-item table tr td {
    height:55px;
    padding-top:13px;
}
#dashboard .right #lastsearch-view .lastsearch-item table .hour {
    color:#33A6DA;
    width:63px
}
#dashboard .right #lastsearch-view .lastsearch-item h3 {
    color:#33A6DA;
    padding-left:21px;
}
#dashboard .right #lastsearch-view .lastsearch-item h3.plane {
    background:url(/images/ui/misc.gif) no-repeat -640px -126px;
}
#dashboard .right #lastsearch-view .lastsearch-item h3.car {
    background:url(/images/ui/misc.gif) no-repeat -640px -97px
}
#dashboard .right #lastsearch-view .lastsearch-item h3.home {
    background:url(/images/ui/misc.gif) no-repeat -640px -67px
}
#dashboard .right #lastsearch-view .lastsearch-item p {
    padding-left:16px
}
#dashboard .right #lastsearch-view .lastsearch-item span.dates {
    display:block;
    font-weight:bold;
    padding-left:16px;
    width:71px;
}
#dashboard .right #lastsearch-view .lastsearch-item span.dates.ida {
    background:url(/images/ui/arrow-pink-right.png) no-repeat 0 2px
}
#dashboard .right #lastsearch-view .lastsearch-item span.dates.vuelta {
    background:url(/images/ui/arrow-pink-right.png) no-repeat 0 2px
}
#dashboard .right #lastsearch-view .lastsearch-item a {
    background:transparent url(/images/ui/misc.gif) no-repeat scroll 0 -128px;
    display:block;
    margin-left:13px;
    padding-left:13px;
    width:49px;
}


/*#dashboard ul.flaps {
	background-color:#ED1D8F;
	float:left;
	width:300px;
	z-index:1;
	font-size: 12px;
}
*/
#dashboard ul.flaps a {
	background:transparent url(/images/ui/misc.gif) no-repeat scroll -640px -154px;
	color:#ED1D8F;
	display:block;
	padding:0px 0px 0px 13px;
	text-decoration: none;
}

.bubble {
    display:block;
    position:absolute;
    top:250px;
    left:600px;
    width:266px;
    height:100px;
    background:url(/images/ui/bubble-top.png) no-repeat;
    z-index:1001
}
.bubble h4 {
    color:#FFFFFF;
    font-size:10pt;
    margin:25px 0 0 31px;
}
.bubble .bcontent {
    margin-top:-2px;
    padding:0 5px 0 31px;
    color:#FFFFFF;
    background:url(/images/ui/bubble-middle.png) repeat-y
}
.bubble .bcontent a {
    color:#FFFFFF;
    text-decoration:underline
}
.bubble .bcontent a:hover {
    text-decoration:none
}
.bubble .bcontent .price {
    margin:8px 15px 0;
    float:right;
    clear:both
}
.bubble .bcontent .price strong {
    font-size:11pt
}
.bubble .bbottom {
    height:21px;
    background:url(/images/ui/bubble-bottom.png) no-repeat -1px 0
}

#references {
    float:left;
    clear:left;
    width:500px;
    height:22px;
    padding-top:6px;
    background:url(/images/ui/references_bg.png) no-repeat
}
#references li {
    float:left;
    margin:0 12px
}


/* -------------------- hot-deal -------------------- */
#hot-deal {
	background:transparent url(/images/ui/hotdeal.png) no-repeat scroll left top;
	left:580px;
	padding-top:45px;
	position:absolute;
	top:400px;
	width:165px;
	height:130px
}
#hot-deal>h2 {
	text-indent:-5000px;
}
#hot-deal .description {
	color:#FFF;
}
#hot-deal .description-container {
	padding:15px 10px 0 10px;
}
#hot-deal .description h2 {
	background:none;
	padding-left:21px;
}
#hot-deal .description h3 {
	color:#FFF;
	text-align:right;
}
#hot-deal .description p {
	padding-left:21px;
}
/*
#hot-deal .bottom {
	background:transparent url(/images/ui/hot-deal-bot.png) no-repeat scroll 0 0;
	height: 10px;
}
*/


/* -------------------- My Account -------------------- */
.btn-generic {
	background:transparent url(/images/ui/buttons.png) no-repeat scroll 0 -308px;
	width:120px;
	font-size:10px;
	height:26px;
	color:#FFF;
	margin:10px 0;
	text-indent:-4px
}
h3.mytitle {
//	background:transparent url(/images/ui/tab-header.png) no-repeat scroll 0 0;
    color:#33A6DA;
    font-size:13px;
    height:40px;
    padding:12px 0 0 30px;
    clear:both;
    float:left;
    width:100%;
}
#myoptions {
	background:transparent url(/images/ui/shadow-separator-540.png) no-repeat scroll -50px bottom;
	width:540px;
	float:left;
	margin-bottom:20px;
	height:147px
}
#myoptions div {
	border-left:1px dotted #BCBEC0;
	float:left;
	height:114px;
	margin-left:32px;
	padding-left:26px;
}
#myoptions div.first {
	border:none;
	margin-left:0;
	padding-left:0
}
#myoptions div h3,#myconfig h3 {
	background:transparent url(/images/ui/arrow-rounded-pink-down-15x15.png) no-repeat scroll 0 0;
	color:#33A6DA;
	font-size:14px;
	line-height:15px;
	padding:20px 0;
	width:100px;
	height:26px
}
#myoptions div a {
	color:#666;
	font-weight:bold
}
#myconfig {
	background:transparent url(/images/ui/shadow-separator-540.png) no-repeat scroll -50px bottom;
	width:540px;
	float:left;
	margin-bottom:20px;
	height:322px
}
#type-03.wide #myconfig {
    height:422px;
    width:720px
}

#myconfig h3 {
	font-size:14px;
	line-height:15px;
	width:116px;
	padding:1px 0 0 20px;
	margin:0
}
#type-03.wide #myconfig h3 {
    width:200px
}
#myconfig .noborder {
	border:none
}
#myconfig #mynewsletter {
	float:left;
	width:366px
}
#type-03.wide #myconfig #mynewsletter {
	width:100%
}
#myconfig #mynewsletter h4 {
	background:url(/images/ui/arrow-pink-right.png) no-repeat 0 3px;
	padding-left:14px
}
#myconfig #mynewsletter #myprefs {
	float:left;
	width:160px
}
#type-03.wide #mynewsletter #myprefs {
    width:100%
}
#myconfig #mynewsletter #myprefs .input {
	width:136px;
	margin:3px 0
}
#formNewsletter #myprefs label {  
    clear:left;
    float:left
}
#formNewsletter #myprefs .fl {  
    width:720px !important
}
#formNewsletter #myprefs .fl .fl {  
    width:160px !important
}
#formNewsletter #mycheckboxes 
    border-top:1px dotted #BCBEC0;
}
#formNewsletter #mycheckboxes .cbgroup h4 {  
    width:120px !important
}
#formNewsletter #mycheckboxes .cbgroup {  
    border:none !important;
    width:154px !important
}
#formNewsletter #mycheckboxes .cbgroup.first {  
    width:720px !important
}
#formNewsletter #mycheckboxes .cbgroup h5 {  
    font-weight:bold !important
}
#formNewsletter #mycheckboxes #add_country, #formNewsletter #mycheckboxes #add_city {  
    width:90px
}
formNewsletter button {
    margin:35px 0
}
#myconfig #mycheckboxes {
	float:left;
	width:205px;
}
#type-03.wide #myconfig #mynewsletter #mycheckboxes {
    width:100%
}
#myconfig #mynewsletter #mycheckboxes .cb {
	float:left;
	border-right:1px dotted #BCBEC0;
	height:240px;
	width:100px
}
#myconfig #mynewsletter #mycheckboxes .cb.noborder {
	border:none
}
#myconfig #mynewsletter #mycheckboxes .cbgroup {
    float:left;
	height:122px;
	margin:0 10px 0 8px;
	border-top:1px dotted #BCBEC0
}
#type-03.wide #myconfig #mynewsletter #mycheckboxes .cbgroup {
    padding:0 10px 0 8px;
    margin:15px 0 0 0;
    width:140px;
}
#type-03.wide #myconfig #mynewsletter .fl {
    float:left;
    margin-right:20px
}
#type-03.wide #myconfig #mynewsletter .fl.first {
    width:inherit;
    border-bottom:1px dotted #BCBEC0;
    padding-bottom:10px;
    margin-bottom:10px
}
#myconfig #mynewsletter #mycheckboxes .cbgroup h4 {
	margin:4px 0 10px 0;
	width:70px;
	height:28px;
}
#myconfig #myfeedback {
	float:left;
	width:174px
}
#mymessage {
	width:520px;
	background-color:#33A6DA;
	padding:20px;
	color:#FFF;
	float:left;
	clear:left;
	margin-bottom:15px
}
#mymessage.large {
    width:705px
}
#mymessage h3 {
	font-size:14px;
	background:url(/images/ui/arrow-pink-right.png) no-repeat 0 6px;
	padding-left:20px
}
#mymessage p {
	padding-left:20px;
	font-size:11px
}
#myregcontainer {
	min-height:300px
}
#myregister {
	width:400px;
	margin-bottom:30px;
	padding-left:20px;
	float:left;
	clear:left
}
#myregister .rfields {
	float:left;
	width:190px
}
#myregister h4 {
	background:url(/images/ui/arrow-pink-right.png) no-repeat 0 3px;
	padding-left:14px;
	margin-top:10px;
	height:20px
}
#myregister .input {
	width: 160px
}
#myregcontainer.login #myregister {
    width:200px;
    float:right;
    clear:none
}
#myregcontainer.login #mymessage {
    height:157px
}




/* -------------------- Checkout -------------------- */

#checkout-holder {
	
}
	#checkout-content {
		float:left;
		width:580px;
	}
	#checkout-sidebar {
		float:right;
		width:210px;
		overflow:hidden;
	}

.co-errores {
	background:#FCCEE9;
	border:1px solid red;
	padding:8px 10px;
	margin-bottom:10px;
}
	
	
h2.co-step-1, h2.co-step-2, h2.co-step-3 {
	background-color:#0192d3;
	height:21px;
	line-height:21px;
	padding:0px;
	margin:0px;
	color:white;
	font-size:13px;
	font-weight:bold;
	padding-left:25px;
}
	h2.co-step-1 {
		background:url(/images/ui/checkout/co-step1.gif) no-repeat 6px 50% #0192d3;
	}
	h2.co-step-2 {
		background:url(/images/ui/checkout/co-step2.gif) no-repeat 6px 50% #0192d3;
	}
	h2.co-step-3 {
		background:url(/images/ui/checkout/co-step3.gif) no-repeat 6px 50% #0192d3;
	}

	
.co-detail-itinerario {
	background:url(/images/ui/checkout/co-elemento.gif) no-repeat 12px 10px;
	padding:5px 0px 5px 25px;
}
.co-detail-itinerario p {
	padding:0px;
	margin:0px;
}
.co-detail-itinerario .co-detail-title {
	font-size:13px;
}
	.co-detail-itinerario em {
		color:#0092d2;
		font-weight:bold;
		font-style:normal;
	}

.co-detail-title {
		
}
.co-aclaracion-detail {
	font-size:11px;
}
.co-detail-detalle {
	background:#F0F7FA;
	padding:5px 10px;
	border:1px dotted #59B9E1;
}

.co-expiredflight {
	color:red;
	font-weight:bold;
}

.co-lista-productos {
	line-height:20px;
	font-size:11px;
	width:580px;
}
	.co-lista-productos th {
		background:#66bee4;
		color:white;
		font-weight:bold;
		padding:0px 10px;
	}
	.co-lista-productos td {
		background:#F0F7FA;
		padding:0px 10px;
		border-bottom:1px solid #d4ecf5;
	}
	.co-lista-productos .concepto {
		text-align:left;
	}
	.co-lista-productos .personas {
		text-align:right;
	}
	.co-lista-productos .precio {
		text-align:right;
	}
	.co-lista-productos em {
		font-size:11px;
		font-weight:bold;
		font-style:normal;
		color:#0092d2;
	}


.co-separator {
	height:1px;
	background:#d9dadc;
	overflow:hidden;
	margin:10px 0px;
}

.co-selector-tipo-ingreso {
	background:#f0f0f0;
	padding:5px 10px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	font-weight:bold;
	margin:10px;
}

.co-pasajero, .co-registracion {
	background:url(/images/ui/checkout/co-pasajero.gif) no-repeat 8px 12px;
	border:2px solid #ededed;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	margin:10px;
	padding:10px 15px 15px 25px;
}
	.co-registracion {
		border:2px solid #66BEE4;
	}
		.co-registracion .error {
			color: red;
			display: block;
		}
	.co-pasajero p, .co-registracion p {
		margin:0px;
		padding:0px;
	}
	.co-pasajero-field {
		float:left;
		width:250px;
	}
		.co-pasajero-field p {
			margin-top: 5px;
		}
		.co-pasajero-field .error {
			color: red;
		}
		.co-pasajero-field input {
			width:220px;
			border:1px solid #aaaaaa;
		}
		.co-pasajero-field select {
			width:222px;
			border:1px solid #aaaaaa;
		}
			.co-pasajero-field select.date {
				width:70px;
			}
	.co-pasajero .clear, .co-registracion .clear {
		clear:left;
	}

.co-titulopasajeros {
	padding: 10px;
	border-bottom: 2px solid #ededed;
}


.co-pago {
	padding:10px 15px;
}
	.co-pago .rowpago {
		padding:5px;
		line-height:16px;
	}
	.co-pago p {
		margin:0px;
		padding:0px;
	}
	.co-pago .detalleprecio {
		padding-left:30px;
	}
	.co-pago .preciopago {
		float:right;
		color:#0092d2;
		font-weight:bold;
	}

.co-mediopago {
	border: 2px solid #ededed;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 10px;
	padding: 10px 15px 15px 15px;
}
	.co-mediopago .error {
		font-weight: bold;
		color: red;
	}


.co-recuadro-pasajero .precio {
	float:right;
	color:#0092d2;
	font-weight:bold;
}


#co-box-cotizacion {
	background:url(/images/ui/checkout/co-cotizacion-bg.gif) no-repeat 0px 0px;
	width:210px;
	height:40px;
	line-height:40px;
	font-weight:bold;
	font-size:13px;
	color:white;
	text-align:center;
}

#co-box-formasdepago {
	background:url(/images/ui/checkout/co-formasdepago.gif) no-repeat 0px 0px;
	width:210px;
	height:240px;
	line-height:40px;
	font-weight:bold;
	font-size:13px;
	color:white;
}

#co-box-seguridad {
	background:url(/images/ui/checkout/co-seguridad.gif) no-repeat 0px 0px;
	width:210px;
	height:220px;
	line-height:40px;
	font-weight:bold;
	font-size:13px;
	color:white;
}



.ticket-checkout {
	border: 1px solid #d0d0d0;
	border-top: 1px dashed #d0d0d0;
	border-bottom: 1px dashed #d0d0d0;
	padding: 50px 30px;
	width: 200px;
	height: 300px;
	background: #f7f7f7;
	font-family: "Courier New", courier, monospace;
	margin: 30px auto;
}


.facebook-share-checkout {
	background: #F7FAFF;
	padding: 0px 30px 20px 30px;
}







h3.co-title {
	background:url(/images/ui/misc.gif) no-repeat 0 -155px;
	padding-left:16px;
	font-size:14px;
	color:#ED1D8F;
	clear:both;
	margin:20px 0 10px 0;
}
#co-breadcrum {
	clear:left;
	width:770px;
	float:left
}
#co-info {
	clear:left;
	float:left;
	width:770px;
	height:50px;
	border-bottom:1px dotted #BCBEC0
}
#co-info .co-description {
	float:left;
	width:248px;
	height:50px;
	padding:2px
}
#co-right {
	position:absolute;
	top:-89px;
	left:780px;
	width:253px;
	height:351px;
	z-index:-1
}
#co-login {
	clear:left;
	width:770px;
	float:left;
	margin-top:10px;
	height:173px;
	padding-top:16px;
	background:transparent url(/images/ui/shadow-separator-540.png) no-repeat scroll -50px bottom;
}
#co-login h4 {
	color:#ED1D8F;
	background:transparent url(/images/ui/misc.gif) no-repeat scroll -640px -158px;
	padding-left:16px
}
#co-login .co-box {
	float:left;
	width:491px;
	height:75px;
	padding:0 10px;
	text-align: right;
}
#co-login .co-box.first {
	border:none;
	width:195px;
	text-align: left;
}

#co-login .co-box.large {
	width:375px;
	padding:0 20px;
	border-left:1px dotted #BCBEC0;
	text-align: left;
}
#co-login .co-box.large .input {
	width:140px;
	margin-left:5px
}
#co-login .co-box.large .forgotten {
	float:left;
	margin-right:6px;
	margin-left: 162px;
	color:#666;
	text-decoration:underline
}
#co-contact {
	clear:left;
	width:770px;
	float:left;
	margin-top:10px;
	height:80px;
	background:transparent url(/images/ui/shadow-separator-540.png) no-repeat scroll -50px bottom;
}
#co-contact .co-contactbox {
	float:left;
	width:180px;
	height:40px;
	border-left:1px dotted #BCBEC0;
	padding:10px
}
#co-contact .co-contactbox.first {
	border:none;
}
#co-contact .co-contactbox.large {
	width:290px;
	margin-left:15px
}
#co-contact h4, .co-boxgracias h4 {
	color:#ED1D8F;
	font-size:13px
}
#co-contact h4 img, .co-boxgracias h4 img {
	vertical-align:middle
}
#type-04 #main.co {
	width:770px;
	clear:left
	background: url("/images/ui/shadow-separator-540.png") no-repeat scroll -50px bottom transparent
}
.co-form {
	width:504px;
	float:left;
	clear:left
}
.co-form h3 {
    //margin-top:15px;
}
.co-form .box-border {
    border-right:1px dotted #BCBEC0;
    float:left;
    clear:left
}
.co-form.noborder {
	border:none
}
.co-form .co-fieldset {
	width:469px;
	height:43px;
	border-bottom:1px dotted #BCBEC0;
	padding:10px;
	clear:left
}
.co-form .co-fieldset p {
	float:right;
	margin-top:-20px;
	width:165px;
}
.co-form .co-fieldset .select {
	width:300px;
	float:left;
	clear:left
}
.co-form .co-field {
	width:225px;
	float:left
}
.co-form .co-field.small {
	width:90px;
}
.co-form .co-field input.input {
	width:200px
}
.co-form .co-field input.edad {
	width:90px
}
.co-form .co-field input.fecha, .co-form .co-field input.card-seccode {
	width:50px
}
#type-04 #main .co-form .co-field h4 {
	color:#666;
	width:190px;
	background:transparent url(/images/ui/misc.gif) no-repeat scroll -640px -158px;
	padding-left:16px
}
#co-message {
	float:right;
	width:160px;
	margin:127px 17px 0 0;
}
#co-message a {
	color:#ED1D8F;
	font-weight:bold;
	font-size:13px;
}
#co-message p {
	color:#666;
	font-weight:normal;
	font-size:11px;
	margin-top:5px
}
#type-04 #main .co-recuadro,#type-04 .co-recuadro {
	width:728px;
	height:100px;
	padding:16px 16px 16px 32px;
	margin:10px 0;
	height:40px;
	background-color:#FBD7E6;
	float:left;
	color:#ED1D8F;
}
#type-04 #main .co-recuadro h3,#type-04 .co-recuadro h3 {
	color:#ED1D8F;
	font-size:15px;
	background:transparent url(/images/ui/misc.gif) no-repeat scroll 0 -155px;
	padding-left:16px;
	width:300px;
	margin-left:-16px
}
#type-04 #main h4.co-tab {
	background:transparent url(/images/ui/co-tab.png) no-repeat;
	width:504px;
	height:30px;
	padding:11px 24px;
	color:#FFF;
	margin-top:13px;
	float:left;
	clear:left
}
.co-details-item {
	background:transparent url(/images/ui/shadow-separator-540.png) no-repeat scroll -50px bottom;
	height:200px;
	width:100%;
	margin:10px 0
}
.co-details-item .left {
	border-right:1px dotted #BCBEC0;
	float:left;
	width:200px;
	margin-right:5px;
	height:160px
}
.co-details-item .left .co-type {
	color:#33A6DA
}
.my .co-details-item .left .co-type {
	color:#ED1D8F
}
#type-04 #main .co-details-item .left h3 {
	color:#ED1D8F;
	font-size:1.4em;
	padding-left:16px;
	margin-left:-16px;
	background:transparent url(/images/ui/bullet-pink-big.png) no-repeat;
}
#type-04 #main.my .co-details-item .left h3 {
	color:#33A6DA;
}
#type-04 #main .co-details-item .middle {
	float:left;
	margin:0;
	width:255px;
	border-right:1px dotted #BCBEC0;
}
.co-details-item .middle .co-details-info {
	margin-bottom:15px
}
#type-04 #main .co-details-item .middle .co-details-info h4 {
	margin-bottom:5px;
	padding-left:15px;
	background:transparent url(/images/ui/misc.gif) no-repeat scroll 0 -428px;
	color:#ED1D8F
}
#type-04 #main.my .co-details-item .middle .co-details-info h4 {
	color:#33A6DA;
}
#type-04 #main .co-details-item .middle .co-details-info h4 .co-airline {
	color:#33A6DA;
	font-weight:normal
}
#type-04 #main.my .co-details-item .middle .co-details-info h4 .co-airline {
	color:#ED1D8F
}
.co-details-item .middle .co-details-info p {
	margin:0;
	padding-left:15px
}
.co-details-item .co-price-container {
	width:108px;
	height:160px;
	float:left;
	padding:0 5px;
	font-size:1.6em;
	background:url(/images/ui/co-paymentborder.png) no-repeat right;
}
#type-04 #main .co-details-item .co-price-container h3 {
	font-size:1em;
	background:transparent url(/images/ui/misc.gif) no-repeat scroll 0 -428px;
	padding-top:14px;
	color:#ED1D8F;
	font-weight:normal
}
#type-04 #main.my .co-details-item .co-price-container h3 {
	color:#33A6DA;
}
.co-details-item .right {
	float:left;
	padding-top:26px;
	width:190px
}
.co-details-item .right p {
	height:30px;
	font-size:1.4em;
	padding-left:10px;
}
.co-details-item .right p input {
	margin:7px;
	vertical-align:middle
}
.co-details-item .right p.selected {
	margin-left:-10px;
	padding-left:10px;
	background:#ED1D8F url(/images/ui/co-paymentborder-arrow.png) no-repeat left;
	color:#FFF;
	margin-left:-16px;
	padding-left: 25px;
}
.my .co-details-item .right p.selected {
    background:#33A6DA url(/images/ui/my-paymentborder-arrow.png) no-repeat left;
    height:26px;
    padding-top:5px
}
.my .co-details-item .right p.selected {
    font-size:12px
}
.my .co-details-item .right p.selected .paynumber {
    font-size:14px;
    font-weight:bold
}
.my .co-details-item .right .paymethod {
    margin-left:10px
}
.my .co-details-item .right .paymethod strong {
    margin-left:10px
}

.co-details-item.disabled .left .co-type,
.my .co-details-item.disabled .left .co-type,
#type-04 #main .co-details-item.disabled .left h3,
#type-04 #main .co-details-item.disabled .middle,
#type-04 #main .co-details-item.disabled .middle .co-details-info h4,
#type-04 #main.my .co-details-item.disabled .middle .co-details-info h4,
#type-04 #main .co-details-item.disabled .middle .co-details-info h4 .co-airline,
#type-04 #main.my .co-details-item.disabled .middle .co-details-info h4 .co-airline,
#type-04 #main .co-details-item.disabled .co-price-container h3,
#type-04 #main.my .co-details-item.disabled .co-price-container h3
{
    color:#BCBEC0 !important
}
.co-details-item.disabled .right p {
    font-size:1em !important;
    margin:0 !important;
    height:auto !important;
}
.co-details-item.disabled .right p.selected {
    font-size:1.0em !important;
    margin-left:-16px !important;
    height:30px !important;
    background:#33A6DA url(/images/ui/my-paymentborder-arrow.png) no-repeat left 0 !important;
    line-height:15px !important;
    margin-bottom:10px !important;
}
.co-details-item.disabled .right p.selected span {
    background:#33A6DA url(/images/ui/arrow-white-big.png) no-repeat left 0 !important;
    display:block
}
.co-details-item.disabled .left h3 {
    background:transparent url(/images/ui/misc.gif) no-repeat -640px -185px !important;
}
.co-details-item.disabled .middle .co-details-info h4 {
    background:transparent url(/images/ui/arrow-grey.png) no-repeat !important;
}
.co-details-item.disabled .co-price-container h3 {
    background:#FFF url(/images/ui/arrow-grey-big.png) no-repeat left 0 !important
}

.paymentDetails { float:left; clear:left; width:785px; margin:-44px 0 0 -16px; padding:11px 0 0 1px; height:300px; background:url(/images/ui/co-pinkshadow.png) no-repeat left top }
.paymentDetails .row { background-color:#FBD7E6; color:#ED1D8F; padding:13px; height:40px; }
.paymentDetails .row h4 { color:#ED1D8F !important; font-size:14px; background:url(/images/ui/bullet-pink-big.png) no-repeat 0 4px; padding-left:16px }
.paymentDetails .row h4 .currency, .paymentDetails .row p .currency { font-size:10px; margin:0 } 
.paymentDetails .row p { color:#666; margin:0; font-size:12px; }
.paymentDetails .row p.price { background:url(/images/ui/misc.gif) no-repeat  -640px -186px !important; padding-left:16px }
.paymentDetails .row.pmc { border-top:2px dotted #ED1D8F; height:29px; padding:7px 10px 0 13px; }
.paymentDetails .row.total { border-top:2px dotted #FFF; background-color:#ED1D8F; color:#FFF; padding:20px 15px 5px 13px; height:65px; }
.paymentDetails .row.total h4 { color:#FFF !important; background:url(/images/ui/arrow-big-white-right.png) no-repeat 0 2px; padding-left:22px }
.paymentDetails .row.total p { color:#FFF; padding-left:22px }
.paymentDetails .row.total p.price { background:none !important; padding-left:22px }
.paymentDetails .left { float:left; width:464px }
.paymentDetails .right { float:left }

/* -------------------- Payments -------------------- */
.my .payments a {
    text-decoration:underline;
}
.my .payments a:hover {
    text-decoration:none
}
.my .payments .payment-item {
	background:transparent url(/images/ui/shadow-separator-540.png) no-repeat scroll -50px bottom;
	width:760px;
    margin:16px 0;
    float:left;
    padding-bottom:10px    
}
.my .payments .left { 
    float:left;
    background:transparent url(/images/ui/my-payments-border.png) no-repeat scroll right top;
    width:140px;
    height:130px
}
.my .payments .left.short { 
    height:62px
}
.my .payments .left .bullet { 
    background:transparent url(/images/ui/my-payments-bullet-big.png) no-repeat scroll 0 0;
    color:#FFFFFF;
    float:left;
    font-size:18px;
    font-weight:bold;
    height:41px;
    padding:8px 0 0 15px;
    width:28px;
}
.my .payments .left span {
    color:#33A6DA;
}
.my .payments .left a {
    color:#666;
    clear:left;
    float:left;
    margin-left:41px
}
.my .payments .left .price-container {
    clear:left;
    float:left;
    margin:13px 0 0 41px
}
.my .payments .left .price-container span {
    color:#666;
}
#type-04 #main.my .payments .price {
    font-size:13px;
    background:transparent url(/images/ui/misc.gif) no-repeat scroll 0 -125px;
    padding-left:16px;
    font-weight:normal
}
#type-04 #main.my .payments .left .price {
    margin-left:-16px;
    font-weight:bold
}
#type-04 #main.my .payments .list {
    float:left;
    width:600px;
    margin-left:20px
}
.my .payments .list table {
    width:100%;
}
.my .payments .list table tr {
    border-bottom:1px dotted #666;
    display:table-row;
    height:45px;
}
.my .payments .list table tr.last {
    border:none
}
.my .payments .list table tr td {
    padding-top:5px
}
.my .payments .list .paymethod {
    background:transparent url(/images/ui/misc.gif) no-repeat scroll 0 -428px;
    display:block;
    padding-left:16px;
}
.my .payments .list .paymethod.notpayed {
    color:#ED1D8F
}
#type-04 #main.my .payments .top, #type-04 #main.my .payments .bottom {
    float:left;
    clear:left;
    width:100%
}
.my .payments .bottom table {
    width:100%;
}
.my .payments .bottom table tr {
    border-bottom:1px dotted #666;
    display:table-row;
    height:25px;
}
.my .payments .bottom table tr.last {
    border:none
}
.my .payments .bottom table tr td {

}
.my .payments .bottom h3 {
    background:transparent url(/images/ui/misc.gif) no-repeat scroll 0 -428px;
    display:block;
    padding-left:16px;
    font-size:13px
}
.my .payments .bottom h3 span {
    font-weight:normal;
    color:#ED1D8F;
    font-size:11px
}
.my .payments .bottom .passangers {
    background:transparent url(/images/ui/misc.gif) no-repeat scroll 0 -428px;
    padding-left:16px;
}
#type-03 #main h4.subheader, #type-04 #main h4.subheader {
    background:transparent url(/images/ui/subheader.png) no-repeat scroll 0 0;
    clear:both;
    color:#FFFFFF;
    float:left;
    font-size:13px;
    height:30px;
    margin-top:13px;
    padding:8px 28px;
    width:inherit;
}

#lastform {
    padding:10px 0 0 10px;
    
}

/* -------------------- My Account > Mira -------------------- */
.buses.results {
    
}
#type-03 #main ul.buses.results .item {
    width:760px
}
#type-03 #main ul.buses.results li .main-information {
    float:left;
    width:352px;
    border-bottom:none;
    border-right:1px dotted #666
}
#type-03 #main ul.buses.results li .main-information h2 {
    font-weight:bold;
    margin-bottom:22px;
    background:transparent url(/images/ui/arrow-big.png) no-repeat scroll 0 0;
    padding-left:26px
}
#type-03 #main ul.buses.results li .price {
    width:85px;
}
#type-03 #main ul.buses.results li .price h2 {
    font-size:13px;
    font-weight:normal;
    margin-bottom:8px;
    background:none;
    padding-left:0
}
.buses.results .details {
    float:left;
    margin-left:10px;
    width:390px;
}
.buses.results .actions {
    float:left
}
.buses.results .actions ul {
    float:left
}
.buses.results .actions button {
    float:left;
    margin-left:11px;
}
.buses.results .info {
    border-bottom:1px dotted #666;
    clear:left;
    float:left;
    height:57px;
    margin-bottom:6px;
}
.buses.results .info.last {
    border:none
}
.buses.results .info .title {
    float:left;
    width:113px;
}
#main ul.buses.results .info .title h3 {
    font-weight:bold;
    padding-left:16px;
}
.buses.results .info .title h3.ida {
    background:transparent url(/images/ui/arrow-pink-right.png) no-repeat scroll 0 2px;
}
.buses.results .info .title h3.vuelta {
    background:transparent url(/images/ui/arrow-pink-right.png) no-repeat scroll 0 2px; /* FIX THIS */
}
.buses.results .info .departure {
    float:left;
    width:135px;
}
.buses.results .info .departure h3 {
    font-size:10px
}


/* -------------------- List -------------------- */
.list-left {
    float:left;
    margin-right:15px;
    padding-top:15px;
}
.list-left .cover {
    float:left;
}
.list-left .show-distance {
    float:left;
    clear:left;
    margin-top:15px;
    border-right:1px dashed #BCBEC0;
    width:120px;
    height:100px;
}
.list-info {
    float:left;
    margin-bottom:4px;
    padding-top:15px;
    width:245px;
}
.list-info.table {
    width:372px !important
}
.list-info p a {
    text-decoration:underline
}
.list-info p a:hover {
    text-decoration:none
}
.list-info h2.title,
.list-info h3 {
	display:block !important;
	font-size:1.4em !important;
	font-weight:bold !important;
	padding-left:20px !important;
	line-height:16px;
	background:url(/images/ui/misc.gif) no-repeat 0 -158px !important;
}
.list-info h2.title {
    width:195px;
}
.list-info h3 {
    font-size:1.2em !important;
    font-weight:normal !important;
    margin-bottom:15px;
}
.list-info h3 strong {
    font-size:1.2em;
}
.list-info p {
	clear:left;
	line-height:13px;
}
.list-info h4 {
	font-weight:normal;
	font-size:1.4em !important;
	margin-left:20px;
	margin-top:6px;
}
.list-info h4 span {
	font-size:0.9em !important
}
.list-price {
    float:left;
    background:url(/images/ui/pricecolumn.png) no-repeat 0 0;
    padding:15px 0 0 25px;
    text-align:right;
    width:128px;
    min-height: 175px;
}
.list-price .list-price-item {
    border-bottom:1px dashed #BCBEC0;
    padding-top:17px;
    clear:right;
    float:right;
    width:125px;
}
.list-price .list-price-item.noborder {
    border:none
}
.list-price .list-price-item h2 {
    font-weight:bold !important;
    font-size:1.6em !important;
    color:#ED1D8F !important
}
.list-price .list-price-item h2 .currency {
    font-weight:normal !important;
    font-size:0.7em !important;
    color:#ED1D8F !important
}
.list-price .list-price-item p {
    line-height:12px
}
.list-price .list-price-item a {
    text-decoration:underline
}
.list-price .list-price-item a:hover {
    text-decoration:none
}
.list-price .list-price-item .checkbox {
    vertical-align:middle
}
.list-price .tachado {
	text-decoration:line-through;
	margin-bottom:0
}
.list-price .saving {
    color:#33A6DA
}
.list-price .cuotas {
    color:#ED1D8F
}
.list h2 {
	font-size:1.5em;
	color:#ED1D8F !important;
	font-weight:bold
}


/* -------------------- Packages -------------------- */
.pk h2 .currency {
	font-size:0.9em;
	font-weight:normal
}
.pk .pk-description p strong {
	color:#33A6DA;
}
.pk.box h4 {
	font-size:1.2em;
	color:#33A6DA;
}
#type-03 #main ul.results li .boxes .pk.box.actions {
	width:123px!important;
	padding:0 6px;
}
#type-03 #main ul.results li .boxes .pk.box.desc {
	width:240px!important;
}
.pk .ver-en-mapa img {
    vertical-align:middle
}
.pk.actions ul li {
	padding:0 0 0 13px!important
}
.pk.actions .first a {
	display:block
}
.pk.addflight a {
	display:block;
	text-decoration:underline
}
.pk.addflight p {

}
.pk.inclusions div {
	float:left
}
.pk.inclusions h3 {
	float:left!important;
	background:transparent url(/images/ui/misc.gif) no-repeat scroll 0 -158px;
	padding-left:16px!important;
}
.pk.inclusions h3.class {
	background:transparent url(/images/ui/misc.gif) no-repeat scroll -640px -188px;
	font-weight:bold!important
}
.pk li.item {
	padding-bottom:8px!important
}
.header .details h2,.itinerary-header h2 {
	background:transparent url(/images/ui/misc.gif) no-repeat scroll 0 -155px;
	padding-left:16px
}
.middle.pk .left .duration h3 span {
	font-size:0.7em;
	font-weight:normal
}
.middle.pk .left p {
	color:#666;
	font-size:0.9em;
}
.middle.pk .left p.dias {
	padding-left:16px
}
.itinerary-navigation {
	height:31px;
	margin-bottom:10px;
	padding-left:10px;
	border-bottom:1px solid #C0C0C0;
}
.itinerary-navigation ul {
	padding-top:10px
}
.itinerary-navigation li {
	display:inline;
	font-size:1.0em;
	padding:7px 7px 5px;
	border:1px solid #c0c0c0;
	background:#FFF;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	margin-left:-7px
}
.itinerary-navigation li.first {
	margin:0
}
.itinerary-navigation li.selected {
	padding:8px 7px 6px;
	border-bottom:none;
	margin-right:3px
}
#type-03 #main #itinerary .bottom .box h3 {
	color:#666;
	width:145px
}
#type-03 #main #itinerary .bottom .box .distance {
	font-size:1.5em
}
#type-03 #main #itinerary .bottom .box .unit {
	font-size:1.2em
}
#type-03 #main #itinerary .bottom .box li {
	font-weight:bold;
}
.itinerary-item {
	background:url(/images/ui/shadow-separator-540.png) no-repeat -50px bottom;
	height:260px;
	float:left;
	clear:left;
	margin-bottom:20px
}
.departuredates {
	float:left;
	clear:left;
	margin-bottom:30px;
	width:100%;
}
.departuredates h2 {
	background:url(/images/ui/subsection-header-blue.png) no-repeat;
	color:#FFFFFF !important;
	font-size:1.3em;
	height:22px;
	margin-bottom:20px;
	padding:8px 0 0 28px;
	width:100%;
}
.departuredates h3 {
	background:url(/images/ui/misc.gif) no-repeat 0 -155px;
	padding-left:16px;
	margin-bottom:10px
}
.departuredates p {
	margin:0
}
.departuredates .otherdate {
	float:left;
	margin-top:15px;
}
.departuredates .otherdate h4 {
	color:#666 !important;
}
.departuredates .otherdate button.calendar {
	height:25px !important;
}
.departuredates .submitpkg {
	float:right;
	width:180px;
}
.departuredates .submitpkg h3 {
	font-size:11px;
	margin:0;
	padding: 2px 0 0 16px;
}

/* -------------------- Packages > Details -------------------- */



#type-04.package-details .pk,
#type-04.package-details .pk .pkcontainer {
width:820px;
}
#type-04.package-details .leftcol {}
#type-04.package-details .leftcol .row.services {
padding:0 0 10px;
margin:0 0 25px;
}
#type-04.package-details .leftcol .row.services p{
margin:0;
float:none;
}

#type-04.package-details .rightcol {
float:right;
padding:0;
text-align:left;
width:240px;
}
#type-04.package-details .rightcol .row {
width:240px;
text-align:left;
}
#type-04.package-details .rightcol .row.itinerary .itinerary-header {
background-color:#EDF6FB;
margin:0 0 10px;
padding:5px;
}

#type-04.package-details .rightcol .row.itinerary .itinerary {
margin:0 0 10px 5px;
}
#type-04.package-details .rightcol .row.itinerary .itinerary h3 {
background:url("/images/ui/misc.gif") no-repeat scroll 2px -125px transparent;
padding:0 0 0 16px;
}

#type-04.package-details .detalleCombinaciones {
clear:both;
padding:10px 0 0;
width:540px;
}

#type-04.package-details .detalleCombinaciones .fechas {
float:left;
margin:0 0 10px 10px;
}
#type-04.package-details .detalleCombinaciones .fechas select {}

#type-04.package-details .detalleCombinaciones #currency {
float:right !important;
margin:0 10px 0 0;
position:inherit !important;
}

#type-04.package-details .detalleCombinaciones #combinaciones {
border-top:1px dotted #CCCCCC;
clear:both;
padding:10px 0 0;
}
#type-04.package-details .detalleCombinaciones #combinaciones .combinaciones li {
border-bottom:1px dotted #CCCCCC;
margin:0 0 10px;
padding:0 0 10px;
}
#type-04.package-details .detalleCombinaciones #combinaciones .combinaciones li .opcion {
clear:both;
overflow:hidden;
}
#type-04.package-details .detalleCombinaciones #combinaciones .combinaciones li .opcion .titulo {
float:left;
width:380px;
}
#type-04.package-details .detalleCombinaciones #combinaciones .combinaciones li .opcion .titulo input {}
#type-04.package-details .detalleCombinaciones #combinaciones .combinaciones li .opcion .titulo span {
font-weight:bold;
}
#type-04.package-details .detalleCombinaciones #combinaciones .combinaciones li .opcion .titulo a {
display:block;
margin:0 0 0 17px;
cursor:pointer; 
}
#type-04.package-details .detalleCombinaciones #combinaciones .combinaciones li .opcion .valor {
float:right;
text-align:right;
width:150px;
}
#type-04.package-details .detalleCombinaciones #combinaciones .combinaciones li .opcion .valor .price {}

#type-04.package-details .detalleCombinaciones #combinaciones .infohoteles {
border:2px solid #33A6DA;
margin:20px 0;
overflow:hidden;
padding:10px;
width:520px;
display:none;
}
#type-04.package-details .detalleCombinaciones #combinaciones .infohoteles .col {
padding:20px 0!important;
width:520px!important;
}
#type-04.package-details .detalleCombinaciones #combinaciones .infohoteles .col .header.pkh {
width:520px;
}
#type-04.package-details .detalleCombinaciones #combinaciones .infohoteles .col .header.pkh,
#type-04.package-details .detalleCombinaciones #combinaciones .infohoteles .col .header.pkh .details {
width:520px;
}
#type-04.package-details .detalleCombinaciones #combinaciones .infohoteles .col .header.pkh .details h2{
margin:0;
}
#type-04.package-details .detalleCombinaciones #combinaciones .infohoteles .col #tab-content-info .row {
width:520px;
}
#type-04.package-details .detalleCombinaciones #combinaciones .infohoteles .col #tab-content-info .col {
padding:10px!important;
width:235px!important;
}


#type-04.package-details .detalleCombinaciones #combinaciones .combinaciones li .combinations {
margin:0 0 0 25px;
}
#type-04.package-details .detalleCombinaciones #combinaciones .combinaciones li .combinations {}
#type-04.package-details .detalleCombinaciones #combinaciones .combinaciones li .combinations > li{}
#type-04.package-details .detalleCombinaciones #combinaciones .combinaciones li .combinations .texto {}
#type-04.package-details .detalleCombinaciones #combinaciones .combinaciones li .combinations .price {}
#type-04.package-details .detalleCombinaciones #combinaciones .combinaciones li .combinations .habitaciones {}
#type-04.package-details .detalleCombinaciones #combinaciones .combinaciones li .combinations .habitaciones .opcion-titulo{
background:url("/images/ui/misc.gif") no-repeat scroll 0 -126px transparent;
color:#33A6DA;
margin:0 0 10px;
padding:0 0 0 15px;
}
#type-04.package-details .detalleCombinaciones #combinaciones .combinaciones li .combinations .habitaciones li {
}
#type-04.package-details .detalleCombinaciones #combinaciones .combinaciones li .combinations .habitaciones li .tipoHabitaciones {
margin:0 0 0 10px;
}
#type-04.package-details .detalleCombinaciones #combinaciones .combinaciones li .combinations .habitaciones li .tipoHabitaciones li {
border-bottom:1px solid #CCCCCC;
padding:5px;
}
#type-04.package-details .detalleCombinaciones #combinaciones .combinaciones li .combinations .habitaciones li .tipoHabitaciones .valorInfoCombBase {
display:inline;
}
#type-04.package-details .detalleCombinaciones #combinaciones .combinaciones li .combinations .habitaciones li .tipoHabitaciones .opcion {
display:inline;
}
#type-04.package-details .detalleCombinaciones #combinaciones .combinaciones li .combinations .habitaciones li .tipoHabitaciones .room-price {
display:block;
margin:0 0 0 16px;
}
#type-04.package-details .detalleCombinaciones #combinaciones .combinaciones li .combinations .habitaciones li .tipoHabitaciones .room-price li {
border-bottom:1px dotted #CCCCCC;
padding:5px 5px 5px 0;
}

#type-04.package-details .detalleCombinaciones #combinaciones .combinaciones li .combinations .habitaciones li .tipoHabitaciones .room-price .adicionales .opcion {}

#type-04.package-details .detalleCombinaciones #combinaciones .combinaciones li .combinations .habitaciones li .tipoHabitaciones .room-price .adicionales .price {
display:inline;
}

#type-04.package-details .detalleCombinaciones #combinaciones .combinaciones li .combinations .habitaciones li .tipoHabitaciones .room-price .adicionales .checkAdicional {
display:inline;
margin:0 5px;
}


#type-04.package-details .detalleCombinaciones #combinaciones .combinaciones li .buttonReserva{
text-align: right;
clear:both;
}

#type-04.package-details .detalleCombinaciones #combinaciones .combinaciones li .buttonReserva input {
background:url("/images/ui/reservar.png") no-repeat scroll 0 0 transparent;
border:medium none;
cursor:pointer;
height:25px;
margin:10px 0 5px;
text-indent:-9999px;
width:76px;
}


/* -------------------- Packages > Reviews -------------------- */

/* Reviews Individuales */
.reviewproducto {
	display: block;
}
	.reviewproducto .reviewer {
		border-bottom: 1px dotted #f0f0f0;
		padding: 0px 0px 5px 0px;
	}
		.reviewproducto .reviewer .fn {
			float: none;
			display: block;
			font-size: 13px;
			font-weight: bold;
			padding: 0px 0px 0px 20px;
		}
			.reviewproducto .reviewer .gender-m {
				background: url(/images/ui/male.png) no-repeat 0px 0px;
			}
			.reviewproducto .reviewer .gender-f {
				background: url(/images/ui/female.png) no-repeat 0px 0px;
			}
		.reviewproducto .reviewer .edad {
			display: block;
			font-size: 11px;
			font-weight: normal;
			padding: 0px 0px 0px 20px;
		}
	.reviewproducto .item {
		float: right;
		font-size: 11px;
	}
	.reviewproducto .calificaciones {
		display: block;
	}
		.reviewproducto .rating {
			display: block;
		}
		.calificacion-review {
			display: block;
			height: 18px;
			line-height: 18px;
			clear: both;
			padding: 0px 0px 0px 30px;
		}
			.calificacion-review .nombre-atributo {
				display: inline-block;
			}
			.calificacion-review .estrellas-atributo {
				float: right;
				text-align: right;
				width: 140px;
			}
				.calificacion-review .estrella {
					display: inline-block;
					width: 12px;
					height: 18px;
					background: url(/images/ui/star.png) no-repeat 50% 50%;
				}
			.calificacion-review .puntaje-atributo {
				float: right;
				width: 35px;
				text-align: right;
			}

	.reviewproducto .description {
		display: block;
		padding: 0px;
	}
		.reviewproducto .description p {
			float: none !important;
			display: block;
			padding: 0px !important;
		}

/* Formulario de Reviews */

.form-review {
	background:url(/images/ui/checkout/co-pasajero.gif) no-repeat 8px 12px;
	border:2px solid #ededed;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	margin:10px;
	padding:10px 15px 15px 25px;
	width: 486px;
}
	.form-review p, .form-review p {
		float: none !important;
		margin:0px !important;
		padding:0px !important;
	}
	.form-review-field {
		float:left;
		width:240px;
	}
		.form-review-field p {
			margin-top: 5px;
		}
		.form-review-field .error {
			color: red;
		}
		.form-review-field input {
			width:220px;
			border:1px solid #aaaaaa;
		}
			.form-review-field .holder-estrellas {
				height: 20px;
				clear: both;
			}
			.form-review-field input.estrella {
				width: auto;
				border: none;
				float: left;
			}
		.form-review-field select {
			width:222px;
			border:1px solid #aaaaaa;
		}
		.form-review textarea {
			width:460px;
			border:1px solid #aaaaaa;
			resize:vertical;
		}
	.co-pasajero .clear, .co-registracion .clear {
		clear:left;
	}





#pktabs { background:#C2DFF2; clear:left; float:left; width:780px; margin-top:-28px; }
#pktabs .whiteTabs { clear:none !important; margin-bottom:-1px; }

.whiteTabs { float:left; clear:both; margin-bottom:0 }
.whiteTabs.wth { margin-top:-34px }
.whiteTabs li { float:left }
.whiteTabs li h4 { color:#33A6DA !important;  }
.whiteTabs li .first { float:left; background:url(/images/ui/whitetab_left.png) no-repeat; width:24px; height:24px }
.whiteTabs li .last { float:left; background:url(/images/ui/whitetab_right.png) no-repeat; width:16px; height:24px }
.whiteTabs li a,
.whiteTabs li h4 { float:left; background:url(/images/ui/whitetab_bg.png) repeat-x !important; height:18px; padding:7px 10px 0 4px !important; margin:0 !important }
.whiteTabs li h4 {  } 

.whiteTabs.itinerary { margin-top:-25px; }
.whiteTabs.itinerary li { float:right; margin-right:-6px }

#pkcontainer { float:left; width:780px; }
#pkcontainer .col { float:left; width:250px }
#pkcontainer .row.noborder { border:none !important }
#pkcontainer .leftcol { border-right:2px dotted #CCC; margin-right:-13px; width:565px !important; }
#pkcontainer .rightcol { width:207px !important; padding-left:13px; background:url(/images/ui/addcart-arrow-pink.png) no-repeat }
#pkcontainer .rightcol p span { color:#33A6DA; }
#pkcontainer .rightcol h4.select { padding:10px 0 15px 10px; border-left:2px dotted #CCC }
#pkcontainer .row { clear:left; float:left; padding:17px 0; border-bottom:2px dotted #CCC; color:#666; }
#pkcontainer .leftcol .row {  width:520px; }
#pkcontainer .rightcol .row { width:187px; text-align:right; }
#pkcontainer .row h3 { font-size:14px; }
#pkcontainer .row h3 span { font-size:12px; font-weight:normal; }
#pkcontainer .row h4 { float:left; margin-top:3px; padding-left:16px; font-size:12px; font-weight:normal; background:url(/images/ui/misc.gif) no-repeat 2px -127px }
#pkcontainer .row p { float:left; margin:10px 0 0 8px; }
#pkcontainer .row button { float:right }
#pkcontainer .row .includedstuff { float:left; margin:0 0 0 20px; }
#pkcontainer .row .includedstuff li { float:left; width:30px; height:25px; }
#pkcontainer .row .includedstuff .separator { font-size:15px; font-weight:bold; text-align:center; }
#pkcontainer .row .includedstuff .car { background:url(/images/ui/includedstuff.png) no-repeat 0 0 }
#pkcontainer .row .includedstuff .plane { background:url(/images/ui/includedstuff.png) no-repeat -90px 0 }
#pkcontainer .row .includedstuff .hosting { background:url(/images/ui/includedstuff.png) no-repeat -48px 0 }
#pkcontainer .row .includedstuff .activities { background:url(/images/ui/includedstuff.png) no-repeat -130px 0 }
#pkcontainer .row .includedstuff .buses { background:url(/images/ui/includedstuff.png) no-repeat -164px 0 }
#pkcontainer .row .features { float:left; width:120px; margin-top:5px; }
#pkcontainer .row .multimedia { clear:left; float:left; overflow:hidden; width:255px }
#pkcontainer .row .tabs li { float:left }
#pkcontainer .row.extrainfo { margin:5px 0 5px 10px; padding:10px 0 10px 10px; }
#pkcontainer .row.extrainfo h3 { color:#ED1D8F !important; margin-left:10px; float:right }
#pkcontainer .row.extrainfo p { clear:both; float:right; text-align:right; width:180px; margin-top:10px }
#pkcontainer .leftcol .row.extrainfo { width:250px !important; clear:none; border:none; background-color:#D6ECF8; width:200px; float:left; margin:0 1px; padding:10px; height: 830px;}
#pkcontainer .leftcol .row.extrainfo h3 { float:left !important; padding-left:16px; color:#0492D2 !important; background:url(/images/ui/misc.gif) no-repeat 0 -155px }
#pkcontainer .leftcol .row.extrainfo p { clear:none; padding-left:16px; float:left; text-align:left }
#pkcontainer .row.priceinfo { background:#FAB5DE; padding:22px 10px; margin-top:20px; }
#pkcontainer .row.priceinfo.nobg { background:transparent; padding-right:0; width:197px }
#pkcontainer .row.priceinfo h2.price { color:#ED1D8F !important; float:right; font-size:20px; font-weight:bold }
#pkcontainer .row.priceinfo p { clear:right; float:right; margin:0 }
#pkcontainer .row.priceinfo .currency { font-size:13px; margin-right:0 }
#pkcontainer .row.priceinfo .saves { margin-top:10px; color:#ED1D8F !important }
#pkcontainer .row.priceinfo .amount,
#pkcontainer .row.priceinfo .currency { color:#ED1D8F !important }
#pkcontainer .row.more { margin-left:10px; padding:10px 0 10px 10px; }
#pkcontainer .row .more { width:187px; text-align:right;  color:#ED1D8F }
#pkcontainer .row .more .price { float:none; font-size:11px }
#pkcontainer .row .more .currency { font-size:11px; color:#ED1D8F }
#pkcontainer .row .more.terms {  }
#pkcontainer .rightcol .row label { float:right; max-width:150px; }
#pkcontainer .rightcol .row .input { float:right }
#pkcontainer .leftcol .row label, 
#pkcontainer .leftcol .row .input { float:left; margin:10px 10px 10px 0 }
#pkcontainer .leftcol .list-info, 
#pkcontainer .leftcol .list-info table { width:100% !important }
#pkcontainer .leftcol .list-info table tbody { border-bottom:2px dotted #CCC }
#pkcontainer .leftcol .list-info table td { border-left:2px dotted #CCC; padding:0 7px }
#pkcontainer .leftcol .list-info table td table tbody { border-bottom:none }
#pkcontainer .leftcol .list-info table td table tr { display:block; margin:10px 0 0 0 }
#pkcontainer .leftcol .list-info table td table td { border-left:none }
#pkcontainer .leftcol .list-info table h2 { font-size:13px }
#pkcontainer .leftcol .list-info table p { margin:0 0 0 12px }
#pkcontainer .leftcol .list-info table thead th { padding-left:7px } 
#pkcontainer .priceTag { float:right; text-align:right }
#pkcontainer .priceTag .currency { font-size:9px }
#pkcontainer .priceTag .price { color:#ED1D8F !important; background:none !important; float:right; margin:0 }
#pkcontainer .priceTag .amount { font-size:15px; font-weight:bold }
#pkcontainer .priceTag p { color:#666 !important; clear:both; margin:0 }
#pkcontainer .nights { clear:right; float:right; color:#666 !important; margin-top:10px; font-size:12px !important }
#pkcontainer #media { overflow:hidden }
#pkcontainer #table-category-list li, #pkcontainer #table-room-list li { clear:both; float:left; width:550px }
#pkcontainer .dayprice { margin:-15px 0 15px 0; background-color:#FFF }
#pkcontainer .dayprice table { width:550px; margin:10px 0 }
#pkcontainer .dayprice th { text-align:center }
#pkcontainer .dayprice td { padding:5px; background-color:#FBD7E6; border-left:2px solid #FFF; color:#666 }
#pkcontainer #grid { width:500px; border-left:2px dotted #CCC; padding-left:10px; margin-bottom:20px }
#pkcontainer #grid h3 { font-weight:bold; font-size:14px }
#pkcontainer #grid h3 span { font-weight:normal }
#pkcontainer #grid table { width:500px }
#pkcontainer #grid th { color:#666 } 
#pkcontainer #grid td { width:30px; padding:6px 0 12px 7px; border-bottom:2px solid #FFF } 
#pkcontainer #grid td.noborder { border-right:none }
#pkcontainer #grid .level0 { border-right:2px dotted #CCC; border-bottom:none } 
#pkcontainer #grid .level1 { background-color:#C2DFF2; border-right:2px dotted #CCC } 
#pkcontainer #grid .level2 { background-color:#E4F3FB; border-right:2px dotted #CCC } 
#pkcontainer #grid .level3 { background-color:#C2DFF2; border-right:2px dotted #CCC } 
#pkcontainer #grid .selected { background-color:#ED1D8F; color:#FFF; border-right:2px dotted #CCC } 
#pkcontainer #grid .price { display:block }
#pkcontainer #grid .currency { margin:0 }
#pkcontainer #grid .prev { background:url(/images/ui/arrows-blue-simple.png) no-repeat left 3px; padding-left:10px; }
#pkcontainer #grid .next { background:url(/images/ui/arrows-blue-simple.png) no-repeat right -17px; padding-right:10px; }
#pkcontainer #grid input { vertical-align:top; }

#pkcontainer .addcart-step { float:left; clear:left; margin:10px 0 }
#pkcontainer .addcart-step.stepselected {  }
#pkcontainer .addcart-step .addcart-tab { float:left; height:61px; padding-left:20px; width:530px; background:#DFEEF8 url(/images/ui/addcart_tab.png) no-repeat }
#pkcontainer .addcart-step .addcart-tab h2 { float:left; font-weight:bold; color:#33A6DA; font-size:50px; margin-right:20px; width:35px }
#pkcontainer .addcart-step .addcart-tab h4 { float:left; margin-top:25px; background:url(/images/ui/misc.gif) no-repeat 2px -127px; padding-left:16px }
#pkcontainer .addcart-step .addcart-tab h4 span { font-size:9px; display:block }
#pkcontainer .addcart-step .addcart-tab.stepselected { background-color:#FAB5DE; color:#ED1D8F }
#pkcontainer .addcart-step .addcart-tab.stepselected h2 { color:#ED1D8F !important }
#pkcontainer .addcart-step .addcart-tab.stepselected h4 { background-position:-638px -156px; color:#ED1D8F !important }
#pkcontainer .addcart-step ul { color:#33A6DA; width:100% }
#pkcontainer .addcart-step ul li { border-bottom:2px dotted #CCC }
#pkcontainer .addcart-step ul li.stepselected { color:#ED1D8F }

#addcartbox { float:left; clear:left; margin-top:100px; }

.res .noflight { display:block; width:153px;}
.res h4.price { font-size:15px; color:#ED1D8F !important; float:none !important }
.res table h4.price .currency { font-size:13px; color:#ED1D8F !important }
.res table .tprices { margin:0; line-height:14px; clear:left; display }
.res table button { margin-top:10px }

#pkcontainer .grid { width:500px; padding-left:10px; margin-bottom:20px }
#pkcontainer .grid h4 { background:none !important }
#pkcontainer .grid h3 { font-weight:bold; font-size:14px }
#pkcontainer .grid h3 span { font-weight:normal }
#pkcontainer .grid table { width:500px }
#pkcontainer .grid th { color:#666 } 
#pkcontainer .grid td { width:40px; padding:6px 0 12px 7px;} 
#pkcontainer .grid td.noborder { border:1px dotted #BBBBBB;}
#pkcontainer .grid .level0 { border-right:2px dotted #CCC; border-bottom:none } 
#pkcontainer .grid .level1 { background-color:#C2DFF2; border-right:2px dotted #CCC } 
#pkcontainer .grid .level2 { background-color:#FFFFFF; border-right:2px dotted #CCC } 
#pkcontainer .grid .level3 { background-color:#C2DFF2; border-right:2px dotted #CCC } 
#pkcontainer .grid .selected { background-color:#ED1D8F; color:#FFF; border-right:2px dotted #CCC } 
#pkcontainer .grid .price { display:block }
#pkcontainer .grid .currency { font-size:8px; margin:0 3px 0 0; }
#pkcontainer .grid .prev { background:url(/images/ui/arrows-blue-simple.png) no-repeat left 3px; padding-left:10px; }
#pkcontainer .grid .next { background:url(/images/ui/arrows-blue-simple.png) no-repeat right -17px; padding-right:10px; }
#pkcontainer .grid input { vertical-align:top; margin-left: 35px;}



#pkPopup { position:absolute; top:600px; left; 200px; width:514px; background:url(/images/ui/pkPopupTop.png) no-repeat }
#pkPopup .noborder { border:none } 
#pkPopup .pkContent { width:514px; margin-top:61px; min-height:200px; padding:5px 4px; background:url(/images/ui/pkPopupMiddle.png) repeat-y }
#pkPopup table { width:503px; margin-top:-30px; }
#pkPopup table tr { border-bottom:1px dashed #CCCCCC; }
#pkPopup table tr.selected { background-color:#FBD7E6 }
#pkPopup table th { padding:0 0 4px 10px; background-color:#ED1D8F;  border-color:#FFFFFF; }
#pkPopup table th h3 { color:#FFFFFF !important; float:left !important; font-size:14px !important; margin:0 !important; font-weight:bold; padding-left:10px; width:100px }
#pkPopup table th h3 span { display:block; font-size:11px !important; font-weight:normal; }
#pkPopup table th p { float:right !important; margin:0 15px 0 0 !important; color:#FFF !important; font-size:11px }
#pkPopup table td { padding-top:10px; border-right:1px dashed #CCCCCC; }
#pkPopup table dd { float:left; padding-left:10px }
#pkPopup table dt { float:left; width:60px; min-height:60px; }
#pkPopup table strong { color:#33A6DA }
#pkPopup table strong span { font-weight:normal; display:block }
#pkPopup table .origin { margin-left:10px; width:70px }
#pkPopup table .origin p { margin-top:5px }
#pkPopup table .destination p { margin-top:20px }
#pkPopup table .noflight { display:block; margin-left:10px; width:235px }
#pkPopup table h4.price { font-size:15px; color:#ED1D8F !important }
#pkPopup table h4.price .currency { font-size:13px; color:#ED1D8F !important }
#pkPopup table p.tprices { margin:0; line-height:14px; clear:left }
#pkPopup table button { margin-top:10px }
#pkPopup .pkBottom { width:514px; height:20px; background:url(/images/ui/pkPopupBottom.png) no-repeat }






/* -------------------- Packages > Howto -------------------- */
#howto {
	width:100%;
	height:100px;
	float:left;
	clear:left;
	margin:20px 0
}
#howto div {
	float:left;
	height:74px;
	border:1px solid #c0c0c0;
	width:222px;
	margin:2px;
	padding:8px 11px 11px;
}
#howto div h4 {
	color:#33A6DA;
	font-size:1.4em;
	font-weight:bold
}
#howto div p {
	color:#666
}
#howto div.first {
	background:url(/images/ui/howto-buy.png) no-repeat;
	width:240px;
	border:none;
	height:96px;
}
#howto div.first h4 {
	margin:16px 0 0 63px;
	width:40px;
	line-height:16px
}
#howto div.first h4 a {
	color:#FFF;
}
.hidden {
	display: none
}


/* -------------------- Packages > Special Offer -------------------- */
#specialoffer {
	width:100%;
	height:70px;
	float:left;
	clear:left;
	margin:20px 0
}
#specialoffer div {
	float:left;
	height:38px;
	width:190px;
	padding:8px 11px 11px;
	background:#e1f1fb
}
#specialoffer div h4 {
	color:#33A6DA;
	font-size:1.3em;
}
#specialoffer div p {
	color:#666;
}
#specialoffer div.first {
	background:url(/images/ui/new-offer.png) no-repeat 0 -1px;
	width:306px
}
#specialoffer div.first h4 {
	margin:2px 0 0 70px;
	width:130px;
	color:#FFF;
	line-height:16px
}
#specialoffer div.middle {
	border-right:1px dotted #33A6DA;
	width:200px
}
#specialoffer div.middle h4 {
	color:#33A6DA;
	font-size:1.0em;
	font-weight:normal
}
#specialoffer div.middle h4 a {
	font-size:1.3em;
	font-weight: bold
}

/* -------------------- Compare -------------------- */
#main .compare {
    float:left;
    clear:left;
    width:100%;
    color:#0093D1
}
#main .compare table {
    width:100%
}
#main .compare td {
    font-size:11px;
    text-align:center;
    padding:4px;
    border-left:1px dashed #666;
    vertical-align:middle
}
#main .compare .even td {
    border-left:1px dashed #FFF
}
#main .compare .vtop th {
    vertical-align:top
}
#main .compare td a {
    color:#666;
    text-decoration:underline;
}
#main .compare th p.price {
    font-size:13px;
    margin-top:20px;
    color:#33A6DA;
    font-weight:bold
}
#main .compare th {
    font-weight:bold;
    text-align:left;
    padding:4px;
    border-left:1px dashed #666;
}
#main .compare th.first {
    border:none;
}
#main .compare th h3 {
    font-size:14px;
    font-weight:bold
}
#main .compare th p {
    color:#666
}
#main .compare .even{
    background:#C2DFF2
}

/* -------------------- Flights -------------------- */
#type-04 #main.fl {
    background:transparent url(/images/ui/shadow-separator-540.png) no-repeat scroll -50px top;
    margin-top:-10px;
    padding-top:40px;
    width:740px;
}
#type-04 #main.fl h1 {
    background:transparent url(/images/ui/misc.gif) no-repeat scroll 0 -304px;
    padding-left:19px
}
#type-04 #main.fl h2 {
    font-weight:normal;
    margin-top:-5px;
    padding-left:19px;
}
.fl .container {
    border-bottom:1px dotted #666;
    float:left;
    margin-bottom:10px;
    padding-bottom:10px;
    width:740px;
}
.fl .flchoices {
    width:100%;
    background:url(/images/ui/shadow-separator-540.png) no-repeat -50px bottom;
    padding-top:40px;
    float:left;
    padding-bottom:16px;
    margin-bottom:30px;
}
.fl .choiceslist {
    border-right:1px dotted #666;
    float:left;
    margin-right:16px;
    padding:0 10px;
    width:240px;   
}
.fl .choiceslist.noborder {
    border-right:none
}
.fl .flchoices h3 {
    background:transparent url(/images/ui/misc.gif) no-repeat scroll 0 -128px;
    font-size:11px;
    padding-left:16px;
}
.fl .flchoices ul {
    margin-top:8px
}
.fl .btn-generic {
    float:left;
    clear:left
}

/* -------------------- Call us -------------------- */
.callus {
    clear:both;
    float:left;
    margin:10px 0;
    width:100%;
    padding-left:35px;
    background:url(images/telephone.png) no-repeat 0 0;
}
.callus .call {
    border-right:1px dotted #666;
    float:left;
    margin-right:15px;
    padding-right:15px;
    width:300px;
    height:33px;
}
.callus .call .left {
    float:left;
    width:150px;
}
.callus .call .left h4, .callus .chat .left h4 {
    color:#33A6DA;
    font-size:13px;
    font-weight:normal;
    margin-bottom:1px
}
.callus .call .left strong {
    display:block;
    color:#33A6DA;
}
.callus .call .right {
    float:left;
    width:150px;
}
.callus .call .right h3 {
    font-size:13px;
    color:#33A6DA;
    margin-bottom:1px
}
.callus .info, .callus .chat {
    float:left;
    width:290px;
    color:#33A6DA;
    font-size:11px;
    padding-left:35px;
    background:url(/images/ui/info.png) no-repeat 0 4px;
}

#header .callus {
    clear:none !important;
    width:auto !important;
    margin: 0 0 0 23px !important
}

#header .callus .call,
#header .callus .chat,
#header .callus .left {
    width:auto !important;
    border:none !important
}

#header .callus .chat {
    background:url(images/chat.png) no-repeat 0 0;
    width:auto !important;
    height:33px;
}

#header .callus .chat .left {
    width:auto !important
}

#header .callus h4 {
    margin-top: 5px
}

/* -------------------- Session -------------------- */
#session { 
    position:absolute; 
    top:256px;
    left:213px;
    width:749px; 
    height:400px; 
    padding-top:75px; 
    background:url(/images/ui/session-top.png) no-repeat;
    z-index:100;
	display: none;
}        
#session .step1 { display:none }
#session .step2 { display:none }
#session .step3 { display:none }
#session .bgmiddle { 
    float:left; 
    clear:left; 
    background:url(/images/ui/session-middle.png) repeat-y; 
    width:100%; 
    min-height:87px 
}
#session .bgbottom { 
    float:left; 
    clear:left; 
    background:url(/images/ui/session-bottom.png) no-repeat; 
    width:100%; 
    height:35px
}
#session .leftbar { 
    float:left; 
    margin-left:20px; 
    width:170px; 
    color:#FFF; 
    font-size:10pt 
}
#session .leftbar h2 { 
    font-size:28pt; 
    margin-top:-40px;
    *margin-top:0
}
#session .leftbar p { 
    border-top:2px dotted #FFF; 
    margin:27px 0 0 2px; 
    padding-top:7px 
}
#session .content { 
    float:left; 
    width:520px; 
    margin:-54px 0 0 24px 
}
#session .content p { 
    font-size:8pt; 
    color:#808080 
}
#session .content .left { 
    float:left; 
    width:224px; 
    padding:20px 10px; 
    border-right:1px dotted #666
}
#session .content .right { 
    float:left; 
    width:224px; 
    padding:20px 10px 
}
#session .step1 h4 { 
    font-size:10pt; 
    font-weight:bold; 
    color:#ED1D8F; 
    width:220px; 
    margin:5px; 
    height:49px; 
    display:block 
}
#session .step2 h3 { 
    display:inline; 
    font-size:15pt; 
    font-weight:bold; 
    line-height:17px;
    margin-top:-12px; 
    padding:0 55px 0 0; 
    width:100px 
}
#session .step2 h4 { 
    font-size:8pt; 
    font-weight:bold; 
    color:#666; 
    padding-left:16px; 
    margin:4px 0; 
    background:url(/images/ui/misc.gif) no-repeat 2px -428px
}
#session .step2 p { font-size:9pt }
#session .step2 button { 
    float:right; 
    margin:37px 10px 0 
}
#session .step3 h4 { 
    font-size:14pt; 
    font-weight:bold; 
    color:#ED1D8F; 
    width:220px; 
    padding-left:20px; 
    margin:18px 27px 13px 27px;
    background:url(/images/ui/misc.gif) no-repeat 0 -305px 
}        
#session .step3 p { 
    margin-left:47px; 
    font-size:9pt; 
    width:400px 
}
#session .step3 p.links { margin-top:27px }
#session .step3 a { 
    color:#ED1D8F; 
    font-size:9pt; 
    margin-right:23px; 
    padding-left:14px;
    background:transparent url(/images/ui/misc.gif) no-repeat -640px -157px;
}       
#session .column { 
    float:left; 
    width:150px; 
    margin-top:17px; 
    padding-left:18px; 
    border-right:1px dashed #666 
}
#session .column.last { border:none }
#session .column input { width:140px }
#session .column input.small { width:85px }


/* -------------------- Session -------------------- */
#pdescription { 
    position:absolute; 
    top:277px; 
    left:427px; 
    width:432px; 
    background:url(/images/ui/carrito-details-top.png) no-repeat;
    z-index:1001;
    display: none;
}
#pdescription .content { 
    float:left; 
    clear:left; 
    margin-top:23px; 
    width:432px; 
    height:128px; 
    padding-left:73px;
    background:url(/images/ui/carrito-details-middle.png) repeat-y
}
#pdescription .row { 
    float:left; 
    clear:left; 
    width:100%; 
    min-height:28px;
    border-bottom:1px dotted #666; 
    width:332px; 
    margin-bottom:7px
}
#pdescription .row h3 { 
    float:left; 
    font-size:13pt; 
    font-weight:bold; 
    color:#33A6DA; 
    padding-left:26px;
    margin-left:-27px;
    background:url(/images/ui/bullet-white-big.png) no-repeat 0 3px
}
#pdescription .row .close { 
    float:right; 
    margin-right:9px; 
    text-decoration:none; 
    color:#33A6DA;
    font-size:11pt
}
#pdescription .row h4 { 
    font-size:10pt; 
    font-weight:normal; 
    color:#33A6DA; 
    padding-left:28px;
    margin-left:-27px;
    background:url(/images/ui/bullet-white-small.png) no-repeat 2px 5px
}
#pdescription .row h4 span { 
    margin-left:3px; 
    color:#666; 
    font-size:9pt
}
#pdescription .row table { margin-top:7px }
#pdescription .row table th { 
    padding-right:4px; 
    font-size:9pt; 
    font-weight:normal; 
    color:#33A6DA; 
    text-align:left 
}
#pdescription .row table td { 
    padding-right:8px; 
    font-size:8pt; 
    color:#666; 
    text-align:left 
}
#pdescription .row .total { 
    float:right; 
    font-size:8pt; 
    color:#666; 
    margin:0 10px 7px 0 
}
#pdescription .row .total span { color:#33A6DA }
#pdescription .row.first { height:28px }
#pdescription .bgbottom { 
    float:left; 
    clear:left; 
    width:100%; 
    height:103px; 
    padding-left:72px;
    background:url(/images/ui/carrito-details-bottom.png) no-repeat
}
#pdescription .bgbottom p { 
    font-size:8pt; 
    color:#666; 
    margin-left:-27px;
    padding-left:28px;
    background:url(/images/ui/bullet-white-small.png) no-repeat 2px 5px        
}

/* -------------------- Resultados Intuitivos -------------------- */
/* -------------------- Resultados Intuitivos -------------------- */
#type-04 #main.ri {
    margin-bottom:40px;
    width:720px
}
#type-04 #main.ri #mymessage {
    width:720px
}
#type-04 #main.ri #mymessage p { 
    margin-left:-6px; 
    padding-left:27px; 
    font-size:11pt; 
    background:url(/images/ui/bullet-white-big.png) no-repeat 0 3px 
}
#type-04 #main.ri h1 { 
    clear:left;
    float:left;
    margin:20px 0;
    color:#33A6DA;
   width: 700px;
}
#type-04 #main.ri .searchagain {
    float:left;
    clear:left;
    width:100%;
	margin-bottom: 30px;
}
#type-04 #main.ri a { 
    margin-left:27px;
    color:#ED1C8F; 
    text-decoration:underline;
    font-size:9pt
}
#type-04 #main.ri a:hover { 
    text-decoration:none 
}
#type-04 #main.ri ul { 
    margin-top:10px;
    padding-top:6px; 
    border-top:1px dashed #666 
}
#type-04 #main.ri li { 
    margin:2px 0; 
}
#type-04 #main.ri li a { 
    color:#666 
}
#type-04 #main.ri li a span { 
    color:#ED1C8F; 
    text-decoration:underline 
}

/* -------------------- Add to Chart (last step) -------------------- */
#type-04 #main.ac {
    width:780px;
    margin-bottom:20px;
}
#type-04 #main.ac .left {
    float:left;
    margin-top:10px;
    width:475px;
} 
#type-04 #main.ac .left table {
    clear:left;
    float:left;
    width:100%;
} 
#type-04 #main.ac .left td.title {
    color:#33A6DA;
    font-size:10pt;
    padding-left:20px;
    background:url(/images/ui/misc.gif) no-repeat scroll 5px -125px
} 
#type-04 #main.ac .box {
    clear:left;
    float:left;
    width:100%;
    border-bottom:1px dashed #666;
    margin-top:20px;
    padding:5px;
}
#type-04 #main.ac .box.noborder {
    border:none
}
#type-04 #main.ac .left .box {
    margin-top:17px;
    padding-bottom:31px;
} 
#type-04 #main.ac .left .box h3 {
    font-size:11pt;
    padding-left:16px;
    background:url(/images/ui/misc.gif) no-repeat 0 -155px
} 
#type-04 #main.ac .right {
    width:250px;
    float:left;
    margin-left:30px;
    padding-left:15px;
    background:url(/images/ui/addcart_border.png) repeat-y left;
} 
#type-04 #main.ac .right .info {
    background:url(/images/ui/addcart_details.png) no-repeat;
    height:40px;
    margin:0 0 15px -26px;
    padding:25px 0 24px 16px;
} 
#type-04 #main.ac .right .info .details {
    float:left;
    width:110px;
    color:#33A6DA;
    margin:6px 0 0 7px
}
#type-04 #main.ac .right .info .details strong {
    font-size:9pt
}
#type-04 #main.ac .right .info .total {
    float:left;
    margin:2px 0 0 30px;
    color:#FFF;
    width:110px;
} 
#type-04 #main.ac .right .info .total .price {
    font-size:11pt;
    font-weight:bold;
}  
#type-04 #main.ac .right .info .total strong {
    font-size:9pt;
} 
#type-04 #main.ac .right .box {
    margin-top:4px;
} 
#type-04 #main.ac .right .box a {
    text-decoration:underline
}
#type-04 #main.ac .right button {
    margin-bottom:0
}
#type-04 #main.pk {
    float:left;
    clear:left
}
#type-04 #content .header .details {
    float:left;
    height:30px;
    margin-right:15px;
    width:340px;
    clear:left
}
#type-04 #content .header .details h2 {

}
#type-04 #content .header .address {
    float:left
}  
#type-04 #content .header.pkh {
    /*height:110px;*/
    background-color:transparent;
    padding:0;
    width:540px
}
#type-04 #content .header.pkh .left {
    float:left;
    color:#666;
    font-weight:normal;
    background:url(/images/ui/misc.gif) no-repeat -640px -218px;
    padding-left:16px
}
#type-04 #content .header.pkh .right {
    float:right;
    height:20px;
}
#type-04 #content .header.pkh .details {
    border-top:2px dotted #CCC;
    border-bottom:2px dotted #CCC;
    width:540px;
    margin:10px 0;
    padding:10px 0;
    height:auto;
    clear:both;
    float:none;
}
#type-04 #content .header.pkh h2 {
    font-size:19px;
    padding-left:25px;
    background:url(/images/ui/arrows_sprite.png) no-repeat 0 5px;
		display:block;
		margin:0 0 1em;
}
#type-04 #content .header.pkh.ac h2 {
    font-size:16px;
    padding-left:20px;
    background:url(/images/ui/misc.gif) no-repeat 0 -155px;
		margin:0 0 1em;
		display:block;
		
}
#type-04 #content .header.pkh h3 {
    font-size:12px;
    font-weight:normal;
    padding-left:25px;
    background:url(/images/ui/misc.gif) no-repeat 2px -127px;
    width:530px;
    height:30px;
    margin-top:10px;
}
#type-04 #content .header.pkh.ac h3 {
    padding-left:20px;
    background:none
}
#type-04 #content .header.pkh h3 span {
    font-size:10px;
}
#type-04 #content .header.pkh h3 strong,
#type-04 #content .header.pkh h3 span span {
    color:#666
}
#type-04 #content .header.pkh.ac h3 strong,
#type-04 #content .header.pkh.ac h3 span span {
    color:#33A6DA
}
#type-04 #content .header.pkh a {
    display:block;
    padding-left:16px
}

#type-04 #main.ac .acbox { float:left; clear:left; width:500px; min-height:50px; margin:10px 0; background:url(/images/ui/shadow-separator-540.png) no-repeat scroll -50px bottom }
#type-04 #main.ac .acbox span { width:30px; height:25px; float:left; margin-top:-4px; }
#type-04 #main.ac .acbox .car { background:url(/images/ui/includedstuff.png) no-repeat 0 0; margin-top:0 }
#type-04 #main.ac .acbox .plane { background:url(/images/ui/includedstuff.png) no-repeat -90px 0 }
#type-04 #main.ac .acbox .hosting { background:url(/images/ui/includedstuff.png) no-repeat -48px 0 }
#type-04 #main.ac .acbox .activities { background:url(/images/ui/includedstuff.png) no-repeat -130px 0 }
#type-04 #main.ac .acbox h4, #type-04 #main.ac .acbox p { float:left }
#type-04 #main.ac .acbox h4 { background:url(/images/ui/arrow-pink-right.png) no-repeat 0 3px; margin:0 10px 0 20px; padding-left:16px; width:100px }
#type-04 #main.ac .acbox p { width:300px }
#type-04 #main.ac .acbox table { clear:left; margin-top:10px; }
#type-04 #main.ac .acbox table tr { border-top:2px dotted #CCC }
#type-04 #main.ac .acbox table td { padding:5px 0 }
#type-04 #main.ac .acbox table h2 { font-size:13px !important; color:#666 !important }
#type-04 #main.ac .acbox table p { width:auto !important }
#type-04 #main.ac .acbox table div { color:#33A6DA }
#type-04 #main.ac .acbox table strong { display:block }

/***** Product Details *****/
div#product-detail{
	background: white none repeat scroll 0 0;
	float: right;
	left: -16px;
	padding: 5px;
	position: relative;
	top: 209px;
	width: 490px;
	z-index: 101;
}
	#product-detail .close-detail {
		float: right;
	}

div#calendars_container {
	height:185px;
}
div.timeframe_calendar table {
	float: left;
}


#type-03 #main .grid table td.fare1 {
	background-color: #ffffff;
}
#type-03 #main .grid table td.fare2 {
	background-color: #dceaf5;
}
#type-03 #main .grid table td.fare3 {
	background-color: #c2deef;
}
#type-03 #main .grid table td.fare4 {
	background-color: #a5d0ea;
}
#type-03 #main .grid table td.fare5 {
	background-color: #8ac5e6;
}

/* -------------------- How to buy -------------------- */
#howtobuy { 
    float:left; 
    width:550px; 
    font-size:8pt 
}
#howtobuy .item { 
    float:left; 
    width:150px; 
    background:url(/images/ui/howtobuy-arrow.png) no-repeat right -20px;
}
#howtobuy .item.last { 
    background:url(/images/ui/howtobuy-shadow.png) no-repeat right -20px 
}
#howtobuy .item h3 { 
    color:#FFF; 
    background:#62b9e3 !important; 
    height:41px; 
    margin-top:2px; 
    width:118px;
    font-size:10pt;
    line-height:36px
}
#howtobuy .item.last h3 { 
    width:131px
}
#howtobuy .item h3 span { 
    font-size:15pt;
    vertical-align:middle;
    margin-right:6px
}
#howtobuy .item p {  
    background:url(/images/ui/arrow-blue-down.png) no-repeat;
    padding:16px 25px 0 4px;
}



#bubble{
	width: 266px;
	height: 100px;
	color: #FFFFFF;
	margin-top: -45px;
}
#bubble_close {
	background:url(/images/ui/bubble-close.png) no-repeat;
	left: 245px;
	width: 20px;
	height: 15px;
	cursor: pointer;
}
#bubble_contents{
	margin-left: -1px;
}
#custom_info_window_red_beak{
	width: 28px;
	height: 38px;
}
* html #bubble_beak {
/* Alpha transparencies hack for IE */
	background-image:none;
}
#bubble_tl, #bubble_tr, #bubble_bl, #bubble_br,
#bubble_t,#bubble_l,#bubble_r,#bubble_b{
	height: 2px;
	width: 2px;
}
#bubble {
	font-family: arial;
	display:none;
	position:absolute;
/*	top:50px;*/
	left:300px;
	width:266px;
	background:url(/images/ui/bubble-top.png) no-repeat;
	z-index:1001
}
#bubble h4 {
	color:#FFFFFF;
	font-size:9pt;
	margin:12px 0 0 33px;
	background-image:url(/images/ui/bubble-middle.png);
	background-position:-33px 0;
}
#bubble .bcontent {
	margin-top:-3px;
	padding:0 5px 0 31px;
	color:#FFFFFF;
	background:url(/images/ui/bubble-middle.png) repeat-y
}
#bubble .bcontent a {
	color:#FFFFFF;
	text-decoration:underline
}
#bubble .bcontent a:hover {
	text-decoration:none
}
#bubble .bcontent .price {
	margin:8px 15px 0;
	float:right;
	clear:both
}
#bubble .bcontent .price strong {
	font-size:11pt 
}
#bubble .bbottom {
	height:28px;
	background:url(/images/ui/bubble-bottom.png) no-repeat -1px 0
}


/* -------------------- Banners -------------------- */
#banners { width:460px; height:285px; overflow:hidden }
#banners .banner { width:460px; height:285px; float:left; background-color:#1B1B1F; cursor:pointer }
#banners h2 { margin:80px 0 0 30px; padding:0 5px; background-color:#E50087; color:#FFF; font-weight:bold; font-size:16pt; float:left; clear:left }
#banners h2 .currency { font-size:11pt; font-weight:normal; margin-right:-3px }
#banners .days { margin:20px 0 0 30px; padding:0 5px; background-color:#FFF; color:#E50087; font-size:13pt; float:left; clear:left }
#banners .description { margin:0 0 18px 30px; padding:0 5px; background-color:#FFF; color:#33A6DA; font-size:10pt; max-width:300px; clear:left }
#banners .conditions { margin:0 0 0 30px; padding:0 5px; background-color:#33A6DA; color:#FFF; font-size:11pt; float:left; clear:left }


.nrcontainer { float:left; clear:left; width:540px; margin:10px 0 20px 0; border-top:1px solid #CCC }
.noresults { float:left; width:340px; height:33px; background:#52A8DE url(/images/ui/noresults.png) no-repeat 0 0 }
.noresults h3 { float:left; font-weight:bold; font-size:10pt; padding:6px 0 0 26px; color:#FFF }
.noresults h3 a { font-weight:normal; color:#FFF; text-decoration:underline }
.noresults h3 a:hover { text-decoration:none }
.noresults .rightNR { float:right; width:25px; height:35px; background:url(/images/ui/noresults.png) no-repeat 0 -35px }

.currencySelector {  margin-top:10px; color:#ED1D8F; width:120px; background:url(/images/ui/arrows_sprite.png) no-repeat right -445px }
.currencySelector a { border-bottom:1px dashed #ED1D8F; color:#ED1D8F !important }
.currencySelector a:hover { text-decoration:none; border-bottom:none }
.currencySelector .currency { font-weight:bold; color:#ED1D8F !important }
.currencySelector ul { position:absolute; width:120px }
.currencySelector ul li { line-height:12pt; text-align:left }
.currencySelector ul li a { text-decoration:underline; border-bottom:none }
.currencySelector ul li a:hover { text-decoration:none }


/* -------------------- Cart -------------------- */
#cart { float:left; margin:130px 0 0 -36px; display:none }
#cart #cart-top { background:url(/images/ui/cart.png) no-repeat 0 0; width:172px; height:52px }
#cart #cart-top h2 { color:#ED1D8F; font-size:15pt; padding:14px 0 0 45px }
#cart #cart-content { float:left; background:url(/images/ui/cart.png) repeat-y -172px 0; width:172px }
#cart #cart-content a { color:#33A6DA; text-decoration:underline }
#cart #cart-content a:hover { text-decoration:none }
#cart #cart-content #cart-info { float:left; clear:left; height:82px; background:#FCCEE9 url(/images/ui/cart.png) repeat-y -368px 0; width:168px; border-top:1px dotted #CCC; border-bottom:1px dotted #CCC }
#cart #cart-content #cart-info #cart-arrows { float:right; margin:6px 18px 0 0; width:50px; height:16px }
#cart #cart-content #cart-info #cart-arrows a { background:url(/images/ui/cart.png) no-repeat; width:16px; height:16px; float:left; margin:0 3px }
#cart #cart-content #cart-info #cart-arrows a:hover {  }
#cart #cart-content #cart-info #cart-arrows #prevOffer { background-position:-348px -16px }
#cart #cart-content #cart-info #cart-arrows #nextOffer { background-position:-348px -32px }
#cart #cart-content #cart-info .offer { float:left; clear:left; padding-left:19px; width: 138px; }
#cart #cart-content #cart-info .offer h3 { color:#ED1D8F; font-size:11pt }
#cart #cart-content #cart-info .offer p { line-height:9pt; margin:0; color:#666 }
#cart #cart-content #cart-left-results { float:left; clear:left }
#cart #cart-content #cart-left-results li { float:left; clear:left; padding:10px 10px 0 18px; border-bottom:1px dotted #CCC; width: 138px; }
#cart #cart-content #cart-left-results li h4 { color:#33A6DA }
#cart #cart-content #cart-left-results li h4 .icon { display:block; background:url(/images/ui/misc.gif) no-repeat; width:16px; height:16px }
#cart #cart-content #cart-left-results li h4 .hotel { background-position:-640px -66px }
#cart #cart-content #cart-left-results li h4 .car { background-position:-640px -97px }
#cart #cart-content #cart-left-results li h4 .flight { background-position:-640px -126px }
#cart #cart-content #cart-left-results li h4 .package { background-position:-640px -36px; height: 22px;}
#cart #cart-content #cart-left-results li p { color:#666 }
#cart #cart-content #cart-left-results li .price { float:right; color:#ED1D8F }
#cart #cart-content #cart-left-results li .price .currency { font-size:8pt; color:#ED1D8F }
#cart #cart-content #cart-left-results li .price .amount { font-size:9pt; color:#ED1D8F; font-weight:bold }
#cart #cart-content #cart-left-results li.disabled {  }
#cart #cart-content #cart-left-results li.disabled h4 { color:#CFCFCF }
#cart #cart-content #cart-left-results li.disabled p { color:#CFCFCF }
#cart #cart-content #cart-left-results li.disabled .price { color:#CFCFCF }
#cart #cart-content #cart-left-results li.disabled .price .currency { color:#CFCFCF }
#cart #cart-content #cart-left-results li.disabled .price .amount { color:#CFCFCF }
#cart #cart-content #cart-price { float:left; clear:left; width:158px; text-align:right }
#cart #cart-content #cart-price h3 { color:#ED1D8F; line-height:11pt; margin:10px 0 0; }
#cart #cart-content #cart-price h3 .currency { font-size:8pt; font-weight:normal; }
#cart #cart-content #cart-price h3 .amount { font-size:15pt; font-weight:bold; }
#cart #cart-content #cart-price p.note { margin:0; font-size:6pt; color:#ED1D8F; text-transform:uppercase }
#cart #cart-content #cart-price p.special { margin-top:10px }
#cart #cart-content #cart-price p.special .currency { font-size:7pt; color:#ED1D8F; }
#cart #cart-content #cart-price p.special .amount { font-size:9pt; font-weight:bold; color:#ED1D8F; }
#cart #cart-content #cart-buy { float:left; clear:left; padding-left:18px }
#cart #cart-bottom { float:left; clear:left; background:url(/images/ui/cart.png) no-repeat 0 -50px; width:172px; height:27px; }


#cart #cart-content a.btn-hudgepink {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(/images/ui/buttons.png) no-repeat scroll 0 -465px;
color:#FFFFFF;
display:block;
font-size:11px;
font-weight:bold;
height:32px;
line-height:28px;
padding-left:4px;
padding-right:50px;
text-decoration:none;
width:172px;
}

/* -------------------- Hotel Restrictions en /micarrito -------------------- */
.contract-restrictions {
	width: 514px;
}
.contract-restrictions .container {
}
.contract-restrictions .head {
	background:#FFFFFF url(/images/ui/contract-restrictions-bg.png) no-repeat scroll left top;
	height:30px;
	color: #ffffff;
	font-weight: bold;
	padding:29px 15px 0 40px;
}
.contract-restrictions .head .close {
	float: right;
	font-size: 11px;
	color:#ffffff;
	text-decoration:underline;
}
.contract-restrictions .body {
	background:transparent url(/images/ui/pkPopupMiddle.png) repeat-y scroll 0 0;
	min-height:100px;
	padding:5px 10px;
}
.contract-restrictions .footer {
	background:transparent url(/images/ui/pkPopupBottom.png) no-repeat scroll 0 0;
	height:20px;
}

/* Tooltip */  
#tooltip {  
	position:absolute;
	z-index:9999;
	color:#fff;
	font-size:10px;
	top: 10px;
	left: 35px;
	background: url("/images/ui/error-bottom.png") 15px bottom no-repeat;
	height: 40px;
}

#tooltip .content {
	background-color:#ED1D8F;
	padding: 5px;
	float: left;
}

#tooltip .leftBorder {
	background-image:url("/images/ui/error-left.png");
	float:left;
	height:25px;
	width:10px;
}

#tooltip .rightBorder {
	background-image:url("/images/ui/error-right.png");
	float:left;
	height:25px;
	width:10px;
}


























/**
 * SqueezeBox - Expandable Lightbox
 *
 * Allows to open various content as modal,
 * centered and animated box.
 *
 * @version		1.1 rc4
 *
 * @license		MIT-style license
 * @author		Harald Kirschner <mail [at] digitarald.de>
 * @copyright	Author
 */

#sbox-overlay {
	position: absolute;
	background-color: #000;
	left: 0px;
	top: 0px;
	zoom: 1;
}

#sbox-window {
	position: absolute;
	background-color: #fff;
	text-align: left;
	overflow: visible;
	padding: 10px;
	/* invalid values, but looks smoother! */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#sbox-btn-close {
	position: absolute;
	width: 30px;
	height: 30px;
	right: -15px;
	top: -15px;
	background: url(/images/ui/squeezebox/closebox.png) no-repeat center;
	border: none;
}

.sbox-window-ie6 #sbox-btn-close {
	background-image: url(/images/ui/squeezebox/closebox.gif);
}

.sbox-loading #sbox-content {
	background-image: url(/images/ui/squeezebox/spinner.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#sbox-content {
	clear: both;
	overflow: auto;
	background-color: #fff;
	height: 100%;
	width: 100%;
}

.sbox-content-image#sbox-content {
	overflow: visible;
}

#sbox-image {
	display: block;
}

.sbox-content-image img {
	display: block;
	width: 100%;
	height: 100%;
}

.sbox-content-iframe#sbox-content {
	overflow: visible;
}

/* Hides scrollbars */
.body-overlayed {
	overflow: hidden;
}
/* Hides flash (Firefox problem) and selects (IE) */
.body-overlayed embed, .body-overlayed object, .body-overlayed select {
	visibility: hidden;
}
#sbox-window embed, #sbox-window object, #sbox-window select {
	visibility: visible;
}

/* Shadows */
.sbox-bg {
	position: absolute;
	width: 33px;
	height: 40px;
}

.sbox-bg-n {
	left: 0;
	top: -40px;
	width: 100%;
	background: url(/images/ui/squeezebox/bg_n.png) repeat-x;
}
.sbox-bg-ne {
	right: -33px;
	top: -40px;
	background: url(/images/ui/squeezebox/bg_ne.png) no-repeat;
}
.sbox-bg-e {
	right: -33px;
	top: 0;
	height: 100%;
	background: url(/images/ui/squeezebox/bg_e.png) repeat-y;
}
.sbox-bg-se {
	right: -33px;
	bottom: -40px;
	background: url(/images/ui/squeezebox/bg_se.png) no-repeat;
}
.sbox-bg-s {
	left: 0;
	bottom: -40px;
	width: 100%;
	background: url(/images/ui/squeezebox/bg_s.png) repeat-x;
}
.sbox-bg-sw {
	left: -33px;
	bottom: -40px;
	background: url(/images/ui/squeezebox/bg_sw.png) no-repeat;
}
.sbox-bg-w {
	left: -33px;
	top: 0;
	height: 100%;
	background: url(/images/ui/squeezebox/bg_w.png) repeat-y;
}
.sbox-bg-nw {
	left: -33px;
	top: -40px;
	background: url(/images/ui/squeezebox/bg_nw.png) no-repeat;
}

#como-comprar {
width:820px;
border-bottom:1px dotted;
margin-bottom:20px;
padding-bottom:20px;
}

#como-comprar h2 {
width:225px;
height:39px;
background:transparent url(/images/ui/como-comprar.png) no-repeat scroll 0 0;
text-indent:-9999px;
margin:0 0 20px;
}
#como-comprar h4 {
margin:0 auto 10px;
}
#como-comprar .text-globe {
width:800px;
height:45px;
background:transparent url(/images/ui/como-comprar-title-globe.png) no-repeat scroll 0 0;
color:#FFF;
padding:10px;
margin:0 0 20px;
font-size:12px;
}
#como-comprar .text-globe.blue {
width:800px;
height:45px;
background:transparent url(/images/ui/como-comprar-title-globe-blue.png) no-repeat scroll 0 0;
color:#FFF;
padding:10px;
}
#como-comprar .text-globe h3.horario-de-atencion {
background:transparent url(/images/ui/como-comprar-horario-de-atencion.png) no-repeat scroll 0 0;
height:36px;
width:253px;
float:left;
text-indent:-9999px;
}
#como-comprar .text-globe h3.formas-de-pago {
background:transparent url(/images/ui/como-comprar-formas-de-pago.png) no-repeat scroll 0 0;
height:36px;
width:203px;
float:left;
text-indent:-9999px;
}
#como-comprar .text-globe h3.tickets {
background:transparent url(/images/ui/como-comprar-tickets.png) no-repeat scroll 0 0;
height:36px;
width:123px;
float:left;
text-indent:-9999px;
}
#como-comprar .text-globe h3.durante-tu-viaje {
background:transparent url(/images/ui/como-comprar-durante-tu-viaje.png) no-repeat scroll 0 0;
height:36px;
width:219px;
float:left;
text-indent:-9999px;
}
#como-comprar .text-globe div {
float:right;
padding:10px 0 0 0;
}
#como-comprar .cols-4 {
background:transparent url(/images/ui/como-comprar-separator.png) no-repeat scroll center 0;
overflow:hidden;
margin:0 0 40px;
}
#como-comprar .cols-4 li {
float:left;
width:185px;
margin:0 10px;
text-align:center;
}
#como-comprar .subitulo {
margin:0 0 20px;
}
#como-comprar .descripcion {
font-size:11px;
text-align:left;
margin:0 0 20px;
}
#como-comprar .internet h4 {
background:transparent url(/images/ui/como-comprar-internet.png) no-repeat scroll center 0;
width:76px;
height:74px;
text-indent:-9999px;
}
#como-comprar .telefono h4 {
background:transparent url(/images/ui/como-comprar-telefono.png) no-repeat scroll center 0;
width:81px;
height:74px;
text-indent:-9999px;
}
#como-comprar .email h4 {
background:transparent url(/images/ui/como-comprar-email.png) no-repeat scroll center 0;
width:52px;
height:72px;
text-indent:-9999px;
}
#como-comprar .chat h4 {
background:transparent url(/images/ui/como-comprar-chat.png) no-repeat scroll center 0;
width:43px;
height:70px;
text-indent:-9999px;
}

#como-comprar .tarjeta-de-credito h4 {
background:transparent url(/images/ui/como-comprar-tarjeta-de-credito.png) no-repeat scroll center 0;
width:164px;
height:23px;
text-indent:-9999px;
}

#como-comprar .deposito-bancario h4 {
background:transparent url(/images/ui/como-comprar-deposito-bancario.png) no-repeat scroll center 0;
width:169px;
height:23px;
text-indent:-9999px;
}

#como-comprar .transferencia-bancaria h4 {
background:transparent url(/images/ui/como-comprar-transferencia-bancaria.png) no-repeat scroll center 0;
width:132px;
height:48px;
text-indent:-9999px;
}
#como-comprar .pago-mis-cuentas h4 {
background:transparent url(/images/ui/como-comprar-pago-mis-cuentas-cajeros.png) no-repeat scroll center 0;
width:179px;
height:46px;
text-indent:-9999px;
}
#como-comprar .tarjetas, .bancos, .red {
margin:0 0 20px;
overflow:hidden;
}
#como-comprar .tarjetas li {
margin:0 9px;
}
#como-comprar .tarjetas .visa{
background:transparent url(/images/ui/visa.png) no-repeat scroll center 0;
width:50px;
height:30px;
text-indent:-9999px;
}
#como-comprar .tarjetas .mastercard{
background:transparent url(/images/ui/mastercard.png) no-repeat scroll center 0;
width:50px;
height:30px;
text-indent:-9999px;
}
#como-comprar .tarjetas .american-express{
background:transparent url(/images/ui/american-express.png) no-repeat scroll center 0;
width:30px;
height:30px;
text-indent:-9999px;
}
#como-comprar .bancos .standard-bank {
background:transparent url(/images/ui/standard-bank.png) no-repeat scroll center 0;
width:110px;
height:30px;
text-indent:-9999px;
}
#como-comprar .bancos .santander-rio {
background:transparent url(/images/ui/santander-rio.png) no-repeat scroll center 0;
width:129px;
height:30px;
text-indent:-9999px;
}
#como-comprar .red li {
display:block;
}
#como-comprar .red .pago-mis-cuentas{
background:transparent url(/images/ui/pago-mis-cuentas.png) no-repeat scroll center 0;
width:132px;
height:20px;
text-indent:-9999px;
}
#como-comprar .red .banelco{
background:transparent url(/images/ui/banelco.png) no-repeat scroll center 0;
width:50px;
height:30px;
text-indent:-9999px;
}

#como-comprar .ver-mas {
clear:both;
display:block;
}
#como-comprar .cols-2 {
background:transparent url(/images/ui/como-comprar-separator-one.png) no-repeat scroll center 0;
overflow:hidden;
margin:0 0 40px;
}
#como-comprar .cols-2 li {
float:left;
width:390px;
margin:0 10px;
text-align:center;
}
#como-comprar .voucher-electronico h4 {
background:transparent url(/images/ui/como-comprar-voucher-electronico.png) no-repeat scroll center 0;
width:184px;
height:23px;
text-indent:-9999px;
}
#como-comprar .voucher-fisico h4 {
background:transparent url(/images/ui/como-comprar-voucher-fisico.png) no-repeat scroll center 0;
width:207px;
height:23px;
text-indent:-9999px;
}

#como-comprar .durante-el-viaje {}


