/* 
	Projecto: Service Tour México
   	autores: luka cvrk (www.solucija.com), adolfo tavizón (cuatromedios.com), Fat Erik, andreas viklund, dan cederholm (simplebits.com)
								*/
   
body {
	padding: 0;
	margin: 0;
	font: 0.7em/1.6em Tahoma, Arial, sans-serif;
	background: #E2DBD3 url('visual/images/header-bg.jpg') repeat-x left top;
	color: #333;
	height: 30px;
}
.smallbox img, #left img.enTexto {
	margin: 4px 4px 1px 0px;
	border-top: 1px solid #cecece;
	border-right: 1px solid #BFBFBF;
	border-bottom: 1px solid #BFBFBF;
	border-left: 1px solid #cecece;
	/*border: 1px solid #000000;*/
}

.gutter {
	padding: 10px;
}

.spacer {
	clear: both;
	display: block;
}

.contenido {
	margin: 0px auto;
	height: 1%;
	width: 100%;
}

/* links */
a {
	color: #FF3300;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #385769;
	background: inherit;
}
a img {
	border-style: none;
}	

/* headings */
h1 { font: bold 2.5em "Arial", Sans-Serif; margin: 0; letter-spacing: -1px; }
h2 {
	font: normal 220%/1em Arial, Sans-Serif;
	margin: 0;
	padding: 0;
	color: #CC0000;
	letter-spacing: 1px;
}
h1 a, h2 a { color: #2b2b2b; background: #fff; text-decoration: none; }
h1 a:hover, h2 a:hover { color: #2b2b2b; background: #FFF; }
h3 {
	font: normal 120%/1.1em Arial, Sans-Serif;
	color: #808080;
	margin: 0;
	padding: 0 0 3px;
}

h4 {
	font: bold normal 160%/1.1em Arial, Sans-Serif;
	color: #DC9103;
	margin: 10px 0;
	padding: 0 0 3px;
	border-bottom: 1px solid #333333;
}

.numero_reservacion {
	background-color: #CC6600;
	color:#fff;
	padding: 2px;
	font-weight: bold;
	margin-bottom: 3px;
	margin-right: 5px;
}

/* lists and form elements */
ul { margin: 0; padding : 0; list-style : none; }
form { margin: 0; }
input.search { width: 279px; border: none; background: #fff url('visual/images/input.gif') no-repeat; padding: 6px 10px; color: #1E67A8; font-weight: bold; }
input.button { padding: 3px; }
input {
	border: 1px solid #999999;
	_border-style: expression((this.type=='text'||this.type=='password'?'solid':'none'));
}
textarea {
	border: 1px solid #999999;
}
.intro {
	margin: 0px auto 5px;
	width: 100%;
	height: 210px;
	background: #FFFFFF;
	display: block;
	border-bottom: 1px solid #98BA65;
	padding: 0px 0px 5px;
}

#intro_right {
	clear: none;
	float: right;
	width: 240px;
	background: #FFE35D;
	color: #333333;
	margin: 0;
	height: 205px;
	display: block;
	border: 5px solid #F9CD00;
	padding: 0;
}
#intro_right div {
	width: 100%;
	clear: both;
	margin: 2px;
}
#intro_right label{
	white-space: nowrap;
}
#intro_right label, #intro_right div.column {
	width: 65px;
	_width: 55px;
	display: block;
	float: left;
	clear: none;
}
#intro_right select, #intro_right input {
	width: 170px;
	_width: 180px;
}
#intro_right div.column input, #intro_right div.column select {
	width: 75px;
	_width: 65px;
}
#intro_right label input {
	width: auto;
}
button {
	font: 12px Tahoma, Arial, sans-serif;
}
form strong {
	text-align:center;
	font-weight: bolder;
	text-transform: capitalize;
	display: block;
	font-size: 14px;
}
/* RIGHT INTRO SIDE */
	
#intro_left {
	float: left;
	width:630px;
	height:205px;
	clear: left;
	background: #333333;
	padding: 0px;
	padding: 0px;
	border-top: 5px solid #A4B7C6;
	border-right: 3px solid #A4B7C6;
	border-bottom: 5px solid #A4B7C6;
	border-left: 3px solid #A4B7C6;
}
	#intro_left h1 {
	margin: 0 0 15px;
	color: #fff;
	padding-top: 45px;
	padding-left: 25px;
}

	#intro_left h1 a{
	background: transparent;
	color: #FFFFFF;
}

#intro_left p {
	margin: 0 0 15px;
	color: #fff;
	padding-top: 0px;
	padding-left: 25px;
	padding-right: 90px;
}

	#intro_left .white { color: #FFF; background-color:transparent; }
	


/* content holder */
#content {
	margin: 0px auto;
	width: 920px;
	background: #fff url('visual/images/fondo_body.jpg') repeat-y center top;
	padding: 0px;
}

/* header */
#header {
	height: 85px;
	margin: 0px;
	padding: 0px;
}
#logo {
	padding: 0px 0 0px 8px;
}

/* hide hack from Mac-IE5 \*/
* html #logo { height: 1%; }
/* end hiding */

#logo p {
	margin: 0;
	padding: 0 0 0 10px;
}
#top_info {
	float: right;
	width: 470px;
	margin: 0 5px 10px 0;
	text-align: left;
	display: inline;
}

#top_info p{
	font-size: 10px;
	line-height: 1em;
	margin: 0px;
	border-top: 1px solid #cecece;
	text-align: left;
	border-top:1px solid #E0E0DB;
	padding-top: 1px;
	padding-bottom: 0px;
}

#top_info .idioma{
	color: #333;
	margin-left:10px;
}

#top_info a .idioma {
	color:#CC0000;
}
	
#top_info a:hover .idioma {
	color:#339999;
}

/* horizontal tabbed menu */	
.solidblockmenu{
	margin: 0px 0px 8px;
	padding: 0px;
	float: left;
	font: bold 100%/1em Arial;
	width: 100%;
	background: #CC0000;
	border-top: 1px solid #98BA65;
	border-bottom: 1px solid #98BA65;
	letter-spacing: 1px;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
	float: left;
	color: white;
	padding: 8px 10px;
	text-decoration: none;
	border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
	color: white;
	background: #98BA65;
}
.key { text-decoration: underline; }

/* Hotel descripcion _______________________________________ */
#migas { margin-left: 3px; }

/*Fat Erik's Breadcrumbs*/
#migitas {
	list-style: none;
	padding: 0;
	margin: 0;
	height: 29px;
	display: inline-block;
}

#migitas li {
	display: inline;
	padding: 0;
	margin: 0;
}

#migitas li a{
	color: #999999;
}

#migitas li a:hover{
	color: #3366CC;
}

#migitas li:before { content: "> "; }
#migitas li:first-child:before { content: ""; }

/*IE workaround*/
/*All IE browsers*/
* html #migitas li {
	padding: 0 0.5em 0 1em;
	margin: 0 1em 0 -1em;
	background: url('visual/images/gt.gif') no-repeat 0 50%;
}

/*Win IE browsers - hide from Mac IE\*/
* html #migitas { height: 1%; }

* html #migitas li {
	display: block;
	float: left;
}

/*End hide*/
/*Mac IE 5*/
* html #migitas li:first-child { background-image: none; }

/* Encabezado en la descripción de los hoteles y los tours __ */
.encabezado {
	height: 85px;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top: 1px solid #CC0000;
	padding-top: 5px;
}

.encabezado p {
	margin: 2px 0px 0px;
}

.encabezado h2 {
	display: block;
	margin-bottom: 0px;
}
.encabezado img {
	float: left;
	margin-right: 5px;
}

.precio {
	color:#FF6600;
	font: bold 16px Arial, Helvetica, "Sans Serif";
}

ul.politicas  {
	margin: 0 0 0 10px;
	padding : 0 0 0 10px;
	list-style : square url(none);
}

li.politicas  {
	margin: 0 0 0 5px;
	padding : 0 0 0 5px;
}

/* Cuadro de descripción de hotel ___ */

.descripcion_hotel {
	background: #E7E2DA;
	display: block;
	padding: 8px;
	clear: both;
}

.descripcion_hotel h3 {
	color:#CC0000;
	font-size:1.2em;
	font-weight:normal;
	margin:3px 14px 10px 0px;
	padding:0pt 0pt 8px;
	line-height: 1em;
	border-bottom: 1px dotted #CC0000;
}

p.menos_margen {
	margin-bottom:5px;}
	
.rate1 table {
	width: 96%;
	background: #fff;
	border-top: 2px solid #CFCFDE;
	border-bottom: 3px solid #CFCFDE;
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 10px;
  }
  
.rate1 table caption {
	margin: 0;
	padding: 8px 20px 8px 10px;
	text-align: left;
	background: #fff;
	font-size: 110%;
	line-height: 1em;
	font-weight: bold;
  }

  
.rate1 table th {
  color: #999;
  }
  
.rate1 table th, .rate1 table td {
	margin: 0;
	padding: 2px 3px;
	text-align: center;
	border-bottom: 1px solid #b5b5b5;
  }

.rate1 table .name {
  text-align: left;
  }

.rate1 table tr {
  background: #e6e6e6;
  }
  
.rate1 table tr.alt {
  background: #f1f1f1;
  }
  
  


/* Mini galería _________ */
.limpiar {
	display:block;
	height:100px;
	clear:both;
	border-top: 5px solid #E7E2DA;
	background: #E7E2DA;
	border-bottom: 3px solid #E7E2DA;
}


.thumbnail, .last {
	float: left;
	width: 130px;
	border: 1px solid #D9E0E6;
  	border-bottom-color: #C8CDD2;
  	border-right-color: #C8CDD2;
  	background: #fff;
	margin: 0 18px 10px 0;
	padding: 4px;
}

.last {	margin: 0 0 10px 0;}

.columna_izquierda {
	float:left;
	display:block;
	width:48%;}

.columna_derecha {
	float:right;
	display:block;
	width:48%;}
	
.columna_izquierda h3, .columna_derecha h3 {
	color:#CC0000;
	font-size:1.2em;
	font-weight:normal;
	margin:5px 14px 10px 0px;
	padding:0pt 0pt 8px;
	line-height: 1em;
	border-bottom: 1px dotted #CC0000;
}

.columna_izquierda ul, .columna_derecha ul {
	display: block;
	padding-left: 15px;
}

.columna_izquierda li, .columna_derecha li {
	background: url('/visual/images/balita.gif') no-repeat;
	padding-left: 15px;
}

.columna_izquierda dl, .columna_derecha dl {
	display: block;
	margin-top: 5px;
}

.columna_izquierda dt, .columna_derecha dt {
	padding-left: 15px;
	font-weight: bold;
}

.columna_izquierda dd, .columna_derecha dd {
	margin-left: 15px;
}

/* left side ________________________________________________*/
.left {
	float: left;
	width: 635px;
	margin: 0 0 10px;
	height: 1%;
	background: #FFFFFF;
	display: block;
}
	
.left_articles {
	margin: 0 0 10px;
	padding: 10px 0 0 10px;
	color: #000;
	background: #fff url('visual/images/welcome.jpg') no-repeat left top;
	border: 1px solid #D6DCE7;
	height: 140px;
}

.left_articles h2{
	color: #DB0066;
	font-size: 160%;
	line-height: 1.2em;
	margin-left: 5px;
	margin-right: 5px;
	padding-bottom: 5px;
}	

.left_articles p{
	padding-left: 120px;
	margin: 0px 5px 0px 0px;
}

.thirds {
	float: left;
	width: 200px;
	background: #fff;
	margin: 0 10px 10px 0;
	color: #5d5d5d;
	border: 1px solid #E0DFE3;
}

.thirds_final {
	float: left;
	width: 200px;
	background: #fff;
	margin: 0 0 10px;
	color: #5d5d5d;
	border: 1px solid #E0DFE3;
}
	
.thirds_final h3, .thirds h3 {
	padding-left:10px;
	font-size: 110%;
	line-height: 130%;
	font-weight: bold;
	color: #FFFFFF;
}
.thirds_final p, .thirds p, .thirds_final ul, .thirds ul, .thirds_final h2, .thirds h2 {
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
}
.thirds_final h2, .thirds h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: -15px;
	padding-top: 5px;
}

.hotel { background-color:#F8931F;}
.promociones {background-color:#98BA64;}
.destacados {background-color:#385769;}

.description {
	padding: 0 0 2px;
	margin: 0 10px 5px 0;
	border-bottom: 1px dotted #ccc;
}

/* Cuadros Directorio de hoteles y tours ____________________________ */

#content div.resultados, .sectionTabs {
	margin: 5px 0 15px;
	padding: 0 0 3px;
	border-bottom: 1px solid #ccc;
	}
#content div.bottom { /* when placed below list */
	clear: both;
	margin: 15px 0 0 0;
	padding: 5px 0 0 0;
	border-top: 1px solid #ccc;
	border-bottom: none;
	}
#content div.resultados ul, .sectionTabs {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	}
#content div.resultados ul li, .sectionTabs li {
	display: inline;
	margin: 0 5px 0 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 85%;
	line-height: 1em;
	color: #7f7f7f;
	}
#content div.resultados ul li.last, .sectionTabs li.last {
	margin: 0;
	padding: 0;
	border: none;
	}
#content div.resultados ul li a, .sectionTabs li a {
	padding: 3px 5px;
	text-decoration: none;
	border: 1px solid #ccc;
	color: #333;
	line-height: 1.9em;
	background: #f0f0f0;
	}
#content div.resultados ul li a:hover, .sectionTabs li a:hover {
	color: #555;
	border-color: #ddd;
	background: #fff;
	}
#content div.resultados h4 {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 90%;
	line-height: 2em;
	color: #666;
}

#anteriores {
	float: left;
	width: 634px;
	padding: 5px 0 10px;
	overflow: hidden;
  	}
	
#anteriores dl {
	float: left;
	margin: 5px 10px 5px 0;
	padding: 0 0 5px;
	display: inline; /* fixes IE/Win double margin bug */
	border-bottom: 4px solid #E2E2E2;
	overflow: hidden;
	width: 634px;
  	}
	
#anteriores dt {
	margin: 0;
	padding: 0 0 0 5px;
	font-size: 110%;
	letter-spacing: 1px;
	color: #FF0000;
	line-height: 160%;
	background: #FEEB9F;
  	}
	
#anteriores dt a{
	text-decoration: none;
	border-style: none;
	font-weight: normal;
	color: #c30;
}

#anteriores dd {
	margin: 3px 0pt;
	padding: 0;
	font-size: 95%;
	line-height: 1.5em;
	color: #666;
  	}
#anteriores dl dd.img {
   	margin: 0;
   	}
#anteriores dd.img img {
	float: left;
	margin: 5px 0 0;
	padding: 0px 5px 0px 0px;
	background: #fff;
  	}
	
#anteriores dd.fecha {
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-style: italic;
	border-top:none;
	height: 25px;
	vertical-align: bottom;
}

#anteriores dd.nota {
	border-top: 1px dotted #E2E2E2;
}

.rates {
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom: 5px solid #FFFFFF;
	width: 100%;
}

.rates a{
	color:#FFFFFF;
	padding-right: 4px;
	padding-left: 4px;
}

.rates a:hover{
	color:#FFCC00;
	background: #CC0000;
}
.rates td, .rates th {
	white-space: nowrap;
}
.rates thead td {
	text-align: center;
}
.rates thead th {
	vertical-align: bottom;
}
.rates thead th a{
	text-decoration: underline;
	color: #666;
}
.rates thead th a:hover{
	background: none;
}
.rates tbody td,.rates tbody th {
	background-color: #f0f0f0;
	border-bottom: 2px;
	border-color: #FFFFFF;
}
.rates tbody td {
	text-align: right;
}
.rates tbody th {
	text-align: left;
	font-weight: normal;
}
.rates tfoot td {
	text-align: right;
}
.rates tfoot th {
	text-align: right;
}
.rates .btnReservar {
	background: #009bb7;
}
/* Estilos para carrito de compras ____________________ */
#carrito {
	float: left;
	width: 634px;
	padding: 5px 0 10px;
	overflow: hidden;
  	}
	
#carrito dl {
	float: left;
	width: 630px;
	margin: 5px 10px 5px 0;
	padding: 0 0 5px;
	display: inline; /* fixes IE/Win double margin bug */
	border-bottom: 2px solid #E2E2E2;
	overflow: hidden;
  	}
	
#carrito dt {
	margin: 0;
	padding: 0;
	font-size: 110%;
	letter-spacing: 1px;
	color: #FF0000;
	line-height: 120%;
  	}
	
#carrito dt a{
	text-decoration: none;
	border-style: none;
	font-weight: normal;
	color: #c30;
}

#carrito dd {
	margin: 3px 0pt;
	padding: 0;
	font-size: 95%;
	line-height: 1.5em;
	color: #666;
  	}
#carrito dl dd.img {
   	margin: 0;
   	}
#carrito dd.img img {
	float: left;
	margin: 5px 0 0;
	padding: 0px 5px 0px 0px;
	background: #fff;
  	}
	
#carrito dd.fecha {
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-style: italic;
	border-top:none;
}

#carrito dd.nota {
	border-top: 1px dotted #E2E2E2;
}

/* right side */
#right {
	float: right;
	width: 250px;
	margin: 0 0 10px;
	clear: right;
	background: #FFFFFF;
}

#right img{
	margin-top: 5px;
	margin-bottom: 5px;
}

#right h3{
	color: #CC0000;
	font-size: 160%;
	line-height: 1.2em;
	border-bottom: 1px solid #CC0000;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
}
	.box {
	background: #fff;
	padding: 0;
	margin: 0 0 10px;
}
	.box p { padding: 0; margin: 0;}
	.image { float: left; margin: 0 9px 3px 0; }
	.image_derecha {
	float: right;
	margin: 0 0 3px 9px;
	padding: 4px;
	border: 1px solid #cecece;
}
.image_izquierda {
	float: left;
	margin: 0 9px 3px 0;
	padding: 4px;
	border-top: 1px solid #cecece;
	border-right: 1px solid #BFBFBF;
	border-bottom: 1px solid #BFBFBF;
	border-left: 1px solid #cecece;
	background: #fff;
}

div.imgholder {
	float:left;
	background: url('visual/images/sombra.png') no-repeat right bottom  !important;
	background: url('visual/images/sombra.gif') no-repeat bottom right;
	margin: 10px 7px 0 10px !important;
	margin: 10px 0 0 5px;
}

div.imgholder img { 
 display: block; 
 position: relative; 
 background-color: #fff; 
 border: 1px solid #666;
 margin: -3px 5px 5px -3px; 
 padding: 2px; 
}

/* footer  */
.footer {
	clear: both;
	text-align: center;
	line-height: 1.8em;
	padding: 10px 0;
	background: url('visual/images/pie.jpg') no-repeat center top;
	display: block;
	margin: 0px auto 25px;
}

.footer p{
	margin-top: 1px;
}


/* Lightbox CSS ________________________________________ */
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url('visual/images/blank.gif') no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url('visual/images/prevlabel.gif') left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url('visual/images/nextlabel.gif') right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
/* Estilos del calendario _________________________ */
#calendar_div, #calendar_inline_div {
	display: none;
	border: 1px solid #777;
	z-index: 10; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0;
	margin: 0;
}
#calendar_inline_div {
	display: block;
	border: 0;
}
.calendar_dialog {
	padding: 5px;
	background: #ddd;
	border: 4px ridge #ddd !important;
}
#calendar_div a, #calendar_inline_div a {
	cursor: pointer;
	cursor: hand;
}
button.calendar_trigger {
	width: 25px;
}
img.calendar_trigger {
	margin: 2px;
	vertical-align: middle;
}
#calendar_prompt {
	float: left;
	width: 181px;
	padding: 2px;
	background: #ddd;
	color: #000;
}
* html #calendar_prompt {
	width: 185px;
}
#calendar_control, #calendar_links, #calendar_header, #calendar {
	clear: both;
	float: left;
	width: 185px;
	color: #fff;
}
#calendar_control {
	background: #CC3300;
}
#calendar_links {
	background: #000;
}
#calendar_control a, #calendar_links a {
	font-weight: bold;
	font-size: 80%;
	letter-spacing: 1px;
	color: #eee;
	padding: 2px 5px;
}
#calendar_control a:hover {
	background: #fdd;
	color: #333;
}
#calendar_links a:hover, .calendar_titleRow a:hover {
	background: #ddd;
	color: #333;
}
#calendar_links label { /* disabled links */
	padding: 2px 5px;
	color: #888;
}
#calendar_clear, #calendar_prev {
	float: left;
}
#calendar_current {
	float: left;
	width: 35%;
	text-align: center;
}
#calendar_close, #calendar_next {
	float: right;
}
#calendar_header {
	background: #333;
	text-align: center;
	font-weight: bold;
}
#calendar_header select {
	background: #333;
	color: #fff;
	border: 0px;
	font-weight: bold;
}
#calendar {
	background: #ccc;
	text-align: center;
	font-size: 100%;
}
#calendar a {
	width: 100%;
	display: block;
}
#calendar a:hover {
	color: #eee;
}
#calendar .calendar_titleRow {
	background: #777;
}
#calendar .calendar_titleRow a {
	color: #eee;
}
#calendar .calendar_titleRow a:hover {
	color: #000;
}
#calendar .calendar_daysRow {
	background: #eee;
	color: #666;
}
#calendar .calendar_daysCell {
	border: 1px solid #ddd;
}
#calendar .calendar_daysCell a {
	color: #000;
	width: 100%;
}
#calendar .calendar_daysCell a:hover {
	background: none;
}
#calendar .calendar_weekEndCell {
	background: #ddd;
}
#calendar .calendar_daysCellOver {
	background: #fff;
	border: 1px solid #777;
}
#calendar .calendar_unselectable {
	color: #888;
}
#calendar_today {
	background: #fcc !important;
}
#calendar_currentDay {
	background: #999 !important;
}
#calendar_cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 193px; /*must have to match width and borders*/
    height: 200px; /*must have to match maximum height*/ 
}
iframe {
	width: 100%;
	border: 0px none #FFFFFF;
	height: 600px;
}
#contacto label {
	display: block;
	width: 130px;
	float: left;
	height: 16px;
	text-align: right;
	padding-top: 2px;
	margin-right: 5px;
}
#contacto div {
	width: 49%;
	float: left;
}
#contacto p {
	margin: 5px;
	padding: 0px;
}
#contacto select {
	width: 145px;
}
#contacto #spryMensaje, #contacto center {
	width: 100%;
	_float: none;
}
#contacto input, #contacto textarea{
	border: 1px solid #666666;
}
#contacto textarea{
	width: 455px;
	height: 200px;
}
#contacto .textfieldRequiredMsg, #contacto .textfieldInvalidFormatMsg {
	padding-left: 135px;
	font-size: 10px;
}
th.label {
	text-align: right;
	vertical-align: top;
}
fieldset div.extra_rule {
	display: none;
}
fieldset {
	width: 297px;
	height: 100%;
	padding: 0px 5px;
	_margin: 0px 2px;
}
#registrado {
	display: none;
}
.detalle {
	display: none;
}
.detalle .rates {
	margin: 0px;
	width: auto;
	float: right;
	display: block;
}
.detalle p img {
	vertical-align: text-top;
	float: left;
}

label {
	display: block;
}
.textfieldRequiredState .textfieldRequiredMsg {
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	float: none;
}
/*Reservacion desde el hotel*/
form#rsvHotel label {
	float: left;
	width: 20%;
	text-align: right;
}
.sectionTabs {
	float: left;
	clear: both;
	display: block;
	width: 100%;
	border-bottom-color: #CC0000;
	margin: 10px 0px;
	padding: 2px 2px 0px 5px;
}
.sectionTabs li {
	color: #CC0000;
	font-weight: bold;
}
.sectionTabs li a {
	border: 1px solid #CC0000;
}
.star {
	float:right;
	vertical-align: middle;
	padding-right: 5px;
	height: 19px;
}
/*Papeleta*/
.papeleta {
	width: 100%;
	border: 2px solid #000;
	border-collapse: collapse;
	margin-bottom: 10px;
}
.papeleta * {
	padding: 0px 3px;
	margin: 0px;
}
.papeleta caption {
	border: 2px solid #000;
	background-color: #FFFFAA;
	font-weight: bold;
	font-size: 18px;
	padding: 5px;
}
.papeleta td, .papeleta th {
	vertical-align: top
}
.papeleta th {
	text-align: left;
	width: 80px;
}
.papeleta thead * {
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	font-weight: bold;
}
.papeleta pre {
	font: 1em Tahoma, Arial, sans-serif;
}
#detailsDiv p, #tmpDetails p {
	margin: 0px;
}
#detailsDiv {
	float: left;
	margin: 0px 5px 0px 0px;
}
#detailsDiv, #tmpDetails {
	width: 40%;
	border: 1px solid #666666;
	padding: 5px;
	overflow-x:hidden;
}