/*--------------------------------------------------------------------------
 Clic 2008
 ----------------------------------------------------------------------------
 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
 -------------------------------------------------------------------*/
html { 	background:  url(../img/html-bg.png) top left;} /* es correcto? */
body {
	background:  url(../img/page-bg.png) repeat-x top left;
}


#wrapper {
  margin: 0px;
  margin-right:auto;
  margin-left:auto;
   width:990px;
}

#wrapperFoot {
    min-height: 58px;
    height: auto !important;
    height: 58px;
    position: relative;
    background: #000000;
	border-top:1px solid #ffffff;
    clear: both;
}



#header {
    background: url(../img/banner.png) no-repeat top;
    width: 990px;
    height: 300px;
	position:relative;
}

#body {
    background: url(../img/fondo-body.png) repeat-y top;
}


/* =Layout343
 -------------------------------------------------------------------*/
/* Header
 -------------------------------------------------------------------*/
a#logo {
	display:block;
	width: 126px;
    height: 171px;
    background: url(../img/logo-clic.png) no-repeat top ;
    top: 80px;
    left: 22px;
	position:absolute;
}
a#logo h1 span {display:none}

#mensaje {
	position:absolute;
	top:80px;
	left:180px;
	width:320px;
	font-size:13pt;
}

/* quicklinks */
#quickLinks {
    position: absolute;
    height: 23px;
    width: 42px;
    top:  260px;
    left:25px;
}

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

#quickLinks li {
    list-style: none;
    background: none;
}

#quickLinks li.home, #quickLinks li.contact, #quickLinks li.siteMap {
    position: absolute;
}

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

#quickLinks a span {
    display: none;
}

#quickLinks li.home {
    left: 0px;
    top: 0px;
}

#quickLinks li.contact {
    left: 45px;
    top: 0px;
}

#quickLinks li.siteMap {
    left: 90px;
    top: 0px;
}

#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) 0px 0px #004C24 no-repeat;
}

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

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

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

#quickLinks li.siteMap a:hover {
    background: url(../img/mapa-sitio-over.gif) 0px 0px #004C24 no-repeat;
}
/* =quicklinks */



/** MENU **/
ul#menu {
    position: absolute;
    height: 50px;
    width: 700px;
    top:  10px;
    left: 0px;
}

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

ul#menu li {
    list-style: none;
    background: none;
}

#menu li#nosotros, #menu li#hospedaje, #menu li#ubicacion,
#menu li#portafolio, #menu li#contacto, #menu li#dominiosmx,
#menu li#glosario, li#preguntasFrecuentes 
{
    position: absolute;
}

#menu a {
    display: block;
    height: 50px;
	width:auto;
}

#menu a span {
    display: none;
}

#menu li#nosotros {
    left: 0px;
    top: 0px;
	width: 87px;
}

#menu li#hospedaje {
    left: 90px;
    top: 0px;
	width: 95px;
	
}

#menu li#portafolio {
    left: 188px;
    top: 0px;
	width: 92px;
}

#menu li#preguntasFrecuentes {
    left: 283px;
    top: 0px;
	width: 163px;
}

#menu li#dominiosmx {
    left: 449px;
    top: 0px;
	width: 113px;
}

#menu li#ubicacion {
    left: 565px;
    top: 0px;
	width: 92px;
}

#menu li#contacto {
    /*left: 579px;*/
    left: 565px;
    top: 0px;
	width: 88px;
}


#menu li#nosotros a {
    background: url(../img/menu/nosotros.png) 0px -50px  no-repeat;
}

#menu li#nosotros a:hover {
    background: url(../img/menu/nosotros.png) 0px 0px  no-repeat;
}

#menu li#hospedaje a {
    background: url(../img/menu/hospedaje.png) 0px -50px  no-repeat;
}

#menu li#hospedaje a:hover {
    background: url(../img/menu/hospedaje.png) 0px 0px  no-repeat;
}

#menu li#ubicacion a {
   background: url(../img/menu/ubicacion.png) 0px -50px  no-repeat;
}

#menu li#ubicacion a:hover {
   background: url(../img/menu/ubicacion.png) 0px 0px  no-repeat;
}

#menu li#portafolio a {
   background: url(../img/menu/portafolio.png) 0px -50px  no-repeat;
}

#menu li#portafolio a:hover {
   background: url(../img/menu/portafolio.png) 0px 0px  no-repeat;
}

#menu li#contacto a {
   background: url(../img/menu/contacto.png) 0px -50px  no-repeat;
}

#menu li#contacto a:hover {
   background: url(../img/menu/contacto.png) 0px 0px  no-repeat;
}

#menu li#dominiosmx a {
   background: url(../img/menu/dominios-mx.png) 0px -50px  no-repeat;
}

#menu li#dominiosmx a:hover {
   background: url(../img/menu/dominios-mx.png) 0px 0px  no-repeat;
}

#menu li#preguntasFrecuentes a {
   background: url(../img/menu/preguntas-frecuentes.png) 0px -50px  no-repeat;
}

#menu li#preguntasFrecuentes a:hover {
   background: url(../img/menu/preguntas-frecuentes.png) 0px 0px  no-repeat;
}





/* =quicklinks */


/* =Header
 ------------------------------------------------------------------*/
/* Body
 ------------------------------------------------------------------*/
#contentHeader {
    height: 30px;
    /*position: relative;*/
}

#contenido, .contenido {
    /*width:60%;*/
    /*position: relative;*/
    padding-bottom: 10px;
    text-align: justify;
    min-height: 400px;
    height: auto !important;
    height: 400px;
    /*border:1px solid;*/
    padding: 0px 15px 15px 20px;
   
}

#barraRight {
    width: 200px;
    float: left;
	padding-bottom:20px;
	
	
}

#areaCentral {
    width: 740px;
    float: left;
    /* alto minimo */
    min-height: 400px;
    height: auto !important;
    height: 400px;
    text-align: justify;
}




/* Le ponemos el fondo a la paginacion */
#paginacion {
    margin-top: 0px;
    padding-bottom: 5px;
    background: url(../img/content_bg.jpg) repeat-y top;
}
/* =Body

 ------------------------------------------------------------------*/
/* Footer
 ------------------------------------------------------------------*/

#footer {
	position:relative;
}
#footerContent div, #footerContent h3  {
    display: none;
}


#footer {

	margin-left:auto;
	margin-right:auto;
    position: relative;
	padding: 10px 10px 10px 10px;
    font-size: 9pt !important;
    text-align: center;
    clear: both;
	color:#FFFFFF;
	
	
}

#footer * {
	color:#ffffff;
}




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

#flashMessage {
    background: #FFDEDE;
    border: 1px solid #FF7F7F;
    /*height:20px;*/
    padding: 3px;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
	margin-bottom:10px;
	margin-top:5px;
	z-index:1;
}
/** Cuadros **/ 
 .square { 
	width:337px;
	min-height: 148px;
    height: auto !important;
    height: 148px;
	color:#ffffff !important;
 }
 
 
 
 .squareBody { 
	 background: url(../img/cuadro-bg.png) no-repeat ;
	 min-height: 148px;
    height: auto !important;
    height: 148px;
 	padding: 15px 15px 5px 15px;
	
 }
 
 .ligaSquare { 
 	display:block;
	width:337px;
	height:40px;
	background: url(../img/cuadro-bottom.png) bottom no-repeat;
 }
 
 .ligaSquare span{ 
 	display:none;
 }

ul#serviciosInicio{
	width:700px;
	background:none;
	padding:0px;
	margin:0px;
}

ul#serviciosInicio li {
	float:left;
	width:350px;
	background:none;
	list-style-image:none;
	padding:0px;
	margin:0px;
}
/*Estilos para secciones colapsables*/
.show{
	display:true;
}
.hide{
	display:none;
	
}

#formatoTabla { width:700px; margin-left:auto; margin-right:auto; margin-top:10px;}

/** Elmentos Portafolio **/
ul.portafolio, ul.portafolio li{
	padding:0px;
	margin:0px;
	background:none;
	list-style-image:none;
	 width: 662px;
}
ul.portafolio li { margin-bottom:20px;}
.marcoPortafolio { width: 660px; border:1px solid #9D9D9D; height:259px; position:relative; background: url(../img/portafolio/marco-portafolio.png) left top no-repeat; }
/*.marcoPortafolio { width: 660px; border:1px solid #FF0000; height:309px; position:relative; background: url(../img/portafolio/marco-portafolio.png) left top no-repeat; }*/
/*.marcoPortafolio img { position:absolute; width:660px; height:259px; top:49px; left:1px;}*/
.descripcionPortafolio { width:90%; padding-top:10px; margin-right:auto; margin-left:auto;}
.descripcionPortafolio div { padding:5px 10px 5px 10px;  }
.descripcionPortafolio h2 { color: #004C24; font-size:11pt;}

img.imgBody { background:#616161; border:1px solid #ffffff;  }
.vcard { display:none; }


ul#faq li { padding-bottom:20px;}
	