body {
margin: 0px;
padding: 0px;
background-color: #1C2866;
background-image:url(Imagens/layout/bg-site.jpg);
background-repeat:repeat-x;
color: black;
text-align: left;
}

body, th, td, input, select, textarea {
font-family: Verdana,Tahoma,Arial;
font-size: 13px;
}

th {
text-align: left;
}

a { color: blue; }
a:active { color: blue; }
a:visited { color: blue; }
.dest { color: white; text-decoration: none; }
.dest1 { color: black; text-decoration: none;}

#mestre {
margin: 0px;
width: 770px;
}

#topo {
background-color: #1C2866;
}

h1 {
font-family: Arial;
font-size: 19px;
font-weight: bold;
color: #2A166F;
}

.tabelaprecos {
	border: solid 1px silver;
}

.tabelaprecos tr th {
background-color: #2A166F;
color: white;
}

.f11, .f11 td {
font-size: 11px;
}

.f12, .f12 td {
font-size: 12px;
}

.f8, .f8 td {
font-size: 9px;
}

#menusuite a {
display: block;
width:100%;
background-color: white;
padding: 4px;
text-decoration: none;
color: black;
background-image: url(/imagens/fundo_menu_suite.gif);
border-bottom: solid 1px gray;
}

#menusuite a:hover {
background-color: #2A166F;
color: white;
background-image: none;
font-weight: bold;
}


#menusuiteb a {
display: block;
width:172px;
background-color: white;
padding: 4px;
text-decoration: none;
color: black;
background-image: url(/imagens/fundo_menu_suite.gif);
border-bottom: solid 1px gray;
}

#menusuiteb a:hover {
background-color: #2A166F;
color: white;
background-image: none;
font-weight: normal;
}


.titulosuite {
background-image: url(/imagens/fundo_titulo_suite.gif);
background-repeat: repeat-y;
padding: 2px;
margin-bottom: 5px;
font-weight: bold;
}

.trprecos0 {
	background-color: #F0F0F5;
}

.trprecos1 {
	background-color: white;
}

.trprecos0b, .trprecos1b {
	background-color: #2A166F;
	color: white;
}

.trprecos0, .trprecos1, .trprecos0b, .trprecos1b {
	cursor: pointer;
}

.trprecos0 td a, .trprecos1 td a, .trprecos0 td a:visited, .trprecos1 td a:visited  {
	color: black;
	text-decoration: none;
}

.trprecos0b td a, .trprecos1b td a, .trprecos0b td a:visited, .trprecos1b td a:visited  {
	color: white;
	text-decoration: none;
}
.selecoes:link{
color: #000000;
text-decoration: none;
font-size: 11px;
font-family: tahoma;
}
.selecoes:visited{
color: #000000;
text-decoration: none;
font-size: 11px;
font-family: tahoma;
}
.selecoes:active{
color: #000000;
text-decoration: none;
font-size: 11px;
font-family: tahoma;
}
.selecoes:hover{
color: #000000;
text-decoration: underline;
font-size: 11px;
font-family: tahoma;
}
.VerImoveis{
	font-family: tahoma, verdana, arial;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #002D7C;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #FFFFFF;
}

	/* mapa do site */
		
	.linkmapasite {
		text-decoration: none;
		padding: 5px;
		display: block;
		width: 100%;
	}
	.descricaomapasite {
		color: #999999;
	}
	.linkmapasite:hover {
		background-color: #FFFFCC;
	}
	.linkmapasiteImovel {
		background-color:#FFFFFF;
		display: block;
		width: 100%; 
		border: solid 1px #CCCCCC;
		padding: 10px;
		margin: 5px;
		font-size: 10px;
		color: #000000;
		text-decoration: none;
	}
	
	.linkmapasiteImovel div {
		padding: 5px;
	}	
	.linkmapasiteImovel:hover {
		background-color: #EEEEEE;
	}