@charset "utf-8";
/* CSS Document */

body {background:#fff url(/static/CLIClick/images/bg.gif) repeat 0 -2px;}

#doc8 { 
	margin:auto; 
	text-align:left;
	width:77.08em;
	*width:75.22em;
	_width:1002px; /* ie 6 */
	max-width:1002px; 
	position:relative;
}


/* ----------------------------------------------- */
/*  SHADOW	STRUCTURE                              */
/* ----------------------------------------------- */
#content{
	background: url(/static/CLIClick/images/bg-bd.gif) repeat-y 0 -2px;
	margin:0 auto; 
	overflow:hidden; 
}

#content-bottom{
	background: url(/static/CLIClick/images/bg-bd-bottom.gif) no-repeat 0pt 0px;
	height:14px;
    margin:0 auto; 
	overflow:hidden; 
	clear:both;
}
	
#content-top{
	background:url(/static/CLIClick/images/bg-bd-top.gif) no-repeat 0pt 1px;
	height:15px;   
	margin:0 auto; 
	overflow:hidden; 
	clear:both;
}

/* ----------------------------------------------- */
/*  STRUCTURE                		               */
/* ----------------------------------------------- */

#hd,
#bd, 
#ft,
.bb-lt-promo {
	/*background:#fff;*/
	width:72.769em;
	_width:70.951em;
	margin:0 auto !important;
	max-width:946px; 
	}
#bd {_width:946px; padding:0 !important; padding:0 28px;}

.bb-lt-adv {
	width:74.923em;
	_width:73.05em;
	margin:0 auto; 
	max-width:974px;
}	

/*promocion*/

.bb-lt-promo {	
	margin-bottom:10px;	
	padding-top:5px;
	border-top: 4px solid #000;		
	zoom:1;
}

/*ie 6*/
*html  .bb-lt-promo{
	float:left;
	display:inline;
	margin-left:25px;
	margin-bottom:15px;
	}
	

/* ----------------------------------------------- */
/*  GENERAL			                               */
/* ----------------------------------------------- */
.bb-noshow {display:none;}
.bb-active {display:block;}
.bb-noborder {background: none !important; border:none !important;}
a img {border:none;}
a {color:#000000; text-decoration:none;}
a:hover {text-decoration:underline;}


.fr {float:right; display:inline;}
.fl {float:left; display:inline;}
.clr {clear:both;}
.cl {clear:left;}
.cr {clear:right;}
.clearfloat {clear:both; height:0; font-size:1px; line-height:0px;}

/* ----------------------------------------------- */
/*  @group Clearing                                */
/* ----------------------------------------------- */
#hd:after,
#bd:after,
#ft:after,
.bb-lt-adv:after,
.bb-lt-promo:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

#hd,
#bd,
#ft,
.bb-lt-adv,
.bb-lt-promo {zoom: 1;}


