﻿.ctlSeleccionHabitaciones {
	overflow: hidden;
	height: 1%;
	margin-top:6px;
	margin-bottom:0px;
	text-transform: uppercase;
}
	.ctlSeleccionHabitaciones .habitacion {
		clear:both;
		padding-bottom: 10px;
	} 

	.ctlSeleccionHabitaciones div.pasajeros {
		height: 1%;
		overflow: hidden;
	}

		.ctlSeleccionHabitaciones label, .ctlSeleccionHabitaciones .label  {
			display: block;
			float: left;
			margin-right: 10px;
		}
		
		.ctlSeleccionHabitaciones .numeroHabitacion {
			margin-top: 22px;
			margin-left: 10px;
			font-size: 10px;
			font-weight: normal;
			text-transform: capitalize;
			letter-spacing: 0;
		}
		
		.ctlSeleccionHabitaciones .numeroHabitaciones {
			
		}
		
		.ctlSeleccionHabitaciones select {
			display: block;
			height: 20px;
		}
		
		
		/*Edades Adultos*/
	    .ctlSeleccionHabitaciones .edadesAdultos {
				overflow: hidden; 
				height:1%;
		
		}
		
			.ctlSeleccionHabitaciones .edadesAdultos  span 
					{
						display:block;	
					}


			.ctlSeleccionHabitaciones .edadesAdultos select {
				margin: 4px 0 0 2px;
				float:left;
				clear:left;
			}		
		
		
		/*Edades niños*/
		.ctlSeleccionHabitaciones .edades {
			overflow: hidden; 
			height:1%;
			color: #4C5876;
			font-weight: bold;
		}
		.ctlSeleccionHabitaciones .edades span 
				{
					display:block;	
				}


		.ctlSeleccionHabitaciones .edades select {
			margin: 2px 0 0;
			display: block;
		}
	.ctlSeleccionHabitaciones label.noMostrar {
		display: none;
	}