/* Last-Modified: 28/06/06 00:08:22 */
#GB_overlay {
    background-color: transparent;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 100;
}

#GB_window {
    left: 0;
    top: 0;
    font-size: 1px;
    position: absolute;
    overflow: visible;
    z-index: 150;
}

#GB_fondo{width:500px;padding:20px 0 20px 20px;background:transparent url(fondo.png) no-repeat 0 0;}

#GB_window .content {
    width: auto;
    margin: 0;
    padding: 0;
}

#GB_frame {
    width:100%;
    height:100%;
    padding:0;
    border: 0;
    margin: 0;
    padding: 0;
    /*overflow:hidden;*/
    white-space: nowrap;  
}

#loading {
      padding-top: 50px;
      position: absolute;
      width: 100%;
      top: 0;
      text-align: center;
      vertical-align: middle;
}

.GB_Gallery {
    margin: 0 22px 0 22px;
}

.GB_header {
    top: 10px;
    left: 0;
    margin: 0;
    z-index: 500;
    position: absolute;
    height: 22px;
}

.GB_header .inner {
    background-color: #333;
    font-family: Arial, Verdana, sans-serif;
    padding: 2px 20px 2px 20px;
}

.GB_header table {
    margin: 0;
    width: 100%;
    border-collapse: collapse;
}

.GB_header .middle {
    white-space: nowrap;
    text-align: center;
}

#GB_middle {
    color: #eee;
}

#GB_middle img {
    cursor: pointer;
    vertical-align: middle;
}

#GB_middle .disabled {
    cursor: default;
}

#GB_middle .left {
    padding-right: 10px;
}

#GB_middle .right {
    padding-left: 10px;
}

.GB_Window .header {
    margin:0 0 0 -10px;
    height: 22px;
    font-family:arial;
    font-size: 18px;
    padding:3px 0;
    color: #333;
}

.GB_Window .header td{padding-bottom:10px;border-bottom:1px solid #edefee;}

.GB_Window .caption {
	text-align: left;
	font-weight:bold;
	padding-left:1.5em;
	background:transparent url(../../img/css/iconos/LogoTransparente.gif) no-repeat 15px 6px;
	color:#80c352;
	height:80px;
}

.GB_Window .close { 
	text-align: right; 
	cursor:pointer;
}

.GB_Window .close img {
  width:17px;
  height:16px;
  cursor: pointer;
  padding: 0 3px 0 0;
  z-index:100;
  position:relative;
}

.GB_Window .close span { 
    display:none
}