/* CSS Document */
#caja-compra
	{
	background: url(/images/html/bg_cajacompra.gif) no-repeat left top;
	background-color: #b5bcd5;
	color: #000040;
	width: 400px;
	font-family: Verdana, sans-serif;
	font-size: 1em;
	}
	
#fondo-inferior-caja-compra
	{
	background: url(/images/html/bg_cajacompra_bottom.gif) no-repeat left bottom;
	width: 400px;
	padding-bottom: 7px;
	}

#pestanas
	{
	font-size: .8em;
	font-weight: bold;
	}

#pestanas ul
	{
	margin: 0 0 0 12px;
	padding: 9px 0 0 .8em;
	list-style:none;
	}

#pestanas li
	{
	float:left;
	background:url(/images/html/pestana_desact_left.gif) no-repeat left top #eef0f7;
	margin:0 .8em 0 0;
	padding:0 0 0 0;
	}

#pestanas a
	{
	float: left;
	display: block;
	background:url(/images/html/pestana_desact_right.gif) no-repeat right top;
	padding: .3em 1em .3em 1em;
	text-decoration: none;
	font-weight: bold;
	color: #000040;
	width: auto;
	}

#pestanas a:hover
	{
	color:#cc0000;
	text-decoration: underline;
	}

#pestanas li#active
	{
	background:url(/images/html/pestana_act_left_x2.gif) no-repeat left top #000040;
	margin:0 .8em 0 0;
	padding:0 0 0 0;
	}

#pestanas li#active span
	{
	background: url(/images/html/pestana_act_right_x2.gif) no-repeat right top;
	color: #fff;
	padding: .3em 1em .3em 1em;
	display: block;
	float: left;
	font-weight: bold;
	}

#formulario-compra
	{
	clear: both;
	border: 1px solid #000040;
	margin: 0 12px 5px;
	padding: 0 5px .2em;
	}

#formulario-compra table
	{
	width: 100%;
	}

#formulario-compra table td
	{
	width: 50%;
	vertical-align: top;
	font-size: .8em;
	}

#formulario-compra table#pasajeros
	{
	width: 100%;
	margin: 0;
	padding: 0;
	}

#formulario-compra table#pasajeros td
	{
	width: auto;
	}

#formulario-compra table#pasajeros select
	{
	margin-right: 10px;
	}


#formulario-compra a
	{
	color: #000040;
	}

#formulario-compra label
	{
	display: block;
	font-size: 1em;
/*	line-height: 1.6em; */
	font-weight: bold;
	margin-right: 3px;
	margin-top: 2px;
	}

#formulario-compra select
	{
/*	font-size: .9em;  */
	vertical-align: middle;
	margin-bottom: 5px;
	}

#formulario-compra img
	{
	vertical-align: top;
	margin: 0;
	}

#formulario-compra div#multiples-destinos
	{
	font-size: .9em;
/*	line-height: 1.7em; */
	}

#formulario-compra div#multiples-destinos a:hover
	{
	color: #cc0000;
	}

#formulario-compra label.input-description
	{
	font-size: 90%;
	font-weight: normal;
	}

#formulario-compra h5
	{
/*	line-height: .8em; */
	display: block;
	font-size: .8em;
	margin-top: .4em;
	margin-left: 2px;
	}

#formulario-compra table#pasajeros label
	{
/*	line-height: 1.4em; */
	margin-top: 3px;
	}

#formulario-compra #boton-continuar
	{
	text-align: right;
	vertical-align: bottom;
	}

#formulario-compra #boton-continuar input
	{
	font-size: .9em;
	background-image: url(/images/html/bg_boton_compra.gif);
	background-repeat: repeat-x;
	background-color: #9b0704;
	color: white;
	font-weight: bold;
/* 	height: 1.7em; */
/* 	padding: 0px; */
/* 	border: 1px solid #9b0704; */
	border: 0;
	height: 1.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right: 20px;
	cursor: pointer;
	vertical-align:middle;
	}

#formulario-compra #boton-continuar input.waiting
	{
	background-image: url(/images/html/reloj_arena.gif);
	background-position: center;
	background-repeat: no-repeat;
	cursor: default;
	}

#formulario-compra select
	{
	font-family: Verdana, Arial, sans-serif;
	color: #353535;
	}

#formulario-compra option
	{
	padding-right: .5em;
	}

 

