@charset "utf-8";

#conteudoMestre {
	/*border: 1px solid #FF0000;*/
	width: 854px;
	height:100%;
	display:table-cell;
	background-image: url(../imagens/fnd_master.jpg);	/*z-index:1;*/
	background-position: 0px 100px;
}

#latLeft {
	/*border: 1px solid #FFFF00;*/
	float:left;
	width:5px;
	/*position:relative;*/
	background-image: url(../imagens/lat_left.gif);
	height:100%;
	/*z-index:2;*/
}

#conteudo {
/*	border: 1px solid #FFFF00;*/
	position:relative;
	display:table-cell;
	/*float: left;*/
	width: 844px;
/*	left:5px;*/
	/*position:relative;*/
	/*background-color: #FFFFFF;*/
	/*z-index:2;*/
}
#latRigth {
	/*z-index:1;*/
	/*border: 1px solid #FFFF00;*/
	float:left;
	width:5px;
	position:relative;
	display:table-cell;
	background-image: url(../imagens/lat_right.gif);
	height:100%;
}

#camadaFlash {
	width:200px;
	height:115px;
	z-index:2;
}




#boxBoasVindas {
	/*border: 1px solid #FFFF00;*/
	/*background-image: url(../imagens/fnd_globo.gif);*/
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 248px;
	width: 350px;
	position: relative;
	z-index: 2;
	float:left;
	padding-top: 20px;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #868686;
}
#boxParceiros {
    /*border: 1px solid #FFFF00;*/
	height: 84px;
	width: 844px;
	position:relative;
	*left:-5px;
	/*float:left;*/
}
#boxRodape {
/*	border: 1px solid #FFFF00;*/
	height: 53px;
	width: 854px;
	position:relative;
	background-image: url(../imagens/fnd_rodape.jpg);	/*float:left;*/
	padding-top: 25px;
	background-repeat: no-repeat;
	background-color: #0058AA;
}
