/*** TOPO ***/
#topo {
	background: url(../img/bg-topo.gif) center top repeat-x;
}

#topo .dentro {
	background: url(../img/bg-topo-dentro.jpg) center top no-repeat;
	height: 382px;
}

#topo #menu
{
	padding: 0 0 70px 76px;
}

/** SubMenu **/
.submenu
{
	background: #000000;
	padding: 10px 18px 10px 18px;
	position: absolute;
	display: none;
}

.submenu ul li
{
	padding-top: 6px;
	list-style: none outside;
}

.submenu ul li.first
{
	padding-top: 0;
}

.submenu ul li a
{
	font-weight: bold;
	display: block;
	color: #999999;
	text-decoration: none;
}

.submenu ul li a:hover
{
	color: #ffffff;
}

#blogs
{
	margin: 53px 0 0 558px;
}

/** CORPO **/
#corpo
{
	background: url(../img/bg.gif) center top repeat-x;
}

#corpo .corpo-bg
{
	background: url(../img/bg-corpo.gif) center top repeat-x;;
}

/*** CONTEUDO ***/
#conteudo {
	width: 505px;
	float: left;
	padding-right: 30px;
}

#navegacao {
	/*padding-top: 10px;*/
}

/*** LADO ***/
#lado {
	width: 233px;
	float: right;
	padding-left: 11px;
	border-left: 1px solid #efefef;
	height: 100%;
	padding-top: 10px;
}

.painel
{
	border: 1px solid #d5dcca;
	background: #ffffff;
	padding: 20px;
}

#equipe
{
	margin: 30px 0px  40px 0px;
}

#equipe h1
{
	font-size: 20px;
	font-weight: bold;
	color: #729b05;
}

#equipe .componente
{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d5dcca;
}

#equipe .componente table
{
	width: 100%;
}

#equipe .componente-foto
{
	width: 69px;
}

#equipe .componente-nome
{
	width: 115px;
	padding-left: 15px;
}

#equipe .componente-expandir
{
	text-align: right;
}

#equipe .componente-expandir a
{
	background: url(../img/bt-equipe.gif) left top no-repeat;
	display: block;
	width: 31px;
	height: 27px;
}

#equipe .componente-expandir .ativo
{
	background-position: left -27px;
}

#equipe .componente div
{
	margin-top: 16px;
	display: none;
}

#equipe .equipe-rodape
{
	height: 100%;
}

#equipe .equipe-rodape-left
{
	float: left;
}

#equipe .equipe-rodape-left a
{
	text-decoration: none;
	padding: 4px 0;
	display: block;
}

#equipe .equipe-rodape-right
{
	float: right;
}

/** TABELA DE JOGOS **/
#tabeladejogos {
	margin-bottom: 40px;
}

#tabela-cabecalho, #rodada-resultado
{
	width: 100%;
}

#tabela-cabecalho
{
	margin-bottom: 5px;
}

#tabela-cabecalho tr td {
	background: #729b05;
	padding: 5px 0;
}

#tabela-cabecalho .tabela-cabecalho-voltar
{
	padding-left: 10px;
}

#tabela-cabecalho .tabela-cabecalho-rodada
{
	text-align: center;
	color: #ffffff;
}

#tabela-cabecalho .tabela-cabecalho-avancar
{
	text-align: right;
	padding-right: 10px;
}

#rodada-resultado
{
	background: url(../img/bg-placar.gif) left top no-repeat;
}

#rodada-resultado table tr td
{
	height: 60px;
}

#rodada-resultado .rodada-time-a, #rodada-resultado .rodada-time-b
{
	width: 60px;
	text-align: center;
}

#rodada-resultado .rodada-placar
{
	width: 93px;
	text-align: center;
	font-size: 42px;
	line-height: 60px;
	vertical-align: middle;
	font-weight: bold;
}

#rodada-resultado .x
{
	position: absolute;
	font-size: 20px;
	font-weight: bold;
	margin: 21px 0 0 101px;
}

#rodada-resultado .rodada-times
{
	border: 1px solid #dbe4cb;
	padding: 5px 0;
	font-size: 11px;
	color: #4d4d4d;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
}

#rodada-resultado .rodada-info
{
	margin-top: 5px;
	line-height: 16px;
	font-size: 11px;
	color: #4d4d4d;
}

#rodada-completa a, #tabelacompleta a
{
	font-weight: bold;
	text-decoration: none;
	line-height: 1em;
	background: url(../img/seta_dir.gif) right 5px no-repeat;
	padding-right: 20px;
}

.botao
{
	background: url(../img/seta_dir.gif) right 5px no-repeat;
	padding-right: 10px;
}

/** Chamadas **/
#muraldofutebol
{
	margin-bottom: 40px;
}

#programacao, #pontocriativo
{
	margin-bottom: 15px;
}

/** LOCUTORES **/

#locutores {
	margin-bottom:40px;
}

#locutores ul li
{
	border-top: 1px solid #efefef;
	padding-top: 10px;
	margin-top: 10px;
}

#locutores ul li.first
{
	border-top: 0;
	padding-top: 0;
	margin: 0;
}

#locutores .locutor-foto, #locutores .locutor-info
{
	float: left;
}

#locutores .locutor-info
{
	padding: 12px 0 0 10px;
}

#locutores .locutor-info strong
{
	color: #5d2e6d;
	display: block;
	line-height: 14px;
}

#locutores .locutor-botao
{
	float: right;
	background: url(../img/bt-mais.gif) left top no-repeat;
	margin-top: 12px;
}

#locutores .locutor-botao a
{
	display: block;
	width: 31px;
	height: 27px;
}

#locutores ul li.ativo .locutor-botao
{
	background-position: left -27px;
}

#locutores .locutor-desc
{
	padding-top: 10px;
	display: none;
}

/*** RODAPE ***/
#rodape {
	background: url(../img/bg-rodape.gif) center top repeat-x;
}

#rodape .rodape-dentro {
	background: url(../img/bg-rodape-dentro.gif) center top no-repeat;
	height: 142px;
}

#rodape .centralizar {
	width: 1002px;
	padding: 115px 29px 0 29px;
}

/*** FONTES - H1 H2 H3... - LINKS ***/
.publicidade
{
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 9px;
	color:#999999;
}

.ul li
{
	list-style: none outside;
	padding: 0;
	margin: 0;
}

h1
{
	margin-bottom: 18px;
	font-size: 20px;
	color: #ff7800;
}

h3{
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 20px;
}

.table
{
	border-collapse: collapse;
}

.table tr td
{
	padding: 0;
	margin: 0;
}

.txt_data {
	font-family: Tahoma;
	font-size: 9px;
	color: #a8a8a8;
}

.por
{
	font-size: 11px;
	color: #4d4d4d;
}

.txtBranco {
	color: #fff;
}

.txtVerde {
	color: #729b05 !important;
}

.txtVermelho {
	color: #e04122 !important;
}

.txtCinza-escuro {
	color: #999 !important;
}

.txtP {
	font-size: 11px;
}

h2, .txt_H2 {
	font-size: 15px;
	font-weight: bold;
	display: inline;
	color: #5d2e6d;
}

.uppercase {
	text-transform: uppercase;
}

.txtRodape {
	font-size: 11px;
	color: #909090;
}

.pontocriativo {
	color: #909090;
	text-decoration: none;
}

p.limpa {
	margin: 0;
	padding: 0;
}

/*** CLASSES ***/
.linha {
	height: 20px;
	margin-top: 20px;
	border-top: 1px solid #efefef;
}

.linha-padding2 {
	padding: 10px 0;
}

.margem {
	height: 50px;
}

.setaEsq {
	background: url(../img/seta_esq.gif) left 5px no-repeat;
	padding-left: 18px;
}

.setaDir {
	background: url(../img/seta_dir.gif) right 6px no-repeat;
	padding-right: 18px;
}

.icone_sobem {
	background: url(../img/icone_sobem.gif) left 4px no-repeat;
	padding-left: 18px !important;
}

.icone_permanecem {
	background: url(../img/icone_permanecem.gif) left 4px no-repeat;
	padding-left: 18px !important;
}

.icone_rebaixados {
	background: url(../img/icone_rebaixados.gif) left 4px no-repeat;
	padding-left: 18px !important;
}

.left {
	float: left;
}

.right {
	float: right;
}