
#manybox { position: absolute; top: 0; left: 0; z-index: 10000; text-align: left;}
#manybox .popup { position: relative; z-index: 10000;}
#manybox table { border-collapse: collapse; z-index: 10000;}
#manybox td { border-bottom: 0; padding: 0; z-index: 10000;}
#manybox a { color: #0a8bc0; z-index: 10000;}
#manybox .site-mensaje { padding: 20px; color: #000; font-size: 12px; text-align:center; line-height: 22px; }
#manybox .logo-marca { padding: 30px 20px 0px 20px; color: #000; font-size: 12px; text-align:center; line-height: 22px; }
#manybox .celeste { color: #65B3C7; }
#manybox .titulo { font-size: 19px; }
#manybox .texto-chico { font-size: 9px; margin-top: 20px; text-align: left; }
#manybox .body { padding: 10px; background: #f5f8fa; width: 370px; -moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; border-radius: 10px; }\
#manybox .loading { text-align: center; }
#manybox .image { text-align: center; }
#manybox img { border: 0; margin: 0; }
#manybox .footer { border-top: 1px solid #d1e0ea; padding-top: 5px; margin-top: 10px; text-align: right; }
#manybox .tl, #manybox .tr, #manybox .bl, #manybox .br { height: 10px; width: 10px; overflow: hidden; padding: 0; }
#manybox_overlay { position: fixed; top: 0px; left: 0px; height:100%; width:100%; }
.manybox_hide { z-index:99; }
.manybox_overlayBG { background-color: #000; z-index: z-index:999; }
* html #manybox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
