* {
margin:0;
padding:0;
}

/* General Style Info */
body {
	background-color: #2C6877;
	color: #fff;
	font-family: "frutiger linotype", "lucida grande", "helvetica", "arial", sans-serif;
	font-size: 76%;
}
a {
	background-color: #fff;
/*	color: #003d4c;*/
  color: #2C6875;
	text-decoration: underline;
}
a:hover {
	background-color: #fff;
	color: #003d4c;
	text-decoration:none;
}
a.preciosi{
 background-color:#99FF66 ;
 color:#384955;
}
a.preciono{
}
a.menu {
  font: bold 12px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-color:#fff ;
	color:  #2C6875;
	text-decoration: none;
}

a img {
	border:none;
}
em {
	font-size: 12px;
}
h1, h2, h3, h4 {
	background-color: #fff;
	font-weight:normal;
}
h1 {
	color: #003d4c;
	font-size: 170%;
	margin: 0.3em 0;
}
h2 {
	color: #2C6877;
	font-size: 180%;
	margin: 0.3em 0;
	padding-top: 1em;
}
h3 {
	color: #c6c65b;
	font-size: 140%;
	padding-top: 2em;
}
h4 {
	color: #c6c65b;
	font-weight: normal;
	padding-top: 0.5em;
}
ul, li {
	margin: 0 12px;
}

/* Layout */
#container {
	text-align: left;
}

#header{
	background-color: #ffffff;
	padding: 10px 20px 0 20px;
}
#header h1 {
	color: #ffffff;
	background: url('../img/logopar.png') no-repeat;
	height: 100px;
	padding: 15px 170px;
	text-align:center;
}
#header h1 a {
	color: #2C6875;
	background: #ffffff;
	text-decoration: none;
}
#header h1 a:hover {
	color: #2C6875;
	background: #ffffff;
	text-decoration: none;
}
#content{
	background-color: #fff;
	color: #333;
	padding: 0px 40px 40px 40px;
	overflow: auto;
}
#footer {
	padding: 6px 10px;
	text-align: right;
}

/* Tables */
table {
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
.table {
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 99%;
}
th {
	background-color: #f2f2f2;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	padding: 1px 4px;
	text-align: center;
}

.th1 {
	font: bold 11px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #616B76;
	background: #D9E2E1;
	border-right: 1px solid #A2ADBC;
	border-left: 0px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	border-top: 0px solid #A2ADBC;
}
table tr td {
	border-right: 1px solid #ddd;
	padding: 4px 4px;
	text-align: center;
	vertical-align: top;
}

table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	white-space: nowrap;
}
td.actions a {
	padding: 0 6px;
}
td.noback {
	background-image:none;
}

td.td2 {
	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	border-left: 0px solid #A2ADBC;
	border-top: 1px solid #A2ADBC;
	width: 50px;
	height: 20px;
	text-align: center;
	background-image:url(images/bg_calendar_BACK.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}

/* Paging */
div.paging {
	color: #ccc;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 50%;
}
dl .altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/* Forms */
form {
	margin-top: 0;
	margin-right: 20px;
	padding: 0;
	width: 50%;
}
form div {
	border: 1px solid #ddd;
	clear: both;
	margin-bottom: 1em;
	padding: .8em 2em 1em 1.4em;
	vertical-align: text-top;
}
form div.required {
	color: #333;
	background: #f2f2f2;
	font-weight: bold;
}
form div.optional, form div.input {
	background: #f6f6f6;
	color: #444;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}
label {
	display: block;
	font-size: 14px;
	padding-right: 20px;
	text-align: left;
}

input, textarea {
	clear: both;
	display: block;
	font-size: 14px;
	width: 40%;
}
input.fecha {
  clear: both;
	display: block;
	font-size: 14px;
	width: 15%;
	text-align: left;
}

input.combo {
  clear: both;
	display: block;
	font-size: 14px;
	width: 30%;
	text-align: left;
}
input.numero {
  clear: both;
	display: block;
	font-size: 14px;
	width: 20%;
	text-align: right;
}
select {
	clear: both;
	font-size: 14px;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 14px;
	padding: 0 0.3em;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 2px 6px 7px 2px;
	width: auto;
}
input[type=submit] {
	display: inline;
	padding: 0 .4em;
	width: auto;
	vertical-align: bottom;
}

/* Notices and Errors */
div.message, p.error, div.error-message {
	color: #900;
	font-size: 16px;
	font-weight: bold;
	margin: 8px 0px;
}
div.error-message {
	clear: both;
}
div.error em {
	font-size: 18px;
	color: #003d4c;
}
span.notice {
	background-color: #c6c65b;
	color: #fff;
	display: block;
	font-size: 16px;
	padding: 0.5em;
	margin: 1em 0;
}

/* Actions */
div.actions {
	position: absolute;
	top: 160px;
	left: 425px;
	text-align: left;
}
div.actions ul {
	margin: 0;
	padding: 2px 6px;
	list-style-type: none;
	display: inline;
}
div.actions li {
	display: inline;
	list-style-type: none;
	margin: 0px 0px 3px 0px;
	padding: 0px 2px;
}
div.actions ul li a{
	background: #003d4c;
	border: 0px solid #656565;
	border-width: 1px 1px 0px 1px;
	color: #ddd;
	padding: 3px 8px;
	text-decoration: none;
}
div.actions ul li a:hover {
	background:#fff;
	color: #003d4c;
}

/* Related */
div.related {
	clear: both;
	display: block;
}
div.related div.actions {
	position: relative;
	top: 4px;
	left: 0;
	text-align: left;
}
div.related div.actions ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div.related div.actions li {
	list-style-type: none;
	margin: 0 0 4px 0px;
	padding: 0;
}
div.related div.actions ul li a {
	background:#fff;
	color: #2C6877;
	padding: 0;
	text-decoration: underline;
}
div.related div.actions ul li a:hover {
	background:#fff;
	color: #2C6877;
	text-decoration: none;
}

div.calendar {
  text-align:left;
	width: 40px;
	height: 25px;
	font-size: 10px;
}
div.calendarcupoyprecio {
  text-align:center;
	width: 30px;
	height: 15px;
	font-size: 10px;
}
div.calendarprecio {
  text-align:center;
	width: 50px;
	height: 30px;
	font-size: 10px;
}
div.calendardis {
  text-align:left;
	width: 30px;
	height: 35px;
	font-size: 10px;
}
/* Debugging */
pre {
	padding: 1em;
}

pre.cake_debug {
	margin: 2px;
	font-size: 12px;
	line-height: 18px;
}

div.cake-stack-trace {
	margin: 2px 2px 0 2px;
	font-size: 12px;
	line-height: 18px;
}

div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000000;
	background-color: #F0F0F0;
	border: 1px dotted #606060;
	padding: 2px 0 2px 5px;
	margin: 0px 4px 5px 5px;
}

div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 5px;
	margin: 0;
	padding: 0 0 10px 0;
}

div.cake-code-dump pre {
	padding: 7px 8px;
	margin: 1px 4px 2px 6px;
}

div.cake-code-dump span.code-highlight {
	background-color: #FFFF00;
}
div.paginacion {
	color: #2C6877;
	font-size: 13px;
}

/* Estados */

.nocupo_noprecio {
	background-image: url(../img/imagespanel/bg_calendar.gif);
	background-position:top left;
	background-repeat:no-repeat;
	color:#DEDEDE;
}

.cupo_o_precio {
	background-image:url(images/bg_calendar.gif);
	background-position:top right;
	background-repeat:no-repeat;
	color:#DEDEDE;
}

.cupo_y_precio {
	background-image:url(images/bg_calendar.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	color:#DEDEDE;
}

.cupos_reservados {
	background-image:url(images/bg_calendar.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	color:#DEDEDE;
}
#texto_pie_dias_C {
	position:relative;
	top:-7px;
	left:0px;
	font-size:9px;
	width:50px;
	height:10px;
}
.month {
background-color:#FFFFCC;
border-style:none;
text-align:center;
}
.monthname {
background-color:#DADADA;
border-style:outset;
border-width:0px;
color:#5D5D5D;
font-size:9px;
font-weight:bold;
text-align:center;
}
.dayname td {
background-color:#DADADA;
border-style:outset;
border-width:0px;
color:#5D5D5D;
font-size:10px;
text-align:center;
}
.cupoyprecio {
/*background-color:#00ff80;*/
background-color:#99FF66 ;
color:#384955;
font-size:10px;
font-weight:bold;
height:10px;
text-align:center;
width:10px;
}
.cupooprecio {
background-color:#ffff40;
color:#384955;
font-size:10px;
font-weight:bold;
height:10px;
text-align:center;
width:10px;
}
.nocuponoprecio {
background-color:#ffa060;
color:#384955;
font-size:10px;
font-weight:bold;
height:10px;
text-align:center;
width:10px;
}
/*Calendario de disponibilidad*/
.todosreservados {
background-color:#ffff40;
color:#384955;
font-size:10px;
font-weight:bold;
height:10px;
text-align:center;
width:10px;
}

.todosreservadoscierre {
background-color:#FF3333;
color:#384955;
font-size:10px;
font-weight:bold;
height:10px;
text-align:center;
width:10px;
}
.disponibles {
/*background-color:#00ff80;*/
background-color:#99FF66;
color:#384955;
font-size:10px;
font-weight:bold;
height:10px;
text-align:center;
width:10px;
}

.disponiblescierres {
/*background-color:#00ff80;*/
background-color:#FF3333;
color:#384955;
font-size:10px;
font-weight:bold;
height:10px;
text-align:center;
width:10px;
}
/*****************************************/
.leyenda1 {
background-color:#00ff80;
color:#FFFFFF;
font-size:9px;
font-weight:bold;
text-align:center;
}
.leyenda2 {
background-color:#ffa060;
color:#FFFFFF;
font-size:9px;
font-weight:bold;
text-align:center;
}
.leyenda3 {
background-color:#ffff40;
color:#FFFFFF;
font-size:9px;
font-weight:bold;
text-align:center;
}
.leyendas {

border-style:outset;
border-width:0px;
color:#5D5D6D;
font-size:10px;
font-weight:bold;
text-align:center;
}

.labelcalendario {

display: inline;
border-style:outset;
border-width:0px;
color:#5D5D5D;
font-size:12px;
font-weight:bold;
text-align:left;
}


/*.combocalendario {

border-style:outset;
/*border-width:2px;
font-size:11px;
font-weight:bold;
text-align:left;
}*/
td.menu {
	text-align:left;
	background-image:none;
	border-right: 0px solid #A2ADBC;
	border-bottom: 0px solid #A2ADBC;
	border-left: 0px solid #A2ADBC;
	border-top: 1px solid #A2ADBC;
	vertical-align:bottom;
}

#left_column {
	position:relative;
	top:-310px;
	left:0px;
	width:125px;
	height:0px;
	background-image:none;
}
#inicio {
	position:relative;
	top:-6px;
	left:4px;
}
#usuarios {
	position:relative;
	top:-6px;
	left:4px;
}

#habitaciones {
	position:relative;
	top:-6px;
	left:4px;
}

#regimenes {
	position:relative;
	top:-6px;
	left:4px;
}

#regimenes_habitacion {
	position:relative;
	top:-6px;
	left:4px;
}

#regimenes_habitacion_pic {
	position:relative;
	top:-15px;
	left:4px;
}

#condiciones {
	position:relative;
	top:-9px;
	left:4px;
}

#condiciones_pic {
	position:relative;
	top:-15px;
	left:4px;
}

#habitaciones_descrip {
	position:relative;
	top:-9px;
	left:4px;
}

#habitaciones_descrip_pic {
	position:relative;
	top:-15px;
	left:4px;
}

#cupos {
	position:relative;
	top:-6px;
	left:4px;
}

#precios {
	position:relative;
	top:-6px;
	left:4px;
}

#salir {
	position:relative;
	top:-6px;
	left:4px;
}

.totales {
  text-align : right;
  font-size: 16px;
  font-weight: bold;
}

.estilotextarea {
width:100%;height:100px;
}
