@charset "UTF-8";

/************** reservas resultados calculo ************/
.warning9 {
	color:orange;
	font-size: 9px;
}

.warning12 {
	color:orange;
	font-size: 12px;
	font-weight:bold;
}

table.detallereservas {
	text-align:left;
}

.cab_tarifas_fecha {
	text-align:left;
}

.cab_tarifas_nombre {
	text-align:left;
}

.cab_tarifas_precio {
	text-align:right;
}


.celda_tarifas {
	vertical-align: top;
	font-size: 9px;
	padding-right: 2px;
	margin-top: 1px;
	text-align:left;
}

.tarifas_fecha {
	color: #696969;
}

.tarifas_nombre {
	color: #696969;
}

.tarifas_precio {
	color: #C48000;	
	text-align:right;
}

.tarifas_condiciones {
	color: Gray;
	font-size: 10px;
}

.caja_cambiar_detalle {
	background-color:#dbdff8;
	font-size:9px;
}

.precio_res {
	font-size: 18px;
	font-weight: bold;
	color: teal;
}

.label_campos {
	text-align:right;
}

.campos_form1 {
	text-align:left;
}

#dat_perso1 {
	width:330px;
	height:230px;
	position:relative;
	float:left;
	margin-left:10px;
	margin-top:20px;
	font-size:10px;
}

#dat_perso2 {
	width:300px;
	height:230px;
	position:relative;
	float:left;
	margin-left:20px;
	margin-top:20px;
	font-size:10px;
}

.obs {
	width:220px;
}

.campo_grande {
	width:220px;
}

#mensajes_datos_perso {
	position:absolute;
	top:275px;
	left:114px;
	width:550px;
	height:120px;
	/* background-color:Gray; */
	font-size:9px;
	color:Black;
}

#mensajes_datos_perso #mensajes_titulo {
	position: relative;
	float:left;
	width:550px;
	height:20px;
	font-size: 14px;
	color: #ff9916;	
}

#mensajes_datos_perso #mensajes_texto {
	position: relative;
	float:left;
	width:550px;
	height:100px;
	font-size: 9px;
	color: #dd7a00;	
}


#tabla_formulario_uno .label_campos {
	font-size: 10px;
	color: gray;
}

#tabla_formulario_uno .campos_form1 {
	font-size: 12px;
	color: Black;	
	font-weight: bold;
}

#titulo_resumen {
	position:absolute;
	left:10px;
	top: 3px;
	width: 500px;
	height: 30px;
	font-size: 14px;
}

#resumen_res1 {
	width:270px;
	height:230px;
	position:relative;
	float:left;
	margin-left:10px;
	margin-top:40px;
	font-size:10px;
}

#resumen_res2 {
	width:300px;
	height:230px;
	position:relative;
	float:left;
	margin-left:20px;
	margin-top:40px;
	font-size:10px;
}

select .select_tipo_h {
	width: 150px;
}
