BODY {
   font:normal 1em sans-serif,'trebuchet ms',arial,verdana;
   background:#f3f3f3;
   margin:0;
   padding:0;
}
H2 { margin:5px 0; color: #ff4000; letter-spacing:-1px; }
div#headerline {
   width:756px;
   margin:10px auto 0 auto;
   height:5px;
   background: url(topbg.jpg) no-repeat top;
   padding:0;
   font-size:.1em;
}
div#footerline {
   width:756px;
   margin:0 auto 15px auto;
   height:7px;
   background: url(bottombg.jpg) no-repeat bottom;
   padding:0;
   font-size:.1em;
}
div#contenedor {
   width:756px;
   margin:0 auto;
   padding:0;
   background: url(middlebg.jpg) repeat-y;
}
div#content {
   padding:15px;
}

/* menu */

div#menu {
   font-variant: small-caps;
   letter-spacing: 2px;
   border-bottom:1px solid #f3f3f3;
   font-weight:bold;
}
div#menu UL {
   list-style-type:none;
   margin:0; padding:0;
   height:26px;
}
div#menu UL LI {
   display: inline;
}
div#menu UL LI A {
   color: #333;
   text-decoration: none;
   padding:2px 5px;
}
div#menu UL LI A:HOVER {
   color: #ff6600;
   text-decoration: underline;
   background: #f3f3f3;
}


    div#addclienttag {
       font-size:small;
       text-align: right;
       font-weight:bold;
       text-decoration: underline;
       cursor: pointer;
    }
    div#addclient {
       display: none;
    }

    table.inputdata {
       background: #f3f3f3;
       padding:10px;
       border-bottom:1px solid #c0c0c0;
       border-right:1px solid #c0c0c0;
    }
    table.inputdata INPUT {
       font-size:1.1em;
       color:#666;
    }
    table.inputdata A {
       color: #990000;
    }
    table.inputdata SMALL {
       color:#666;
    }
    table.inputdata TD {
       padding-bottom:10px;
    }

    table#dumpdata {
       width:100%;
    }
    table#dumpdata TD {
       border-bottom:1px solid #f3f3f3;
       border-right:1px solid #d9d9d9;
       padding:2px;
       font-size:.9em;
    }
    table#dumpdata TH {
       background:#333;
       color:#f3f3f3;
    }

    div#costo {
       color: #990000;
       font:normal 1.2em arial;
       text-align: right;
       background:#fff;
    }
SUP {
font-weight: bold;
color:#990000;
}
H1 {
   color:#990000;
   text-align: center;
   letter-spacing:-1px;
}
