header, footer{
  display: none;
}

#content{
  position: fixed;
  left: 0;
  top: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg.jpg);
  background-color: white;
}
#menu_tribunais{
  background-color: white;
  padding: 10px;
  height: 103px;
  overflow: hidden;
  border-bottom: 2px solid #d4b764;
}
body{
  background-color: #d4b764;
  background-image: none;
  overflow: hidden;
}
html{
  overflow: hidden;
}


.tribunais{
 float: left;
 margin: 0 10px;
}

#tribunais{
  position: absolute;
  top: 125px;
  left: 0;
  /*background: white;*/
  background-image: url(../img/whitepx.png);
  z-index: 10;
  width: 100%;
}
#tribunais > div{
  z-index: 15;
}
#iframe_tribunais{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 125px;
  left: 0;
}
.iframe_tribunais.acive_iframe{
  background-color: white;
}

#caminho{
  color: #666;
  margin-left: 20px;
  line-height: 50px;
  font-size: 16px;
  display: block;
}
#caminho a{
  float: none;
}