html {
	background-color: #efefef;
}
body {
	width: 800px;
	margin: 0 auto;
	background-color: #fff;
	font-family: Helvetica, Arial;
}
body * {
	position: relative;
}
a {
	text-decoration: none;
}
img {
	border: 0;
}
p:first-child {
	margin-top: 0;
}

#banner {
	height: 106px;
	background-image: url(../../imagens/banner.png);
	background-repeat: no-repeat;
}

#cabecalho {
	height: 33px;
	line-height: 42px;
	text-align: right;
	font-size: 12px;
	color: white;
	background-image: url(../../imagens/cabecalho.png);
	background-repeat: no-repeat;
}
#cabecalho a {
	color: white;
	text-decoration: none;
}

#navegacao {
	font-weight: bold;
}
#idioma {
	margin: 0 10px;
	font-size: 10px;
}
#cabecalho img {
	vertical-align: text-bottom;
}

#home, #portugues, #ingles {
	padding-left: 18px;
	background-position: center left;
}
#home {
	padding-left: 12px;
	background-repeat: no-repeat;
	background-image: url(../../imagens/casa.png);
}
#portugues {
	background-image: url(../../imagens/bandeirabr.png);
	background-repeat: no-repeat;
	padding-right: 4px;
}
#ingles {
	background-image: url(../../imagens/bandeiraeua.png);
	background-repeat: no-repeat;
	padding-right: 4px;
}

div.quadro.home {
	height: 289px;
}

div.quadro.interna {
	height: 144px;
}

#menu {
	height: 94px;
	background-image: url(../../imagens/menu.png);
	background-repeat: no-repeat;
}
#institucional, #comprar, #vender {
	font-weight: bold;
	font-size: 18px;
	height: 94px;
	float: left;
}
#institucional {
	width: 272px;
}
#comprar {
	width: 266px;
}
#vender {
	width: 262px;
}

div.mini {
	position: absolute;
	top: 13px;
	left: 0px;
	width: 67px;
	height: 67px;
	background-repeat: no-repeat;
}

#institucional div.mini {
	left: 15px;
	background-image: url(../../imagens/institucional_mini.png);
}
#comprar div.mini {
	background-image: url(../../imagens/comprar_mini.png);
}
#vender div.mini {
	background-image: url(../../imagens/vender_mini.png);
}

#menu a {
	z-index: 10;
	display: block;
	height: 100%;
	text-decoration: none;
}
#menu a * {
	cursor: pointer;
}
#menu span.link {
	display: block;
	height: 100%;
	line-height: 80px
}
#menu span.legenda {
	color: white;
	margin-left: 79px;
}

#institucional span.legenda {
	margin-left: 94px;
}

div.seta {
	position: absolute;
	top: 40px;
	right: 22px;
	width: 22px;
	height: 11px;
	display: none;
	background-image: url(../../imagens/seta.png);
	background-repeat: no-repeat;
}
#institucional:hover div.seta,
#comprar:hover div.seta,
#vender:hover div.seta {
	display: block;
}

#meio {
	font-size: 12px;
}
#corpo {
	padding: 0 20px 16px 20px;
}
div.titulo {
	font-size: 18px;
	color: #369;
	background-image: url(../../imagens/barra_titulo.png);
	background-repeat: no-repeat;
	background-position: center left;
	margin-top: 9px;
}
div.titulo span.t {
	background-color: white;
	padding-right: 18px;
}
div.titulo-int {
	background-image: url(../../imagens/barra_titulo.png);
	background-repeat: no-repeat;
	background-position: center left;
	font-size: 12px;
	color: #369;
	margin-top: 12px;
}
div.titulo-int span.t {
	display: inline-block;
	background-color: white;
	padding-right: 18px;
}

img.foto {
	float: left;
}

#rodape {
	position: relative;
	height:25px;
	line-height: 25px;

	background-color: #666;
	background-image: url(../../imagens/treli.png);
	background-repeat: no-repeat;
	background-position: 513px 0px;

	padding-left: 10px;
	font-size: 10px;
	color: #ccc;
}
#rodape a {
	position: static;
}
#atma {
	position: absolute;
	top: 0;
	right: 0;
}

.azul, .azul * {
	color: #369 !important;
}
.vermelho, .vermelho * {
	color: #600 !important;
}
.cinza, .cinza * {
	color: #999 !important;
}
.cinza-e, .cinza-e * {
	color: #666 !important;
}

*.esquerda {
	float: left;
}
*.direita {
	float: right;
}
*.clear {
	clear: both;
}

.nd {
	display: none;
}
