/* CSS Document */
#contenedor{
	background:url(bitmaps/fondo_viajes.jpg) top center no-repeat;
	width:750px;
	height:700px;
	margin:0;
	padding:0;
}

#contenedor h1{
	background:url(bitmaps/titulo.gif) left top no-repeat;
	width:562px;
	height:47px;
	margin:0 10px;
	padding:0;
	float:left;
	clear:left;
	text-indent:-9999px;
	display:inline;
}

#contenedor h2{
	background:url(bitmaps/subtitulo.gif) left top no-repeat;
	width:566px;
	height:13px;
	margin:10px;
	padding:0;
	float:left;
	text-indent:-9999px;
	display:inline;
	}

#contenedor img.left {
	float:left;
	margin:0 70px;
	padding:0;
	}
#contenedor #tarjetas{
	background:url(bitmaps/fondo-tarjetas.gif) left top no-repeat;
	width:433px;
	height:186px;
	float:left;
	margin:20px 0 0 5px;
	padding:0;
	display:inline;
}
#contenedor #tarjetas a.lan {
	background:url(bitmaps/btn_lan.gif) left top no-repeat;
	display:block;
	width:190px;
	height:157px;
	text-indent:-9999px;
	display:inline;
	float:left;
	margin:20px 0 5px 0;
	outline:none;
	}
#contenedor #tarjetas a:hover.lan {
	background:url(bitmaps/btn_lan.gif) left bottom no-repeat;
	}
	
#contenedor #tarjetas a.turbus {
	background:url(bitmaps/btn_turbus.gif) left top no-repeat;
	display:block;
	width:190px;
	height:157px;
	text-indent:-9999px;
	display:inline;
	float:left;
	margin:20px 0 5px 15px;
	outline:none;
	}
#contenedor #tarjetas a:hover.turbus {
	background:url(bitmaps/btn_turbus.gif) left bottom no-repeat;
	}
#contenedor #tarjeta_superclave {
	width:330px;
	height:63px;
	float:left;
	background: url(bitmaps/tarjetas_superclave.gif) left no-repeat;
	margin:0 3px;
	}
#contenedor #tarjeta_superclave p {
	font-size:10px;
	color:#000;
	width:180px;
	height:auto;
	margin:0;
	padding:0;
	float:right;
	}
#contenedor #tarjeta_superclave strong.superclave {
	color:#FF0000;
	font-weight:bold;
	}
	
	
#contenedor #tarjetas h5{
	background:url(bitmaps/sinolastienes.gif) center top no-repeat;
	width:99px;
	height:19px;
	margin:0 0 0 60px;
	padding:0;
	float:left;
	clear:both;
	text-indent:-9999px;
	display:inline;
}

#contenedor #tarjetas a#solicita{
	background:url(bitmaps/btn_solicitalas.gif) left top no-repeat;
	width:199px;
	height:71px;
	float:left;
	clear:both;
	margin:0 0 0 10px;
	padding:0;
	display:inline;
	text-indent:-9999px;
}

#contenedor #tarjetas a#solicita:hover{
	background:url(bitmaps/btn_solicitalas.gif) left bottom no-repeat;
}


#contenedor #legales{
	float:left;
	clear:both;
	margin:0;
	padding:10px 0 0 0;
	text-align:justify;
	color:#999999;
	font-size:9px;
	width:748px;
	border-top:1px silver dashed;
}
