div.jqZoomTitle
{
  z-index: 5000;
  text-align: center;
  font-size: 11px;
  font-family: Tahoma;
  height: 16px;
  padding-top: 2px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  color: Orange;
  background: #999;
}

.jqZoomPup
{
  overflow: hidden;
  background-color: #FFF;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity = 60);
  z-index: 10;
  border: 1px solid #CC6600;
  cursor: url(../img/zoomin.cur), default;
}

.jqZoomPup img
{
  border: 0px;
}

.preload
{
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity = 80);
  color: #333;
  font-size: 12px;
  font-family: Tahoma;
  text-decoration: none;
  border: 1px solid #CCC;
  background-color: white;
  padding: 8px;
  text-align: center;
  background-image: url(../img/zoomloader.gif);
  background-repeat: no-repeat;
  background-position: 43px 30px;
  width: 90px; *width:100px;
height:43px;
*height:55px;
z-index:10;
position:absolute;
top:3px;
left:3px;

}

.jqZoomWindow
{
  border: 1px solid #CC6600;
  background-color:White;
  background-image: url(/img/icons/loading.gif);
  background-repeat:no-repeat;
  background-position:center;
  /*background-color: Orange;*/
}

.imgPrincipal
{
  /*display: none;*/
}
#content_image
{
  width: 300px;
  height: 300px;
}
.modal-overlay
{
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #FFF;
  display: none;
}

#loading_img_principal
{
  width: 300px;
  height: 300px;
  background-image: url('/img/icons/loading.gif');
  background-repeat: no-repeat;
  background-position: center;
}

