/* POPUP */
#popup{
  display: fixed;
  position: absolute;
  width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: 100;
}

#fecha_popup{
  position: fixed;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  margin-left: 270px;
  margin-top: -207px;
  cursor: hand;
  cursor: pointer;
  z-index: 102;
}
#fundo_popup{
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  
  opacity:0.8;
  filter:alpha(opacity=80); /* For IE8 and earlier */
  z-index: 100;
}

#imagem_popup{
  position: fixed;
  width: 500px;
  height: 375px;
  top: 50%;
  left: 50%;
  padding: 10px;
  margin-top: -197px;
  margin-left: -240px;
  background-color: #FFF;
  z-index: 101;
}
#imagem_popup img{
  cursor: hand;
  cursor: pointer;
}

#legenda_popup{
  position: fixed;
  display: table;
  width: 500px;
  height: 20px;
  top: 50%;
  left: 50%;
  padding: 10px;
  margin-top: 157px;
  margin-left: -240px;
  background-color: #FFF;
  color: #000;
  z-index: 101;
}


#coluna_esquerda{
  display: table;
  float: left;
  width: 414px;
}

#destaque{
  display: table
}

#titulo_destaque{
  margin-bottom: 30px;
}
#conteudo_destaque{
  display: table
}
.destaque_cliente1{
  border: 1px solid #d7d7d7;
  cursor: hand;
  cursor: pointer;
}
.destaque_cliente2{
  border: 1px solid #d7d7d7;
  margin-left: 18px;
  cursor: hand;
  cursor: pointer;
}
.destaque_servicos{
  border: 1px solid #9d9d9d;
}

#coluna_direita{
  display: table;
  float: right;
  width: 414px;
}

#bt_clientes{
  float: right;
  color: #FFF;
  font-weight: bold;
  background-color: #1b2f4a;
  border: 0px;
  margin-top: 10px;
  margin-right: 3px;
  
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
}
