/***************************************************/
/********************** TOPO **********************/
#topo {
	font-size:12px !important;	
}

.topo-botoes {
	background: url(../img/topo/bg-menu.gif) center top repeat-x;
	padding-top: 6px;
}

.listabotoes, .topo-botoes-websiteoficial {
	float: left;
}

.listabotoes .frasqueirao {
	background:url(../img/topo/menu-frasqueirao.gif) 38px 12px no-repeat;
	height:18px;
}

.listabotoes .frasqueirao:hover {
	background-position:38px -12px;
}

.listabotoes .frasqueirao{
	text-indent:-9999px;
	overflow:hidden;
}

ul.listabotoes {
	margin-top: 5px;
}

.listabotoes li {
	background: url(../img/topo/bg-botao.png) center top repeat-x;
	float: left;
	margin-left: 1px;
}

.listabotoes li div {
	background: url(../img/topo/bg-botao-left.png) left top no-repeat;
}

.listabotoes li div a {
	color: #fff;
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	background: url(../img/topo/bg-botao-right.png) right top no-repeat;
	display: block;
	width: 137px;
	text-align: center;
	padding: 10px 0 6px 0;
}

.listabotoes li div a:hover {
	text-decoration:none;	
	color: #ffbc08;
}

.listabotoes li div a img {
	margin:2px 0px;
}

.topo-conteudo {
	background: #000 url(../img/topo/bg-repeat.gif) center bottom repeat-x;
	height:197px;
}

.topo-conteudo .esquerda {
	float:left;
}

.topo-conteudo .direita {
	float:right;
/*	background: url(../img/topo/bg-jogador.jpg) no-repeat top right; */
	height:190px;
	position:relative;
}

.topo-conteudo .jogador {
	text-align:right;
}
.topo-conteudo .twitter{
	position:absolute;
	right:0px;
	top:162px;
}

.topo-logo h1 { 
	display:none;
}

.topo-logo {
	padding:20px 0;
}

.topo-conteudo-logo {
	width: 240px;
	text-align: center;
	padding: 20px 0 0 0;
	float: left;
}

.topo-conteudo-frases {
	float: left;
}

.topo-conteudo-buscar {
	float: right;
	padding-top: 60px;
}

#busca {
	height:34px;
	margin-bottom:20px;
}

.inputbusca {
	background: #fff url(../img/lateral/bg-busca.gif) left top no-repeat;
	float:left;
}

.inputbusca input {
	color: #808080;
	padding: 8px 7px 7px 7px;
	height:18px;
	float: left;
	width: 150px;
}

.btbuscar {
	float: left;
}

.topo-menu {
	margin-top:10px;
	position:absolute;
	z-index:10;
	/*padding-bottom: 15px;*/
}

.topo-menu ul {
}

.topo-menu li {
	position:relative;
	float: left;
	height:35px;
	margin-left: 21px;
}

.topo-menu li li {
	height:auto;	
}

.topo-menu li a {
	font-weight: bold;
	color: #ffffff;
	display: block;
}

.topo-menu li a:hover {
	color: #ffbc08;
	text-decoration:none !important;
}

.topo-menu li.first {
	margin-left: 0;
}

.topo-menu li ul {
	position:absolute;
	margin-top:-4px;
	width:146px;
	left:-31px;
	display:none;
	z-index:10;
}

.topo-menu li ul li ul {
	margin-left:40px;
	margin-top:-10px;
}

html>body .topo-menu li ul {
	width:auto;
	min-width:146px;
}

.topo-menu li.top ul{
	top:35px;
}

.topo-menu li.top ul li ul {
	top:0;
	left:50px;
}

.topo-menu li ul {
	background-color:#191919;	
	margin-left:0;
	border-left:5px solid #212121;
	border-right:5px solid #212121;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-radius-bottom-left: 5px;
	-webkit-border-radius-bottom-right: 5px;
	padding-bottom:5px;
}

.topo-menu li ul li {
	float:none;
	margin-left:0;
	padding:7px;
	border:1px solid #212121;
	border-top:0;
	list-style:none outside !important;
}

.topo-menu li ul li.first {
	border-top:1px solid #262626;
}

.topo-menu li ul li a {
	display:block;
	color:#fff;
	white-space:nowrap;
	padding-left:18px;
	font-weight:normal;
	background:url(../img/topo/bullet-estrela.gif) no-repeat left -24px;
}

.topo-menu li ul li a:hover {
	color:#fff;
}

#submenubottom-left, #submenubottom-right {
	width:3px;
	height:3px;
}

#submenubottom-middle {
	background-color:#000;	
}

/***************************************************/
/********************** CORPO **********************/
#corpo {
	padding-top: 20px;
}

.banner {
	margin: 30px 0;
}

/****** Conteúdo ******/
#conteudo {
	width: 690px;
	float: left;
}

.colunainterna-esq {
	width: 450px;
	float: left;
}

.colunainterna-dir {
	width: 210px;
	float: right;
}

/** Destaques **/
#destaques {
	height: 100%;
}

.destaque {
	width: 210px;
	float: left;
	margin-left: 30px;
}

.destaque a {
	color: #666;
}

.destaque h2 a {
	color: #000;
}

.destaque .data {
	margin-bottom: 10px;
}

.destaque-foto {
	margin: 10px 0;
}

#destaques .first {
	margin-left: 0;
}

/****** Lateral ******/
#lateral {
	width: 210px;
	float: right;
}

#lateral .patrocinio {
	text-align:center;
	height:80px;
	margin:20px 0;
	padding-bottom:20px;
}

.lateral-twitter .siga{
	display: block;
	margin-top:14px;
}

.lateral-twitter .twts{
	padding:15px;
	background:#fff;
	border-bottom:3px solid #000;
	width:174px;
	overflow:hidden;
}

.lateral-twitter .twts strong {
	color:#000;
	white-space:wrap;
}

.lateral-twitter .twts p{
	padding-top:12px;
	border-top:1px solid #cccccc;
	text-align:left;
}

.lateral-twitter .twts p{
	padding-top:8px;
	margin-top:8px;
	border-top:1px solid #cccccc;
	margin-bottom:0;
}

.lateral-twitter .twts p.first{
	padding-top:0px;
	margin-top:0px;
	border-top:none;
}

.lateral-login {
	background: url(../img/lateral/bg-socio.gif) center top no-repeat;
	padding-bottom: 10px;
	margin-bottom: 3px;
	border-bottom:solid 1px #464646;
}

.lateral-login .center {
	width: 149px!important;
}

.lateral-login .botoes a {
	margin-bottom:5px;
}

.lateral-login strong {
	color: #fff;
	padding-bottom: 10px;
	display: block;
	text-align: center;
}

.inputlogin {
	background: #fff url(../img/lateral/bg-input-left.gif) left top no-repeat;
}

.inputlogin div {
	background: url(../img/lateral/bg-input-right.gif) right top no-repeat;
	padding: 9px 10px 9px;
}

.inputlogin div input {
	float:left;
}

.lateral-lojinha, .lateral-conhecanossaarena {
	margin-bottom: 3px;
}

.lateral-ligaretro {
	margin-bottom: 18px;
}

.lateral-twitter {
	text-align: center;
}

/** Notícias **/

.titulobox {
	height:27px;
}

.titulobox .data {
	font-size: 9px;
	font-weight: bold;
	color: #666666;
	background: url(../img/ico/estrela-subtitulo.gif) left 1px no-repeat;
	margin: 0;
	padding-left: 20px;
	float: left;
	margin-top: 7px;
}

.titulobox .acoes {
	position:absolute;
	margin-top:7px;
	z-index:0;
}

.titulobox .acoes a {
	float:left;
	margin-right:10px;
}

.titulobox h2 {
	position:absolute;
	line-height:25px;
	z-index:0;
}

.titulobox .data span {
	color: #bebebe;
}

.titulobox .compartilhe {
	float: right;
}
.titulobox .compartilhe .rss {
	position:absolute;
	margin-left:-32px;
}

/** Album de fotos **/
#fotosalbum {
	height: 100%;	
}

#fotosalbum .foto {
	float:  left;
	margin-left: 15px;
}

#fotosalbum .first {
	margin-left: 0;
}

#fotosalbum .margem {
	height: 15px;
}

/***************************************************/
/********************** FORM ***********************/
.campo, .input {
	float:left;
}

.campo {
	margin-bottom:10px;
}

.campo label {
	display:block;
	margin-bottom:5px;
}

.input-t {
	background:url(../img/bg/input-t.gif) repeat-x center top;
}

.input-b {
	background:url(../img/bg/input-b.gif) repeat-x center bottom;
}

.input-l {
	background:url(../img/bg/input-l.gif) repeat-y left center;
}

.input-r {
	background:url(../img/bg/input-r.gif) repeat-y right center;
}

.input-tl {
	background:url(../img/bg/input-tl.gif) no-repeat left top;
}

.input-tr {
	background:url(../img/bg/input-tr.gif) no-repeat right top;
}

.input-bl {
	background:url(../img/bg/input-bl.gif) no-repeat left bottom;
}

.input-br {
	height:28px;
	background:url(../img/bg/input-br.gif) no-repeat right bottom;
}

.input input, textarea {
	padding:6px 8px;
}

textarea {
	overflow:auto;
}

.campo select {
	padding:1px;
}

/***************************************************/
/********************** RODAPÉ *********************/
#rodape {
	margin-top: 120px;
	padding-top: 25px;
	background:#000 url(../img/rodape/bg-repeat.gif) center top repeat-x;
}

.rodape-ponto {
	margin-top: 30px;
	padding: 17px 0 20px 0;
	text-align: center;
}

.rodape-ponto a {
	font-size: 9px;
	color: #ffbc08;
	font-family: Tahoma, Geneva, sans-serif;
}

/***************************************************/
/********************** GERAL **********************/
.center {
	width: 930px !important;
	margin: 0 auto;
}

.ul{
	margin: 0;
}

.ul li {
	list-style: none inside;
	padding: 0;
}

ul.list-text {
	margin-bottom:20px;
}

ul.list-text li {
	list-style:square;
	margin-left:15px;
	padding-left:5px;
	line-height:20px;
}

.table {
	border-collapse: collapse;
}

.table tr td {
	padding: 0;
}

h1, h2 {
	font-weight: bold;
	font-size: 20px;
	line-height: 40px;
	color: #000000;
	padding-bottom: 5px;
}

h2 {
	font-size: 16px;
}

h2 span {
	display:block;
	font-size:12px;
	color:#666;
	font-weight:normal;
}

h3 {
	font-size:18px;
	color:#000;
}

h5, h5 a {
	font-weight: bold;
	color: #000;
	font-size: 12px;
}

.tooltip {
	background-color:#F5F5B5;
	border:1px solid #DECA7E;
	color:#303030;
	font-family:sans-serif;
	font-size:12px;
	line-height:18px;
	padding:10px 13px;
	position:absolute;
	text-align:center;
	z-index:2;
}

/***/
.noticia a {
	color: #666666;
}

.noticia h5 a {
	color: #000;
}

/**/
.margem {
	height: 10px;
}

.margemdupla {
	height: 20px;
}

.margemtripla {
	height: 30px;
}

.data {
	background: #141414 url(../img/ico/estrela-data.gif) 4px 2px no-repeat;
	padding: 2px 0 3px 24px;
	font-size: 9px;
	color: #fff;
	font-weight: bold;
	line-height: 10px;
	width: 114px;
	margin-bottom: 5px;
}

.data span {
	color: #4d4d4d;
	padding: 0 5px;
}

.linha {
	margin:20px 0;
	height: 1px;
	background: url(../img/linha.gif) center center repeat-x;
}

.linha-top {
	margin-top:5px !important;	
}

.por {
	color: #999999;
}

.titulobox {
	background: #f2f2f2;
	padding: 12px;
	margin: 10px 0 20px 0;
}

.moldura, .moldura-left {
	float: right;
	border: 1px solid #ccc;
	padding: 10px;
	margin: 0 0 10px 15px;
}

.moldura-left {
	float: left;
	margin: 0 15px 10px 0;
}

.moldura div, .moldura-left div {
	padding-top: 10px;
	text-align: center;
}

/** Painel **/
.painel {
	background: #000;
	padding-bottom:3px;
}

.painel-corpo {
	padding: 3px 3px;
}

/** Painel Jogos **/
.paineljogos {
	//
}

.linha-destaque td{
	background:gray;
}

.paineljogos-abas ul li {
	float: left;
}

.paineljogos-abas ul li a {
	display: block;
	width: 105px;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(../img/paineljogos/bg-aba.gif);
	font-size: 9px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding: 10px 0 6px 0;
}

.paineljogos-abas ul li.ativo a {
	background-position: left -34px;
	color: #000;
}

.paineljogos-conteudo {
	border: 1px solid #d3d3d3;
	border-top: 0;
	padding: 10px 0;
}

.paineljogos-placar {
	height: 95px;
	width: 193px;
	margin-left: 7px;
	padding-top: 18px;
	background: url(../img/paineljogos/bg-placar.gif) center top no-repeat;
}

.paineljogos-placar tr td {
	text-align: center;
	color: #000;
	font-weight: bold;
	font-size: 12px;
}

.paineljogos-placar tr td div {
	padding-top: 4px;
}

.paineljogos-placar tr td.placar {
	font-size: 22px;
	vertical-align: top;
	padding-top: 22px;
}

.paineljogos-infojogo {
	padding-top: 15px;
}

.paineljogos-infojogo-campeonato {
	font-size: 14px;
	color: #000;
	text-align: center;
}

.paineljogos-infojogo-data {
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-align: center;
}

.paineljogos-botoes {
	padding-top: 15px;
	text-align: center;
}

.paineljogos-botoes a {
	display: block;
	margin-top: 1px;
}

.paineljogos-conteudo-ultimojogo {
	display: none;
}

/*** Classificação ***/
#td-classificacao {
	background: #333333;
	font-weight: bold;
	color: #727272;
	font-size: 11px;
}

#td-classificacao thead tr td {
	border: 0;
	text-align: center;
}

#td-classificacao thead tr td span {
	display: block;
	padding: 6px 0 4px 0;
	background: #fff;
}

.lado-esq {
	background: #fff url(../img/td-linha-topo.gif.gif) top center repeat-x !important;
	border-right: 1px solid #bfbfbf !important;
	border-left: 1px solid #bfbfbf !important;
	text-align: left !important;
}

.txt_data {
	margin-top:10px;
}

.linha-destaque td{
	background:#e6e6e6 !important;
	color:#000;
}

.lado-esq img {
	position:absolute;
	margin-left:-1px;
}

#td-classificacao thead tr td {
}

#td-classificacao thead tr td span {
		background:#fff url(../img/td-linha-topo.gif) top center repeat-x;
}

#td-classificacao thead tr td.lado-esq span {
	background: url(../img/td-classificacao_cantotopo.gif) left top repeat-x !important;
}

.lado-esq span {
	padding-left: 42px !important;
}



.lado-dir {
	background: #fff url(../img/td-jogos_cantodir.gif) right top no-repeat !important;
	border-right: 0 !important;
}

#td-classificacao tbody .first-td {
}

#td-classificacao tbody tr td {
	text-align: center;
	padding: 7px 0;
	border: 1px solid #bfbfbf;
	background:#f2f2f2;
}



.semborda {
	border-left: 0 !important;
}

#td-classificacao tbody tr.destaque td {
	background: #3b3b3b !important;
}

#td-classificacao tbody .espaco {
	border: 0;
	padding: 0;
}

#td-classificacao tbody .time {
	text-align: left;
	padding-left: 10px;
	color: #000;
}

.legenda {
	font-family: Tahoma;
	font-size: 9px;
	color: #595959;
	margin: 0;
	padding: 0;
}

.legenda span {
	padding-left: 6px;
}

.legenda img {
	padding-left: 16px;
}

/*** Titulos ***/
.titulos a {
	text-decoration: none !important;
}

.linkActived, .titulos a:hover {
	color: #bc9d00;
	font-weight: bold;
}

.titulos .descricao div {
	display: none;
}


/*** Jogos ***/
#td-jogos {
	background: #333;
	color: #727272;
}

#td-jogos thead tr td {
	text-align: center;
	font-weight: bold;
	font-size: 11px;
}

#td-jogos thead tr td a {
	display: block;
	padding: 5px 0;
	text-decoration: none;
	color: #bfbfbf;
}

.anterior {
	background: #1f1f1f url(../img/td-classificacao_cantoesq2.gif) left top no-repeat;
}

.rodada {
	background: url(../img/td-jogos_cantoesq.gif) left top no-repeat !important;
}

.rodada h3 {
	background: url(../img/td-jogos_cantodir2.gif) right top no-repeat !important;
	display: block;
	padding: 5px 0;
}

.proxima {
	background: #1f1f1f url(../img/td-jogos_cantodir.gif) right top no-repeat;
}

#td-jogos tbody tr td {
	border-top: 1px solid #434242;
	padding: 10px 0;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
}

#td-jogos tbody .hora {
	font-size: 12px;
}

#td-jogos tbody .local {
	font-weight: normal;
}

#td-jogos tbody .data {
	padding: 10px 20px;
	text-align: left;
	font-size: 12px;
	color: #fff;
	border: 1px solid #434242;
	border-left:0;
	border-right:0;
	border-bottom: 0;
}

.primeiro {
	border-bottom: none !important;
	border-top: none !important;
}

.ultimo-esq {
	border-left: 0!important;
	padding-bottom: 0!important;
	/*background: url(../img/td-jogos_borda.gif) repeat-y;*/
}

.ultimo-esq span {
	background: url(../img/td-jogos_cantoesq-baixo.gif) left bottom no-repeat;
	display: block;
	padding-bottom: 10px;
}

.ultimo-dir {
	border-right: 0!important;
	padding-bottom: 0!important;
	/*background: url(../img/td-jogos_borda.gif) right repeat-y;*/
}

.ultimo-dir span {
	background: url(../img/td-jogos_cantodir-baixo.gif) right bottom no-repeat;
	display: block;
	padding-bottom: 10px;
}

.lista-nomes li{
	margin-bottom:10px;
}

.moldura {
	padding:5px;
	background:#F2F2F2;
}

.wallpapers div {
	width:220px;
	float:left;
	margin-bottom:10px;
}

.wallpapers li a {
	display:block;
	text-align:center;
	float:left;
	margin-bottom:5px;
	margin-left:5px;
	width:58px;
	padding-left:10px;
	font-size:10px;
	background:url(../img/ico/wallpaper.gif) no-repeat left center;
}
.wallpapers ul {
	list-style: none inside;
	margin-top:7px;
}

.tv {
	background:url(../img/tv/bg.gif) top left no-repeat;
	width:210px;
	padding-top:60px;
	padding-bottom:17px;
}

.tv .descricao {
	color:#fff;
	font-size:12px;
	padding:0 20px;
	margin-top:15px;
	height:59px;
	overflow:hidden;
}
.tv .outros img {
	margin-top:23px;
	display:block;
}

.tv .descricao span{
	font-size:9px;
	color:#787878;
	display:block;
	margin-bottom:5px;
}

.lista {
	list-style: inside;
	padding-left:20px;
	margin-bottom:16px;
}

#parceiros p {
	margin-bottom:0px;
}

#parceiros .moldura-left {
	border:none;
}

#conquistas a{
	color:#666666;
}

.at_baa {
	display:none;
}

.compartilhe-email {
	cursor:pointer;
	float:left;
}