﻿html, body
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
}

body
{
	background: url(../imagens/bg.jpg);
}

div.molduraExterna
{
	padding: 0px;
	background-color: #E1DDC4;
	width: 900px;
	height: 600px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -300px 0 0 -450px;
}

div.molduraInterna
{
	background-color: #FFFFFF;
	position: relative;
	width: 880px;
	height: 580px;
	top: 10px;
	left: 10px;
}

div.molduraConteudo
{
	background-color: #FFFFFF;
	position: relative;
	width: 860px;
	height: 550px;
	top: 10px;
	left: 10px;
	border: solid 1px #E1DDC4;
}

.conteudo a {
	color: #a94d60;
}

div.enderecoRodape 
{
	color: #AAAAAA;
	font-family: Times New Roman;
	font-size: 10pt;
	width: 860px;
	text-align: center;
	position: relative;
	left: 10px;
	top: 10px;
}

div.logo 
{
	position: absolute;
	margin: 10px 0px 0px 50px;
	z-index: 5;
}
