/*--------------------------------------------------------------------------
Clic.com.mx
----------------------------------------------------------------------------
 File: layout.css
 Author:   Gerardo Gonzalez Flores
 		   --> gerardo AT clic DOT com DOT mx <--
   		   http://www.clic.com.mx-
---------------------------------------------------------------------------		
 CSS general styles for the web site, apply to specific HTML tags
 CSS generales para el sitio, aplicados a etiquetas HTML especifcas .
--------------------------------------------------------------------------*/
html,body{
	margin:0;
	padding:0;
	background: url(../img/site-bg.jpg);	
}
#wrapper {
	width:964px;
	background: url(../img/wrapper-bg.png) repeat-y;
	position:relative;
	margin:0px auto;	
}



#header { 
	position:relative; 
	height:140px; 
	width:964px; 
	margin:0px auto;
	}
		a#siteTitle {
			width: 225px;
			height: 138px;
			position: absolute;
			background: url(../img/-siteTitle.png) no-repeat;
			left: 0;
			top: 0;
			display:block;
		}
		a#siteTitle h1 span {display:none}
		
		a#headerTexto {
			width: 374px;
			height: 55px;
			position: absolute;
			background: url(../img/hotel-header-text.png) no-repeat;
			left: 307px;
			display:block;
			top: 45px;
		}
		a#headerTexto h2 span {display:none}

#headerContactInfo {
	position: relative;
	width: 948px;
	height: 40px;
	background: url(../img/headerContactInfo-bg.jpg) no-repeat;
	color: white;
	line-height: 3em;
	padding-left: 8px;
	padding-right: 8px;
}
	#headerContactInfo h3, #headerContactInfo h4{
		text-shadow: #333 0.1em 0.1em 0.2em;	
	}

#leftColumn {
	width: 264px;
	position: relative;
	float: left;
	margin-top: 5px;
}
	#searchDestinationBox {
		width: 260px;
		margin-bottom: 13px;
	}	
		#searchDestinationBoxTop {
			width: 260px;	
			height: 6px;
			background: url(../img/searchBoxTop-bg.png) no-repeat;
			position: relative;			
		}	
			#searchDestinationBox h4, #searchDestinationBox label.title {
				font-family: Arial, Helvetica, sans-serif;
				color: #111;
				padding: 5px 10px;
				letter-spacing: -0.02em;
				background-color: #7896A9;
				margin-bottom: 10px;
				font-size: 18px;
				width: 226px;
				margin-left: 7px;
				text-shadow: 1px 1px #D6D6D6;
			}
		#searchDestinationBoxBody {
			width: 260px;
			background: url(../img/searchBoxBody-bg.png) repeat-y;
			position: relative;
			padding-bottom: 10px;	
		}
		#searchDestinationBoxBottom {
			width: 260px;
			background: url(../img/searchBoxBottom-bg.png) no-repeat;
			position: relative;
			height: 8px;	
		}	
#loginBox {
	width: 260px;
	height: 182px;	
	background: url(../img/login-box-bg.png) no-repeat;	
	margin-bottom: 13px;
}
	#loginBox h4 {
		font-family: Arial, Helvetica, sans-serif;
		color: #111;
		padding: 5px 15px;
		letter-spacing: -0.02em;
		background-color: #FFD05E;
		margin-bottom: 10px;
		font-size: 18px;
		width: 220px;
		margin-left: 5px;
	}
	p.getAccess { 
		font-size: 10px;
		padding-left: 18px;
	}
#rightColumn {
	width: 700px;
	float: left;
	position: relative;
	margin-top: 5px;
	padding-top: 50px;
}
#bottomInfoShadow{ 
	background: url(../img/bottom-info-bg.png) no-repeat;
	height: 15px;
	width: 964px;
	clear: both;
}
#bottomInfoBlock {
		width: 944px;
		position: relative;	
		height: 240px;
		padding: 10px;
		background: url(../img/bottomInfoBlock-bg.png) repeat-y;	
}
	div.bottomInfoBlockColumn {
		font-size: 13px;
		font-family: "Tahoma", Geneva, sans-serif;
		color: #333;
		letter-spacing: -0.015em;
		float: left;
		width: 276px;
		/*margin-right: 18px;*/
		padding-left: 33px;
	}	
div.clearfix {clear: both;}
#footer {
	width: 964px;

	background: url(../img/footer-bg.jpg) repeat-x;
	margin: 0 auto;
	/*position: fixed;*/
  bottom:0px;
}
	#footerWrapper{
		width: 964px;
		margin: 0 auto;
		position: relative;
	}
	img#planeImg {
		position: absolute;
		margin-top: 0px;
		margin-left: 35px;
	}	
div.footerColumn {
		float: left;
		position: relative;
		width: 283px;
		padding: 10px;
		font-family: Arial, Helvetica, sans-serif;
		letter-spacing: -0.02em;
		font-size: 15px;
		color: #333;
		text-shadow: 1px 1px #D3D3D3;
		padding: 15px;
		}
			div.footerColumn h2, .big {
				font-size: 18px;	
			}
			div.footerColumn h3 {
				font-size: 15px;	
			}
		
#bodyContents {
	width: 690px;
}
#bodyTop {
	background: url(../img/bodyTop-bg.png) no-repeat;
	height: 2px;
	margin: 0 auto;	
}
#body {
	background: url(../img/body-bg.png) repeat-y;
	width:660px;
	padding: 20px;
	margin:0px auto;
}
#bodyBottom {
	background: url(../img/body-bottom.png) no-repeat;
	height: 7px;
	position: relative;
	margin: 0 auto 10px;
}

#content { width: 698px; margin:0px auto;}
	
/*****************MENU********************/
ul#menu {
	width: 698px;
	height: 48px;
	position: absolute;
	top: -4px;
	left: -5px;
}
		ul#menu, ul#menu li{
			margin: 0px;
			padding: 0px;
		} 
		ul#menu li {
			list-style-image: none;
			height: 48px;
			display: block;
			background:none;
		}
		ul#menu li a h1  {	
			 margin:0px;
			 padding:0px;
		}
		ul#menu a {	
			 display:block;
			 height:48px;
		}
		
		 ul#menu li#mnInicio  {position:absolute; left:0px; width:82px;} 
		 ul#menu li#mnOfertas {position:absolute; left:82px;  width:87px;}
		 ul#menu li#mnPaquetesLunamieleros {position:absolute; left:169px;  width:212px;}
		 ul#menu li#mnGrupos {position:absolute; left:381px;  width:93px;}
		 ul#menu li#mnServicios {position:absolute; left:474px;  width: 107px;}	
		 ul#menu li#mnContacto {position:absolute; left:581px; width: 117px;}
		
		 ul.home li#mnInicio  {position:absolute; left:0px; width:82px;}
		 ul.home li#mnOfertas {position:absolute; left:82px;  width:87px;}
		 ul.home li#mnPaquetesLunamieleros {position:absolute; left:169px;  width:212px;}
 		 ul#menu li#mnGrupos {position:absolute; left:381px;  width:93px;}
		 ul.home li#mnServicios {position:absolute; left:474px;  width:107px;}
		 ul#menu li#mnContacto {position:absolute; left:581px;  width:117px;}
		  
		 ul#menu li#mnInicio a#linkInicio { background: url(../img/menu/inicio.png) 0px 0px  no-repeat; }
		 ul#menu li#mnInicio a#linkInicio:hover,  
		 ul#menu li#mnInicio.hover  a#linkInicio { background: url(../img/menu/inicio.png) 0px -49px   no-repeat; }
		 
		 ul#menu li#mnOfertas a#linkOfertas { background: url(../img/menu/ofertas.png) 0px 0px  no-repeat; }
		 ul#menu li#mnOfertas a#linkOfertas:hover,  
		 ul#menu li#mnOfertas.hover  a#linkOfertas { background: url(../img/menu/ofertas.png) 0px -49px   no-repeat; }
		 
		 ul#menu li#mnPaquetesLunamieleros a#linkPaquetesLunamieleros { background: url(../img/menu/paquetes-lunamieleros.png) 0px 0px  no-repeat; }
		 ul#menu li#mnPaquetesLunamieleros a#linkPaquetesLunamieleros:hover,  
		 ul#menu li#mnPaquetesLunamieleros.hover  a#linkPaquetesLunamieleros { background: url(../img/menu/paquetes-lunamieleros.png) 0px -49px   no-repeat; }
		 
		 ul#menu li#mnGrupos a#linkGrupos { background: url(../img/menu/grupos.png) 0px 0px  no-repeat; }
		 ul#menu li#mnGrupos a#linkGrupos:hover,  
		 ul#menu li#mnGrupos.hover  a#linkGrupos { background: url(../img/menu/grupos.png) 0px -49px   no-repeat; }
		  
		 ul#menu li#mnServicios a#linkServicios { background: url(../img/menu/servicios.png) 0px 0px  no-repeat; }
		 ul#menu li#mnServicios a#linkServicios:hover,  
		 ul#menu li#mnServicios.hover  a#linkServicios { background: url(../img/menu/servicios.png) 0px -49px   no-repeat; }
		 
		 ul#menu li#mnContacto a#linkContacto { background: url(../img/menu/contacto.png) 0px 0px  no-repeat; }
		 ul#menu li#mnContacto a#linkContacto:hover,  
		 ul#menu li#mnContacto.hover  a#linkContacto { background: url(../img/menu/contacto.png) 0px -49px   no-repeat; }
		 		 
		 ul#menu li a span  { display:none;}

 /*****************QUICKLINKS********************/
 #quickLinks {
    position: absolute;
    height:150px;
	top: 115px;
	left: 245px;
}
		ul#quickLinks, ul#quickLinks li {
			margin: 0;
			padding: 0;
		}
		#quickLinks li {
			background: none repeat scroll 0 0 transparent;
			list-style: none outside none;
		}
		ul#quickLinks li.home, ul#quickLinks li.contact, ul#quickLinks li.siteMap {
			position: absolute;
			height: 20px;
		}
		#quickLinks a {
			display: block;
			height: 22px;
			width: 25px;
		}
		#quickLinks a span {
			display: none;
		}
		#quickLinks li.home {
			right: 60px;
		}
		#quickLinks li.contact {
			right: 30px;
		}
		#quickLinks li.siteMap {
			right: 0px;
		}
		#quickLinks li.home a {
			background: url(../img/home.png) no-repeat scroll 50% 50% transparent;
		}
		#quickLinks li.home a:hover {
			background: url(../img/home.png) no-repeat scroll 50% 50% #83D5F4;
		}
		#quickLinks li.contact a {
			background: url(../img/contacto.png) no-repeat scroll 50% 50% transparent;
		}
		#quickLinks li.contact a:hover {
			background: url(../img/contacto.png) no-repeat scroll 50% 50% #83D5F4;
		}
		#quickLinks li.siteMap a {
			background: url(../img/mapa-sitio.png) no-repeat scroll 50% 50% transparent;
		}
		#quickLinks li.siteMap a:hover {
			background: url(../img/mapa-sitio.png) no-repeat scroll 50% 50% #83D5F4;
		}
	
/******************IMAGE GALLERIES***********/
ul.gallery {
	width: 934px; 
	list-style: none;
	margin:0px; 
	padding:0px;
}
ul.gallery li{
	list-style:none;
	padding:0px;
	margin:5px;
	list-style:none;
	background: url(../img/galleryPicsFrame.png) -1px -1px no-repeat;
	float: left;
}
ul.gallery img {
	margin: 5px;
	list-style-type: none;
}
ul.gallery h3 {
	height: 25px;
	padding-top: 12px;	
}

/********SITE MAP************/

ul#siteMap {
	list-style-type: none;
	font-size: 16px;
	margin-left: 20px;	
}
ul#siteMap li {
	margin-bottom: 10px;	
	padding-left: 20px;
	background: url(../img/bullet-title-mini.png) left no-repeat;
}
ul#siteMap li span, ul#siteMap li h2 span{
	color: #000;
	font-size: 16px;	
}
ul#siteMap li span:hover, ul#siteMap li h2 span:hover{
	color: #333;
}

/***BANNERS***/
.bannersWrapper { width:640px; position: relative; left: 270px; top: 3px; }
div.slider    { overflow:hidden; position:relative; width:100%; height:160px !important; }
div.slider ul { margin:0; padding:0; }
div.slider li { float:left; list-style:none; margin:0 5px 0 0; }
div.slider li { text-align:center; line-height:160px; font-size:25px; }

.prev-slide, .next-slide {
	width: 40px;
	height: 136px;
	display: block;
		text-indent: -999999px;
	}
.prev-slide {
	background: url(../img/buttons/prev-slide.png) no-repeat;
	position: absolute;
	left: 150px;
	top: 0px;
	left: -40px;
}
.next-slide {
	background: url(../img/buttons/next-slide.png) no-repeat;
	top: 0px;
	right: -40px;
	position: absolute;
}

input#btnSub, a.sendMail {
	cursor: pointer;
	padding: 5px;
	width: 88px!important;
	background: url(../img/buttons/enviar.png) no-repeat !important;
	height: 37px;
  border:0px;
}

a.sendMail {background: url(../img/buttons/cotizar.png) no-repeat !important; display:block; padding:0px; position:absolute; bottom: -7px; left:2px;}
a.sendMail span { display:none;}
input#btnSub:hover {
	background: url(../img/buttons/enviar.png) 0 -36px no-repeat!important;	
}

a.sendMail:hover {
  background: url(../img/buttons/cotizar.png) 0 -36px no-repeat!important; 
}
table#contactoForma label {
	text-align: left;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: -0.02em;
}
table#contactoForma input {
	border: none;
	background: #E1E8FF;
	padding: 7px;
	width: 210px;
}
table#contactoForma input:focus {
	background: #F0F0F0;
}


a.btn span{ display:none;}

#footerWrapper * {
  color:#333333;
}
#footerWrapper .extra{
  font-size:11pt;
}


div#domicilio {
  width:580px;
}



body.popup #wrapper, 
body.popup #header,
body.popup #headerContactInfo {
  width:100%;
}

body.popup #wrapper.noPop, 
body.popup #wrapper.noPop #header,
body.popup #wrapper.noPop #headerContactInfo {
  width:948px;
}

body.popup #headerContactInfo, #headerContactInfo h4 {
  padding:0px;
}

body.popup #headerContactInfo h3{
   padding-left:10px;
}

body.popup #headerContactInfo h4 {
  padding-right:10px;
}

body.popup #content {
  width:810px;
  margin:0px auto;
  padding-top:10px;
  padding-bottom:10px;
}

body.popup  .title {
  padding-bottom:10px;
}

#map_canvas {
    border: 1px solid;
    height: 350px;
    margin: 0 auto;
    width: 700px;
    margin-bottom:10px;
}

.showHotelName a {
  color:#333333;
}
.showHotelName a:hover {
  text-decoration:underline;
}

.popup .direccion {
  font-size:12pt;
  padding-bottom:10px;
}

#reservDetails .detalles, #reservDetails .detalles .total {
  font-size:12pt;
}

#reservDetails strong.center { display:block; padding-top:5px;}
#reservDetails .hotelName {font-size:14pt;}
#reservDetails .total {text-align:right;}


.itemList  .imgLoading {
  display:block;
  margin:0px auto;
  width:58px;
  height:20px;
  margin-bottom:10px;
}

.navbar-inner {
    background-color: #2c2c2c;
    background-image: -moz-linear-gradient(center top , #333, #222);
    background-repeat: repeat-x;
    border-radius: 0px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
    min-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    color:#ffffff;
}

.navbar-inner * {
  color:#ffffff;
}

div.barraUsuario {
  width:940px;
  margin:0px auto;
  padding-top:5px;
  position:relative;
}


 div.field strong{ width:60px; display:inline-block; text-align:right; padding-right:4px; }

 h1.title span, h1.title{ font-size: 16pt; }

 a.logoutLink { position:absolute; bottom:0px; right:10px;}
 a.logoutLink:hover { color:#ffffff; text-decoration: underline;}


 #loadingMail { display:block; margin:5px auto;}
 #sendMailPop .error-message { margin-left:82px;}
