/*--------------------------------------------------------------------------
 Clic 2007
----------------------------------------------------------------------------
 File: generales.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: url(../img/muestra_6_bg.jpg) repeat-x #E2E2E2;
}
#wrapper {
	width:770px;
	position:relative;
	margin:0px auto;
	margin-top:1px;
}
img {
	border:none;
}
#wrapper2{
  position:relative;
  min-height: 61px;
  height: auto !important;
  height: 61px;
  background:#45926D;
  clear:both;
}
#footer{
	width:770px;
	margin-left:-385px;
	left:50%;
	position:relative;
	background: url(../img/foot_bg.jpg) no-repeat;
	/* Minimum Height fix for popular web browser */
	min-height: 61px;
	height: auto !important;
	height: 61px;
	
}
/* Estilos Layout 
---------------------------------------*/
#head{
	height:21px;
	position:relative;
}
#banner{
	height:185px;
	background: url(../img/banner_bg.jpg) no-repeat;
	position:relative;
}
#menu{
	height:32px;
	background: url(../img/menu_bg.jpg) bottom no-repeat;
	position:relative;
	z-index:251;
}
#body{
	background: url(../img/body_bg.jpg) repeat-y;

}
#contenido{
	background: url(../img/body_top.jpg) no-repeat;
	position:relative;
	min-height: 300px;
	height:auto  !important;
	height: 300px;	
	padding-left:16px;
	padding-right:16px;
	padding-top:45px;
}
/*-- Elemento del Layout */
#logoDicilab{
	position:absolute;
	top:9px;
	left:20px;
}
#animacion{
	position:absolute;
	top:5px;
	left:170px;
}
#mContent img{
 float:left;
}
#mContent ul li {
	list-style:none;
}
#mContent{
	width:589px;
	height:32px;
	position:relative;

}
#menuPR{

	border:1px solid; 
	background:#000066; 
	position:absolute; 
	top:30px; 
	z-index:69;
	left:200px;
}
#footerContent{
	text-align:center;
	padding-top:20px;
	color:#FFFFFF;
}
#footerContent span{
	font-weight:bold;
}
#footer a{
	color:#FFFFFF;
}
/* */
#distribuidora{
	position:absolute;
	padding-left:10px;
}
#quickLinks{
	position:absolute;
	right:22px;
	width:80px;
	
}
#contenido ul li{
 list-style:none;
 background:url(../img/bullet_flecha.gif) no-repeat;
 padding-left: 20px;
}
.ulGroup ul{
	float:left;
	width:48%;
	
}
/* =Estilos Layout
---------------------------------------*/

/* URL de pie de página de CLIC
---------------------------------------*/
 #clicUrl
 {
	position:absolute;
    right:5px; 
	top:4.9em;
 }

 #clicUrl a,  #clicUrl *
 {
	font-size:7pt;
	color:#000000;
	text-decoration:none;
 } 
 
 
/* =Footer
-------------------------------------------------------------------*/
/* Mapa del sitio
--------------------------------------------------------------------*/
ul#siteMap li{
 list-style:none;
}

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

#credits{
	font-size:8pt;
}
#credits a{
	font-weight:bold;
}
#siteMap a:hover, #credits a:hover{
	text-decoration:underline;
}
/* =Mapa del sitio
--------------------------------------------------------------------*/

#tratamientoDeAgua {
	width:350px;
	padding:5px;
	background: #FFFF9D;
	border:1px solid #C01E19;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	text-align:center;

}

#tratamientoDeAgua  a {
	font-weight:bold;
	text-decoration:underline;
}


