body {
	margin:0;
	padding:0;
	width:100%;
	min-width:840px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background:#EEEEEE;
	/*background:url(../graphics/background.jpg) fixed;*/
}

.despegar-buscador {
	width: 650px;
}

#wrapper {
	margin: auto;
	width: 864px;
}


#header {
	width:100%;
	height: 392px;
	padding:0;
	margin:0;
}

.comprar-buton { width: 182px; height: 80px; background: url(../images/comprar.png) no-repeat; } 

.comprar-buton:hover { width: 182px; height: 80px; background: url(../images/comprar-over.png) no-repeat; }

.logo-de {
	float: left;
}

.menubar {
	float: left;
	width: 864px;
	height: 80px;
	margin: 4px 0;
	padding: 0;
	background-color:#333;
	
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
}

#side-a {
	float: left;
	width: 182px;
	background-color:#fff;
	
-moz-border-radius: 8px 0 0 ;
-webkit-border-radius: 8px 0 0;
border-radius: 8px 0 0;
border:1px solid #ccc;
}

#content {
	background:#fff; 
	float: left;
	width: 500px;
	-moz-border-radius: 0   8px 8px 0;
	-webkit-border-radius: 0  8px 8px 0;
	border-radius: 0 8px 8px 0 ;
	border:1px solid #ccc;
}

#col1 {
	width:100%;
	background:#FFF;
	-moz-border-radius: 0   8px 8px 0;
	-webkit-border-radius: 0  8px 8px 0;
	border-radius: 0 8px 8px 0 ;
}


#col2 {
	margin-left: 0px;
}

#footer {
	clear:both;
	float:left;
	width:100%;
	height: 45px;
	padding:0;
	margin:0;
}


.clear {
	position: absolute;
	padding-bottom: 60px;
	clear: both;
}


img {
	margin: 0;
	padding: 0;
	border: 0;
}


img a {
	margin: 0;
	padding: 0;
	border: 0;
}


a {
	text-decoration: none;
}


/* -------- horizontal menus --------*/

.headmenubar {
	padding: 30px 0;
}


.headmenubar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}


.headmenubar li {
	display: inline;
	margin: 0;
	padding: 0;
}


.headmenubar a {
	margin: 0;
	padding: 0 10px;
	font-size: 12px;
	font-weight: bold;
	color: #D880AA;
}
.headmenubar a:visited {
	color: #D880AA;
}

.headmenubar a:hover {
	color:#ccc;
}


.footmenubar {
	padding: 1px 0;
}


.footmenubar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}


.footmenubar li {
	display: inline;
	margin: 0;
	padding: 0;
}


.footmenubar a {
	margin: 0;
	padding: 0 20px;
	font-size: 0.7em;
	font-weight: bold;
	color: #fff;
}

.footmenubar a:visited {
	color: #fff;
}

.footmenubar a:hover {
	color:#ccc;
}



.footmenubar a img {
	margin: -4px 0;
	padding: 0 0;
	border: 0;
}


/* -------- right menu column -------- */

#col3 h4 {
	margin: 0;
	padding: 20px 0 15px 0;
	font-size: 12px;
	color: #E6E0B5;
	text-align: center;
}


div.sdmenu {
	width: 182px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	padding-bottom: 10px;
}


div.sdmenu div {
	background: repeat-x;
	overflow: hidden;
}


div.sdmenu div:first-child {
	background: no-repeat;
}


div.sdmenu div.collapsed {
	height: 25px;
}


div.sdmenu div span:hover {
	color: #000000;
}


div.sdmenu div.collapsed span {
	background-image: url(../graphics/collapsed.gif);
}


div.sdmenu div a {
	padding: 5px 10px;
	background: #fffdd0;
	display: block;
	border-bottom: 1px solid #f0edd2;
	color: #000000;
}


div.sdmenu div a.sdtitle {
	padding: 5px 10px;
	background: #fffdd0;
	display: block;
	border-bottom: 1px solid #f0edd2;
	color: #990000;
	font-weight: bold;
}


div.sdmenu div a.current {
	background: #cccccc;
}


div.sdmenu div a:hover {
	background: #bdb76b no-repeat right center;	color: 
	#ffffff;
}


.paypal {
	float: right;
	margin: 0 74px;
	width: 96px;
}

.main_menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}


.main_menu ul li {
	font-size: 10px;
	border-bottom:1px solid #fff;
	font-weight:bold;
}

.main_menu ul li a {
	display: block;
	padding: 8px 8px 8px 8px;
	background-color:#fff;
}

.main_menu ul li a:hover {
	background:url(../graphics/menu-v.jpg);
	/*background-color:#630;*/
}

#col2 a {
	color: #9D485B;
}


#col2 a:hover {
	color: #fff;
}

#silhouette {
	clear: both;
	float: left;
	width: 864px;
	height: 55px;
	background: url(/graphics/silhouette.jpg) no-repeat;
}


h3 {
	font-size: 16px;
}


#col1 p {
	font-size: 12px;
	text-align: justify;
}


table.flighttable {
	font-size: 12px;
	text-align: center;
	border: 1px dotted #777777;
	border-collapse: collapse;
	margin-left: 2px;
}


tr.flighttable {
	font-weight: bold;
}


table.flighttable td {
	border: 1px dotted #777777;
}


#col1 h4 {
	margin: 0;
	padding: 0;
	font-size: 12px;
}


#idxwrapper {
	clear: both;
	margin: auto;
	width: 480px;
}


#frame {
	clear: both;
	width: 480px;
}


#idxwrapper p {
	margin: 0;
	padding: 0;
	font-size: 12px;
	text-align: justify;
}

#idxwrapper table {
	padding-top:20px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	text-align: justify;
}


#idxwrapper h3 {
	margin: 0;
	padding: 8px 0;
	font-size: 16px;
}


.idxframe {
	float: left;
	width: 160px;
	margin-top: 25px;
	text-align: center;
}


.ixhframe {
	margin: auto;
	width: 150px;
	height: 112px;
	/*background: #e9e4b7;*/
	line-height: 15px;
}

.ixhframe a:hover{
	text-decoration:underline;
	color:#630;
}

.ixvframe {
	margin: auto;
	width: 155px;
	height: 160px;
	/*background: #e9e4b7;*/
	line-height: 15px;
}

.ixvframe a:hover{
	text-decoration:underline;
	color:#630;
	}


.idxtext {
	margin: 0;
	padding: 0;
	line-height: 15px;
	color:#630;
	font-size: 11px;
	font-weight: bold;
}

table.news {
	font-size: 12px;
}


td.linkname {
	width: 260px;
}


td.location {
	width: 230px;
}


table.news .subtitle {
	font-weight: bold;
	color: #990000;
}


table.domflights {
	font-size: 12px;
}


table.lm {
	margin: auto;
	width: 452px;
	border-collapse: collapse;
	border: 0;
	font-size: 11px;
	font-weight: bold;
	color: #948c4b;
}


table.lm td {
	height: 45px;
	text-align: center;
}


td.lmdate {
	width: 85px;
}


td.lmname {
	width: 125px;
}


td.lmdurtn {
	width: 70px;
}


td.lmimage {
	width: 86px;
}


td.lmimage img {
	top: 3px;
	width: 58px;
	height: 38px;
}


td.lmprice {
	color: #990000;
	width: 86px
}

.langtitle {
	font-size: 14px;
	font-weight: bold;
}


.langtitleindent {
	font-size: 14px;
	font-weight: bold;
	margin-left: 100px;
}


.languageintro {
	clear: both;
}


table.linkdisplay {
	font-size: 12px;
}


td.labelname {
	font-weight: bold;
	color: #6D4627;
}


td.label {
	font-weight: bold;
	color: #333;
}


td.label a, td.label a:visited {
	color: #000000;
}


td.space {
	height: 20px;
}

#linkh a{
	color:#333;
	font-size:10px;
	color:#000;
	font:Verdana, Geneva, sans-serif;
	}
	
#linkh a:hover{
	color:#333;
	text-decoration:underline;	
	}