/*--------------------------------------------------------------------------
Clic
 ----------------------------------------------------------------------------
 File: layout.css
 Gerardo Gonzalez Flores
 --> gerardo AT clic DOT com DOT mx <--
 ---------------------------------------------------------------------------
 CSS Layout styles for the web site.
 Layout CSS para el sitio.
 --------------------------------------------------------------------------*/
/* Layout
 -------------------------------------------------------------------*/
body {
	background: #F3F3F3 repeat-x;
}

#wrapper {
    width: 962px;
    position: relative;
	margin: 0 auto;
	
}

#header {
    width: 774px;
    height: 283px;
    position: relative;
}
#headerContainer {
	width: 962px;
	height: 104px;
	background: none;
	position: relative;
	margin: 0 auto;
  background: #F3F3F3;
}



#headerFront {
    width: 962px;
    height: 356px;
    position: relative;
	background: url(../img/shadow.png) no-repeat bottom;
	margin: 0 auto;
}
#bodyTop {
   	/*background: url(../img/body-bg-top.png) 2px 0 no-repeat;*/
	width:962px;
	height: 17px;
	background: white;
	margin-top: 10px;
}
#body {
   	/*background: url(../img/body-bg.png) repeat-y;*/
	
	width:962px;
	padding-bottom:10px;
}
#bodyFront {
  
	width:962px;
	position: relative;
	margin: 0 auto;
	z-index:20;

}

.default #bodyFront{
  background: #ffffff;
}
#bodyBottom {
	width:962px;
	height: 17px;
	position: relative;
	 background: url(../img/shadow.png) #F3F3F3 no-repeat top;
}

#footer {
  width: 962px;
	height: 190px;
	background: #2A2A2A;
  font-size: 12px;
  text-align: center;
	margin: 0 auto;
	padding: 0 0px;
	position: relative;
	color: #ffffff;
}
/* =Layout
 -------------------------------------------------------------------*/
/* Header
 -------------------------------------------------------------------*/
#header  {
  width: 962px;
  height: 195px;
	position: relative;
	
}
#logo {
	background: url(../img/siteTitle.png) no-repeat;
    position: absolute;
	width: 190px;
	height: 94px;
	top: 6px;
	left: 20px;
}

#logo h1, #logo-admin h1 {
	display: none;
}

#columnaDerecha { float:left; }

#banner {
	width: 962px;
	height: 323px;
	position: absolute;
	top: 0px;
	right: 0px;
}
#quickLinks {
  left: 231px;
  position: absolute;
  top: 40px;
  width: 42px;
}

ul#quickLinks, ul#quickLinks li {
  padding: 0px;
  margin: 0px
}

#quickLinks li {
  list-style: none;
  background: none;
  position: absolute;
  top: 0px;
}


#quickLinks a {
  display: block;
  width: 25px;
  height: 22px;
}

#quickLinks a span { display: none; }

#quickLinks li.home { left: 0px; }
#quickLinks li.contact { left: 32px; }
#quickLinks li.siteMap { left: 64px; }

#quickLinks li.home a { background: url(../img/home-over.gif) 0px -22px no-repeat; }
#quickLinks li.home a:hover { background: url(../img/home-over.gif) #0093DD 0px 0px no-repeat; }

#quickLinks li.contact a { background: url(../img/contacto-over.gif) 0px -22px no-repeat; }
#quickLinks li.contact a:hover { background: url(../img/contacto-over.gif) #0093DD 0px 0px  no-repeat; }

#quickLinks li.siteMap a { background: url(../img/mapa-sitio-over.gif) 0px -22px no-repeat; }
#quickLinks li.siteMap a:hover { background: url(../img/mapa-sitio-over.gif) #0093DD 0px 0px  no-repeat; }

/*********MENU FRONT OFFICE*********/

ul#menuGeneralFront {
	height: 54px;
	background: url(../img/menu-bg.png) repeat-x;
	position: absolute;
	right: 0;
  top: 48px;
  width:620px;
  margin:0px;
  padding:0px;
}

ul#menuGeneralFront.menu li {
  display:block;
  height: 23px; 
  float:left;
  margin:20px 22px 0px 0px;
  padding:0px;
    
}

ul#menuGeneralFront.menu li a{
  display:block;
  height: 23px; 
}

 ul#menuGeneralFront.menu li a{   height: 23px;  }
 ul#menuGeneralFront.menu a span { display:none; }

ul#menuGeneralFront.menu li#inicio { 
  margin-left:18px;
}

ul#menuGeneralFront.menu li#inicio a{
 	background: url(../img/menu/menu-keops-2019.png) 0px 0px no-repeat;
	width: 40px;
}

ul#menuGeneralFront.menu li#inicio a:hover {
	background: url(../img/menu/menu-keops-2019.png) 0px -23px no-repeat;/
}

ul#menuGeneralFront.menu li#tarifario a{
  background: url(../img/menu/menu-keops-2019.png) -66px 0px no-repeat;
  width: 60px;
}

ul#menuGeneralFront.menu li#tarifario a:hover {
  background: url(../img/menu/menu-keops-2019.png) -66px -23px no-repeat;/
}

ul#menuGeneralFront.menu li#bloqueos a {
  background: url(../img/menu/menu-keops-2019.png) -151px 0px no-repeat;
  width: 70px;
}

ul#menuGeneralFront.menu li#bloqueos a:hover {
  background: url(../img/menu/menu-keops-2019.png) -151px -23px no-repeat;/
}


ul#menuGeneralFront.menu li#pakteops a{
  background: url(../img/menu/menu-keops-2019.png) -246px 0px no-repeat;
  width: 68px;
}

ul#menuGeneralFront.menu li#pakteops a:hover {
  background: url(../img/menu/menu-keops-2019.png) -246px -23px no-repeat;/
}

ul#menuGeneralFront.menu li#kecharter a {
  background: url(../img/menu/menu-keops-2019.png) -339px 0px no-repeat;
  width: 80px;
}

ul#menuGeneralFront.menu li#kecharter a:hover {
  background: url(../img/menu/menu-keops-2019.png) -339px -23px no-repeat;/
}
ul#menuGeneralFront.menu li#contacto { margin-right:0px;}
ul#menuGeneralFront.menu li#contacto a{
 
  background: url(../img/menu/menu-keops-2019.png) -445px 0px no-repeat;
  width: 68px;
}

ul#menuGeneralFront.menu li#contacto a:hover {
  background: url(../img/menu/menu-keops-2019.png) -445px -23px no-repeat;/
}



ul#menuGeneralFront.menu li#blog a{
 
  background: url(../img/menu/menu-keops-2019.png) -539px 0px no-repeat;
  width: 40px;
}

ul#menuGeneralFront.menu li#blog a:hover {
  background: url(../img/menu/menu-keops-2019.png) -539px -23px no-repeat;/
}


ul#menuGeneralFront.menu li#grupos a{
 
  background: url(../img/menu/menu-keops-2019.png) -600px 0px no-repeat;
  width: 60px;
}

ul#menuGeneralFront.menu li#grupos a:hover {
  background: url(../img/menu/menu-keops-2019.png) -600px -23px no-repeat;
}


/****vertical***/

div#verticalLinks {
	position: absolute;
	top: 95px;
	right: 14px;
	height: 60px;
	width: 113px;	
}

#verticalLinks ul.links li#contactoLinks a {
	position: absolute;
	width: 113px;
	height: 11px;
	display: block;
	top: 18px;
	left: 0px;
	background: url(../img/menu/contactoLinks.png) no-repeat;
}
#verticalLinks ul.links li#inicioLinks a {
	position: absolute;
	width: 113px;
	height: 11px;
	display: block;
	top: 36px;
	left: 0px;
	background: url(../img/menu/inicioLinks.png) no-repeat;
}


#verticalLinks ul.links li a{  height: 20px;}
#verticalLinks ul.links a span { display:none; }


/***********END FRONT END MENUS***********************/
/**
 * Menu APP
 *
 */

#searchBox {
	width: 360px;
	height: 187px;
	position: absolute;
	left: 17px;
	background: url(../img/searchBoxBg.png) no-repeat;
	padding: 5px;
	top: 141px;
}

 /* Estilos Generales Menu */



/* =Estilos Generales Menu */


/* =Header
 ------------------------------------------------------------------*/
/* Body
 ------------------------------------------------------------------*/

#columnaDerecha {
	float: left;
	width: 270px;	
	
	
	padding: 10px 10px 0 30px;
	
	margin-top: 15px;
}

#areaCentral {
	position: relative; 
  /*width: 645px;*/
  float: left;
	margin-left: 20px;
	margin-top: 15px;
  padding:0px 10px;
  background:#ffffff;

  min-height: 750px;
  height: auto !important;
  height: 750px;

}

.home #areaCentral {
  width: 757px;
  margin-left: 10px;
  background:#ffffff;

}


.home #barraLateral {
	width:175px;
	float:left;
	margin-top: 15px;
}

#areaCentralFront {
	position: relative; 
  width: 945px;
  float: left;
	margin-left: 10px;
	margin-top: 20px;
	min-height:450px;
	height: auto !important;
	height:450px;
}

#menuInternacional, #menuNacional {margin-bottom:10px;}
#menuInternacional { background: url(../img/menu-bg.jpg) repeat-y; }
#menuInternacional div.header { background: url(../img/menu-top.jpg) top no-repeat; }
#menuInternacional h2 {padding-top:7px; width:184px; height:28px; background:url(../img/titles/destinos-internacionales.jpg)  center 7px no-repeat;}
#menuInternacional h2 span { display:none;}
#menuInternacional div.cuerpo { background: url(../img/menu-bottom.jpg) bottom no-repeat; border-bottom:1px #E0F2F6 solid;}
#menuInternacional div.cuerpo span.internacional { 
  display:block;
	padding: 0px;
  list-style: none;
  list-style-image: none;
  background: url(../img/bullet.png) 0em .4em no-repeat;
  padding-left: 10px;
	padding-bottom:10px;
	position:relative;
	margin-left:auto;
	width:90px;
	font-weight:bold;
}

#menuNacional { background: url(../img/menu-bg.jpg) repeat-y}
#menuNacional div.header { background: url(../img/menu-top.jpg) top no-repeat; }
#menuNacional h2 {padding-top:7px; width:184px; height:28px; background:url(../img/titles/destinos-nacionales.jpg)  center 7px no-repeat;}
#menuNacional h2 span { display:none;}
#menuNacional div.cuerpo { background: url(../img/menu-bottom.jpg) bottom no-repeat; border-bottom:1px #E0F2F6 solid;}
#menuNacional div.cuerpo span.nacional { 
  display:block;
	padding: 0px;
  list-style: none;
  list-style-image: none;
  background: url(../img/bullet.png) 0em .4em no-repeat;
  padding-left: 10px;
	padding-bottom:10px;
	position:relative;
	margin-left:auto;
  width:90px;
	font-weight:bold;
}

#menuDinamico { background: url(../img/menu-bg-salmon.jpg) repeat-y}
#menuDinamico div.header { background: url(../img/menu-top-salmon.jpg) top no-repeat; }
#menuDinamico h2 {padding-top:7px; width:184px; height:28px; background:url(../img/titles/secciones-geotravel.jpg)  center 7px no-repeat;}
#menuDinamico h2 span { display:none;}
#menuDinamico div.cuerpo { background: url(../img/menu-bottom-salmon.jpg) bottom no-repeat; border-bottom:1px #E0F2F6 solid;}

ul.menuLateral {
    margin: 10px 5px 10px 0px;
    padding: 0px;
    margin-left: 10px;
	padding-bottom:5x;
}
ul.menuLateral li a, span.nacional a, span.internacional  a { color:#000000}
ul.menuLateral li a:hover , span.nacional a:hover, span.internacional  a:hover { text-decoration:underline}
ul.menuLateral li {
    padding: 0px;
    list-style: none;
    list-style-image: none;
    background: url(../img/bullet-menu.jpg) 0em .4em no-repeat;
    padding-left: 10px;
}

#datosContacto {
	width:184px;
	height:197px;
	background: url(../img/informacion-contacto-geotravel.jpg);
}
#datosContacto .informacion { display:none;}




body.homePostItems #areaCentral{
	/*outline: solid #FF0000 1px;*/
    width: 962px;
	padding: 0;
    margin: 0 auto;
    text-align: justify;
    
}
body.homePostItems #areaCentral #contenido, 
body.homePostItems #areaCentral .contenido{
	margin: 0 auto;
	width:962px;
    
}

#contenido, .contenido {
  width: auto;
	margin: 0 auto;
	padding: 0px 0px 10px 0px;
	position: relative;
}

#textContent {
	width: 900px;	
}

/* Le ponemos el fondo a la paginacion */
#paginacion {
    margin-top: 0px;
	width: 924px;
    padding: 10px 0px;
    background: url(../img/content_bg.jpg) repeat-y top;
}
/* =Body
 ------------------------------------------------------------------*/
/* Footer
 ------------------------------------------------------------------*/
#footerContent {
    width: 962px;
	font-size:8pt;
}
div.footerColumn {
	float: left;
	width: 290px;
	text-align: left;
	font-family: arial;
	margin-top: 15px;
	font-size: 14px;
	margin-bottom: -10px!important;
}
div.footerColumn h3 {
	color: white;
	text-shadow: 1px 1px 0 #333;
	font-size: 18px;
	padding-left: 0;
}

#colLogo {
  background: url(../img/logo-pie-pagina.png) no-repeat 10px 0px;
  padding-left:220px;
  padding-right:150px;
  height:100px;
  padding-top:27px;
  margin-top:20px;
}
.clearfix { clear: both; }

#footerContent h3 {
    display: none
}

#accesoCupones {
	display:block;
	width:132px;
	height:41px;
	background: url(../img/geotravel-acceso-a-cupones.jpg) no-repeat;
	position:absolute;
	top:14px;
	right:9px;
}

#accesoCupones span {display:none}

#footerFood {
  text-align: right;
	font-size:8pt;
	width: 962px;
	padding: 0px;
	clear: both;
	font-family: arial;
	margin: 0 auto;
	padding-top:8px;
	color: #000000;
	margin-bottom: 10px;
}


#footerFood * {
	font-size:8pt;
	color: #000000;
}
/* URL de pie de página de CLIC*/
#clic {
    position: relative;
}

#clicUrl {
    position: absolute;
    right: 5px;
    top: 1px;
    color: #000000;
    text-decoration: none;
    display: block;
}

#clicUrl h3 {
    background: none;
    font-weight: normal;
    font-size: 7pt;
}
/* =Footer
 -------------------------------------------------------------------*/
.message {
    padding: 10px;
    margin-top: 35px;
    background: #FFDEDE;
    width: 338px;
    text-align: center;
    border: 1px solid #FF7F7F;
}

#flashMessage {
    background: #FFDEDE;
    border: 1px solid #FF7F7F;
    /*height:20px;*/
    padding: 3px;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
/*
#bodyHome #textContent {
    width: 39%;
    float: left;
    padding-right: 5px;
}*/

#bodyHome #paquetes {
    width: 30%;
    float: right;
}
/* paquetes en pagina interiores*/
#paquetesHome {
    width: 29%;
    float: right;
    /*border:1px solid;*/
}
/*
#textContent {
    width: 70%;
    float: left;
    /*border:1px solid;
}
*/
#bodyHome #contenido {
    padding-left: 10px;
    padding-right: 10px;
}
/* LISTADO DE DESTINOS */

ul.listaDestinos  { float:left; width:30%;}
ul.listaDestinos h3 {width:auto;}

ul.listaDestinos  a.ligaDestinos {
    color: #000000;
    font-weight: normal;
	text-align:left;
	/*display:block;*/
}


ul.listaDestinos  a:hover.ligaDestinos { /*color:#3597CF;*/
    color: #D82085;
	text-decoration:underline;
	

}



/* Tabla de disponiblidad.... Disponibilidad.... #E2E4D9*/
table#availability {
    width: 100%;
    margin-top: 10px;
}

table#availability, table#availability td, table#availability th {
    border: 1px solid #969696;
    border-collapse: collapse;
}

table#availability td.dia {
    width: 16px;
}

table#availability tr.head1 th.hotel {
    border-bottom: 0px;
    background: #FE9900;
    font-size: 8pt;
    text-align: center;
}

table#availability tr.head2 th.hotel {
    border-top: 0px;
    background: #FE9900;
    text-align: center;
    font-size: 8pt;
}

table#availability tr.head1 th.dia {
    font-size: 9px;
    text-align: center;
    background: #FE9900;
}

table#availability tr.head2 th.dia {
    font-size: 9px;
    text-align: center;
    background: #E2E4D9;
}

table#availability td.hotel {
    font-size: 8pt;
    text-align: center;
    background: #E2E4D9;
}

#significados {
    padding: 10px;
}

/** Hotels Descritions en Listados de Destinos */
ul#hotelsDescriptions { margin:20px 0px 10px 0px;}
ul#hotelsDescriptions li.item { background:none; width:930px; padding-left:0px; clear:both;}
ul#hotelsDescriptions li.item a { }


.folletoElectronico{
	display:block;
	
	margin-left:auto;
	margin-right:auto;
	width:132px;
	height:41px; 
}


/* hotelByDest Form Style */ 
#hotelByDestForm {
  /*clear:both;*/
	padding-top:10px;
	padding-bottom:10px;
	margin-top:5px;
	margin-bottom:5px;
	width:300px;
	margin-left:auto;
	margin-right:auto;
/*	border:1px solid #FF0000;*/

}

#hotelByDestForm  .formItem { text-align:center;}
#hotelByDestForm  .formItem select{ width:240px; padding:4px;}
#hotelByDestForm  .formItem .error-message {  margin-top:5px;margin-left:4px;}



#boletosAvion {
	weight:182px;
	height:128px;
	background: url(../img/boletos-avion.png) no-repeat;
	margin-bottom:10px;
	
}
#boletosAvion a span{
	display:none;
}

#boletosAvion a {
	display:block;
	weight:182px;
	height:128px;
}

.tarjetas { width:380px; display:block; margin:10px auto; }

/*** forma login ***/

div#formaLogin h2 { text-align:center; text-transform:uppercase; font-size:12pt; color:#ffffff;}

div#formaLogin {
	width:326px;
	height:73px;
	position:absolute;
	top:3px;
	left:370px;
	border: 1px solid #0286C7;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#06609C), to(#337CD5));
	background: -moz-linear-gradient(100% 100% 90deg, #06609C, #0286C7);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#06609C), to(#0286C7));
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#06609C, endColorstr=#0286C7);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#06609C, endColorstr=#0286C7)";
}

div#formaLogin input.stinput {
	width:120px;
    font-size: 13px;
    
    background: none repeat scroll 0 0 white;
    border: 1px solid #000000;
 
 	-moz-box-shadow: inset 0px 0px 4px #CCC;
	-webkit-box-shadow: inset 0px 0px 4px #CCC;
	box-shadow: inset 0px 0px 4px #CCC;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	padding:3px;
	

}
div#formaLogin label {
	width:135px;
	display:block;
	/*float:left;*/
	text-align:center;
	margin:0px auto;
	color:#ffffff;
}

div#formaLogin input.submit {
  left: 270px;
    position: absolute;
    top: 39px;
    width: auto;
    padding:3px;
} 

#formaLogin div#usuario {
 position:absolute;
 top:20px;
 left:4px;
}

#formaLogin div#pass{
 position:absolute;
 top:20px;
 left:138px;
}  

.moradito{
    
    border: 1px solid #EC2626;
    
    color:#FFFFFF;
    padding:4px;
    text-shadow: 1px 1px 1px #1C579E;
	
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F85050), to(#EC2626));
	background: -moz-linear-gradient(100% 100% 90deg, #F85050, #EC2626);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F85050), to(#EC2626));
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F85050, endColorstr=#EC2626);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#F85050, endColorstr=#EC2626)";
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#newBand {
	background: url(../img/nuevo.gif) no-repeat;
	height:39px;
	width:39px;
	position:absolute;
	z-index:30;
	top:-1px;
	right:-2px;
}  


#geoturs a{
	background: #015076;
	padding-right:16px;

}  
/** webkit only **/
@media screen and (-webkit-min-device-pixel-ratio:0) { #menuGeneral ul.menu li a{  font-size:0.9em;} }


/****************access boxes*****************/

#loginAccessBoxes {
	width: 441px;
	height: 76px;
	position: absolute;
	right: 25px;
	top: 3px;
}
#reservasEnLineaTab, #golGeneracion {
	float: left;
	width: 218px;
	height: 76px;
}
h2.golGeneracionTitle, h2.reservasEnLineaTabTitle  {
	width: 141px;
	height: 27px;
	text-indent: -999999;
	top:-10px;
	position: relative;
}
h2.golGeneracionTitle {
	background: url(../img/titles/gol-generacion-login.bg.png) no-repeat; 
}
h2.reservasEnLineaTabTitle {
	background: url(../img/titles/reservas-en-linea-login.bg.png) no-repeat; 
}
#loginBox-1, #loginBox-2 {
	width: 218px;
	height: 65px;
	position: relative;
	top: 10px;
}
#loginBox-1 {
	background: url(../img/titles/login-box1.png) no-repeat;	
}
#loginBox-2 {
	margin-left: 4px;
	background: url(../img/titles/login-box2.png) no-repeat;	
}


#loginAccessBoxes input {
	margin-bottom: -2px;
	width: 120px;
}
#loginAccessBoxes table {
	position: relative;
	top: -16px;		
}

#loginAccessBoxes input#entrarGOL, 
#loginAccessBoxes  input#entrarRESERVA {
	background: url(../img/titles/access-go-btn.png) no-repeat;
	width: 19px;
	height: 17px;
	position: absolute;
	border: none;
	cursor: pointer;
	top: 14px;
	left: 190px;
	text-indent:-999999px;
	margin-bottom:none;
}

#loginAccessBoxes td {
	color :white;
	text-align: right;
	vertical-align: middle;
	padding-top: 4px;
	margin-left: 5px;
	letter-spacing: -0.04em;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#loginAccessBoxes table {
	margin-left: 5px;
}



/*****banner****/

/* tipo destinos */
#destinationType {margin:0px auto; width: 365px;}
.destBlock {  display:block; width:117px; height:67px; float:left; }
.destBlock.center {  margin:0px 4px; }
.dest {  display:block; width:117px; height:67px; background: url(../img/tipo-destinos.png) top no-repeat; margin-top:27px; position:relative;}
.dest span { display:block;position:absolute; text-align:center; font-size:12pt; color: white; top: -21px;  width: 117px;}
.dest .selected span { font-weight:bold;}
.dest select { clear:both;}

#destMontania { background-position: 0px 0px; cursor:default; }
#destPlaya {  background-position: -117px 0px;cursor:default; }
#destCiudad   {  background-position: -234px 0px;cursor:default; }

#destMontania:hover, #destMontania.selected  { background-position: 0px -67px;  cursor:default; }
#destPlaya:hover,  #destPlaya.selected {  background-position: -117px -67px; cursor:default; }
#destCiudad:hover, #destCiudad.selected   {  background-position: -234px -67px; cursor:default; }


#destMontania:hover span, #destMontania.selected span { }
#destPlaya:hover span,  #destPlaya.selected span { }
#destCiudad:hover span, #destCiudad.selected span   {  }


.coin-slider { overflow: hidden; zoom: 1; position: relative; }
.coin-slider a{ text-decoration: none; outline: none; border: none; }

.cs-buttons { font-size: 0px; padding: 10px; float: left; }
.cs-buttons a { margin-left: 5px; height: 10px; width: 10px; float: left; border: 1px solid #B8C4CF; color: #B8C4CF; text-indent: -1000px; }
.cs-active { background-color: #B8C4CF; color: #FFFFFF; }

.cs-title { width: 545px; padding: 10px; background-color: #000000; color: #FFFFFF; }

.cs-prev, 
.cs-next { background-color: #000000; color: #FFFFFF; padding: 0px 10px; }

ul#hotelsDescriptions li { margin-bottom:10px;}
ul#hotelsDescriptions li .hotelExcerpt { padding:10px;}

img#telefono { position: absolute; top: 0px; left: 630px;}


td.detalleBusqueda input {
	padding: 5px;	
	margin-bottom: 5px;
}
ul#linkFooter {
	width: 500px;
	position: absolute;
	right: 10px;
	margin: 0;
	padding: 0;	
	top: 40px;
}
ul#linkFooter li {
	display: inline;
	margin-left: 5px;
}
ul#linkFooter li a {
	color: #88B4D0;
	font-size: 10px;
	letter-spacing: -0.02em;
}
ul#linkFooter li a:hover {
	color:white;
	text-decoration: underline;
}
 #barrasBusqueda input.buttonGo {
	background: none;
  border: none;
  cursor: pointer;
  height: 29px;
  position: absolute;
  right: 0;
  top: 0;
  width: 36px
}



tr.tabla {
	border: 1px solid gray;	
}

#barrasBusqueda {
	width: 344px;	
  position:relative;
	height: 31px;
	background: url(../img/fondo-busquedas.png) no-repeat;
	margin-bottom: 10px;
}

#barrasBusqueda:hover {
  background: url(../img/fondo-busquedas.png) 0px -31px no-repeat;
}

#barrasBusqueda textarea, #barrasBusqueda input, #barrasBusqueda  label {
	border: none;
	padding: 7px;
	background: none;
	width: 293px;

}



#barrasBusqueda textarea,#barrasBusqueda  input:focus,  {
	-moz-box-shadow: 0 0 5px 3px #C7E6FE;
	-webkit-box-shadow: 0 0 5px 3px #C7E6FE;
	box-shadow: 0 0 5px 3px #C7E6FE;
	padding: 5px;
	background: none;
	margin-top: 9px;
	margin-left: 7px;
	padding-left: 28px;
}

#buscadorHotel { width:344px; position:absolute; right:0px; display:block;}
#buscadorDest  { width:344px; position:absolute; left:0px; display:block;}

table#contacto td textarea:focus{

	padding: 5px;
	background: #F5F5F5;
	margin-top: 9px;
	margin-left: 9px;	
}
ul#siteMap li {
	margin-bottom: 8px;

}
ul#siteMap li:hover {
	text-decoration: underline;
}

#busquedaDetailed { position:relative; z-index:150; width:720px; margin:10px auto; height:35px;  }
.ui-autocomplete {
        max-height: 200px;
        overflow-y: auto;
        /* prevent horizontal scrollbar */
        overflow-x: hidden;
    }
    /* IE 6 doesn't support max-height
     * we use height instead, but this forces the menu to always be this tall
     */
    * html .ui-autocomplete {
        height: 200px;
    }


  #couponLogin, #formLogin  {
    background: url(../img/lat-title-bg.png) repeat-x #13AAFB;
  }

  #couponLogin .textoPequeno, #formLogin .textoPequeno   {
    color:#ffffff;
  }

  #couponLogin h2,  #formLogin h2  #barraLateral .itemLateral h2, #barraLateral .itemLateral h2 a{
    font-size:14pt;
    padding:5px;
    color:#ffffff;
    text-align:center;
  }
#barraLateral .itemLateral h2 a:hover {
    color:#ffffff;
}

#barraLateral  #reservOnline { padding-bottom:0px; }
#barraLateral  #reservOnline.itemLateral h2:hover { background: #555555}


  #barraLateral .itemLateral {
     margin:10px 0px;
     padding-bottom:10px;
     background: #ffffff;
  }
  #barraLateral .itemLateral h2 {
      background: url(../img/lat-title-bg.png) repeat-x #13AAFB;
  }

    #couponLogin input,  #formLogin input {
      border:0px;
      padding:8px;
      width:85%;
      margin:0px auto;
      display:block;
    }

     #couponLogin .submit,  #formLogin .submit {
       padding:10px 0px;
     }
     #couponLogin .submit input,  #formLogin .submit input ,  a.btn, input.submit, input[type='submit'], 
table#contacto td div.submit input {
 
      border:0px;
      padding:5px;
      width: auto;
      margin:0px auto;
      text-align:center;
      background: #555555;
      color:#ffffff;

    }
    #barraLateral .itemLateral {
      text-align:center;
   }

   #barraLateral .itemLateral li{
      text-align:left;
   }

   a.btn.gray {
      display:inline-block;
      background: #EAEAEA;
      color:#5F5F5F;
      font-weight:bold;
      margin:0px auto;
      text-align:center;
    }

  a:hover.btn.gray {
      
      background:#5F5F5F;
      color: #EAEAEA;
      
    }
 --------------------------------------------------------------------------*/
/* Titles
 ------------------------------------------------------------*/
h1, h2, h3, h4, h5 {
    margin: 0px;
    padding: 0px;
    font-size: 10pt;
}

.title span, .sub span {
   /* display: none;*/
}


h1.title, h2.title { 
  padding-left:44px; 
  
  margin-bottom:10px; 

  font-family: 'Archivo Narrow', sans-serif;
  font-size:18pt;
  color: #545454;
  width:auto;
  background: url(../img/tittle-bg.png) no-repeat;
  height: 40px;
}
h1.title span,  h2.title span{font-family: 'Archivo Narrow', sans-serif; font-size:18pt;  /*background: url(../img/titles/bullet.png) right no-repeat;*/ }

h2#buscador.title, h2#buscador span {
  padding-left:0px;
  font-size:15pt;
  color: white;
  text-align: center;
  background: none;
}


h2.subMap {
    background: url(../img/bullet1.jpg) no-repeat .1em .3em;
    padding-left: 15px;
}

h3 {
    background: url(../img/bullet2.jpg) no-repeat .1em .3em;
    padding-left: 15px;
}
h3.availabilityMonth {
    background: transparent url(../img/app/flechaBgEnd.gif) no-repeat scroll 3px 50%;
    padding-left: 25px;
    font-size: 9pt;
}
/* =Titles */
.home #contenido, .home  .contenido {
    margin: 0 auto;
    padding: 0px 0px 15px 0px;
    position: relative;
    width: auto;

}

ul.ui-autocomplete li{
  background:none;
}


#hotelsDescriptions a.detalleItem {
  margin:10px 0px 0px auto;
  left:auto;
  top:auto;
  position:relative;
  float:right;
  right:auto;

}

ul#hotelsDescriptions li {
  /*border-top:1px dashed #ECECFB;*/
  padding-top:10px;
  margin-bottom:10px;
  clear:both;
}
.error_message, .error-message {
    background-image: url("../img/error/alert.gif");
    background-repeat: no-repeat;
    color: #990000;
    font-size: 8pt;
    font-weight: bold;
    padding-bottom: 2px;
    padding-left: 18px;
    text-align: left;
    width: auto;
}

#slogan { text-indent: -32768px; background: url("../img/slogan.png") no-repeat; width:357px; height:67px;}
#slogan * { text-indent: -32768px; }