/* ELIMINO BACKGROUND BODY */


#overlay_html{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:90;   
    background-color:#DBDBDB;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
    }
#overlay_html[id]{ /* IE6 and below Can't See This */
    position:fixed;
    }


.lightbox_html{
    width:760px;
    background:#fff;
    padding:5px 10px;
    border:10px solid #999999;
	height: 500px;

}

.lightbox_html #close{
    position:absolute;
    top:0px;
    right:-37px;
    cursor:pointer;
}


