﻿div.ctlSeleccionFecha {
	overflow: hidden;
	height: 1%;
	clear: both;
}
 .ctlSeleccionFecha .fecha {
    display: block;
    float: left;
    margin-right: 15px;
    overflow:hidden;
	height: 1%;
} 
.buscadorServicios .buscadorContenido .ctlSeleccionFecha
{
	width: 230px;	
	margin-left:0;
}

.ctlSeleccionFecha .noches 
{
	float:left;
	overflow:hidden;
	height:1%;
	margin-right: 15px;
}

.ctlSeleccionFecha .noches select
{
	margin:0 auto 0 auto;
}

.ctlSeleccionFecha .fecha .contenedorFecha {
	display: block;
	overflow:hidden;
	height:1%;
	float:left;
}

.ctlSeleccionFecha .fecha input {
	float: left;
	width: 72px;
	text-align: center;
}

.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;
}
