﻿div.ctlSeleccionFecha {
	overflow: hidden;
	height: 1%;
	clear:both;
	padding-top:15px;
}
 .ctlSeleccionFecha .fecha {
    display: block;
    float: left;
    margin-right: 2px;
    overflow:hidden;
	height: 1%;
}

.ctlSeleccionFecha .noches 
{
	float:left;
	overflow:hidden;
	height:1%;
	margin-left:4px;
}

.ctlSeleccionFecha .noches select
{
	margin:0 auto 0 auto;
	height:19px;
}

.ctlSeleccionFecha .fecha .contenedorFecha {
	display: block;
	overflow:hidden;
	height:1%;
	float:left;
}

.ctlSeleccionFecha .fecha input {
	float: left;
	width: 58px;
	margin-left:0;
	height:15px;
	padding-top:2px;
}

.ctlSeleccionFecha .fecha 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;
	font-size:10px;
}