/* CSS Document */

HTML, body { width: 100%; height: 100%; }

body,td,th {
	font-family: "Trebuchet MS", Helvetica, Tahoma, Arial;
	font-size: 12px;
	color: #666666;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-arrow-color:#000000;
	scrollbar-3dlight-color:#f15201;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-face-color:#FFFFFF;
	scrollbar-shadow-color:#f15201;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-track-color:#f8f7f3;
}

a:link { text-decoration: none; color: #fb5b00;}
a:visited {	text-decoration: none; color: #fb5b00;}
a:hover { text-decoration: underline; color: #fb5b00;}
a:active { text-decoration: underline; color: #fb5b00;}

h1 { display: inline; font-weight: normal; font-size: 12px; }
h2 { display: inline; font-weight: normal; font-size: 12px; } 
h3 { display: inline; font-weight: normal; font-size: 12px; }
h4 { display: inline; font-weight: normal; font-size: 12px; }

#limites {
	width: 1024px;
	margin: 0 auto;
	height: 100%;

}

#conteudo {
	width: 360px;
	height: 312px;
	margin-left: 440px;
	overflow: auto;
	margin-top: 7px;
	margin-right: 7px;
	margin-bottom: 7px;
}


#mapa {
	top: 10px;
	left: 50%;
	padding: 5px;
	margin-left: -480px;
	position: absolute;
	width: 550px;
	height: 405px;
	text-align: center;
	z-index: 8;
	background-color: #FFFFFF;
	border: 2px solid #fb5b00;
	}

#fotobig {
	top: 10px;
	left: 50%;
	padding: 5px;
	margin-left: -490px;
	position: absolute;
	width: 470px;
	height: 500px;
	text-align: center;
	z-index: 8;
	background-color: #FFFFFF;
	border: 2px solid #fb5b00;
	}

#listaonde_destaque {
	width: 90%;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	border: 2px solid #f15201;
	}

#listaonde {
	width: 90%;
	margin-top: 5px;
	margin-bottom: 5px;
	}


.titulo {
	color: #fb5b00;
	font-weight: bold;
	}

.formsite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	border: 1px solid #E49922;
}
