/* POPUP */
#fundo_popup{
  position: fixed;
  visibility: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #333;
  opacity:0.7;
  alpha(opacity=70);
  -moz-opacity:0.7;
  filter: alpha(opacity=70);
  z-index: 199;
}

#popup{
  position: absolute;
  visibility: hidden;
  left: 50%;
  top: 50%;
  z-index: 200;
  text-align: right;
}
#imagem_popup{

}
#fecha_popup{
  display: table;
  font-size: 10px;
  color: #FFF;
  font-weight: bold;
  width: 100%;
  margin-bottom: 3px;
  cursor: hand;
  cursor: pointer;
}
#texto_fecha_popup{
  float: right;
  margin-right: 5px;
  cursor: hand;
  cursor: pointer;
}
#x_fecha_popup{
  float: right;
  border: 1px solid #FFF;
  padding: 2px;
  font-size: 8px;
  width: 8px;
  height: 8px;
  text-align: center;
  cursor: hand;
  cursor: pointer;
}
