body{
	margin: 0px;
	padding: 0px;
	background-image: url(../img/bg_produtos.jpg);
	background-repeat: repeat-x;
	text-align: center;
	background-color: #000000;
}

div.coluna{
	position: absolute;
	margin-top: 35px;
	margin-left: 26px;
	z-index: 1;
	padding-left: 20px;
}

div.coluna iframe{
	width: 200px;
	height: 140px;
}

div.bgcoluna{
	width: 225px;
	height: 100%;
	float: right;
	background-color: #FFFFFF;
	-moz-opacity: 0.08;
	filter: alpha(opacity= 7);
}

iframe.data{
	height: 35px;
}

table.estrutura{
	width: 770px;
	border-collapse: collapse;
	margin: 0 auto;
}

table.estrutura tr td{
	vertical-align: top;
}

table.conteudo{
	width: 770px;
	height: 396px;
	border-collapse: collapse;
}

table.conteudo tr td{
	font-family: Tahoma;
	font-size: 11px;
	color: #7C7A7A;
	vertical-align: top;
}

table.conteudo tr td a{
	color: #7C7A7A;
	text-decoration: none;
}

table.conteudo tr td a:hover{
	color: #595556;
	text-decoration: none;
}

table.rodape{
	border-collapse: collapse;
	height: 68px;
}

table.rodape tr td.creditos{
	font-family: Tahoma;
	font-size: 10px;
	color: #8A8788;
	padding-top: 2px;
}

table.rodape tr td.creditos a{
	color: #8A8788;
	text-decoration: none;
}

table.rodape tr td.creditos a:hover{
	color: #595556;
	text-decoration: none;
}

table.produtos{
	width: 445px;
	border-collapse: collapse;
	margin-top: 25px;
}

table.produtos tr td img{
	border: solid 5px #4C4949;
}