#busca {
  background: #fff;
  padding: 10px 10px 10px 230px;
  z-index: 0;
  display: none;
}

.campo {
  font-weight: bold;
  color: #333;
  border: none;
  background: none;
  padding: 5px 3px 0px 3px;
  width: 180px;
  height: 20px;
  display: none;
}

#menu-header {
  background: #bdcfd4;
  border-bottom: solid 4px #507388;
  text-align: center;
  z-index: 1000;
  display: none;
}

#menu-header ul {
  display: inline;
  margin: 0px;
  padding: 0px;
  list-style: none;
  z-index: 1000;
  display: none;
}

#menu-header ul li {
  position: relative;
  display: inline;
  text-align: center;
  padding: 0px 40px;
  border-right: solid 2px #fff;
  z-index: 1000;
  display: none;
}

#menu-header ul li.last {
  border: none;
   z-index: 1000;
   display: none;
}


#menu-header ul li a {
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 7pt;
  color: #507388;
  display: none;
}
#menu-header ul li a:hover {
  text-decoration: none;
  display: none;
}

#menu-header ul li ul {
  display: none;
  position: absolute;
  top: 15px;
  left: 0px;
  width: 200px;
  text-align: left;
  background: #c7dbe9;
  margin: 0px;
  padding: 0px;
  border: solid 1px #fff;
  border-bottom: none;
  z-index: 1000;
  display: none;
}

#menu-header li ul li {
  display: block;
  text-align: left;
  border: none;
  border-bottom: solid 1px #fff;
  padding: 0px;
  z-index: 1000;
  display: none;
}

#menu-header li ul li a {
  display: block;
  font-weight: bold;
  font-size: 10px;
  color: #000;
  padding: 3px;
  display: none;
}

#menu-header li ul li a:hover {
  text-decoration: none;
  color: #fff;
  background: #96bcca;
  display: none;
}


hr { display: none; }

#wrapper {
  width: 95%;
  margin: 10px 20px;
}


/* Header */

#header {
  position: relative;
}

#logo {
  position: relative;
  top: 0px;
  left: 20px;
  width: 202px;
  height: 120px;
  z-index: 1;
}

#logo a img {
  width: 120px;
  height: 120px;
  vertical-align: middle;
}

#topo-cultura {
  width: 990px;
  height: 35px;
  background: url(../img/barrasuperior.png) no-repeat;
  display: none;
}

#barra-fonte {
  background: #000;
  color: #fff;
  padding: 10px 5px 10px 230px;
  display: none;
}

#font-bts {
  float: right;
  display: none;
}

#font-bts img {
  margin: 0px 0px 0px 5px;
  display: none;
}

#barra-fonte img {
  margin-right: 5px;
  display: none;
}

#barra-fonte a {
  font-weight: bold;
  color: #fff;
  display: none;
}

#titulo-principal {
  background: #66bc29;
  color: #fff;
  padding: 10px 10px 10px 230px;
  display: none;
}

#titulo-principal h1 {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  font-size: 20px;
  color: #fff;
  display: none;
}

#mapa {
  background: #fff;
  font-weight: bold;
  color: #000;
  padding: 10px 10px 35px 230px;
  display: none;
}

#mapa a {
  color: #000;
  display: none;
}

#mapa img {
  vertical-align: middle;
  display: none;
}

/* Busca */

#form_busca {
  margin: 0px;
  padding: 0px;
  display: none;
}


.select_wrapper_pb .campo {
  font-weight: bold;
  color: #ccc;
  border: none;
  background: none;
  padding: 5px 3px 0px 3px;
  width: 180px;
  height: 20px;
  display: none;
}

.select_box {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: none;
}

.select_wrapper {
  width: 200px;
  border: solid 1px #666;
  background: #e9ebde;
  padding: 0px;
  margin: 0px 10px 0px 0px;
  float: left;
  cursor: pointer;
  display: none;
}

.select_wrapper_pb {
  width: 200px;
  border: solid 1px #eee;
  background: #eee;
  padding: 0px;
  margin: 0px 10px 0px 0px;
  float: left;
  cursor: pointer;
  display: none;
}

.select_wrapper a.title, .select_wrapper_pb a.title {
  display: block;
  float: left;
  font-weight: bold;
  color: #333;
  margin: 4px 5px 0px 5px;
  display: none;
}

.select_wrapper_pb a.title {
  color: #ccc;
  display: none;
}

.select_wrapper img, .select_wrapper_pb img {
  float: right;
  vertical-align: top;
  display: none;
}

.select_wrapper .select, .select_wrapper_pb .select {
  position: absolute;
  top: 26px;
  left: -1px;
  display: none;
  width: 400px;
  height: 200px;
  border: solid 1px #aaa;
  background: #fff;
  overflow: auto;
  display: none;
}

.select ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-size: 10px;
  display: none;
}

.select ul li {

}

.select ul li a {
  display: block;
  padding: 5px;
  color: #000;
  display: none;
}

.select ul li a:hover {
  text-decoration: none;
  background: #007bc3;
  color: #fff;
  display: none;
}

#bt-busca {
  vertical-align: bottom;
  display: none;
}

/* Impressora */

#printer {
  position: relative;
  text-align: right;
  height: 5px;
  display: none;
}

/* Footer */

#footer {
  width: 970px;
  height: 50px;
  background: url(../img/barrainferior.png) no-repeat;
  padding: 2px 20px 0px 0px;
  display: none;
}

#menu-footer {
	background: #FFFFFF;
	height: 40px;
	margin: 0 auto;
	padding: 5px 0px 0px 0px;
	text-align: center;
	font-size: 11px;
	color: #000000;
	display: none;
}


#menu-footer p {
	margin: 0 auto;
	text-align: center;
	line-height: normal;
	font-size: 10px;
	color: #000000;
	display: none;
}

#menu-footer a {
	color: #000000;
	text-decoration: none;
    margin: 0px 10px;
	display: none;
}

#menu-footer a:hover {
	color: #549900;
	text-decoration: underline;
	display: none;
}

#botaovoltar {
	background: #FFFFFF;
	margin: 0 auto;
	text-align: right;
	font-size: 11px;
	color: #000000;
	display: none;
}


#botaovoltar p {
	margin: 0 auto;
	text-align: right;
	line-height: normal;
	font-size: 10px;
	color: #000000;
	display: none;
}

#botaovoltar a {
	color: #000000;
	text-decoration: none;
	display: none;
}

#botaovoltar a:hover {
	color: #549900;
	text-decoration: underline;
	display: none;
}
