
/* PALETA DE COLORES */
/*		azul claro: #99ccff			*/
/*		azul medio: #6699ff			*/
/*		azul oscuro: #000099			*/

html{
	position:absolute;
	width:100%;
}
body{
	margin:4px;
	font-family:verdana;
	position:absolute;
	width:100%;
}
.div_flag{
	float:right;
	margin:3px;
}
.div_flag a{
	color:#ffffff;
	font-size:10px;
	text-decoration:none;
}
.tr_menu_principal{
	height:20px;
}
.tr_menu_principal div{
	padding:0px;
}
.tr_menu_principal div{
	text-decoration:none;
}
.tr_menu_principal a:hover div{
	color:#000000;
}
.div_banner{
	background-color: #99ccff;
	color: #000000;
	font-size:11px;
	padding:7px;
	margin:0px;
}
.div_banner p{
	margin:0px;
	margin-top:7px;
	text-align:justify;
}
.tr_upper_banner td{
	padding:10px;
	padding-bottom:5px;
}
.div_airports, .div_destinations{
	background:url('transfers-from-airport.gif') right bottom no-repeat;
	height:190px;
	padding:5px;
	margin:0px;
	margin-bottom:5px;
	background-color: #9cf;
}
.div_destinations{
	height:182px;
}
.tit_oscuro{
	color: #000099;
	font-weight: bold;
	font-size: 12px;
	padding:0px;
}
.tit_oscuro h1{
	float:left;
	margin:0px;
	margin-right:5px;
	padding:0px;
	font-size:12px;
	color: #000099;
}
.tit_oscuro p{
	color: #000099;
	font-weight: bold;
	font-size: 12px;
	padding:0px;
	margin:0px;
}
.link_negro{
	color: #000000;
	font-size:11px;	
	text-decoration:none;
}
.link_negro:hover{
	color: #000099;
}
.td_footer_left{
	background:url('td-footer-left.gif') no-repeat;
	width: 7px;
}
.td_footer_right{
	background:url('td-footer-right.gif') no-repeat;
}
.td_footer_menu{
	background-color: #000099;
	color:#ffffff;
	text-align:center;
	padding:0px;
	font-family:verdana;
	font-size:11px;
	vertical-align:top;
}
.td_footer_menu a{
	color:#ffffff;
	font-family:verdana;
	font-size:11px;
	letter-spacing:0.1em;
	margin:0px 4px 0px 4px;
	text-decoration:none;
}
.td_footer_menu a:hover{
	color:#99ccff;
}
.txt_foot, .txt_foot a{
	color:#000000;
	font-family:verdana;
	font-size:10px;
	font-weight:normal;
	line-height:11px;
}

#div_destinos h2{
	font-size:12px;
}

#div_social_footer{
	border-left: 1px dashed rgb(86, 139, 221); 
	padding: 0px 11px; 
	background: transparent url('ft_smiley.gif') top right no-repeat;
}

/* ------------------------------------------------------------ */
/* MAIN CONTENT */
/* ------------------------------------------------------------ */

.content td{
	color:#000000;
	text-align:justify;
	font-family: verdana;
	font-size: 11px;
}
.main_content{
	color:#000000;
	text-align:justify;
	font-family: verdana;
	font-size: 11px;
	padding:20px;
}
.style2{
	font-size:14px;
	color: #000099;
	font-weight:bold;
}
.style3{
	font-size:12px;
	color: #000099;
	font-weight:bold;
}

.admin_button, .admin_button_hover{
	border: 1px #000099 solid;
	background-color: #ffffff;
	color: #000099;
	font-weight:bold;
	font-family:verdana;
	font-size: 11px; 
}
.admin_button_hover{
	color: #000000; 
}
.label_form{
	font-size:11px;
}

/* ------------------------------------------------------------ */
/* 			FLAGS FOR LANGUAGES                */
/* ------------------------------------------------------------ */
#nav {
	/*width:70px;*/
	font-size:11px;
	margin-top: 56px;
	margin-right: 2px;
	margin-bottom: 0px;
	padding: 0px;
	line-height:100%;
}
#nav li a img{border:none;}
#nav li {
	margin: 1px;
	padding: 2px;
	/*float: left;*/
	position: relative;
	list-style: none;
	white-space:nowrap;
}


/* main level link */
#nav a {
	font-weight: bold;
	color: #116;
	text-decoration: none;
	display: block;
	padding:  1px;
	margin: 0;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	
	text-shadow: 0 1px 1px rgba(0,0,0, .3);
}
#nav a:hover {
	color: #fff;
}

/* main level link hover */
#nav .current a, #nav li:hover > a {
	color: #ccc;
}

/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #116;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav ul a:hover {
	background-color: #f82!important;
	color: #111 !important;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;

	text-shadow: 0 1px 1px rgba(0,0,0, .1);
}

/* dropdown */
#nav li:hover > ul {
	display: block!important;
}

/* level 2 list */
#nav ul {
	position: absolute;
	width: 100px;
	display: none;
	text-align:right!important;
	margin: 0;
	padding: 2;
	top: 16px;
	right: 0px;
	background-color: #e1cab5;
	border: solid 1px #f82;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 1;
	/*border:1px transparent solid;*/
}

#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 0 #fff;
}

/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}

/* rounded corners of first and last link */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 2px;
	-moz-border-radius-topleft: 2px;

	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topright: 2px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomleft: 2px;

	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-bottomright: 2px;
}

/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#nav {
	display: inline-block;
} 
html[xmlns] #nav {
	display: block;
}
 
* html #nav {
	height: 1%;
}


/* ------------------------------------------------------------ */
/* 		TESTIMONIALS	PAGINATOR               */
/* ------------------------------------------------------------ */

.logo_mosaic img{
float:left;
margin:5px;
}
#paginator a{
display:block;
float:left;
width:17px;
margin:2px;
font-size:9px;
text-align:center;
background-color:#ddd;
text-decoration:none;
}
#paginator a:hover{
background-color:#eee;
}
#paginator a.selected{
background-color:#111;
color:#eee;
font-weight:bold;
}
.style6 {
font-size: 12px;
}

.numero{font-size:12px;width:40px;float:left;border:1px #00c solid;border-top:8px #00c solid;padding:3px 0px;margin-right:5px;text-align:center;}

/* ------------------------------------------------------------ */
/* 			T A B S   O F   A I R P O R T . P H P        */
/* ------------------------------------------------------------ */

#tb_tabs{
	width:430px;
	height: 388px;
}
#tb_tabs .coment{
	background-color: #fad163;
	color: #000000;
	font-family: verdana;
	font-size: 11px;
	padding:7px 0px 0px 5px;
	text-align:left;
}
#tb_tabs .td_coments{
	background-color: #fad163;
	border:2px #fad163 solid;
}
#tb_tabs .td_visores{
	background-color: #fff7d7;
	border:2px #fad163 solid;
	font-family: verdana;
	font-size: 11px;
	width:430px;
	padding:0px 0px 0px 0px;
}
#tb_tabs .visor{
	width:426px;
	height:338px;
	background-color: #fff7d7;
	padding:0px;
	overflow:auto;
}
#tb_tabs .td_tabs{
	padding-left:45px;	
	padding-top:2px;
}
#tb_tabs .td_tabs div{
	width:110px;
	height:20px;
	padding:2px 5px 0px 5px;
	margin: 0px 1px 0px 1px;
	float:left;
	text-align:center;
	cursor:pointer;
}
#tb_tabs .td_tabs a, #tb_tabs .td_tabs{
	height:20px;
	text-decoration:none;
	font-family: verdana;
	font-size: 12px;
	font-weight:bold;
}
#tb_tabs .tab_over{
	background: url('tab_over.gif') center top no-repeat;
	color:#000099;
}
#tb_tabs .tab_out{
	background: url('tab_out.gif') center top no-repeat;
}
#tb_tabs a{color:#000099;}
#tb_tabs a:hover{color:#000099;}

/* ------------------------------------------------------------ */
/* 			F   O   O   T   E   R           */
/* ------------------------------------------------------------ */

		#tb_ft{width:800px;}
		#tb_ft td{color:#0233b8;background-color:#b6dfff;font-family:'trebuchet ms';}
		#tb_ft h1{color:#78adff;font-size:20px;border-bottom:1px #568bdd dashed;padding:5px;padding-top:0px;}
		#tb_ft h3{font-size:14px;}
		#tb_ft h2{font-size:16px;color:#ff7c00;font-family:'times new roman';}
		#tb_ft p{margin:0px;font-size:11px;}
		#tb_ft a{text-decoration:none;}
		#tb_ft a:hover{color:#111;}
		#tb_ft em{color:#111;font-size:11px; font-style:italic;}
		.ft_11,.ft_12,.ft_22,.ft_21{width:9px;height:9px;overflow:hidden;}
		.ft_11{background-image: url('ft_11.gif');}
		.ft_21{background-image: url('ft_21.gif');}
		.ft_22{background-image: url('ft_22.gif');}
		.ft_12{background-image: url('ft_12.gif');}
		
		#last_ft {color:#666;font-size:9px;font-family:arial;}
		#last_ft p{color:#666;font-size:9px;font-family:arial;}
		#last_ft a{color:#888;font-size:10px;text-decoration:none;}

/* ------------------------------------------------------------ */
/* 			COMPETITOR-COMPARATION           */
/* ------------------------------------------------------------ */

		#div_cc {width:800px;background:url('cc_bg2.gif') left repeat-y;margin-bottom:0px;}
		#div_cc h2{background:url('cc_bg1.gif') top left no-repeat;height:28px;color:#fff;font-size:16px;font-style:normal;font-weight:bold;
								text-align:left;padding-left:9px;margin-bottom:0px;margin-top:0px;line-height:22px;}
		#div_cc table {margin:0px auto;margin-top:3px;width:99%;}
		#div_cc table th {font-size:14px; font-weight:bold;color:#555;white-space:nowrap;}
		#div_cc .yes2 {float:left;height:40px;width:40px;background:url('cc_yes2.gif') center center no-repeat;}
		#div_cc .yes {float:left;height:40px;width:40px;background:url('cc_yes.gif') center center no-repeat;}
		#div_cc .no {float:left;height:40px;width:40px;background:url('cc_no.gif') center center no-repeat;}
		#div_cc .c_q {color:#111;font-size:11px;padding-left:11px;border-top:none;font-weight:bold;}
		#div_cc .c_sun{background-color:#fcd976;}
		#div_cc .c_sun p{font-size:10px;color:#041ca9;float:left;width:83px;}
		#div_cc p{font-size:10px;color:#041ca9;float:left;width:86px;margin:0px;}
		#div_cc p.p2{color:#666;margin:0px;margin-top:7px;}
		#div_cc p.p1{color:#666;margin:0px;}
		#div_cc tbody td{border-top:none;vertical-align:middle;}
		#div_cc td.btop{border:1px #888 solid;}
		#div_cc_foot {padding:0px;height:10px;background:url('cc_bg3.gif') top left no-repeat;margin:0px;overflow:hidden;margin-bottom:7px;}

/* ------------------------------------------------------------ */
/* 			AGENTS-LOGIN PAGE                     */
/* ------------------------------------------------------------ */

#div_wrapper_form{ width:756px;padding:0px;border:0px #009 solid;}
#div_wrapper_form .recuadro, .recuadro_login{ width:360px;padding:0px;background-color:#ddd;margin-top:11px;margin-left:11px;float:left;}
#div_wrapper_form .recuadro p, .recuadro_login p{	margin:11px 11px;text-align:right; }
#div_wrapper_form .recuadro p label, .recuadro_login p label{	display:block;float:left;text-align:left;}
#div_wrapper_form input,
#div_wrapper_form select, .recuadro_login input{	width:150px;}
#div_wrapper_form .titulo {margin:11px;margin-bottom:15px;border-bottom:1px #009 solid;color:#009;font-weight:bold;}
