@media (min-width: 1200px) (min-height: 1000px) {
  .facet_sidebar {
    display: none;
  }
}

html, body, div, span, applet, object, iframe,
blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}


/*
 * Copyright (c) 2012-2013 Thibaut Courouble
 * http://www.cssflow.com
 *
 * Licensed under the MIT License:
 * http://www.opensource.org/licenses/mit-license.php
 */

.container {
  position: absolute;
  top: 0%;
  left: 00%;
  margin: 50px auto;
  width: 640px;
  text-align: center;
}
.container .dropdown {
  text-align: left;
}

.dropdown {
  position: absolute;
  top: 280px;
  left: 00%;
  background: #363d47;
  border: 1px solid;
  border-color: #272c33 #242930 #22272d;
  border-radius: 3px;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  font-family: Calibri, Candara, Segoe, Helvetica, “Segoe UI”, Optima, Arial, sans-serif;
  *display: inline;
  *vertical-align: auto;
  background-image: -webkit-linear-gradient(top, #4a5361, #363d47);
  background-image: -moz-linear-gradient(top, #4a5361, #363d47);
  background-image: -o-linear-gradient(top, #4a5361, #363d47);
  background-image: linear-gradient(to bottom, #4a5361, #363d47);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.15);
}
.dropdown a {
  font-size: 12px;
  text-decoration: none;
  text-shadow: 0 1px black;
}
.dropdown > a {
  float: left;
  position: relative;
  height: 27px;
  line-height: 26px;
  padding: 0 12px;
  color: #ecf0f1;
  border-radius: 2px 0 0 2px;
}
.dropdown > a:before {
  content: '';
  display: inline-block;
  vertical-align: -2px;
  width: 10px;
  height: 11px;
  margin-right: 10px;
}
.dropdown > a:hover {
  background: #3f4753;
  background: rgba(255, 255, 255, 0.04);
}
.dropdown > a:active {
  background: #343b44;
}
.dropdown div {
  float: left;
  height: 27px;
  width: 26px;
  background: url("../img/toggle.png") 9px 9px no-repeat;
  border-left: 1px solid #292e36;
  border-color: rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 1px 0 rgba(255, 255, 255, 0.08);
  box-shadow: inset 1px 0 rgba(255, 255, 255, 0.08);
}
.dropdown div:hover {
  -webkit-box-shadow: inset 1px 0 rgba(255, 255, 255, 0.04), inset 26px 26px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 rgba(255, 255, 255, 0.04), inset 26px 26px rgba(0, 0, 0, 0.1);
}
.dropdown div:hover ul {
  display: block;
}
.dropdown ul {
  display: none;
  position: absolute;
  top: 27px;
  left: -1px;
  right: -1px;
  background: #272c33;
  border: 1px solid #20242a;
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.dropdown ul li {
  display: block;
}
.dropdown ul li:last-child a {
  border-radius: 0 0 3px 3px;
}
.dropdown ul a {
  display: block;
  line-height: 28px;
  padding: 0 10px 1px;
  color: #b2b8c4;
  border-top: 1px solid transparent;
}
.dropdown ul a:hover {
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.7);
  background: #426ebf;
  border-color: #78aad5;
  background-image: -webkit-linear-gradient(top, #5e9ace, #416cb8);
  background-image: -moz-linear-gradient(top, #5e9ace, #416cb8);
  background-image: -o-linear-gradient(top, #5e9ace, #416cb8);
  background-image: linear-gradient(to bottom, #5e9ace, #416cb8);
}


/*
 * Copyright (c) 2012-2013 Thibaut Courouble
 * http://www.cssflow.com
 *
 * Licensed under the MIT License:
 * http://www.opensource.org/licenses/mit-license.php
 */

.container2 {
  position: absolute;
  top: 0%;
  left: 00%;
  margin: 40px auto;
  width: 640px;
  text-align: center;
}
.container2 .dropdown2 {
  text-align: left;
}

.dropdown2 {
  position: absolute;
  top: 350px;
  left: 00%;
  background: #363d47;
  border: 1px solid;
  border-color: #272c33 #242930 #22272d;
  border-radius: 3px;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  font-family: Calibri, Candara, Segoe, Helvetica, “Segoe UI”, Optima, Arial, sans-serif;
  *vertical-align: auto;
  background-image: -webkit-linear-gradient(top, #4a5361, #363d47);
  background-image: -moz-linear-gradient(top, #4a5361, #363d47);
  background-image: -o-linear-gradient(top, #4a5361, #363d47);
  background-image: linear-gradient(to bottom, #4a5361, #363d47);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.15);
}
.dropdown2 a {
  font-size: 12px;
  text-decoration: none;
  text-shadow: 0 1px black;
}
.dropdown2 > a {
  float: left;
  position: relative;
  height: 27px;
  line-height: 26px;
  padding: 0 12px;
  color: #ecf0f1;
  border-radius: 2px 0 0 2px;
}
.dropdown2 > a:before {
  content: '';
  display: inline-block;
  vertical-align: -2px;
  width: 10px;
  height: 11px;
  margin-right: 10px;
}
.dropdown2 > a:hover {
  background: #3f4753;
  background: rgba(255, 255, 255, 0.04);
}
.dropdown2 > a:active {
  background: #343b44;
}
.dropdown2 div {
  float: left;
  height: 27px;
  width: 26px;
  background: url("../img/toggle.png") 9px 9px no-repeat;
  border-left: 1px solid #292e36;
  border-color: rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 1px 0 rgba(255, 255, 255, 0.08);
  box-shadow: inset 1px 0 rgba(255, 255, 255, 0.08);
}
.dropdown2 div:hover {
  -webkit-box-shadow: inset 1px 0 rgba(255, 255, 255, 0.04), inset 26px 26px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 rgba(255, 255, 255, 0.04), inset 26px 26px rgba(0, 0, 0, 0.1);
}
.dropdown2 div:hover ul {
  display: block;
}
.dropdown2 ul {
  display: none;
  position: absolute;
  top: 27px;
  left: -1px;
  right: -1px;
  background: #272c33;
  border: 1px solid #20242a;
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.dropdown2 ul li {
  display: block;
}
.dropdown2 ul li:last-child a {
  border-radius: 0 0 3px 3px;
}
.dropdown2 ul a {
  display: block;
  line-height: 28px;
  padding: 0 10px 1px;
  color: #b2b8c4;
  border-top: 1px solid transparent;
}
.dropdown2 ul a:hover {
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.7);
  background: #426ebf;
  border-color: #78aad5;
  background-image: -webkit-linear-gradient(top, #5e9ace, #416cb8);
  background-image: -moz-linear-gradient(top, #5e9ace, #416cb8);
  background-image: -o-linear-gradient(top, #5e9ace, #416cb8);
  background-image: linear-gradient(to bottom, #5e9ace, #416cb8);
}

#body {
	position: relative;
	width: 90%;
	margin:auto;
	min-width:600px;
	max-width:2000px
}


#abat1 {
    position:absolute;
    top: 00%;
    left: 00%;
    font-family: Calibri, Candara, Segoe, Helvetica, “Segoe UI”, Optima, Arial, sans-serif;
    height: 20%;
    width: 20%;
}

#imgcanto {
	position:absolute;
    top: 250px;
    left: 80%;
    border: 1px solid #a1a1a1;
    padding: 8px 10px; 
    width:18%;
    border-radius: 3px;
    font-family: Calibri, Candara, Segoe, Helvetica, “Segoe UI”, Optima, Arial, sans-serif;
}

#textomeio {
    position:relative;
    top: 100%;
    text-align: justify;
    left: 25%;
    padding: 8px 10px; 
    height: 80%;
    width: 73%;
    font-family: Calibri, Candara, Segoe, Helvetica, “Segoe UI”, Optima, Arial, sans-serif;
}

#cabeca1 {
    position:absolute;
    top: 290px;
    text-align: justify;
    left: 00%;
    font-family: Calibri, Candara, Segoe, Helvetica, “Segoe UI”, Optima, Arial, sans-serif;
    font-size: 16px;
}

#cabecam {
    position:absolute;
    top: 240px;
    text-align: justify;
    left: 00%;
    font-family: Calibri, Candara, Segoe, Helvetica, “Segoe UI”, Optima, Arial, sans-serif;
    font-size: 16px;
}

#cabeca {
    position:absolute;
    top: 350px;
    text-align: justify;
    left: 00%;
    font-family: Calibri, Candara, Segoe, Helvetica, “Segoe UI”, Optima, Arial, sans-serif;
    font-size: 16px;
}

#tabela{
    top: 100%;
    text-align: center;
    font-family: Calibri, Candara, Segoe, Helvetica, “Segoe UI”, Optima, Arial, sans-serif;
}

.tabelasa {
    position:relative;
    top: 10px; 
    left: 21%;
    height: 50%;
    width: 50%;
    font-family: Calibri, Candara, Segoe, Helvetica, “Segoe UI”, Optima, Arial, sans-serif;
}

#graficos {
    position:relative;
    width: 75%;
    left:12.5%;
    font-size: 16px;
    font-family: Calibri, Candara, Segoe, Helvetica, “Segoe UI”, Optima, Arial, sans-serif;
}

#opcoes {
    position:relative;
    text-align: center;
    top: 10%;
    font-family: Calibri, Candara, Segoe, Helvetica, “Segoe UI”, Optima, Arial, sans-serif;
}

#textoprev {
    position:relative;
    top: 100%;
    text-align: justify;
    left: 30%;
    padding: 8px 10px; 
    height: 80%;
    width: 75%;
    font-family: Calibri, Candara, Segoe, Helvetica, “Segoe UI”, Optima, Arial, sans-serif;
}

#rodape {
    position:absolute;
    top: 100%;
    text-align: left; 
    height: 5%;
    width: 50%;
    font-family: Calibri, Candara, Segoe, Helvetica, “Segoe UI”, Optima, Arial, sans-serif;
}

#rodape1 {
    position:absolute;
    top: 700px;
    text-align: left; 
    height: 5%;
    width: 49%;
    font-family: Calibri, Candara, Segoe, Helvetica, “Segoe UI”, Optima, Arial, sans-serif;
}

#rodape2 {
    position:absolute;
    top: 700px;
    text-align: left; 
    height: 5%;
    width: 50%;
    font-family: Calibri, Candara, Segoe, Helvetica, “Segoe UI”, Optima, Arial, sans-serif;
}


#rodape3 {
    position:absolute;
    top: 100%;
    text-align: left; 
    height: 5%;
    width: 50%;
    font-family: Calibri, Candara, Segoe, Helvetica, “Segoe UI”, Optima, Arial, sans-serif;
}

#rodape4 {
    position:absolute;
    top: 100%;
    text-align: left; 
    height: 5%;
    width: 50%;
    font-family: Calibri, Candara, Segoe, Helvetica, “Segoe UI”, Optima, Arial, sans-serif;
}


#tabelasa {
    position:absolute;
    top: 0%;
    text-align: center; 
    height: 5%;
    width: 50%;
    left: 50%;
    font-family: Calibri, Candara, Segoe, Helvetica, “Segoe UI”, Optima, Arial, sans-serif;
}

#opcoes ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#opcoes ul li { display: inline; }

#nopcoes ul li a
{
text-decoration: none;
padding: .2em 1em;
}

#opcoes ul li a:hover
{
color: #fff;
background-color: #369;
}

#opcoes2 ul
{
margin: 0;
padding: 0;
width: 50%;
list-style-type: none;
text-align: center;
}

#opcoes2 ul li { display: inline; }

#nopcoes2 ul li a
{
text-decoration: none;
padding: .2em 1em;
}

#opcoes2 ul li a:hover
{
color: #fff;
background-color: #369;
}

#navcontainer
{
position: relative;
top: 20px;
left:15px;
font-family: Calibri, Candara, Segoe, Helvetica, “Segoe UI”, Optima, Arial, sans-serif;
}

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
text-decoration: none;
padding: .2em 1em;
color: #fff;
background-color: #036;
}

#navcontainer ul li a:hover
{
color: #fff;
background-color: #369;
}

#map-canvas {
    position:relative;
    top: 10px;
    left: 24%;
    height: 540px;
    width: 76%;
}

@import url(http://fonts.googleapis.com/css?family=Open+Sans:700);
#cssmenu {
  background: #787878;
  width: auto;
}
#cssmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1;
  display: block;
  zoom: 1;
}
#cssmenu ul:after {
  content: ' ';
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#cssmenu ul li {
  float: left;
  display: block;
  padding: 0;
}
#cssmenu ul li a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding: 15px 25px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  -webkit-transition: color .25s;
  -moz-transition: color .25s;
  -ms-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}
#cssmenu ul li a:hover {
  color: #333333;
}
#cssmenu ul li a:hover:before {
  width: 100%;
}
#cssmenu ul li a:after {
  content: '';
  display: block;
  position: absolute;
  right: -3px;
  top: 19px;
  height: 6px;
  width: 6px;
  background: #ffffff;
  opacity: .5;
}
#cssmenu ul li a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #333333;
  -webkit-transition: width .25s;
  -moz-transition: width .25s;
  -ms-transition: width .25s;
  -o-transition: width .25s;
  transition: width .25s;
}
#cssmenu ul li.last > a:after,
#cssmenu ul li:last-child > a:after {
  display: none;
}
#cssmenu ul li.active a {
  color: #333333;
}
#cssmenu ul li.active a:before {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #cssmenu ul li {
    float: none;
  }
  #cssmenu ul li a {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #cssmenu ul li a:after {
    display: none;
  }
  #cssmenu ul li a:before {
    height: 1px;
    background: #ffffff;
    width: 100%;
    opacity: .2;
  }
  #cssmenu ul li.last > a:before,
  #cssmenu ul li:last-child > a:before {
    display: none;
  }
}

.Table {
	margin:0px;padding:0px;
	width:100%;
	border:1px solid #ffffff;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.Table table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.Table tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.Table table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.Table table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.Table tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.Table tr:hover td{
	
}
.Table tr:nth-child(odd){ background-color:#82dbff; }
.Table tr:nth-child(even)    { background-color:#3898ff; }.Table td{
	vertical-align:middle;
	
	
	border:1px solid #ffffff;
	border-width:0px 1px 1px 0px;
	text-align:center;
	padding:7px;
	font-size:14px;
	font-family:Helvetica;
	font-weight:normal;
	color:#000000;
}.Table tr:last-child td{
	border-width:0px 1px 0px 0px;
}.Table tr td:last-child{
	border-width:0px 0px 1px 0px;
}.Table tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.Table tr:first-child td{
		background:-o-linear-gradient(bottom, #0800ff 5%, #0800ff 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0800ff), color-stop(1, #0800ff) );
	background:-moz-linear-gradient( center top, #0800ff 5%, #0800ff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#0800ff", endColorstr="#0800ff");	background: -o-linear-gradient(top,#0800ff,0800ff);

	background-color:#0800ff;
	border:0px solid #ffffff;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Helvetica;
	font-weight:normal;
	color:#ffffff;
}
.Table tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #0800ff 5%, #0800ff 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0800ff), color-stop(1, #0800ff) );
	background:-moz-linear-gradient( center top, #0800ff 5%, #0800ff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#0800ff", endColorstr="#0800ff");	background: -o-linear-gradient(top,#0800ff,0800ff);

	background-color:#0800ff;
}
.Table tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.Table tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}
