.titol { font-family: Arial; font-size: 18px; font-weight: bold; color:#666666; }
.subtitol { font-family: Arial; font-size: 14px; font-weight: bold; color:#666666; }
.content { font-family: Arial; font-size: 12px; font-weight: normal; color:#666666; padding:20px;  }
.content  h1 { font-size: 16px; font-weight: bold; color:#666666; }
.content  h2 { font-size: 12px; font-weight: bold; color:#00a5d5; }
.content  h3 { font-size: 12px; font-weight: bold; color:#ce035c; }
.divBoto { width:161px; height:116px; border:1px solid #cccccc; background-image:url(img/fons1.gif); background-repeat:no-repeat; padding:10px 20px; }
.divBoto a { font-family: Arial; font-size: 12px; font-weight: bold; text-decoration:none; color:#666666; font-weight: bold;}
.divBoto a:hover { color:#000000; }
.divline { height:8px; }
#form tr { height:30px; }
input, select, textarea  { font-family: Arial; font-size:8pt; font-weight:normal; color:#666666; }
img { border:none; }
#cont {float:left; width:650px; padding:15px; }
#botons {position:fixed; left:720px; top:190px; width:200px; }

/* Don't do this at home */
  * html
    {
    overflow-y: hidden;
    }
  * html body
    {
    overflow-y: auto;
    height: 100%;
    font-size: 100%;
    }
  * html div#botons
    {
    position: absolute;  
    }
  /* All done. */