<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

.FondoTrans{
     display: none;
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: #000;
     z-index:1001;
     opacity:.60;
     -moz-opacity: 0.60;
     filter: alpha(opacity=60);
}

.Ventanita {
     -moz-border-radius: 10px;
     -moz-box-shadow:0px 0px 20px #ccc;
     border:3px solid #424242;
     display: none;
     position: absolute;
     top: 10%;
     left: 5%;
     width: 900px;
     padding: 5px;
     background: #fff;
     color: #333;
     z-index:1002;
     overflow: auto;
}</pre></body></html>