/* MAIN */

*
{
	margin:0;
	padding:0;
}

form,fieldset
{
	border:none;
}

ul
{
	list-style:none;
}

img
{
	display:block;
	border:none;
}

body
{
	background:#fff url(../img/bg-body.gif) repeat-x 0 0;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#main
{
	width:972px;
	background:#fff url(../img/bg-main.gif) no-repeat 100% 0;
	position:relative;
	margin:0 auto;
	padding:77px 0 40px;
}

body.home
{
	background:#fff url(../img/bg-body-home.gif) repeat-x 0 0;
}
body.home #main
{
	background:#fff url(../img/bg-main-home.gif) no-repeat 100% 0;
}

#content
{
	width:972px;
	padding:0 0 10px;
	overflow:auto;
}

/* HEADER */

#header
{
	width:955px;
	position:absolute;
	top:0;
	left:0;
}

#main #header a.logo
{
	float:left;
	width:355px;
	height:94px;
	display:inline;
	text-indent:-9999px;
	overflow:hidden;
}

#main #header a:hover
{
	cursor:pointer;
}

#main #header div.options
{
	width:600px;
	float:right;
	overflow:visible;
	background:#DEDEDE;
	height:24px;
}

#main #header div.options ul.links
{
	overflow:hidden;
	float:left;
	margin:3px 0 0;
}

#main #header div.options ul.links li
{
	float:left;
	font:11px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background:url(../img/devider.gif) no-repeat 100% 50%;
	padding:0 9px;
}

#main #header div.options a
{
	color:#000;
	text-decoration:none;
}

#main #header div.options a:hover
{
	text-decoration:underline;
}

#main #header div.options a.google
{
	float:left;
	display:inline;
	text-indent:-9999px;
	width:104px;
	height:17px;
	background:url(../img/btn-google.gif) no-repeat 0 0;
	overflow:hidden;
	margin:3px 0 0 6px;
}

#main #header div.tools
{
	font:11px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	float:right;
}
/*
#main #header div.options select
{
	font:11px/14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#000;
	float:left;
	width:90px;
	margin:0 4px;
}

#main #header div.options select.currency
{
	width:70px;
	margin:3px 0 0;
}

#main #header div.options select.currency option
{
	padding:0 0 0 5px;
}
*/

#main #header .selector
{
	float:left;
	margin:2px 2px 0;
	background-color:#ffffff;
	cursor:default;
	border:1px solid #999999;
}

#main #header .selector .button
{
	background:url(../img/ico-select.gif) no-repeat;
	background-position:right -17px;
}

#main #header .selector .button-hover
{
	background-position:right top;
}

#main #header .selector .selector-options
{
	position:absolute;
	margin-left:-1px;
	background-color:#ffffff;
	border:1px solid #999999;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	width:100%;
}

#main #header .selector .option
{
	white-space:nowrap;
	display:block;
	padding-left:3px;
	line-height:17px;
}

#main #header .selector .option.iconoption
{
	padding-left:23px;
}

#main #header .selector .button .option
{
	overflow:hidden;
	margin-right:18px;
}
#main #header .selector .selector-options .option
{
	height:16px;
}

#main #header .selector .selector-options .option:hover
{
	background-color:#bbbbbb;
	text-decoration:none;
}

#main #header .selector .option.fr
{
	background:url(../img/flags.gif) no-repeat 2px 0px;
}

#main #header .selector .option.de
{
	background:url(../img/flags.gif) no-repeat 2px -15px;
}

#main #header .selector .option.it
{
	background:url(../img/flags.gif) no-repeat 2px -31px;
}

#main #header .selector .option.es
{
	background:url(../img/flags.gif) no-repeat 2px -47px;
}

#main #header .selector .option.en
{
	background:url(../img/flags.gif) no-repeat 2px -63px;
}

#main #header #currencies-selector
{
	width:73px;
}

#main #header #languages-selector
{
	width:92px;
}

#main #header div.contact
{
	float:right;
	margin:10px 0 0;
}

#main #header div.contact p
{
	font-size:10px;
	line-height:12px;
	color:#000;
	float:right;
	clear:both;
	text-align:right;
	white-space:nowrap;
}

#main #header div.contact p.phone
{
	font:bold 17px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FF9201;
	line-height:20px;
	background:url(../img/ico-phone.gif) no-repeat 0 50%;
	padding:0 0 0 20px;
}

#main #header .slogan
{
	float:left;
	font-size:12px;
	line-height:30px;
	font-weight:700;
	color:#FF9201;
	margin:16px 0 0;
	white-space:nowrap;
	overflow:hidden;
}

#main #header .slogan span
{
	color:#489E00;
	margin-right:6px;
}

/* FOOTER */

#footer
{
	width:955px;
	float:left;
	background:url(../img/bg-footer.gif) no-repeat 0 0;
	padding:0 17px 0 0;
}

#main #footer div.help
{
	width:100%;
	overflow:hidden;
	height:138px;
	text-align:center;
}

#main #footer div.help div.rightbox
{
	float:right;
	padding:70px 13px 0 0;
	width:400px;
}

#main #footer div.help ul
{
	float:right;
	text-align:right;
}

#main #footer div.help li
{
	display:inline;
	font-size:11px;
	font-weight:700;
	color:#fff;
	line-height:18px;
}

#main #footer div.help a
{
	text-decoration:none;
	color:#fff;
}

#main #footer div.help p
{
	text-align:right;
	float:right;
	width:100%;
	font-size:11px;
	line-height:15px;
	color:#fff;
	margin:4px 0 0;
}

#main #footer ul.checkout li
{
	display:inline;
	font-size:13px;
	color:#8D8D8D;
	font-weight:700;
	line-height:26px;
	padding:0 7px;
}

#main #footer ul.checkout li a
{
	text-decoration:none;
	color:#616161;
}

#main #footer div.adscolumn
{
	width:100%;
	overflow:hidden;
	border-bottom:1px solid #ddd;
	padding:0 0 4px;
}

#main #footer div.adscolumn ul.ads
{
	float:left;
	width:770px;
	line-height:14px;
	text-align:center;
	padding:3px 0 0;
}

#main #footer div.adscolumn ul.ads li
{
	display:inline;
	font-size:10px;
	letter-spacing:-1px;
	color:#707070;
}

#main #footer div.adscolumn ul.ads li a
{
	font-weight:700;
	text-decoration:none;
	white-space:nowrap;
	letter-spacing:0;
	color:#707070;
}

#main #footer div.adscolumn ul.cards
{
	float:right;
	margin:10px 0 0;
}

#main #footer div.adscolumn ul.cards li
{
	float:left;
	display:inline;
	margin:0 3px 0 4px;
}

#main #footer div.adscolumn ul.cards li a
{
	float:left;
	height:20px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../img/ico-cards.gif) no-repeat 0 0;
}

#main #footer div.adscolumn ul.cards li a.iata
{
	width:28px;
	background-position:0 0;
}

#main #footer div.adscolumn ul.cards li a.gea
{
	width:26px;
	background-position:-34px 0;
}

#main #footer div.adscolumn ul.cards li a.visa
{
	width:31px;
	background-position:-69px 0;
}

#main #footer div.adscolumn ul.cards li a.master
{
	width:32px;
	background-position:-109px 0;
}

#main #footer div.adscolumn ul.cards li a.fop
{
	width:30px;
	background-position:-152px 0;
}

#main #footer p
{
	font-size:11px;
	line-height:18px;
	color:#8D8D8D;
	text-align:center;
	margin:9px 0 0;
}

#main #footer p a
{
	font-size:11px;
	line-height:18px;
	color:#8D8D8D;
	text-align:center;
	margin:9px 0 0;
	text-decoration:none;
}

#main #footer div.help a:hover,
#main #footer ul.checkout li a:hover,
#main #footer div.adscolumn ul.ads li a:hover,
#main #footer ul.languages li a:hover,
#main #footer p a:hover
{
	text-decoration:underline;
}

#main #footer ul.checkout,
#main #footer ul.languages
{
	overflow:hidden;
	text-align:center;
	border-bottom:1px solid #ddd;
	padding:0 0 1px;
}

* html #main #footer div.adscolumn ul.ads,
*+ html #main #footer div.adscolumn ul.ads
{
	line-height:15px;
}

div.autocomplete {
	margin:0px;
	padding:0px;
	width:250px;
	background:#fff;
	border:1px solid #888;
	position:absolute;
	width:250px;
}

div.autocomplete ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

div.autocomplete ul li.selected {
	background-color:#ffb;
}

div.autocomplete ul li {
	padding:4px 0;
	display:block;
	list-style-type:none;
	color:#555555;
	font-size:11px;
	cursor:pointer;
}

#footer  #syndication {
	text-align:center;
}

#footer  #syndication a{
	text-decoration:none;
}
#footer  #syndication img{
	display:inline;
	padding:5px 7px 0;
}

.infoBoxContainer{
	background:#ffffff;
	border:1px solid #000000;
}
.infoBoxContent .calendario,
.infoBoxContent .leyenda {
	float:left;
	padding:10px 0 0 10px;
	font-size:11px;
}
div.information{
	margin-bottom:11px;
	font-size:11px;
}
div.information p{
	margin-bottom:10px;
}
div.information p.title{
	font-weight:bold;
}
div.information a{
	color:#163368;
	text-decoration:none;
}
div.information ul{
	margin-left:20px;
	list-style-type:disc;
}

div.tooltip {
	position:absolute;
	font-size:11px;
	width:150px;
	padding:4px;
	background:#FFFDA1;
	border:1px solid #333333;
}
div.tooltip input{
	width:0;
	height:0;
	border:0;
}
