body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #3764A8; /* #4774B8 */
}
img {
	border: 0px;
}

#logo {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}

#left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 607px;
	width: 236px;
}
#left #textoHBuscar {
	font-size: 22px;
	line-height: 34px;
	font-weight: bold;
	padding: 98px 0 0 20px;
}
#left #textoHBuscar #buscar {
	font-size: 29px;
}
#left #textoHBuscar #en {
	font-size: 19px;
	color: #6D8FC3;
}
#left #botonesTemporada {
	padding: 2px 0 0 28px;
}
#left #botonesTemporada input {
	margin-right: 18px;
}
#left #formBusqueda {
	width: 208px;
	height: 247px;
	margin: 13px 0 13px 12px;
	padding-top: 22px;
	padding-left: 16px;
	background-image: url(../img/fondoForm.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
}
#left #formBusqueda ol {
	margin: 0px;
	padding: 0px;
}
#left #formBusqueda ol li {
	height: 37px;
	list-style: none;
}
#left #formBusqueda ol li select {
	font-size: 12px;
}
#left #formBusqueda #formBajo {
	position: absolute;
	bottom: 14px;
	width: 192px;
	text-align: center;
}
#left #botonesLugar {
	padding-left: 10px;
}
#left #botonesLugar input {
	margin-left: 6px;
}
#cuerpo {
	position: absolute;
	top: 0px;
	left: 253px;
	width: auto;
	height: auto;
}
#cuerpo #H1 {
	position: absolute;
	top: 52px;
	left: 0px;
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
#cuerpo #banderas {
	text-align: right;
	line-height: 20px;
}
#cuerpo #banderas img {
	margin: 6px 0 4px 15px;
}
#cuerpo #banderas a {
	font-size: 12px;
}
#cuerpo .H2 {
	margin-top: 10px;
	color: #fed851;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
#cuerpo .H2 span {
	background-color: #3764A8;
}
#cuerpo .paginado {
	text-align: center;
	padding: 20px 0px;
	word-spacing: 4px;
	font-size: 16px;
}
#cuerpo #fichas {
	width: auto;
	height: auto;
}
/* para 2: reservar e index */
#cuerpo .ficha {
	height: 187px;
	width: 268px;
	margin: 7px 0px 7px 14px;
	position: relative;
	background: url(../img/fondoFicha_268x187.gif) no-repeat;
	font-size: 11px;
}
#cuerpo #fichas .ficha {
	float: left;
}
#cuerpo .relleno {
	height: 1px;
	width: 268px;
	margin: 0px 0 0 14px;
	float: left;
	position: relative;
}
#cuerpo .ficha img {
	position: absolute;
	top: 24px;
	right: 12px;
	z-index: 8;
}
#cuerpo .ficha .m_noches {
	position: absolute;
	top: 3px;
	right: 13px;
	font-weight: bold;
}
#cuerpo .ficha .m_datos {
	position: absolute;
	top: 24px;
	left: 15px;
	width: auto;
}
#cuerpo .ficha .m_datos div {
	float: left;
}
#cuerpo .ficha .m_datos .m_th {
	font-weight: bold;
}
#cuerpo .ficha .m_descripcion {
	position: absolute;
	bottom: 30px;
	left: 12px;
	width: 236px;
	height: 50px;
	padding: 3px;
	background: #DFE7F4;
	line-height: 12px;
	text-align: justify;
	overflow: hidden;
}
#cuerpo .ficha .m_link {
	position: absolute;
	bottom: 13px;
	right: 13px;
}
/* fin para 2 */
#cuerpo #detalles {
	width: 345px;
	height: auto; /*	height:341px;*/
	padding: 0px 0px 62px;
	background: #CBDCF9 url(img/fondoDetalles1px.gif) repeat;
}
#cuerpo .H5 { /* ficha.php y reservar.php */
	padding-left: 15px;
	height: 20px;
	background-color: #3764A8;
	color: #fed851;
	font-size: 18px;
	font-weight: bold;
}
#cuerpo #detalles .H5 {
	width: 330px;
}
#cuerpo .H6 {
	padding-left: 15px;
	height: 18px;
	background-color: #3764A8;
	color: #fed851;
	font-size: 16px;
	font-weight: bold;
}
#cuerpo #detalles a img {
	border: 0px;
}
#detalles .m_datos {
	position: relative;
	padding: 16px 0px 0px 15px;
	width: auto;
	height: 79px;
	font-size: 14px;
}
#detalles .m_datos div {
	float: left;
}
#detalles .m_datos .m_th {
	font-weight: bold;
}
#detalles #botonReservar {
	position: absolute;
	top: 36px;
	right: 20px;
}
#detalles #descripcion {
	position: relative;
	width: 330px;
	padding: 15px 0px 0px 15px;
	height: auto;
}
#detalles #descripcion #cuadro {
	width: 209px;
	margin-left: 13px;
	background: #DFE7F4;
	font-size: 14px;
	padding: 3px;
	text-align: justify;
}
#detalles #botonImprimir {
}
#detalles #botonVolver {
	margin-top: 10px;
}
#detalles #botonNuevaBusqueda {
	position: absolute;
	bottom: 12px;
	left: 15px;
}
#detalles #botonVerDisponibilidad {
	position: absolute;
	bottom: 12px;
	right: 15px;
}
#detalles #esquinaIzq {
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#detalles #esquinaDcha {
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.celeste {
	background-color: #dfe7f4;
}
.argent {
	width: 80px;
	height: 30px;
	padding-right: 10px;
	text-align: right;
}
.smaller {
	font-size: 10px;
	font-weight: normal;
}

/* calendario */
	.TESTcpYearNavigation,
	.TESTcpMonthNavigation
			{
			background-color:#000066;
			text-align:center;
			vertical-align:center;
			text-decoration:none;
			color:#C5C5CA;
			font-weight:bold;
			}
	.TESTcpDayColumnHeader,
	.TESTcpYearNavigation,
	.TESTcpMonthNavigation,
	.TESTcpCurrentMonthDate,
	.TESTcpCurrentMonthDateDisabled,
	.TESTcpOtherMonthDate,
	.TESTcpOtherMonthDateDisabled,
	.TESTcpCurrentDate,
	.TESTcpCurrentDateDisabled,
	.TESTcpTodayText,
	.TESTcpTodayTextDisabled,
	.TESTcpText
			{
			font-family:arial;
			font-size:12pt;
			}
	TD.TESTcpDayColumnHeader
			{
			text-align:right;
			border:solid thin #6677DD;
			border-width:0 0 1px 0;
			}
	.TESTcpCurrentMonthDate,
	.TESTcpOtherMonthDate,
	.TESTcpCurrentDate
			{
			text-align:right;
			text-decoration:none;
			}
	.TESTcpCurrentMonthDateDisabled,
	.TESTcpOtherMonthDateDisabled,
	.TESTcpCurrentDateDisabled
			{
			color:#D0D0D0;
			text-align:right;
			text-decoration:line-through;
			}
	.TESTcpCurrentMonthDate
			{
			color:#000099;
			font-weight:bold;
			}
	.TESTcpCurrentDate
			{
			color: #FFFFFF;
			font-weight:bold;
			}
	.TESTcpOtherMonthDate
			{
			color:#808080;
			}
	TD.TESTcpCurrentDate
			{
			color:#FFFFFF;
			background-color: #6677DD;
			border-width:1;
			border:solid thin #000000;
			}
	TD.TESTcpCurrentDateDisabled
			{
			border-width:1;
			border:solid thin #FFAAAA;
			}
	TD.TESTcpTodayText,
	TD.TESTcpTodayTextDisabled
			{
			border:solid thin #6677DD;
			border-width:1px 0 0 0;
			}
	A.TESTcpTodayText,
	SPAN.TESTcpTodayTextDisabled
			{
			height:20px;
			}
	A.TESTcpTodayText
			{
			color:#000099;
			font-weight:bold;
			}
	SPAN.TESTcpTodayTextDisabled
			{
			color:#D0D0D0;
			}
	.TESTcpBorder
			{
			border:solid thin #6677DD;
			}
/* fin calendario */
