html, body { padding: 0; margin: 0; }
img {
	border: 0 none;
	background-position: top;
}

body {
	background: #DDDDDC;
	padding-top: 10px;
}

* {
	font-family: Tahoma, Arial;
	background-position: center top;
	vertical-align: top;
}

h1 {
	font-size: 10pt;
	color: #2F91D2;
	background: transparent url(images/separador.jpg) no-repeat 0px 80%;
	padding: 10px 0 10px 10px;
}
h2 {
	font-size: 9pt;
	color: #2F91D2;
}
p, li {
	text-align: justify;
	font-size: 9pt;
	color: #808080;
}

div.geral {
	position: relative;
	width: 740px;
	background: white;
	margin-bottom: 5px;
}

.principal {
	width: 670px; /* 740 - 70 */
	background: url(images/fundo.png) no-repeat top white;
	text-align: left;
	margin-top: 20px;
	padding-left: 70px;
	position: relative;
}
.linkrapido {
	position: absolute;
	top: 4px;
	right: 20px;
	background-color: transparent;
}
.linkrapido, .linkrapido img {
	background-color: transparent;
}
.texto {
	width: 395px; /* 405 - 10 */
	padding-left: 10px;
	margin-top: 10;
	margin-bottom: 20;
	margin-left: 0px;
	font-family: tahoma;
	font-size: 9pt;
	color: #808080;
}
.enfeite { /* Imagem de ilustração que fica à direita */
	width: 245px; /* 260 - 15 */
	float: right;
	padding-right: 15px;
	text-align: right;
}

#mapa {
	width:740px;
	height:450px;
	position:absolute;
	right: 0px;
	top:50px;
	z-index:2;
}

.esquerda {
	float: left;
}
.direita {
	float: right;
}