/*PARAMENTROS GERAIS*/
* { margin:0; padding:0; border:0; }
body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #111;
	text-align: center;
}
html {
    overflow: -moz-scrollbars-vertical;
}
 
/****************************************************/
/* CLASSES GERAIS */
.strong {	
	font-weight:bold;
}
.hide { 
	display: none; 
}
.clear {
	clear: both; 
}
img {
	border: none;
}
.img-left {
	float:left;
	padding: 2px 12px 2px 0px;
}
.img-right {
	float:right;
	padding: 2px 0px 2px 12px;
}
.centro {
	text-align: center;
}
.direita {
	text-align:right;
}
.left {
	float:left;
}
.right { 
	float:right;
} 
.borda-c {
	border:1px solid #ccc;
}
.borda-a {
	border: 1px solid #546B7D;
}
a {
	color:#0A428E;
	text-decoration:underline;
}
a:hover {
	color:#0A428E;
	text-decoration:none;
}
.italico {
	font-style:italic;
}
.+
txt-obrigatorio {
	font-size:10px;
	color:#333;
}
.obrigatorio {
	color:#AE0000;
	font-size:10px;
}
/****************************************************/
/* ITENS COMUNS */
.conteudo {
	width: 990px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
#conteudo_interno2 {
	width: 990px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#meio {
	width:100%;
	background-color:#f3f3f3;
}
#meio .conteudo {
	width: 990px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
#banner-esporte {
	width:990px;
	margin-bottom:20px;
}
/****************************************************/
/* TOPO */
#topo {
	width:100%;
	background:url(../img_pt/layout/topo/bg.png);
	background-repeat:repeat-x;
	height:113px;
}
#topo .conteudo {
	width: 990px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
#logo {
	float:left;
	padding:12px 0 0 0;
	width:350px;
}
#publicidade-topo {
	float:left;
	margin: 12px 0 0 0;
	width:500px;
}
#navegacao-cliente-topo {
	float:right;
	width:140px;
	text-align:right;
	margin: 25px 0 0 0;	
}
#navegacao-cliente-topo .carrinho {
	background:url(../img_pt/layout/topo/carrinho.png);
	background-position:right;
	background-repeat:no-repeat;
	padding-right: 20px;
	margin-bottom:10px;
}
#navegacao-cliente-topo .login {
	background:url(../img_pt/layout/topo/login.png);
	background-position:right;
	background-repeat:no-repeat;
	padding-right: 20px;
	margin-bottom:10px;	
}
#navegacao-cliente-topo .cadastrar {
	background:url(../img_pt/layout/topo/cadastrar.png);
	background-position:right;
	background-repeat:no-repeat;
	padding-right: 20px;
}
#navegacao-cliente-topo a {
	color:#8F8F8F;
	font-size:11px;
	text-decoration:none;
}
#navegacao-cliente-topo a:hover {
	color:#8F8F8F;
	font-size:11px;
	text-decoration:underline;
}
#navegacao-cliente-topo a.cliente {
	color:#0A428E;
	font-size:11px;
	text-decoration:underline;
}
#navegacao-cliente-topo a.cliente:hover {
	color:#0A428E;
	font-size:11px;
	text-decoration:underline;
}
/****************************************************/
/* MENU E BUSCA SUPERIOR */
#menu {
	padding: 17px 0 0 0;
}
#menu .home a {
	display: block;
	background-image: url(../img_pt/layout/menu/home.png);
	background-position: 0px 35px;
	text-decoration: none;
	width:60px;
	height:35px;
}
#menu .home-ativo a {
	display: block;
	background-image: url(../img_pt/layout/menu/home.png);
	background-position: 0px 0px;
	text-decoration: none;
	width:60px;
	height:35px;
}
#menu .fotos a {
	display: block;
	background-image: url(../img_pt/layout/menu/fotos.png);
	background-position: 0px 35px;
	text-decoration: none;
	width:71px;
	height:35px;
}
#menu .fotos-ativo a {
	display: block;
	background-image: url(../img_pt/layout/menu/fotos.png);
	background-position: 0px 0px;
	text-decoration: none;
	width:71px;
	height:35px;
}
#menu .eventos a {
	display: block;
	background-image: url(../img_pt/layout/menu/eventos.png);
	background-position: 0px 35px;
	text-decoration: none;
	width:81px;
	height:35px;
}
#menu .eventos-ativo a {
	display: block;
	background-image: url(../img_pt/layout/menu/eventos.png);
	background-position: 0px 0px;
	text-decoration: none;
	width:81px;
	height:35px;
}
#menu .novidades a {
	display: block;
	background-image: url(../img_pt/layout/menu/novidades.png);
	background-position: 0px 35px;
	text-decoration: none;
	width:101px;
	height:35px;
}
#menu .novidades-ativo a {
	display: block;
	background-image: url(../img_pt/layout/menu/novidades.png);
	background-position: 0px 0px;
	text-decoration: none;
	width:101px;
	height:35px;
}
#menu .mais-esportes a {
	display: block;
	background-image: url(../img_pt/layout/menu/mais-esportes.png);
	background-position: 0px 35px;
	text-decoration: none;
	width:121px;
	height:35px;
}
#menu .mais-esportes-ativo a {
	display: block;
	background-image: url(../img_pt/layout/menu/mais-esportes.png);
	background-position: 0px 0px;
	text-decoration: none;
	width:121px;
	height:35px;
}
#menu .faq a {
	display: block;
	background-image: url(../img_pt/layout/menu/faq.png);
	background-position: 0px 35px;
	text-decoration: none;
	width:66px;
	height:35px;
}
#menu .faq-ativo a {
	display: block;
	background-image: url(../img_pt/layout/menu/faq.png);
	background-position: 0px 0px;
	text-decoration: none;
	width:66px;
	height:35px;
}







#menu .formas-pagamento a {
	display: block;
	background-image: url(../img_pt/layout/menu/formas-pagamento.png);
	background-position: 0px 35px;
	text-decoration: none;
	width:140px;
	height:35px;
}
#menu .formas-pagamento-ativo a {
	display: block;
	background-image: url(../img_pt/layout/menu/formas-pagamento.png);
	background-position: 0px 0px;
	text-decoration: none;
	width:140px;
	height:35px;
}









#menu .quem-somos a {
	display: block;
	background-image: url(../img_pt/layout/menu/quem-somos.png);
	background-position: 0px 35px;
	text-decoration: none;
	width:116px;
	height:35px;
}
#menu .quem-somos-ativo a {
	display: block;
	background-image: url(../img_pt/layout/menu/quem-somos.png);
	background-position: 0px 0px;
	text-decoration: none;
	width:116px;
	height:35px;
}
#menu .contato a {
	display: block;
	background-image: url(../img_pt/layout/menu/contato.png);
	background-position: 0px 35px;
	text-decoration: none;
	width:81px;
	height:35px;
}
#menu .contato-ativo a {
	display: block;
	background-image: url(../img_pt/layout/menu/contato.png);
	background-position: 0px 0px;
	text-decoration: none;
	width:81px;
	height:35px;
}
#tab-menu {
	float:left;
}
#campo-busca {
	float:right;
	margin-top:8px;
}
#campo-busca-input {	
	width: 190px;
	height:17px;	
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	padding: 3px 0 0 3px;
	border: 1px solid #DDDDDD;
	background-color:#fff;
	color:#555;
	margin-right:10px;
}
/****************************************************/
/* RODAPE */
#rodape {
	width:100%;
	background:url(../img_pt/layout/rodape/bg.png);
	background-repeat:repeat-x;
	/* height:100%; */
	background-color:#6C6C6C;
	color:#fff;
	font-size:11px;
}
#rodape .conteudo {
	width: 990px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding-top:20px;
}
#rodape p {
	line-height: 180%;
	margin:0;
	padding:0;
	margin-bottom:6px;
	margin-left:5px;
}
#rodape a {
	font-size: 11px;
	color:#fff;
	text-decoration:none;
	margin-right:5px;
	margin-left:5px;
}
#rodape a:hover {
	font-size: 11px;
	color:#fff;
	text-decoration:underline;
	margin-right:5px;
	margin-left:5px;
}
#rodape_esq {
	float:left;
	width: 70%;
}
#rodape_dir {
	float: right;
	width: 30%;
	font-size:11px;
	text-align:right;
	color:#fff;
	text-decoration:none;
}
#rodape_dir p {
	margin:0;
	padding:0;
	line-height:100%;
	margin-bottom:8px;
}
/****************************************************/
/* MENSAGENS */
#sucesso {
	border:dashed 1px #8BBC7E;
	background-color: #F0FEEE;
	margin: 15px 0 10px 10px;
	padding: 10px 0 0 10px;
	width:240px;
	height:23px;	
}
#alerta {
	border:dashed 1px #DFB27E;
	background-color: #FFF6EC;
	margin: 15px 0 10px 10px;
	padding: 10px 0 0 10px;
	width:240px;
	height:23px;	
}
#erro {
	border:dashed 1px #E1A296;
	background-color: #FFECEC;
	margin: 5px 0 10px 5px;
	padding: 10px 0 0 10px;
	width:255px;
	height:23px;
}
.txt-mensagem-newsletter {
	float:left;
	width:200px;
}
.btn-mensagem {
	float:left;
	width:25px;
}
.txt-mensagem {
	float:left;
	width:200px;
}
#sucesso-newsletter {
	border:dashed 1px #8BBC7E;
	background-color: #F0FEEE;
	margin: 5px 0 10px 0px;
	padding: 10px 0 0 5px;
	width:195px;
	height:23px;	
}
#sucesso-newsletter .txt-mensagem {
	float:left;
	width:160px;
}
#alerta-newsletter {
	border:dashed 1px #DFB27E;
	background-color: #FFF6EC;
	margin: 5px 0 10px 0px;
	padding: 10px 0 0 5px;
	width:195px;
	height:23px;	
}
#alerta-newsletter .txt-mensagem {
	float:left;
	width:160px;
}
.fonte-preta {
	font-size:12px;
	color:#333;
}
.fonte-branca {
	font-size:12px;
	color:#fff;
}
.fonte-azul {
	font-size:12px;
	color:#072F6;
}
/* CALENDÁRIO HOME */
#calendario-home-tab {
	font-size:13px;
	color: #F00;
	margin-right:20px;
}
	
#calendario-home-tab td, #calendario-home-tab th {
	font-size:13px;
	color: #212121;
	margin:3px 4px 3px 4px;
}
