/**
 * Folha de estilo para estilizar todas as p�ginas do portal
 * @author: Ag�ncia Detalhes 
 */

/* Corpo da p�gina */
 body {
	background: #000 url(../img/bg_pagina.jpg) repeat-x;
	text-align: center;
	 font: 12px Arial, Helvetica, sans-serif; 
	/* font: 11px verdana, sans-serif !important; */
	color: #6c6c6c;
	padding: 0 !important;
	margin: 0;
}

div, a, p, ul, li, span, h1, h2, h3,h4,h5,fieldset,legend,input {
	margin: 0px;
}


/****************************************
/* 			p�gina toda		     		*
*****************************************/
div#pagina {
	width: 778px;
	text-align: left;
	margin: 0 auto;
}

/********************************************
/* 			Informacao da navegacao 		*
*********************************************/
/* Corpo da p�gina */
div#info_navegacao {
	background:  url(../img/bg_info_navegacao.jpg) no-repeat;
	height: 265px;
	position: relative;
	
}

/* Logomarca - P�gina Principal */
div#info_navegacao h1 {
	position: absolute;
	top: 2px;
	left: 17px;
	
}
div#info_navegacao h1 a#logomarca {
	background:  url(../img/bg_logomarca.jpg) no-repeat;
	width: 161px;
	height: 234px;

	display: block;
	z-index: 6;
	text-indent: -90000px;
}

/* Pr�ximo jogo */
div#proximo_jogo {
	background:  url(../img/bg_proximo_jogo.jpg) no-repeat;
	position: absolute;
	width: 435px;
	height: 110px;
	top: 0;
	left: 337px;
}
div#proximo_jogo #cidade { 
	display: none;
}
div#proximo_jogo #local_horario {
	position: absolute;
	top: 70px;
	left: 40px;
	width: 200px;
}
div#proximo_jogo #local_horario .campeonato {
	font-weight: bold;
	color: #01b155;
	font-size: 90%;
}

div#proximo_jogo #local_horario .campeonato a {
	color: #01b155;
}
div#proximo_jogo #time_america {
	top: 45px; 
	left: 295px;
	position: absolute;
	font-size: 90%;

}
div#proximo_jogo #time_adversario {
	top: 45px; 
	left: 375px;
	position: absolute;
	font-size: 90%;
}
div#proximo_jogo #time_adversario img{
	margin-left: 3px;	
}

div#proximo_jogo .time img {
	display: block;
	margin-bottom: 5px;
}
div#proximo_jogo .time {
	color: #01b155;
}

div#info_navegacao #publicidade_master {
	position: absolute;
	top: 178px;
	left: 280px;
	text-decoration: none;
	_z-index: -10; /* n�o sobrescrever no I.E */
}

div#info_navegacao #publicidade_master img{
border: none;
}
/****************************************
/* 			Conte�do Principal  		*
*****************************************/

#mascara_conteudo_principal {
	background: url(../img/bg_pagina.gif) repeat-y;
	min-height: 470px;
	height: auto;
	
}

#mascara_conteudo_principal>.altura {
	height: 460px;
}
div#conteudo_principal {
	background:  url(../img/bg_conteudo_principal.jpg) no-repeat;
	height: 430px;
	margin: 0;
}
.conteudo {
	min-height: 370px;
}
div#interacao {
	width: 190px;
	float: left;
}

div#lista_informacoes {
	float: left;
	width: 588px;
	_width: 575px !important;
	/*_background: red; */

}

div#lista_informacoes hr {
	margin-top: 215px;
	_margin-top: 207px;
	visibility: hidden;
}
/****************************************
/* 			�rea do Torcedor			*
*****************************************/

fieldset#area_torcedor {
	border: none;
	background: url(../img/bg_area_torcedor.jpg) top no-repeat;
	padding: 40px 0 0 20px;
	margin-bottom: 7px;
	
}
fieldset#area_torcedor legend{
	display: none;	
}
fieldset#area_torcedor input.especial{
	margin-bottom: 4px;
	width: 110px;
}
fieldset#area_torcedor input.bt{
	margin: 0 0 4px 7px;
	padding: 4px;
}
fieldset#area_torcedor p.destaque{ 
	border-top: 1px solid #4EC687;
	width: 155px;
	text-align: justify;
	font-size: 11px;
}


/****************************************
/* 			Enquete						*
*****************************************/
.mensagem {
	display: block;
	padding: 4px;
	font-weight: bold;
	color: #00552B;
}
fieldset#enquete {

	background: url(../img/bg_enquete.jpg) top no-repeat;
	padding: 40px 0 0 20px;
	
}
fieldset#enquete input.especial{
	margin-bottom: 4px;
	width: 110px;
}
fieldset#enquete input.bt{
	margin: 5px 0 4px 0px;
	padding: 4px;
}
fieldset#enquete p.destaque{ 
	border-top: 1px solid #4EC687;
	width: 155px;
	text-align: justify;
	font-size: 11px;
}
fieldset#enquete p.questao{ 
	font-weight: bold;
	color: #037E41;
	margin-bottom: 6px;
}
fieldset#enquete label {
	display: block;
	cursor: pointer;
	margin-bottom: 6px;
}
fieldset#enquete a.bt_resultado {
	background: url(../img/bg_input_text.jpg);
	padding: 5px;
	text-decoration: none;
	margin: 0 0 0 6px;
}

.resultado_enquete {
	visibility: hidden;
	color: #A4A4A4;
	font-size: 11px;
}

/****************************************
*	publicidade_mini_enquete			*
****************************************/
#publicidade_mini_enquete {
	margin: 15px 0 0 30px;
	_margin: 10px 0 20px 30px;
}

/****************************************
/* 			Painel						*
*****************************************/

div#lista_informacoes #painel {
	width: 306px;
	height: 236px;
	float: left;
	background: url(../img/bg_painel.jpg);
	position: relative;
	margin: -14px 0 0 0;
	

}
/****************************************
/* 			Rota��o Banner				*
*****************************************/
div#lista_informacoes #painel #rotacaoBanner {
	position: absolute;
	left: 15px;
	
}
#painel {
	
	
}

#guiaBanner {
	background: url(../img/bg_painel_guia.jpg);
	color: #FFF;
	
}

#guiaBannerDireita {
	background: url(../img/guiaBannerDir.jpg) no-repeat;
	width: 33px;
	height: 22px;
	border: 1px solid #446654;
	display: block;
	text-indent: -9000px;
	cursor: pointer;
	position: absolute;
	margin: 5px 0 0 5px;
	left: 240px;
	
}

#guiaBannerEsquerda {
	background: url(../img/guiaBannerEsq.jpg) no-repeat;
	width: 33px;
	height: 22px;
	border: 1px solid #446654;
	display: block;
	text-indent: -9000px;
	cursor: pointer;
	margin: 5px 0 0 5px;
	position: absolute;
	left: 0;
}

a#divGuiaDescricao {
	position: absolute;
	top: 198px;
	left: 60px;
	width: 200px;
	z-index: 3335;
	color: #FFF;
	font: 11px Arial, Helvetica, sans-serif; 
	text-align: left;
	margin-left: 49px;
	margin-top: 3px;
	cursor: pointer;
}
a#divGuiaDescricao:hover {
	
	text-decoration: underline !important;
	cursor: pointer;
}
/****************************************
/* 			Not�cias					*
*****************************************/

div#lista_informacoes #noticias {
		height: 236px;
		background: #C7C7C7 url(../img/bg_noticias.jpg) repeat-x;
		margin: 0 0 0 310px;
		_margin: 0 0 0 0px;
*margin: 0 0 0 0px;
		z-index: 5;
		width: 269px;
		position: absolute;
		top: 250px;

}
div#lista_informacoes #noticias h2 {
	background: url(../img/bg_tit_noticias.jpg);
	height: 42px;
}

div#lista_informacoes #noticias ul {
	padding: 0;
}
div#lista_informacoes #noticias ul li {
	border-bottom: 1px dashed #a9a9a9;
	font-size: 11px;
	clear: both;
	height: 37px;
	
}
div#lista_informacoes #noticias ul li a {
	text-decoration: none;
	padding-top: 4px;
	
	display: block;
}
div#lista_informacoes #noticias ul li a:hover {
	text-decoration: underline;
}
div#lista_informacoes #noticias ul li span {
	background: url(../img/bg_data_noticia.gif) no-repeat;
	height: 28px;
	display: block;
	width: 37px;
	float: left;
	color:#218051;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	padding: 8px 2px 2px 0px;
	
	line-height: 11px;
}
div#lista_informacoes #noticias ul li span em {
	color: #666;
	text-transform: uppercase;
	font-style: normal;	
		font-size: 11px;
}

/****************************************
/* 			Campeonatos					*
*****************************************/
#campeonatos {
	width: 219px;
	height: 132px;
	background: url(../img/bg_campeonatos.jpg);
	float: left;
}
#campeonatos h2 {
	background: url(../img/bg_tit_campeonatos.jpg);
	height:37px;
}
#campeonatos ul {
	padding: 0 0 0 25px;
}
#campeonatos ul li {
	border-bottom: 1px dashed #dae7dc;
	padding: 4px 0 4px 26px;
	background: url(../img/bg_lista_campeonato.gif) no-repeat;
	
}
#campeonatos ul li a {
	text-decoration: none;
	color: #103a24;
}
#campeonatos ul li a:hover {
	text-decoration: underline;
	color: #FFF;
}


/****************************************
/* 			R�pidas						*
*****************************************/
#rapidas {
	width: 230px;
	height: 132px;
	background: #cbd8cd;
	float: left;

}
#rapidas h2 {
	background: #c7d4c9 url(../img/bg_tit_rapidas.jpg);
	height: 35px;
}
#rapidas ul {
	padding: 0;
	margin: 0px 2px;
}
#rapidas ul li {
	padding: 4px 2px;

	border-bottom: 1px dashed #59665b;
}
#rapidas a {
		padding-left: 12px;
		background: url(../img/ico_seta.gif) 0 4px no-repeat;
		text-decoration: none;
}
#rapidas a:hover {
	color: #FFF;
	background: url(../img/ico_seta_hover.gif) 0 4px no-repeat;
}

/****************************************
/* 			Publicidade Mini			*
*****************************************/
#publicidade_mini {
	width: 120px;
	float: left;
	margin: 5px 2px;
	margin-left: 4px;
	
}
#publicidade_mini img {
	margin-bottom: 4px;
}

/****************************************
/* 			Publicidade M�dio			*
*****************************************/
#publicidade_medio {
	background: url(../img/bg_banner_medio.jpg) 30px 0 no-repeat;
	margin: 0px;
	clear: both;
	text-align: right;
	padding: 5px;

	padding-left: 30px ;	
	padding-right: 40px !important;
	_padding-right: 20px !important;
	height: 70px;
	

}


/****************************************
/* 			Rodap�			*
*****************************************/

#info_endereco {
	background: url(../img/bg_rodape.jpg) 0 no-repeat;
	margin: 0px;
	clear: both;
	height: 39px;
} 

#info_endereco ul {
	width: 610px;
	float: left;
	padding: 0;
	padding-top: 5px;
	margin-left: 20px;
	margin-top: 10px;
}
#info_endereco ul li {
	display: inline;
	padding: 2px 4px;
	border-right: 1px solid #FFF;
}
#info_endereco ul li a {
	color: #FFF;
	text-decoration: none;
}
#info_endereco ul li a:hover {
	text-decoration: underline;
}
/****************************************
* 			Inputs						*
*****************************************/

input.especial, textarea.especial  {
	background: #EDEDED url(../img/bg_input_text.jpg) repeat-x;
	border: 1px solid #C8C8C8;
	font: 11px Arial, Helvetica, sans-serif;
	color: #6A6A6A;
	padding: 3px;
}


.bt {
	text-transform: uppercase;
	color: #FFF;
	background:  #44956B url(../img/bg_input_button.jpg) repeat-x;
	border: none;
	font: 11px Arial, Helvetica, sans-serif;
	cursor: pointer;
}

fieldset {
	border: none;
}
fieldset legend {
	display: none;
}


/****************************************
* 			Contato 				*
*****************************************/

fieldset#contato {
	width: 470px;
	float: left;
	height: auto !important;

}
#contato_sede {
	background: #FFF;
	border: 1px solid #c8c8c8;
	float: left;
	width: 215px;
	padding: 10px;
	margin-top: 15px;
	margin-left: 7px;
	_margin-left: 15px;
	
}
fieldset#contato .especial {
	background: #FFF !important;
	border: 2px solid #FFF;
}
fieldset#contato .especial:focus {

}
fieldset#contato p {
	margin: 5px 0;
}
p.destaque_interno {
	font-weight: bold;
	font-size: 14px;
	color: #206C45;
	margin-bottom: 10px;	
}
fieldset#contato label {
	display: block;
	width: 400px;
	float: left;	
}


fieldset#contato textarea {
	width: 375px;
	height: 80px;
	
}

/****************************************
* 			Enviar Amigo 				*
*****************************************/

fieldset#enviar_amigo {
	
}
fieldset#enviar_amigo p {
	margin: 5px 0;
	
}
fieldset#enviar_amigo label {
	display: block;
	width: 120px;
	float: left;	
}




fieldset#enviar_amigo h6 {
	font-size: 11px;
	margin: 0;
	background: #CCC;
	color:#FFF;
	padding-left: 2px;
	border-bottom: 1px solid #CCC;
}

fieldset#enviar_amigo .dados {
	width: 260px;
	float: left;
}
.amigo2 {
	margin-left: 15px;
}
/****************************************
/* 			Links 						*
*****************************************/
a {
	color: #595959;
}
a.link_especial {
	text-decoration: none;
}
a.link_especial:hover {
	text-decoration: underline;
}

a.bt_noticias {
	color: #FFF;
	padding: 4px;
	background: url(../img/bg_link_mais_noticias.jpg) repeat-x;
	border: #969696;
	margin: 5px 0 0 168px;
	_margin: 1px 0 0 168px;
	display: block;
	clear: both;
	width: 90px;
	text-decoration: none;
	text-align: center;
}
a img {
	border: none;
}
a#autoria {
	width:102px;
	height:25px;
	float: left;
	text-indent: -9000px;
	background: url(../img/bt_agencia.gif);
	margin-top: 7px;
	margin-left: 12px;
}
a#autoria:hover {
	background: url(../img/bt_agencia_hover.gif);
}

/****************************************
/* 			Labels						*
*****************************************/
label.destaque {
	color: #237A4F;
	font-weight: bold;
}

/****************************************
/* 			Listas						*
*****************************************/
li {
	list-style: none;
}

/****************************************
/* 			T�tulos						*
*****************************************/
h2 {
	text-indent: -9000px;
}



/**************************
 Estrelas 
 **************************/
 .classBoxTool {
 	background: #EDF8F2;
	border: 2px solid #369764;
	-moz-border-radius: 10px;
	padding: 6px;
	color: #369764;
 }
 
 .exibe_recorde p {
	margin-bottom: 10px;
 }
 
  #lista_informacoes>#publicidade_medio {  
   padding-left: 80px;  
}

#publicidade_rodape_sub {
	background: url(../img/bg_banner_sub.jpg) 0 repeat-y;
}
 
