/* CSS Document */
@import url("estilo.css");

div.brtoken_mae, div.brtoken_cabecalho, div.brtoken_flash, div.brtoken_conteudo, div.brtoken_botao, div.brtoken_espaco, div.brtoken_cliente_celula, div.espaco1{
	float: left;
}

div.brtoken_mae{
	width: 980px;
	height: 100%;
	text-align: left;
}

div.brtoken_cabecalho{
	width: 980px;
	height: 20px;
	text-align: center;
}

div.brtoken_flash{
	margin-top: 10px;
	width: 980px;
	height: 150px;
	margin-bottom: 10px;
}

div.brtoken_conteudo{
	width: 980px;
	height: 100%;
}

div.brtoken_botao{
	width: 97px;
	height: 20px;
	text-align: center;
	padding-top: 3px;
	background: url(../imagem/botao.gif); 
	background-repeat: repeat-x;
	margin-right: 2px;
	cursor: pointer;	
}

div.brtoken_limite{
	width: 980px;
	height: 210px;
}

div.brtoken_espaco{
	width: 47px;
	height: 20px;
}

div.brtoken_cliente_celula{
	width: 232px;
	height: 78px;
	margin-right: 5px;
	margin-bottom: 10px;
	text-align: center;
}

div.espaco1{
	width: 200px;
	height: 150px;
	background:#CCCCCC;
}