﻿div.ctlSeleccionFecha {
	overflow: hidden;
	height: 1%;
	padding-top: 5px;
}

.ctlSeleccionFecha label, .ctlSeleccionFecha .label {
    display: block;
    float: left;
    margin-right: 5px;
}

.ctlSeleccionFecha .fecha .fec .textoFechaIni
{}

.ctlSeleccionFecha label .contenedorFecha, .ctlSeleccionFecha .label .contenedorFecha {
	display: block;
}

.ctlSeleccionFecha label input, .ctlSeleccionFecha .label input 
{
    border:1px solid #89A785;
	float: left;
	width: 60px;
}

.ctlSeleccionFecha label select, .ctlSeleccionFecha .label select {
	display: block;
	margin: 2px 0 0 0;
	height: 19px;
	border:1px solid #89A785;
	padding-bottom:0;
}

.ctlSeleccionFecha label .noches, .ctlSeleccionFecha .label .noches {
}

.ctlSeleccionFecha label.noMostrar , .ctlSeleccionFecha .label.noMostrar {
	display: none;
}
