@charset "utf-8";

/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	text-decoration: none;
	color: black;
}

a.link:hover {
	text-decoration: none;
	color: black;
}

a.link:visited {
	text-decoration: none;
	color: black;
}

a img {
	border-style: none;
}

form {
	margin: 0;
	padding: 0;
}

h1 {
	font-weight: bold;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
}

h2 {
	color: #9F5600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	margin: 0px;
}

h3 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
}

table {
	width: 100%;
}

td {
	align: center;
	text-align: center;
}

input {
	margin-left: 2px;
	/*color: black;*/
}

li { /*width: 100%;*/
	text-align: left;
	/*padding:2px;*/
}

.importante {
	color: #FF0000;
}

.importante2 {
	color: #FF0000;
	font-weight: bold;
}

.importante3 {
	color: #000000;
	font-weight: bold;
}

/* añadidos de jorge */ /* drop shadows */
.out {
	display: block;
	background: #bbb;
	border: 1px solid #ddd;
	position: relative;
	margin: 1em 0;
}

.in2 {
	display: block;
	background: #777;
	border: 1px solid #999;
	position: relative;
	padding: 0px;
	margin: 1px;
}

.in {
	background: #fff;
	border: 1px solid #555;
	position: relative;
	padding: 5px;
	font-weight: normal;
}

.ltin {
	left: -5px;
}

.tpin {
	top: -5px;
}

.rtin {
	left: 5px;
}

.normal {
	width: 760px;
	left: 7px;
}

/* change to suit */ /*
uso
<div class="out normal">
<div class="in2">
<div class="in">
<h3>Medium</h3>
<p>and finally a text box with a surround shadow.</p>
</div>

</div>
</div>
*/ /* end of drop shadows */ /* banner reservation */
.banner_reservation {
	background-color: #FFFBF0;
	border-bottom: 1px solid silver;
	border-top: 1px solid silver;
}

.banner_reservation h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
}

.message {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #7E7E7E;
	font-weight: bold;
}

/* end of banner reservation */
.tituloSeccion {
	background-color: #ebe8d6;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0.5em;
}

label {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right: 3px;
}

.condiciones {
	width: 100%;
	height: 70px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding: 2px;
	text-align: justify;
	border: 1px solid silver;
	overflow: auto;
	color: #000000;
}

.habitacionesLista {
	list-style-type: none;
	padding: 1px;
	margin-left: 0;
}

.habitacionesItem_selected {
	border-style: dotted;
	border-width: 1px;
	border-color: silver;
	padding: 1px;
	margin: 1px;
	background: #FAE6B6;
	text-decoration: none;
	white-space: nowrap;
}

.habitacionesItem {
	border-style: dotted;
	border-width: 1px;
	border-color: silver;
	padding: 1px;
	margin: 1px;
	background: beige;
	text-decoration: none;
	white-space: nowrap;
}

.habitacionesItem_selected a:visited {
	text-decoration: none;
	color: black;
}

.habitacionesItem_selected a:link {
	text-decoration: none;
	color: black;
}

.habitacionesItem_selected a:hover {
	text-decoration: none;
	color: black;
}

.habitacionesItem a:link {
	text-decoration: none;
	color: black;
}

.habitacionesItem a:hover {
	color: black;
	text-decoration: none;
	font-weight: normal;
	background: #FAE6B6;
}

.habitacionesItem a:visited {
	text-decoration: none;
	color: black;
}

.detallesRegimen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	border: 1px dotted silver;
}
.detallesRegimen2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	border: 1px dotted silver;
}

.detallesRegimen a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	text-decoration: none;
}

.detallesRegimen a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	text-decoration: none;
}

.detallesRegimen a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	background: #FAE6B6;
	text-decoration: none;
}

.dataBorder {
	border: 1px solid silver;
}

.dataBorderUpDown {
	border: 1px solid silver;
	background: #FAE6B6;
}

.gridReservaActual {
	margin-top: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: transparent;
	background-image: url('../img/gradients/gradient500px.jpg');
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-x-position: left;
	background-y-position: bottom;
	border: 1px solid silver;
}

.avisoSinHabitaciones {
	text-align: justify;
	width: 100%;
	padding: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.formShaded {
	border: 1px solid silver;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: transparent;
	background-image: url('../img/gradients/gradient200px.jpg');
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-x-position: left;
	background-y-position: bottom;
}

.formShadedShort {
	border: 1px solid silver;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: transparent;
	background-image: url('../img/gradients/gradient50px.jpg');
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-x-position: left;
	background-y-position: bottom;
}

.formShadedLong {
	border: 1px solid silver;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: transparent;
	background-image: url('../img/gradients/gradient800px.jpg');
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-x-position: left;
	background-y-position: bottom;
}

.formShadedLong td {
	text-align: left;
	margin-left: 90px;
}

.formButton {
	text-decoration: none;
	cursor: pointer;
	border: outset 2px #ccc;
	background: #999;
	color: black;
	/*font-weight:bold;*/
	padding: 1px 2px;
	background: url(../img/reservationProcess/buttonbg.gif) repeat-x left
		top;
	cursor: pointer;
	font-family:Verdana;
	font-size:11px;
white-space:nowrap;
}

.formButton:hover {
	text-decoration: none;
	cursor: pointer;
	border: outset 2px #ccc;
	background: #FAE6B6;
	color: black;
	/*font-weight:bold;*/
	padding: 1px 2px;
	font-family:Verdana;
	font-size:11px;
white-space:nowrap;
}

.formButton:visited {
	text-decoration: none;
	cursor: pointer;
	border: outset 2px #ccc;
	color: black;
	/*font-weight:bold;*/
	padding: 1px 2px;
	background: url(../img/reservationProcess/buttonbg.gif) repeat-x left
		top;
	font-family:Verdana;
	font-size:11px;
white-space:nowrap;
}

.hab-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.hab-menu li {
	margin: 0 0.15em;
}

.hab-menu li selected a{
	height: 2em;
	line-height: 2em;
	display: block;
	text-decoration: none;
	cursor: pointer;
	border: outset 2px #ccc;
	color: black;
	/*font-weight:bold;*/
	padding: 1px 2px;
	background: url(../img/reservationProcess/buttonbg.gif) repeat-x left
		top;
	font-family:Verdana;
	font-size:11px;
}
.hab-menu li selected a:hover {
	height: 2em;
	line-height: 2em;
	display: block;
	text-decoration: none;
	cursor: pointer;
	border: outset 2px #ccc;
	color: black;
	/*font-weight:bold;*/
	padding: 1px 2px;
	background: url(../img/reservationProcess/buttonbg.gif) repeat-x left
		top;
	font-family:Verdana;
	font-size:11px;
}

.hab-menu li a{
	height: 1.2em;
	line-height: 1.2em;
	display: block;
	text-decoration: none;
	cursor: pointer;
	border: outset 2px #ccc;
	color: black;
	/*font-weight:bold;*/
	padding: 1px 2px;
	background: #EFEFEF;
	font-family:Verdana;
	font-size:11px;
}
.hab-menu li a:hover {
	height: 1.2em;
	line-height: 1.2em;
	display: block;
	text-decoration: none;
	cursor: pointer;
	border: outset 2px #ccc;
	color: black;
	/*font-weight:bold;*/
	padding: 1px 2px;
	background: url(../img/reservationProcess/buttonbg.gif) repeat-x left
		top;
	font-family:Verdana;
	font-size:11px;
}

.hab-menu a{
	height: 1.2em;
	line-height: 1.2em;
	display: block;
	text-decoration: none;
	cursor: pointer;
	border: outset 2px #ccc;
	color: black;
	/*font-weight:bold;*/
	padding: 1px 2px;
	background: #EFEFEF;
	font-family:Verdana;
	font-size:11px;
}
.hab-menu a:hover {
	height: 1.2em;
	line-height: 1.2em;
	display: block;
	text-decoration: none;
	cursor: pointer;
	border: outset 2px #ccc;
	color: black;
	/*font-weight:bold;*/
	padding: 1px 2px;
	background: url(../img/reservationProcess/buttonbg.gif) repeat-x left
		top;
	font-family:Verdana;
	font-size:11px;
}

.hab-menu-selected a {
	height: 1.2em;
	line-height: 1.2em;
	display: block;
	text-decoration: none;
	cursor: pointer;
	border: outset 2px #ccc;
	color: black;
	/*font-weight:bold;*/
	padding: 1px 2px;
	background: url(../img/reservationProcess/buttonbg.gif) repeat-x left
		top;
	font-family:Verdana;
	font-size:11px;
}
.hab-menu-selected a:hover {
	height: 1.2em;
	line-height: 1.2em;
	display: block;
	text-decoration: none;
	cursor: pointer;
	border: outset 2px #ccc;
	color: black;
	/*font-weight:bold;*/
	padding: 1px 2px;
	background: url(../img/reservationProcess/buttonbg.gif) repeat-x left
		top;
	font-family:Verdana;
	font-size:11px;
}


.formShadedOrange {
	border: 1px solid silver;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: transparent;
	background: url(../img/reservationProcess/buttonbg.gif) repeat-x left
		top;
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-x-position: left;
	background-y-position: bottom;
}

.errorsForm {
	color: red;
	font-weight:bold;
}

/* Data Table */
table.dataTable th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	border: 1px dotted silver;
	text-align: center;
}

table.dataTable td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px dotted silver;
	text-align: right;
}


.infoMessage {
		 background: url(../img/reservationProcess/warningIcon.gif) no-repeat 35px 20px;
     color: #900;
     border-top: 1px solid #c00;
     border-bottom: 1px solid #c00;
     padding: 2.25em 2.5em 2.25em 4.5em;
     font-weight: bold;
     margin: 5px;
     text-align: justify;
}


/* ---------------  start of yui calendar */



/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.3.0
*/
.yui-calcontainer {
	position:relative;
	padding:5px;
	background-color:#F7F9FB;
	border:1px solid #7B9EBD;
	float:left;
	_overflow: hidden; /* IE6 only, to clip iframe shim */
}

.yui-calcontainer iframe {
	position:absolute;
	border:none;
	margin:0;padding:0;
	z-index:0;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
}

/* IE6 only */
.yui-calcontainer iframe.fixedsize {
	width:40em;
	height:40em;
	top:-1px;
	left:-1px;
}

.yui-calcontainer.multi {
	padding:0;
}

.yui-calcontainer.multi .groupcal {
	padding:3px;
	background-color:transparent;
	z-index:1;
	float:left;
	position:relative;
	border:none;
}

.yui-calcontainer .title {
	font:100% sans-serif;
	color:#000;
	font-weight:bold;
	margin-bottom:5px;
	height:25px;
	position:absolute;
	top:3px;left:5px;
	z-index:1;
}

.yui-calcontainer .close-icon {
	position:absolute;
	right:3px;
	top:3px;
	border:none;
	z-index:1;
}

.yui-calcontainer .calclose {
	background: url("../img/yui/calx.gif") no-repeat;
	width:17px;
	height:13px;
	cursor:pointer;
}

/* Calendar element styles */

.yui-calendar {
	font:80% sans-serif;
	text-align:center;
	border-spacing:0;
	border-collapse:separate;
	position:relative;
	width: 365px;
}

.yui-calcontainer.withtitle {
	padding-top:1.5em;
}

.yui-calendar .calnavleft {
	position:absolute;
	cursor:pointer;
	top:2px;
	bottom:0;
	width:9px;
	height:12px;
	left:2px;
	z-index:1;
	background: url("../img/yui/callt.gif") no-repeat;
}

.yui-calendar .calnavright {
	position:absolute;
	cursor:pointer;
	top:2px;
	bottom:0;
	width:9px;
	height:12px;
	right:2px;
	z-index:1;
	background: url("../img/yui/calrt.gif") no-repeat;
}

.yui-calendar td.calcell {
	font: 1.2em;
	padding:.1em .1em;
	border:1px solid #E0E0E0;
	text-align:center;
	width:39px;
	height:36px;
}

.yui-calendar td.calcell a {
	color:black;
	font-weight: bold;
	background-color: #f7f9fb;
	text-decoration:none;
}

.yui-calendar td.calcell.today {
	border:1px dotted #000;
}

.yui-calendar td.calcell.oom {
	cursor:default;
	color:#999;
	background-color:#EEE;
	border:1px solid #E0E0E0;
}

.yui-calendar td.calcell.selected {
	color:black;
	background-color:#FFF19F;
	border:1px solid #FF9900;
}

.yui-calendar td.calcell.calcellhover {
	cursor:pointer;
	color:black;
	background-color:#FF9900;
	border:1px solid #FF9900;
}

.yui-calendar td.calcell.calcellhover a {
	color:black;
	background-color:#FF9900;
}

.yui-calendar td.calcell.restricted {
	text-decoration:line-through;
}

.yui-calendar td.calcell.previous {
	color:#CCC;
}

.yui-calendar td.calcell.highlight1 { background-color:#CCFF99; }
.yui-calendar td.calcell.highlight2 { background-color:#99CCFF; }
.yui-calendar td.calcell.highlight3 { background-color:#FFCCCC; }
.yui-calendar td.calcell.highlight4 { background-color:#CCFF99; }

.yui-calendar .calhead {
	border:1px solid #E0E0E0;
	vertical-align:middle;
	background-color:#FFF;
}

.yui-calendar .calheader {
	position:relative;
	width:100%;
	text-align:center;
	color: white;
	background-color: #004696;
}

.yui-calendar .calheader img {
	border:none;
}

.yui-calendar .calweekdaycell {
	background-color:#A2BDD9;
	color: #f7f9fb;
	font-weight:normal;
	text-align:center;
	width:39px;
}

.yui-calendar .calfoot {
	background-color:#EEE;
}

.yui-calendar .calrowhead, .yui-calendar .calrowfoot {
	color:#666;
	font-style:italic;
	font-weight:normal;
}

.yui-calendar .calrowhead {
	border-right-width:2px;
}

/* Specific changes for calendar running under fonts/reset */
.yui-calendar .calbody a:hover {background:inherit;}
p#clear {clear:left; padding-top:10px;}



/* ---------------  end of yui calendar */

.precioCell{
	color:#006AD6;
	font-size:0.80em;
	font-weight: bold;
	font-family: arial;
}

deshabilitadoCell{
}

seleccionadoCell{
}
