﻿div.ctlSeleccionFecha {
	overflow: hidden;
	height: 1%;
	clear: both;
}

.ctlSeleccionFecha label, .ctlSeleccionFecha .label {
    display: block;
    float: left;
    margin-right: 8px;
}

.ctlSeleccionFecha label .contenedorFecha , .ctlSeleccionFecha .label .contenedorFecha {
	display: block;
}

.ctlSeleccionFecha label input, .ctlSeleccionFecha .label input {
	float: left;
	width: 60px;
}

.ctlSeleccionFecha label select , .ctlSeleccionFecha .label select {
	display: block;
	margin: 2px 0 0 0;
	height: 19px;
	/*border: solid 1px #666666;*/
}

.ctlSeleccionFecha label .noches, .ctlSeleccionFecha .label .noches {
}

.ctlSeleccionFecha label.noMostrar , .ctlSeleccionFecha .label.noMostrar {
	display: none;
}


.ctlSeleccionFecha  .textoFechaIni , .ctlSeleccionFecha  .textoFechaFin, .ctlSeleccionFecha  .textoNoches
{
	display:block;
}
.textoFechaIni, .textoFechaFin{
  font-weight: bold;
  color: #1B6065;
  text-transform: uppercase;
}