/**
* CSS : Nueva Búsqueda
* reservas binter
* html : b_nuevaBusqueda.htm
*
* creado Septiembre 2007 (mr)
**/

div#subcabecera_busqueda{
	border-bottom : 1px solid #D9E1D2 ;
	height : 2em ;
}
	div#subcabecera_busqueda input{
		float : left ;
		margin : 0.8em 0.5em 0em 2em ;
	}
	* html div#subcabecera_busqueda input{
		float : left ;
		margin : 0.4em 0.5em 0em 2em ;
	}
	div#subcabecera_busqueda img{
		float : left ;
		margin : 0em 0.5em 0.5em 0em ;
	}
	div#subcabecera_busqueda span{
		float : left ;
		margin : 0.7em 0em 0em 0em ;
		padding : 0em 0.8em 0em 0em ;
		font-size : 0.8em ;
	}	
	* html div#subcabecera_busqueda span{
		float : left ;
		margin : 0.5em 0em 0em 0em ;
		padding : 0em 0.8em 0em 0em ;
		font-size : 0.8em ;
	}


/* bloques de búsqueda */
div#bloque_contenido{
	font-family : Arial,Helvetica,sans-serif;
}
	div#bloque_contenido div.bloque_busqueda{
		float : left ;
		background-image : url(../../images/new_back_contenido_iti.gif);
		background-repeat : no-repeat;
		margin : 1em;
		padding  :0.5em 1.9em 2em;
		width  :13em;
	}
	* html div#bloque_contenido div.bloque_busqueda{
		width  : 12em;
	}
		div.bloque_busqueda div.fila {
			float : left ;
			font-size : 0.8em ;
			width : 15em ;
			margin : 0 0 0.3em 0 ;
		}
			div.bloque_busqueda div.fila select.destino{
				width:185px;
			}
			div.bloque_busqueda div.fila select.horario{
				width:80px;
			}
			* html div.bloque_busqueda div.fila select.horario{
				margin-left: 10px;
			}
		div.bloque_busqueda div.fila input{
			font-size: 12px!important;
		}
			div.fila span.negrita {
				font-weight : bold ;
			}
			div.fila span {
				color : #515050 ;
			}
			div.fila img {
				margin-bottom : 0.5em ;
				cursor : pointer ;
			}
/* bloque texto */
div.bloque_datos{
	float : left ;
	width : 37.8em ;
	border-top : 1px solid #D9E1D2;
	padding : 0 0 0.2em 0;
}
	div.bloque_datos p img{
		margin : 0 0.2em 0.2em 0;
	}

/* datos pasajeros */
	div.bloque_datos span.residentes, div.bloque_datos span.no_residentes {
		float : left ;
		font-weight : bold ;
		margin : 0.9em 0em 0 1em ;
		width: 8em;
	}
	* html div.bloque_datos span.residentes, * html div.bloque_datos span.no_residentes {
		margin-left : 0.5em ;
	}
	div.bloque_datos img.adulto, div.bloque_datos img.pibe, div.bloque_datos img.bebe{
		float : left ;
		margin : 0.5em 0 0 0.3em ;
	}
	div.bloque_datos div.individuo{
		float : left ;
		font-size : 0.6em ;
		font-weight : bold ;
		margin : 1.3em 1em 0em 0.5em ;
	}
	* html div.bloque_datos div.individuo{
		margin : 1.3em 0.5em 0em 0.25em ;
	}
	div.bloque_datos select {
		float : left ;
		margin : 0.6em 0 0 0.2em ;
	}
	div.bloque_datos input.familiaNumerosa {
		float : left ;
		margin : 0.8em 0.3em 0.2em 2em ;
	}
	* html div.bloque_datos input.familiaNumerosa {
		float : left ;
		margin : 0.5em 0.1em 0.2em 2em ;
	}
	div.bloque_datos img.familiaNumerosa {
		float : left ;
		margin : 0.3em 0.3em 0.2em 0.1em;
	}
	div.bloque_datos span.familiaNumerosa{
		float : left ;
		margin :0.9em 0.3em 0.2em 0.1em ;
		font-size : 0.7em ;
		font-weight : bold ;
	}


div.fechaCombo{
	display: block;
}
div.fechaJS{
	display: none;
}
div.fechaCombo select{
	float:left;
	width: 4em;
	margin-right:0.3em;
}
div.fechaCombo select#agnoVuelta, div.fechaCombo select#agnoIda{
	float:left;
	width: 5em;
	margin-right:0em;
}

div#principal #busqueda input#departureDate, div#principal #busqueda input#returnDate{
	background-color: white;
	color: #6A7066;
}

input#botonContinuar{
	cursor: pointer;
}

