﻿.paso_num_sel
{
	font-weight:bold;
}
.paso_num
{
	font-weight:normal;
}
.paso_text_sel
{
	font-weight:bold;
	margin-left:5px;
}
.paso_text
{
	font-weight:normal;
	margin-left:5px;
}

#asistente
{
	padding-top:20px;
}
.div_seleccion_destino
{ width:90%;
}

.div_seleccion_destino .campo
{
	margin:3px;
	z-index:1;
	float:left;
}
.div_seleccion_destino .campo_float
{
	margin-left:15px;
	z-index:1;
	float:left;
}

.div_seleccion_destino .campo_espacio
{
	height:150px;
	z-index:1;
}

.div_seleccion_destino .loading
{
	margin-top:10px;
	font-weight:bold;
}



.asistente_reserva
{
	/*border:solid 2px #006;
	background-color:#f9f9f9;*/
	padding:15px;
	width:540px;
	height:460px;
	margin:auto;
}
.asistente_reserva .formulario
{margin:20px;}

.asistente_reserva H2
{
	font-size:20px;
	color:#006;
	border-bottom:solid 1px #00E;
}
.asistente_reserva .titulo
{
	margin-bottom:50px;
	font-weight:bold;
	font-size:14px;
	color:#006;
}
.asistente_reserva .boton_next
{}

.asistente_reserva .boton_prev
{}

.asistente_reserva .tipo_descripcion
{color:#444479; font-size:12px; font-style:italic;}
.asistente_reserva .tipo_precio
{color:#000; font-size:12px; font-weight:bold;}



.panel_mensaje_reserva
{
	margin-left:20px;
	background-color:#d7d7d7;
	width:320px;
	padding:5px;
	border:solid 1px #ababab;
	color:#000;
	position:relative;
	top:-60px;
}
