/* POPUP */
#fundo_ampliacao{
  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: 99;
}

#frame_ampliacao{
  position: fixed;
  visibility: hidden;
  left: 50%;
  top: 50%;
  z-index: 100;
  text-align: right;
}
#content_frame_ampliacao{
  width: 100%;
  height: 100%;
}
#fecha_ampliacao{
  position: absolute;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background: url("../images/layout/icon_fechar.png") no-repeat center top;
  cursor: hand;
  cursor: pointer;
  z-index: 101;
}
