@import url('plantour.css');
@import url('buscador_ofertas.css');
@import url('menu.css');

#buscador_ofertas {
	position: absolute;
	left: 0;
	top: 470px;
	width: 194px;
	height: 330px;
	overflow: hidden;
}

#vuelos {
	margin-left: 199px;
	min-height: 613px;
}

/* IE 6 */ 
* html #vuelos {
	height: auto !important;
	height: 613px;
}


#vuelos h2 {
	height: 13px;
	overflow: hidden;
	text-indent: 650px;
	background: transparent url('h_vuelos.gif') no-repeat left top;
	margin: 13px 13px 20px;
	width: 350px;
}


#vuelos .busqueda {	
	padding: 12px;
	background-color:#F0EDE7;
	margin-top: 5px;
}

#vuelos .busqueda form {	
	margin-top: 16px;
	text-align: right;
}

#vuelos .busqueda label {
	text-transform: uppercase;
	font-weight: bold;
	margin-right: .5em;
}


#vuelos .busqueda button.buscar {
	background: url('btn_buscar.gif') no-repeat left top;
	border: none;
	cursor: pointer;
	height: 12px;
	line-height: 200px;
	margin: 0 0 0 1em;;
	overflow: hidden;
	padding: 0;
	text-indent: 204px;
	white-space: nowrap;
	width: 59px;
}

#vuelos .busqueda button.todas {
	background: url('btn_ver_todas.gif') no-repeat left top;
	border: none;
	cursor: pointer;
	height: 12px;
	line-height: 200px;
	margin: 0 0 0 1em;;
	overflow: hidden;
	padding: 0;
	text-indent: 204px;
	white-space: nowrap;
	width: 77px;
}

#pie {
	width: 800px;
	height: 100px;
	overflow: hidden;
	border-top: 1px solid #dedcd4;
	padding-top: 5px;
	margin-top: 5px;
	position: relative;
	top: 37px;
}

hr {
	display: none;
}