﻿div.ctlSeleccionFecha {
	overflow: hidden;
	height: 1%;
	clear:both;
}
 .ctlSeleccionFecha .fecha {
  display: block;
  float: left;
  overflow:hidden;
	height: 1%;
}
.ctlSeleccionFecha .fechaIni {
  margin-right: 4px;
}
.ctlSeleccionFecha .noches 
{
	float:left;
	overflow:hidden;
	height:1%;
	margin-right:2px;
}

.ctlSeleccionFecha .fecha select{
  margin: 0 0 0 5px;
}

.ctlSeleccionFecha .noches select
{
	margin:0 auto 0 auto;
}

.ctlSeleccionFecha .fecha .contenedorFecha {
	display: block;
	overflow:hidden;
	height:1%;
	float:left;
	/*margin-right: 5px;*/
}

.ctlSeleccionFecha .fecha .contenedorFecha input {
	float: left;
	margin:0;
}

.ctlSeleccionFecha .fecha .contenedorFecha select {
	display: block;
	margin: 0 0 0 0;
	height: 19px;
	border: solid 1px #666666;
	float:left;
}

.ctlSeleccionFecha .fecha .noMostrar {
	display: none;
}


.ctlSeleccionFecha  .textoFechaIni , .ctlSeleccionFecha  .textoFechaFin, .ctlSeleccionFecha  .textoFechaNoches
{
	display:block;
}