@charset "utf-8";
/* CSS Document */

#positioning {position:relative;}

#footer_cima { background:url(../Imagens/footer_bgcinza.jpg) repeat-x; height:120px; width:960px;}

#footer_meio { background: url(../Imagens/footer_bgpreto.jpg) repeat-x; border:5px solid #181818; height:167px; width:950px; }

#footer_baixo { background:url(../Imagens/footer_bgsombra.jpg) repeat-x; height:130px; width:960px; text-align:center; font-family:Arial, Helvetica, sans-serif; color:#666;}

#formas {
	position:absolute;
	top:25px;
	left:20px;
	height:80px;
	width:355px;
}

#divisorcinza_esq {
	position:absolute;
	top:15px;
	left:375px;
	height:100px;
	width:2px;
}

#acompanhe {
	position:absolute;
	top:25px;
	left:420px;
	height:80px;
	width:350px;
}

#divisorcinza_dir {
	position:absolute;
	top:15px;
	left:770px;
	height:100px;
	width:2px;
}

#splash {
	position:absolute;
	top:25px;
	left:810px;
	height:80px;
	width:130px;
}

#central {
	position:absolute;
	top:140px;
	left:20px;
	height:130px;
	width:400px;
}

#clube {
	position:absolute;
	top:140px;
	left:520px;
	height:130px;
	width:380px;
}

#divisorpreto {
	position:absolute;
	top:135px;
	left:475px;
	height:140px;
	width:2px;
}

.divisor_cinza {
	border-left:1px solid #bababa;
	border-right:1px solid #fff;
	height:78px;
	width:0px;
	margin:10px 0;
	padding:0;
}
.divisor_preto {
	border-left:1px solid #0f0f0f;
	border-right:1px solid #383838;
	height:150px;
	width:0px;
	margin:0;
	padding:0;
}

.fltleft { float:left;}
.fltright { float:right;}

.txtleft {text-align:left;}
.clear {clear:both; height:0; margin:0;}

.margintop { margin-top:10px;}
.marginbottom { margin-bottom:10px;}
.marginleft { margin-left:10px;}
.marginright { margin-right:10px;}

.marginright_vinte { margin-right:20px;}
.marginright_oitenta { margin-right:80px;}

/*==== Tooltip ====*/

tooltip a:hover {
 text-decoration:none;
} 
a.tooltip span {
 display:none;

 margin-left:8px;
 width:130px;
 color:#FFFFFF;
}
a.tooltip:hover span{
 display:inline;
 position:absolute;
 top:-120px;
 right:-40px;
 background-image:url(../Imagens/tooltip.png);
 color:#6c6c6c;
	width:190px;
	height:140px;
	z-index:999;
	padding-top:59px;
	padding-left:5px;
	text-align:center;
 line-height:1.1em;
}
.tollLineA{
 font-size:12px;
 color:#fff;
 position:relative;
 top:72;
}
.tollLineB{
 font-size:12px;
 font-weight:bold;
 color:#DCBC59;
 position:relative;
 top:62;

}
.tollLineC{
 font-size:9px;
 color:#CCCCCC;
 position:relative;
 top:52;
 *top:80;
}


