@charset "UTF-8";
/* CSS Document */


body {
	font: 12px Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 930px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 130px;
}
.oneColFixCtrHdr #mainContent {
	background: #FFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColFixCtrHdr #footer {
	margin-top: 20px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #f2f2f2;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #eae9e9;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


.form-title{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #004c9d;
	height: 17px;
	padding: 0px;
	
}


/* NAVIGATION MINI */

#pad {height:100px;}

/* ================================================================ 
This copyright notice must be untouched at all times.

=================================================================== */

#menu {
	list-style:none;
	width:924px;
	height:25px;
	background-color: #666;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
}

#menu li {
	position:relative;
	float:left;
	margin:0;
}
#menu li a {
	display:block;
	height:25px;
	line-height:25px;
	clear:none;
	float:left;
	color:#bfbfbf;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	background-image: url(../images/divider.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-weight: normal;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 0;
}
#menu li a b {
	display:block;
	height:25px;
	clear:none;
	float:left;
	padding:0 0 0 20px;
}

#menu li a:hover, 
#menu li a:active,
#menu li a:focus,
.home #menu li#home a,
.single #menu li#single a,
.dropdown #menu li#dropdown a,
.dropline #menu li#dropline a,
.flyout #menu li#flyout a,
.support #menu li#support a,
.contact #menu li#contact a
{
	cursor:pointer;
	color:#f6a137;
	line-height:25px;
	clear:none;
	float:left;
}
#menu li a:hover b,
#menu li a:active b,
#menu li a:focus b,
.home #menu li#home a b,
.single #menu li#single a b,
.dropdown #menu li#dropdown a b,
.dropline #menu li#dropline a b,
.flyout #menu li#flyout a b,
.support #menu li#support a b,
.contact #menu li#contact a b
{
	cursor:pointer;
	float:left;
}

#lenguage {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	float: right;
	padding-right: 10px;
	margin-top: -20px;
}
#lenguage a {
	color: #a8c1c8;
	text-decoration: none;
}
#lenguage a:hover {
	color: #FFF;
	text-decoration: none;
}




/* LOGO */

#logo {
	padding-top: 26px;
}




/* OnLIne Tab */

#OnLine {
	margin-top: -69px;

	height: 114px;
	width: 205px;
	float: right;
	margin-right: -49px;
}
.OnLineTab {
	margin-top: 85px;
	margin-right: 20px;
}






/* FORM */



div.btn {
	height: 29px;
	width: 135px;
	margin:0;
	padding:0;
	background-image:url(../images/BTN-Buscar-hover.png);
}

div.btn a, div.btn a:link, div.btn a:visited {
display:block;
}

div.btn img {
width:100%;
height:100%;
border:0;
}

div.btn a:hover img {
visibility:hidden;
}

/* CALENDAR */

#EZcalendar {
	display: none;
	position: absolute;
	margin: 0;
	z-index: 99;
	background: #005083;
	color: #fff;
	/* safer to use fixed font sizes */
	font: 11px Arial, Helvetica, sans-serif;
	border: 5px solid #044771;
}
#EZcalendar form {
	margin: 0;
	padding: 0;
}
#EZcalendar table {
	background: #005083;
	border: none;
	font-size: 100%;
	margin: 0;
	padding: 0;
}
#EZcalendar table td, #EZcalendar table th {
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}
/*tds*/
#EZcalendar table td a.outsideMonth {
	background: gray;
	color: #fff;
}
#EZcalendar table td a.today{
	background: #aaa;
	color: #fff;
}
#EZcalendar table td a {
	background: silver;
	color: #333;
	display: block;
	color: #333;
	margin: 0;
	padding: 0;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-decoration: none;
}
#EZcalendar table td a:hover {
	color: #fff;
	background: red;
}

#EZcalendar table td#EZcalendar_text {
	background: #0E649B;
	text-align: center;
	width: 80px;
	height: 20px;
}

#EZcalendar input {
	border: none;
	background: #1C78B2;
	color: #fff;
	cursor: pointer;
	width: 20px;
	height: 20px;
	padding: 0;
	margin: 0;
	text-align: center;
}
#EZcalendar input.left {
	float: left;
}
#EZcalendar input.right {
	float: right;
}
#EZcalendar_table {
	clear: both;
}




/* PROMO IMG */
#PromoIMG {
	margin-top: -267px;
	padding-left:325px;
}

.line {
	width:98%;
	height:2px;
	border-bottom: 1px solid #f0f0f0;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	}


/* BOXES */

#BOXES {
	width: 930px;
	margin-top: 10px;
}

#BOXES-main {
	width: 930px;
	margin-top: -20px;
	margin-left:-2px;
}

.table-border {
	border: 1px solid #999999;
}
.table-title {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #004c9d;
	background-color: #f2f2f2;
	background-image: url(../images/Bar-Gradient.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 23px;
	padding-left: 10px;
}
.table-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	padding-left: 10px;
	padding-right: 5px;
}
.table-text2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	padding-left: 10px;
	padding-right: 5px;
	background-color: #badeec;
}
.table-link a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ef9a1d;
	padding-left: 10px;
	padding-right: 5px;
	text-decoration: none;
}
.table-link a:hover {
	text-decoration: underline;
}






/* FOOTER */

.footer-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #004c9d;
	padding-top: 8px;
}
.footer-alianza {
	padding-left: 65px;
	margin-top: -15px;
}
.footer-tollfree {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #004c9d;
	padding-top: 8px;
}
.footer-number {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #004c9d;
	padding-top: 8px;
}
.footer-socialmedia {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #004c9d;
	padding-top: 8px;
}
.footer-panamaCom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	padding-top: 5px;
	padding-bottom:10px;
}

.btnhomereserva
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#F5F5F5;
	background:#f3a039;
	border: 1px solid #f38b09;
	padding: 2px 4px 2px 4px;
	margin: 2px;
}
















