* { outline: none; }
body {
	font: 12px Arial, Helvetica, sans-serif;
	background: #FF771C;
	color: #555;
	line-height: 15px;
}
img { border: 0; }
h1, h2, h3, h4, h5 { margin: 0; padding: 0; }
a { color: #0099CC; }
a:hover { color: #FF3300; text-decoration: none; }

.left { float: left; }
.right { float: right; }
.clear { clear: both; }

.wrap-all {
	margin: 0 auto 0 auto;
	padding: 8px;
	width: 960px;
	background: #fff;
}
.wrap-header {
	background: url(../images/header.jpg);
	width: 960px;
	height: 219px;
}


.main-content {
	margin: 0 4px;
	padding: 8px;
	border: 1px solid #ccc;
	float: left;
	width: 78.8%;
}

.sidebar-right {
	float: right;
	width: 18%;
}

.sitenav {
	background: #32486d url(../images/menu-bg.jpg) 0 0 repeat-x;
	color: #93add0;
}

.wrap-footer {
	padding: 8px;
	font: 11px Arial, Helvetica, sans-serif;
	background: #676767;
	color: #b9b9b9;
}
.wrap-footer a { color: #b9b9b9; }
.wrap-footer a:hover { color: #fff; }

.page-entry {
	margin: 0 0 8px 0;
	padding: 0 0 8px 0;
	border-bottom: 1px solid #ccc;
}
.page-title {
	font: 15px Arial, Helvetica, sans-serif;
	color: #FF0000;
}
.page-content {
	padding: 8px;
}
.contact-footer {
	 background: #eee url(../images/contact_icon.png) 5px 0 no-repeat; 
	 padding: 8px 8px 8px 120px;
	 line-height: 22px;
	 border-top: 1px solid #ccc;
	 border-bottom: 1px solid #ccc;
}

/** DESTACADOS */
ul#destacados {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
}
ul#destacados li {
	display: inline;
}
ul#destacados li a {
	display: inline-block;
	background: #eee;
	border: 1px solid #888;
	width: 16px;
	height: 16px;
}
ul#destacados li a.ColorSelected { background: #006699; }

/**
 * ZEBRA
 */
 .odd { background: #eee; }
 .over { background: #ffffaa; }
 .zebra {
	width: 100%;
	border: 1px solid #ccc;
	cursor: default;
 }
 .zebra > thead {
	font-variant: small-caps;
 }
 .zebra > thead > tr > th {
 	text-align: left
 }
 .zebra > thead > tr > th,
 .zebra > tbody > tr > td {
	padding: 4px;
 }
 
 .expandable {
 	margin: 0 0 4px 0;
 	padding: 4px 16px;
 	border: 1px solid #003366;
	background: #006699;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
 }

/**
 * ITINERARIOS
 */
 table.itineraries thead tr th {
 	border-bottom: 3px solid #000;
 }
 table.itineraries th {
 	text-align: left;
 }
 table.itineraries tbody td.solid-border-left {
 	border-left: 3px solid #000;
 }
 table.itineraries th,
 table.itineraries td {
 	padding: 8px;
 }
 table.itineraries td {
 	border-bottom: 1px solid #ccc;
 }
 .list-itineraries {
 	line-height: 16px;
 }
 .list-itineraries .date {
 	padding: 4px;
 }
 
/**
 * MENSAJES DEL SISTEMA
 */
 .sysMessage { font: small-caps 18px Arial, Helvetica, sans-serif; color: #333; }
 .sysMessage .onError,
 .sysMessage .onOk { margin: 5px 0; height:40px; padding: 0 0 0 45px; }
 .sysMessage .onError { background: url(../images/block.png) 0 0 no-repeat; }
 .sysMessage .onOk { background: url(../images/accept.png) 0 0 no-repeat; }
 
/**
 * SCROLL DE NOTICIAS
 */
 /* root element for scrollable */ 
 div.scrollable {
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
	z-index: 1;
 
    /* vertical scrollers have typically larger height than width */ 
    height: 223px;
	margin: 2px 0;
	background: #eee;
	border: 1px solid #CC6600;
 } 
 
 /* root element for scrollable items */ 
 div.scrollable div.items { 
    position:absolute; 
 
    /* this time we have very large space for the height */ 
    height:20000em; 
 }
 
 div.scrollable div.items > div {
 	padding: 6px;
 }
 
/**
 * TOOLTIPS
 */
 .tooltip { 
    display:none; 
    background:transparent url(../images/black_arrow_big.png); 
    font-size:12px; 
    height:216px; 
    width:370px;
    color:#fff;
	z-index: 999;   
 }
 .tooltip .content {
 	margin: 25px;
	height: 140px;
	overflow: auto;
 }
 .tooltip .title-cabin {
	color: #FFCC33;
 }