/*--------------------------------------------------------------------------
 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 { } /* es correcto? */

body {
	background:  url(../img/page-bg.png) repeat top left;
}


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

#wrapperFoot {
   
    position: relative;
    clear: both;
    width:992px;
    margin:0px auto;
    background:  url(../img/footer-bg.png) bottom no-repeat;
    padding-bottom:14px;
}


#clicFoot {
	text-align:right;   
    position: relative;
    clear: both;
    width:980px;
    margin:0px auto;
    padding-bottom:14px;
    padding-right:10px;
}


#header {
    width: 992px;
    height: 238px;
	position:relative;
	background:  url(../img/header-bg.png) no-repeat bottom;
}

#body {
   background:  url(../img/body-bg.png) repeat-y top left;
   position:relative;
}


#menuBannerArea {
   height:77px;
   background:  url(../img/body-bg.png) repeat-y top left;
   width:992px;
   margin:0px auto;
   position:relative;
}



body.home #menuBannerArea {
 
   height:345px;
   
}




/* =Layout343
 -------------------------------------------------------------------*/
/* Header
 -------------------------------------------------------------------*/
a#logo {
	display:block;
	width: 221px;
    height: 243px;
    background: url(../img/petalos-el-dulce-bouquet-de-fruta.png) no-repeat top ;
    /*
    top: 0px;
    left: 22px;
	position:absolute;
	*/
	margin:0px auto;
}
a#logo h1 span {display:none}

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


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

/* 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 #ffffff 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 #ffffff 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 #ffffff no-repeat;
}
/* =quicklinks */

/* banners */

#banner {
    width: 974px;
    height: 281px;
    background:  url(../img/banner-bg.png) no-repeat top #ffffff;
    top: 64px;
    left: 9px;
	position:absolute;
	

}

#bannerBody {
    width: 946px;
    height: 255px;
   /* background: url(../img/banner.gif) no-repeat top #ffffff;*/
    margin:0px auto;
    margin-top:13px;

}



/* =banners */
/** MENU **/
ul#menu {
    position: absolute;
    height: 64px;
    width: 974px;
    top:  0px;
    left: 9px;
    background: url(../img/menu/top-menu.png)  no-repeat #ffffff;
}

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

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

#menu li 
{
    position: absolute;
    top:14px;
   
}

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

#menu a span {
    display: none;
}

#menu li#inicio {
    left: 0px;
    width: 111px;
}

#menu li#bouquets {
    left: 133px;
    width: 108px;
	
}

#menu li#empresa {
    left: 282px;
    width: 108px;
}

#menu li#ubicacion {
    left: 432px;
    width: 108px;
}

#menu li#contacto {
    left: 581px;
    width: 108px;
}

#menu li#preguntasFrecuentes {
    left: 738px;
    width: 208px;
}



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

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

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

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


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

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

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

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

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

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


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

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





/* =quicklinks */


/* =Header
 ------------------------------------------------------------------*/
/* Body
 ------------------------------------------------------------------*/
#contentHeader, .holderTitle {
    height: 49px;
    width:751px;
    margin:10px auto;
    background: url(../img/titles/background.png) no-repeat;
    /*position: relative;*/
}

body.post #contentHeader , body.app #contentHeader,  body.app .holderTitle {
    margin:0px auto;
    
}

#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 8px 15px 8px;
   
}

body.post #contenido, body.post .contenido, body.app .contenido , body.app #contenido {
    padding: 15px 25px;
   
}




/* =Body

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

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


#footer {
	margin-left:auto;
	margin-right:auto;
    position: relative;
	padding: 10px 10px 0px 10px;
    font-size: 9pt !important;
    text-align: center;
    clear: both;
	color:#000000;
	background:  url(../img/body-bg.png) repeat-y top left;
	min-height: 70px;
    height: auto !important;
    height: 70px;
	 
}

body.home #footer {
	min-height: 270px;
    height: auto !important;
    height: 270px;
    
   }

#footer * {
	color:#000000;
}

#footer #ubicacion {
 background:  url(../img/petalos-ubicacion.png) no-repeat;
 width:426px;
 height:176px;
 position:absolute;
 top:0px;
 left:25px;
}
#footer #ubicacion a {
 display:block;
 width:426px;
 height:176px;
}

#footer #entregaDom {
 background:  url(../img/petalos-entrega-a-domicilio.png) no-repeat;
 width:512px;
 height:176px;
 position:absolute;
 top:0px;
 right:25px;
}

#footer #entregaDom a {
 display:block;
 width:512px;
 height:176px;
}

#footer #ubicacion a span,
#footer #entregaDom a span {
 display:none;
}

#footer #direccion {
 background:  url(../img/direccion.png) no-repeat;
 width:426px;
 height:52px;
 position:absolute;
 bottom:5px;
 left:30px;
}



#footer #direccion span, #footer #datosContacto span{
	display:none;
}

#footer #datosContacto {
 background:  url(../img/telefono.png) no-repeat;
 width:280px;
 height:52px;
 position:absolute;
 bottom:5px;
 right:30px;
}




/* =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; }


/** Menu Lateral **/ 
#menuLateral {
	background:#F1F1F1;
	border: 1px solid #E3E3E3;
	margin:5px;
	border-radius:3px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;

	
}


#menuLateral h2#catalogoDeProductos{
	text-align:center;
	padding:8px;
}

#menuLateral h3{
	margin:0px;
	padding:0px;
	font-weight:normal;
}

#menuLateral li.top-cat{
	color:#ff0000;
	background:  url(../img/bullet-menu.png) no-repeat .1em .7em;
	margin:0px;
	padding:0px;
	padding:5px 5px 5px 12px;
	border-top:1px solid #E3E3E3;
	border-bottom:1px solid #E3E3E3;
	text-shadow: 0.05em 0.05em #FFF;
	color:#FFFFFF;
}


ul.subMenu {
	margin: 4px 5px 4px 10px;	
}


ul.subMenu  li{
	color:#ff0000;
	background: url(../img/bullet-sub-menu.png) no-repeat .1em .3em;
	margin-left:10px;
	padding-left:12px;
}

	/** Ayuda **/
  div#ayudaEnLinea{
    position:absolute;  width:318px; height:116px; 
    top:10px;
    right:5px; 
  }
  
  h1#titleAyudaEnLinea {
    font-size: 13pt;
    position: absolute;
    right: 0;
    text-align: center;
    top: 65px;
    width: 310px;
  }

  h2#twitterBox  span { display:none; }
  
  h2#twitterBox { position:absolute;  width:140px; height:56px;  top:10px;  right:20px; margin:0px;  padding:0px; }
  h2#twitterBox a {  display:block; width:140px; height:56px; background: url(../img/twitter-tienda-clic.png) no-repeat;}
  
  div#messengerBox { position:absolute;  width:102px; height:34px;  top:21px;  left:35px; margin:0px;  padding:0px; }
  img#messengerIcon {
    display: block;
    height: 56px;
    left: -15px;
    position: absolute;
    top: -12px;
    width: 43px;
    z-index: 8552;
  }

#clicFoot * {
  font-size:8pt;
}

#clicFoot a:hover {
  color:#FFFFFF;
}



/**** estilos preguntas y respuestas ***/
p.pregunta { color:#FF0134; font-weight:bold; margin-bottom:0px; padding-bottom:0px; }
p.respuesta {  margin:0px 20px 10px 20px; padding-bottom:20px;  border-bottom:dashed; border-bottom-width:1px; border-bottom-color: #FF0134;}