﻿div.ctlSeleccionFecha {
	overflow: hidden;
	height: 1%;
	clear:both;
}

div.fechaReservas {
	overflow: hidden;
	height: 1%;
	clear:none;
}

 .ctlSeleccionFecha .fecha {
    display: block;
    float: left;
    margin-right: 2px;
    overflow:hidden;
	height: 1%;
}

.dosColumnas .ctlSeleccionFecha .fecha {
    display: block;
    float: none;
    margin-right: 2px;
    overflow:hidden;
	height: 1%;
}

.dosColumnasAloja .ctlSeleccionFecha .fecha
{
    display: block;
    float: left;
    margin-right: 2px;
    overflow:hidden;
	height: 1%;
    }

.Excursion .ctlSeleccionFecha .fecha {
    display: block;
    float: left;
    margin-right: 2px;
    overflow:hidden;
	height: 1%;
}

.ctlSeleccionFecha .fechaIni .textoFechaIni, .ctlSeleccionFecha .fechaFin .textoFechaFin, .ctlSeleccionFecha .noches .textoFechaNoches
{
    display:block;
    padding:1px 0;
    color:White;
    }

.dosColumnas .ctlSeleccionFecha .fechaIni .textoFechaIni
{
    padding:1px 0;
    }

.ctlSeleccionFecha .noches 
{
	float:left;
	overflow:hidden;
	height:1%;
	margin-right:4px;
}

.ctlSeleccionFecha .noches select
{
    border:solid 1px #999999;
	margin:0 auto 0 auto;
	height:18px;
}

.ctlSeleccionFecha .fecha .contenedorFecha {
	display: block;
	overflow:hidden;
	height:1%;
	float:left;
}

.ctlSeleccionFecha .fecha input 
{
    border:solid 1px #999999;
	float: left;
	width: 82px;
	margin:0 2px 0 0;
}

.fechaReservas .fecha input 
{
    width:100px;
    }

.ctlSeleccionFecha .fecha select {
	display: block;
	margin: 0 0 0 0;
	height: 19px;
	border: solid 1px #999999;
	float:left;
}

.ctlSeleccionFecha .fecha .noMostrar {
	display: none;
}


.ctlSeleccionFecha  .textoFechaIni , .ctlSeleccionFecha  .textoFechaFin, .ctlSeleccionFecha  .textoFechaNoches
{
	display:block;
	padding:2px 0;
}