﻿.ctlSeleccionHabitaciones {
	overflow: hidden;
	height: 1%;
	margin-top:6px;
	margin-bottom:0px;
	width: 550px;

}
	.ctlSeleccionHabitaciones .habitacion {
		clear:both;
	  height:1%;
    overflow:hidden;
	} 

	.ctlSeleccionHabitaciones div.pasajeros {
    float:left;
    height:1%;
    overflow:hidden;
	}

		.ctlSeleccionHabitaciones label, .ctlSeleccionHabitaciones .label  {
			display: block;
			float: left;
			margin-right: 5px;
		}
				
		.ctlSeleccionHabitaciones .numeroHabitacion {
			padding-top: 16px;
		}
		
		.ctlSeleccionHabitaciones .numeroHabitaciones {
			
		}
		
		.ctlSeleccionHabitaciones select {
			display: block;
			height: 18px;
			width:46px;
		}
		
		
		/*Edades Adultos*/
	    .ctlSeleccionHabitaciones .edadesAdultos {
				overflow: hidden; 
				height:1%;
		
		}
		
			.ctlSeleccionHabitaciones .edadesAdultos  span 
					{
						display:block;	
					}


			.ctlSeleccionHabitaciones .edadesAdultos select {
				float:left;
				clear:left;
			}		
		
		
		/*Edades niños*/
		.ctlSeleccionHabitaciones .edades {
			overflow: hidden; 
			height:1%;
	
		}
		
			.ctlSeleccionHabitaciones .edades span 
					{
						display:block;	
					}


			.ctlSeleccionHabitaciones .edades select {
				float:left;
				clear:left;
			}








	.ctlSeleccionHabitaciones label.noMostrar {
		display: none;
	}
