@charset "utf-8";
/* CSS Document */
/* Leonardo Hauschild*/
html, body {
	margin: 0;
	padding: 0;
}
/* PNG FIX */
img, div {
	behavior: url('/scripts/iepngfix.php');
}
/* FIM DO PNG FIX */
body {
	width: 100%;
	max-width: 100%;
	background-color: #ffd630;
	background-image: url('../images/bgroxo.jpg');
	background-repeat: repeat-x;
	font: 400 0.8em arial, sans-serif;
	color: #333333;
	line-height: 1.4em;
}
a {
	text-decoration: none;
	color:#F60;
	}
a:hover {
	text-decoration: underline;
	color:#F60;
}
h1 {
	color:#F60;
	margin: 0 0 0 0;
	font-family: 'century gothic', 'trebuchet ms', arial, sans-serif;
	font-style: italic;
}
/*=================================
		MENU SETTINGS
=================================*/
div#menu {
	background-image: url(../images/topbg.jpg);
	background-repeat:repeat-x;
	position: absolute;
	width: 225px;
	margin: 0px 0px 0px 12px;
	padding: 30px 0px 30px opx;
	background: #FFFFFF;
}
ul {
	/*text-align:center;*/
	font-weight:bold;
	font-size:20px;
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
li {
	padding: 0 0 0 0;/*border: 1px solid #ff0000;*/
	
}
a.nav {
	display: block;
	margin: 0;
	text-decoration: none;
	font: 400 20px 'trebuchet ms', arial, sans-serif;
	color:#F60;
	padding: 5px 10px 5px 10px;
}
a.nav:hover {
	color:#FFFFFF;
	background: #F60;
	text-decoration: none;
}
 a.nav:current {
 background: #111111;
}
/*=================================
		main DIVs
=================================*/
div#main {
	position: absolute;
	margin-top: 300px;
	width:100%;
}
div#header {
	position: absolute;
	margin: 0 0 0 -360px;
	left: 50%;
	width: 721px;
	height: 472px;
}
div#box {
	background-image: url(../images/topbg.jpg);
	background-repeat:repeat-x;
	background: #FFFFFF;
	padding: 20px 20px 20px 20px;
	min-height: 300px;
	margin-left: 250px;
	margin-top: 0;
	margin-right: 12px;
}
/*=================================
		FOOTER SETTINGS
=================================*/
div#footer {
	margin-top: 50px;
	min-height: 100px;
}
div#footnote {
	padding: 25px 0 0 0;
	background-image: url(../images/topbg.jpg);
	background-repeat:repeat-x;
	text-align: center;
	background-color: #FFFFFF;
	min-height: 25px;
}
div#bottombg {
	background-image: url(../images/bottombg.jpg);
	background-repeat:repeat-x;
	bottom: 0;
	height: 32px;
	}
/*=================================
		SPANS
=================================*/
span.highlight {
	font-weight: bold;
	color:#333;
}
strong {
	font-weight: bold;
	color:#333;
}
span.credit {
	text-align: center;
	color: #555;
	margin: 0 0 0 0;
	font: 400 0.9em 'trebuchet ms', arial, sans-serif;
}
/*=================================
		DIVERSOS
=================================*/
#tabelahistogramas {
	width: 90%;
	margin: 20px 20px 20px 20px;
}
#tabeladensidadesescores {
	width: 50%;
	margin: 20px 20px 20px 20px;
}

