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

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

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

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

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

div.separador{
	width: 100%;
	height: 1px;
	line-height: 1px;
	background-color: #343333;
	margin-top: 12px;
	margin-bottom: 12px;
}

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;
}

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

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

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

table.contato{
	width: 200px;
	border-collapse: collapse;
}

table.contato tr td{
	font-family: Tahoma;
	font-size: 11px;
	color: #7C7A7A;
}

table.contato tr td span{
	font-weight: bold;
	color: #7C7A7A;
}

table.contato tr td input{
	margin-bottom: 5px;
	border: none;
	font-family: Tahoma;
	font-size: 11px;
	height: 20px;
	padding-top: 3px;
	padding-left: 5px;
	background-color: #2A2828;
	color: #7C7A7A;
}

table.contato tr td select{
	font-family: Tahoma;
	font-size: 11px;
	color: #7C7A7A;
	background-color: #1F1D1E;
	margin-bottom: 5px;
}

table.contato tr td textarea{
	margin-bottom: 10px;
	border: none;
	padding-top: 3px;
	padding-left: 5px;
	font-family: Tahoma;
	font-size: 11px;
	background-color: #1F1D1E;
	color: #7C7A7A;
}

table.clientes{
	width: 470px;
	border-collapse: collapse;
	margin-top: 15px;
}