﻿div.ctlSeleccionFecha {
	overflow: hidden;
	height: 1%;
	clear:both;
	font-size:11px;
}
 .ctlSeleccionFecha .fecha {
    display: block;
    float: left;
    margin-right: 18px;
    _margin-right:12px;
    overflow:hidden;
	height: 1%;
    
}

.ctlSeleccionFecha .noches 
{
	float:left;
	overflow:hidden;
	height:1%;
	margin-right:2px;
}

.ctlSeleccionFecha .noches select
{
	margin:0 auto 0 auto;
}

.ctlSeleccionFecha .fecha .contenedorFecha {
	display: block;
	overflow:hidden;
	height:1%;
	float:left;
}

.ctlSeleccionFecha .fecha .contenedorFecha input {
	float: left;
	margin:0px;
	height:14px;
}

.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;
}