<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-----------------------------------------------------------------------------------------------*/
/*                   A BETTER TOOLTIP - POWERED BY JQUERY AWESOMENESS                            */
/*                   AUTHOR: jon cazier                                                          */
/*                   EMAIL: jon at 3nhanced dot com                                              */
/*-----------------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------------*/
/*                                  CSS RESET THANKS TO ERIC MEYER                               */
/*                   http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/                */
/*-----------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {outline: 0;}
body {line-height: 1;color: black;background: white;}
ol, ul {list-style: none;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}
blockquote:before, blockquote:after,
q:before, q:after {content: '"';}
blockquote, q {quotes: '"' '"';}

/*-----------------------------------------------------------------------------------------------*/
/*                                          GENERAL STYLES                                       */
/*-----------------------------------------------------------------------------------------------*/
html{
	width:100%;
	height: 100%;
}

/*-----------------------------------------------------------------------------------------------*/
/*                                          GENERAL LAYOUT                                       */
/*-----------------------------------------------------------------------------------------------*/

body {
	background: #00000;
	background-image:url("../images/back1.jpg");
	background-repeat: repeat;
	height: 100%;
	width: 100%;
	}
	
#linha1{
	width: 100%;
	font: 15px/24px "Lucida Grande",Arial,sans-serif;
	padding-top:10px; 
	padding-bottom:10px; 
	padding-left:30px;
	color:white;
	
}

#map_canvas { 
	height: 800px;
	width: 100%;
	left: 1px;	
	-moz-box-shadow:0 0 64px #000; 
	-webkit-box-shadow:0 0 64px #000; 
	}
	
#infowindow
    {
    border: 2px solid #455268;
    background-color: #FFFFF; 
    background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfff4), color-stop(40%,#dfe5d7), color-stop(100%,#b3bead)); 
}
    }
  
@media print {
	html, body {
    height: auto;
	}
}

#osx-modal-content, #osx-modal-data {
	display:none;
	}

/* Overlay */
#osx-overlay {background-color:#000; cursor:wait; margin-top: 20px;}

/* Container */
#osx-container {
	background-color:#eee; 
	color:#000; 
	font: 16px/24px "Lucida Grande",Arial,sans-serif; 
	padding-bottom:4px; 
	width:50%; 
	-moz-border-radius-bottomleft:6px; 
	-webkit-border-bottom-left-radius:6px; 
	-moz-border-radius-bottomright:6px; 
	-webkit-border-bottom-right-radius:6px; 
	border-radius:0 0 6px 6px; 
	-moz-box-shadow:0 0 20px #000; 
	-webkit-box-shadow:0 0 20px #000; 
	box-shadow:0 0 20px #000;
	}
	
#osx-container a {
	color:#ddd;
	}
	
#osx-container #osx-modal-title {
	color:#000; 
	background-color:#ddd; 
	border-bottom:1px solid #ccc; 
	font-weight:bold; 
	padding:6px 8px; 
	text-shadow:0 1px 0 #f4f4f4;
	}
	
#osx-container .close {
	display:none; 
	position:absolute; 
	right:0; 
	top:0;
	}
	
#osx-container .close a {
	display:block; 
	color:#777; 
	font-weight:bold; 
	padding:6px 12px 0; 
	text-decoration:none; 
	text-shadow:0 1px 0 #f4f4f4;
	}
	
#osx-container .close a:hover {color:#000;}
#osx-container #osx-modal-data {font-size:12px; padding:6px 12px;}
#osx-container h2 {margin:10px 0 6px;}
#osx-container p {margin-bottom:10px;}
#osx-container span {color:#777;}


	

	
	
/*-----------------------------------------------------------------------------------------------*/
/*                                         FOOTER STYLES                                        */
/*-----------------------------------------------------------------------------------------------*/

#footer {clear:center; color:#ffffff; margin:20px 0; }
#footer a:link, #footer a:visited {color:#ffffff; text-decoration:none;}
#footer a:hover {color:#333; text-decoration:underline;}</pre></body></html>