.categoria
{
	display:flex;
	border: 1px solid #ffc90e;
	margin: 10px 0px;
	padding:2px;
	background-color:#fff8e6;
}

.contenedor
{
	background-color:#ffffff;
	border:1px solid #cccccc;
	border-radius:2px;
	margin-top:20px;
}

.fecha
{
	width:90%;
	padding: 3px 5%;
	margin:10px 5%;
	text-align:left;
}

.fecha span
{
	font-weight:bold;
}

#buscador
{
	padding:10px 0px;
	text-align:center;
}

#colScroll.fixed
{
	position: fixed;
	top:0px;
}

#headerHabs
{
    background-color: #b27f46;
    color: #ffffff;
}

#headerHabs tr.fijo
{
	position:fixed;
	top:0px;
	z-index:5;
	margin-right:0.75rem;
	width:74%;
}

#headerHabs tr.fijo th
{
	float:left;
	border-left: 0px;
}

#headerHabs th
{
	border-radius:0px;
	background-color: #000000;
	font-weight: 400;
    font-size: 15px;
}

#habitaciones td
{
	border: 1px solid #dddddd;
	border-radius:0px;
	vertical-align:top;
	padding:5px;
	vertical-align: middle;
}

#habitaciones td.sinborde
{
	border:none;
}

#habitaciones td.sinpadding
{
	padding:0px;
}

#habitaciones td.bordeSuperior
{
	border-top: 1px solid #dddddd;
}

.calendar
{
	margin-top:10px;
	width:90%;
	margin-left: 5%;
    margin-bottom: 20px;
	display:none;
}

.calendar td
{
	padding: 5px 2px!important;
	border-radius:0px!important;
	border:1px solid #bdbdbd;
}

.calendar td.vacio
{
	border:none!important;
}

.calendar td.titular
{
	border:none!important;
	font-weight:bold;
}

.calendar td.disabled
{
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

.calendar table
{
    border-spacing: 1px;
    border-collapse: separate;
}

#backCalendar
{
	background-image:url(../images/back.png);
}

#nextCalendar
{
	background-image:url(../images/next.png);
}

#backCalendar, #nextCalendar
{
	background-color:#000000;
	width:12%;
	height:30px;
	background-repeat:no-repeat;
	background-position:center;
}

#controlCalendar
{
	text-align:center;
	height:30px;
	line-height:30px;
}

#controlsHab
{
	position: relative;
    width: 100%;
    height: 30px;
    margin-top: -25%;
}

#controlsHab img
{
	cursor:pointer;
}

.colHab1
{
	width:25%;
	vertical-align:top!important;
}

.colHab1 a
{
	color: #000000;
}

th.colHab1
{
	padding-left:20px;
}

.colHab2
{
	width:10%;
}

th.colHab2
{
	text-align:center;
}

td.colHab2
{
	padding-left:14px!important;
}

.colHab3
{
	width:10%;
}

td.colHab3
{
	text-align:center;
}

th.colHab3
{
	text-align:center;
}

.colHab4
{
	width:25%;
}

th.colHab4
{
	padding-left:30px;
}

.colHab5
{
	width:10%;
}

th.colHab5
{
	text-align:center;
}

.colHab5.error
{
	background-color:#f34242;
}

.colHab6
{
	width:20%;
	border-top:none;
	vertical-align:top!important;
}

th.colHab6
{
	text-align:center;
}

#colConfirmar.fijo
{
	position: fixed;
    width: 15%;
}

.colHab5 .select-wrapper input.select-dropdown
{
	width:80%;
	padding: 0px 10%;
	border: 1px solid #9e9e9e;
	height: 2rem;
	margin-bottom:0px;
}

.diaCalendario
{
	font-size:0.8em;
}

.precioCalendario
{
	font-size:0.8em;
}

#tuReserva,
#avisoEcotasa,
#avisoObsequio
{
	border:1px solid #dddddd;
	border-radius:2px;
	margin-top:20px;
}

#tuReserva > div,
#avisoEcotasa > div,
#avisoObsequio > div
{
	padding:10px;
}

#tuReserva div.titulo,
#avisoEcotasa div.titulo,
#avisoObsequio div.titulo
{
	font-weight:bold;
}

#tuReserva div.borde,
#avisoEcotasa div borde,
#avisoObsequio div borde
{
	border-bottom:1px solid #dddddd;
}

#tuReserva div.precio
{
	background-color:#eeeeee;
}

.contenedorReserva
{
	background-color:#eeeeee;
	padding:10px;
}

.contenedorReserva div.habitacion
{
	background-color: #cccccc;
    padding: 0px 10px;
	margin-bottom:10px;
}

.contenedorReserva div.habitacion span.titulo
{
	font-size:1.2em;
}

.contenedorReserva div.habitacion span.eliminar
{
	color:red;
	text-decoration:underline;
	cursor:pointer;
	margin-left:15px;
}

.contenedorReserva div.habitacion div.separador
{
	border-top:1px solid #000000;
	height:100px;
	padding-top:10px;
}

div.error
{
	color:red;
}

#acc_cond-error
{
	padding-top:50px;
}