body {
	margin: 0;
	padding: 0;
	background-image: url(/media/images/background.gif);
	background-repeat: repeat-x;
	background-color: #f4f4f4;
	font-family: Verdana;
	height: 100%;
}

div#geral {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center; /* hack para o IE */
	background-repeat: no-repeat;
	min-height: 100%;
	position: relative;
}

/* INÍCIO DO CABEÇALHO */

a {
	text-decoration: none;
	color: #8D8D8D;
}

div#cabecalho {
	width: 1020px;
	height: 72px;
	margin: 0px auto 0px auto;
	text-align: left;
}

div#cabecalho span.logo {
	float: left;
	position: relative;
	left: 38px;
	top: 0px;
}

ul.menu-principal {
	float: left;
	position: relative;
	left: 150px;
	top: 25px;
	z-index: 200;
}

/* FIM DO CABEÇALHO */

/* INÍCIO DO CONTEÚDO */

div#centro {
	width: 1020px;
	margin: 0px auto 0px auto;
	text-align: left;
}

div#centro div.conteudo {
	float: left;
	width: 938px;
	height: auto;
	padding: 0 4px 0 4px;
	background-color: #FFFFFF;
	margin-top: -17px;
	border-color: #eb6e1e;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	border-bottom-style: none;
}

div#centro div.conteudo div.principal {
	float: left;
	width: 801px;
	border-right-color:	#cbcbc8;
	border-right-style: solid;
	border-right-width: 1px;
}

/* início do box-topo */

div#centro div.conteudo div.box-topo1 {
	width: 797px;
	height: 120px;
	position: relative;
}

.login {
	width: 182px;
	height: 78px;
	background-image: url(/media/images/box-login.gif);
	background-repeat: no-repeat;
	position: relative;
	left: 32px;
	top: 0px;
	float: left;
}

.login span input {
	width: 81px;
	height: 9.5px;
	float: left;
	position: relative;
	left: 21px;
	top: 14px;
	border: 0;
	font-family: Verdana;
	font-size: 9px;
	color: #8d8d8d;
}

.login span.link-login {
	float: left;
	position: relative;
	left: 12px;
	top: 27px;
}

.login span.link-login a {
	font-family: Verdana;
	font-size: 9px;
	color: #8d8d8d;
	text-decoration: none;
}

.login span.enviar input {
	position: absolute;
	left: 115px;
	top: 11px;
	float: right;
	width: 52px;
	height: 38px;
}
.logado {
	width: 182px;
	height: 78px;
	background-image: url(/media/images/logado.gif);
	background-repeat: no-repeat;
	position: relative;
	left: 32px;
	top: 0px;
	float: left;
}

.fundo-avatar {
	position: absolute;
	left: 6px;
	top: 6px;
}

.logado span.avatar1 {
	position: absolute;
	left: 6px;
	top: 6px;
}

.logado span.avatar2 {
	position: absolute;
	left: 6px;
	top: 6px;
}

.logado span.avatar3 {
	position: absolute;
	left: 6px;
	top: 6px;
}

.logado span.avatar4 {
	position: absolute;
	left: 6px;
	top: 6px;
}

.logado span.dados-logado {
	position: absolute;
	left: 84px;
	top: 4px;
	font-family: Verdana;
	font-size: 9px;
	color: #868686;
	line-height: 12px;
}

.logado a {
	font-family: Verdana;
	font-size: 9px;
	color: #ff9900;
	text-decoration: none;
}

.logado a.meu-perfil {
	position: absolute;
	left: 84px;
	top: 30px;
}

.logado a.meus-jogos {
	position: absolute;
	left: 84px;
	top: 45px;
}

.logado a.logout {
	position: absolute;
	left: 84px;
	top: 60px;
}

body:nth-of-type(1) .login span a img { /* hack para Safari e Chrome */
	position: absolute;
	top: 11px;
}

.banner-home {
	float: left;
	position: relative;
	left: 35px;
	top: 0px;
	z-index: 25;
}

div#centro div.conteudo div.box-topo2 {
	width: 797px;
	height: 38px;
	background-color: #868686;
	margin-top: 2px;
	z-index: 0;
}

div#centro div.conteudo span.pontos {
	font-family: Verdana;
	font-size: 12px;
	color: #cccccc;
}

/* fim do box-topo */
.titulos-pagina {
	float: left;
	width: 797px;
	height: 66px;
	background-image: url(../images/titulos.gif);
	background-repeat: repeat-x;
}
.titulos-pagina img {
	float: left;
	position: relative;
	left: 4px;
	top: 17px;
}
.titulos-pagina .nav {
	float: right;
	position: relative;
	right: 24px;
	top: 24px;
	font-size: 9px;
	color: #F60;
}
.titulos-pagina .nav a {
	color: #F60;
	text-decoration: none;
}
.titulos-pagina .nav a:hover {
	text-decoration: underline;
}
.titulos-pagina .texto {
	float: left;
	width: 770px;
	font-size: 10px;
	color: #999;
	position: relative;
	left: 20px;
	top: 20px;
}
/* início do rodapé */
.rodape {
	width: 797px;
	height: 87px;
	background-color: #e1e6e9;
	float: left;
	margin-top: 2px;
}
.rodape ul {
	list-style-type: none;
	font-family: Verdana;
	font-size: 10px;
	color: #868686;
	text-align: center;
	padding-top: 15px;
}
.rodape ul li {
	display: inline;
}
.rodape ul li a {
	color: #868686;
	text-decoration: none;
}
.rodape ul li a:hover {
	color: #ff6600;
}
/* fim do rodapé */
/* início da coluna patrocinadores */
div.patrocinadores {
	float: left;
	width: 120px;
	margin: 0 0 0 0;
	padding: 10px;
	background-color: #FFF;
	position: absolute;
	margin-left: 802px;
	*margin-left: 0;
}
/* fim da coluna patrocinadores */

/* alterar local */
#div_borda_externa {
	width: 797px;
	float: left;
}

#div_borda_externa #div_borda_interna {
	width: 787px;
	border-color: #f1f2f2;
	border-style: solid;
	border-width: 3px;
	background-image: url(/media/images/degrade-interna.gif);
	background-repeat: repeat-x;
	background-color: #e7e6d6;
	margin: 2px 2px -1px 2px;
	float: left;
}

#conteudo_interno {
	width: 771px;
	background-color: #FFFFFF;
	margin: 10px 0 20px 1px;
	float: left;
}

#img_topo {
	width: 797px;
	height: 84px;
	background-image: url(/media/images/box-topo1-interna.gif);
	background-repeat: repeat-x;
	border-bottom-color: #ffffff;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

/* FIM DO CONTEÚDO */

.breadcrumbs {
	color: #ff8406;
	font-size: 10px;
	font-style: italic;
	list-style: none;
	float: left;
	margin: 14px 0 4px 10px;
	_margin-left: 7px;
	padding: 0;
}

.breadcrumbs li {
	float: left;
}

.page_title {
	color: #424242;
	font-size: 30px;
	margin-left: 10px;
	_margin-left: 5px;
	width: 290px;
	float: left;
}

.header_info {
	float: left;
	margin-left: 35px; 
	width: 570px;
	height: 84px;
	position: relative;
}

.header_info_left {
	float: left;
	width: 310px;
}

.header_info_right {
	color: #b1b3b4;
	font-size: 10px;
	font-style: italic;
	float: right;
	position: relative;
	bottom: 10px;
	top: 65px;
}

/* box mensagem dos formuário - Renê - 30/03/2009 */

.box-mensagem {
	width: 460px;
	height: 100px;
	background-color: #FFF;
	position: relative;
	left: 30px;
	border-color: #ffa415;
	border-style: solid;
	border-width: 2px;
	color: #424242;
}

.box-mensagem p.img-mensagem {
	float: left;
	position: relative;
	left: 20px;
	top: 7px;
	*margin-top: 12px;
}

.box-mensagem p.texto-mensagem {
	float: left;
	position: relative;
	left: 30px;
	top: 12px;
	*margin-top: 7px;
}

p.texto-mensagem span.texto-1 {
	font-size: 16px;
}

p.texto-mensagem span.texto-2 {
	font-size: 12px;
}