@charset "utf-8";
/* CSS Document */
body { margin:10px auto; height:100%; width:100%}
html{ height:100%; width:100%}
#doc8 { /* define el ancho del contenedor principal de la web */
background:#fff;
width:100%;
text-align:center 
}

.nomargin{ margin:0; padding:0;}
.noshow{ display:none}
.noborder { border:none !important; background:none !important}
/* ----------------------------------------------- */
/*  SHADOW	STRUCTURE                              */
/* ----------------------------------------------- */
#content{
background:#fff url(../images/bg-bd-blue.gif) 0 27px repeat-x;
margin:0 auto; 
overflow:hidden;
position:relative;
width:100%; 
}
#content .bg-bd-right { position:absolute; left:50%; margin-left:-487px; top:27px; width:100%; height:970px; background:url(../images/bg-bd-blue-right.gif) top repeat-x; z-index:0}

/******* COLOR THEMES ************/
.section.blog{
background:#fff url(../images/bg-bd-violet.jpg) 0 27px repeat-x !important;
}
#content.section.blog .bg-bd-right { background:url(../images/bg-bd-violet-right.jpg) top repeat-x; z-index:0}

#content.section.amazonia {
	background:#fff url(../images/bg-bd-amazonia_c.jpg) repeat-x 50% 27px !important;
}
#content.section.amazonia .bg-bd-right {display:none; background:none; z-index:0;}

.section.buzz{
background:#fff url(../images/bg-bd-pink.gif) 0 27px repeat-x !important;
}
#content.section.buzz .bg-bd-right { background:url(../images/bg-bd-pink-right.gif) top repeat-x; z-index:0}

.section.especiales{
background:#fff url(../images/bg-bd-yellow.jpg) 0 27px repeat-x !important;
}
#content.section.especiales .bg-bd-right { background:url(../images/bg-bd-yellow-right.jpg) top repeat-x; z-index:0}

.section.craque{
background:#fff url(../images/bg-bd-green2.jpg) 0 27px repeat-x !important;
}
#content.section.craque .bg-bd-right { background:url(../images/bg-bd-green2-right.jpg) top repeat-x; z-index:0}

.section.vida{
background:#fff url(../images/bg-bd-red.jpg) 0 27px repeat-x !important;
}
#content.section.vida .bg-bd-right { background:url(../images/bg-bd-red-right.jpg) top repeat-x; z-index:0}

.section.manaus{
background:#fff url(../images/bg-bd-sky_blue.jpg) 0 27px repeat-x !important;
}
#content.section.manaus .bg-bd-right { background:url(../images/bg-bd-sky_blue-right.jpg) top repeat-x; z-index:0}

.section.multimedia{
background:#fff url(../images/bg-bd-gray.jpg) 0 27px repeat-x !important;
}
#content.section.multimedia .bg-bd-right { background:url(../images/bg-bd-gray-right.jpg) top repeat-x; z-index:0}

.bb-content_margin { display:block; margin:0 14px}
/* ----------------------------------------------- */
/*  STRUCTURE                		               */
/* ----------------------------------------------- */
#hd,
#bd {
margin:auto; 
text-align:left;
width:74.92em;
*width:73.05em;
max-width:974px; 
position:relative  
}	
#ft {
margin:auto; 
text-align:left;
width:72.76em;
*width:70.95em;
max-width:946px;
position:relative;
}
#bd { background-color:#fff; padding-top:10px}
.bb-lt-adv {
margin:0 auto 10px auto; 
text-align:left;
width:74.92em;
*width:73.05em;
max-width:974px; 
}
#bd .bb-lt-adv { width:100%; padding:15px 0; margin-top:10px; background:url(../images/bg-border-dashed-dfdfdf.gif) top repeat-x}
.bb-lt-adv .bb-mu { float:right}
.bb-lt-adv div.first { float:left}
.bb-lt-adv .bb-mu a { display:block}

/* ----------------------------------------------- */
/*  			GENERAL		                       */
/* ----------------------------------------------- */
.bb-noshow {display:none;}
.bb-active {display:block;}
.bb-noborder {border:none !important;}
a img {border:none;}
a {color:#000000; text-decoration:none;}
a:hover {text-decoration:underline;}
/* ----------------------------------------------- */
/*  @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;}