/**************************************************/
/* by BCK Design - www.bck.com.br                 */
/* Versão 1.0									  */
/**************************************************/

#abertura { /* Posiciona o flash da abertura sempre no meio do browser */
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -345px;
	margin-top: -265px;
}

#player { /* Posiciona o Player no Browser */
	text-align: center;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:55px;
	z-index:2;
}
#avisoExpandirJanela {
	display: none;
}

/* MARCAÇÃO DO LAYOUT */
/* TODO SITE */
#boxGlobal {
	width: 778px;     
	margin: 0 auto;
	text-align: center;
	background-image: url(../Imgs/backGlobal.gif);
	background-position: center bottom;
}
/* TOPO */
#boxTopo {
	width: 778px;
	height: 342px;
	text-align: center;
}
#boxTopo h1 {
	display: none;
}

/* CORPO */
#boxCorpo {
	float: left;
	background-image: url(../Imgs/backConteudo.gif);
	background-repeat: no-repeat;
	background-position: 15px bottom;
}
.tituloBox { /* Título do Box na Coluna Auxiliar */
	display: block;
	text-align: left;
	padding-left: 10px;
	padding-top: 5px;
}
#colunaAuxiliar {
	float: left;
	width: 240px; /* Default: 240px;*/
	height: auto;
}
#colunaAuxiliar #menu {
	text-align: right;
}
#colunaAuxiliar #menuHidden { /* Esconde menu-lista */
	display: none;
}
#conteudo {
	float: left;
	width: 490px; /* Default: 538 px*/
	height: auto;
	margin-left: 10px;
	margin-top: 10px;
	text-align: justify;
}
.tituloHidden { /* Esconde titulo página */
	display: none;
}
/* RODAPÉ */
#boxRodape {
	clear: both;
	width: 778px;
	height: 60px;
	background-image: url(../Imgs/backRodape.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#boxRodape address {
	float: left;
	background: none;
	padding-top: 35px;
	padding-left: 30px;
	font: 11px Tahoma, Arial;
	color: #FFFFFF;
}
#boxRodape a {
	float: right;
	padding-top: 30px;
	padding-right: 15px;
}

#boxRodape a span {
	display: none;
}