html, body {
  height: 100%;
  font-family: "trebuchet ms", Trebuchet, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #989898;
  margin-left:10px;
}

h1 {
  font-size: 15pt;
  letter-spacing: -1px;
  color: #A27CD5;
}

a {
  text-decoration:none;
  color:#989898;
}

b {
  font-weight:bold;
}

.botones {
  font-family: "trebuchet ms", Trebuchet, Arial, Helvetica, sans-serif;
  font-size: 9pt;
  color: #000000;
}


.inputtext {
  font-family: "trebuchet ms", Trebuchet, Arial, Helvetica, sans-serif;
  font-size: 9pt;
  color: #000000;
  border: 1px solid #999999;
}


.top {
  height:100px;
  padding:6px;
  background-color: #FFCC99;
  color: #FFFFFF;
}

.bottom {
  color:#CCCCCC;
  font-size: 8pt;
  height:20px;
  padding:1px;
  text-align:center;
}


.content {
  width:600px;
  height:100%;
  padding:6px;
  padding-left:10px;
  padding-right:10px;
  text-align:left;
  background-color: #FFFFFF;
}

.content a{
  color: #989898;
  text-decoration: underline;
}

.content a:hover{
  color:#989898;
  text-decoration: underline;
}

.content2 {
  width:720px;
  height:100%;
  padding:6px;
  padding-left:10px;
  padding-right:10px;
  text-align:left;
  background-color: #e5e5e5;
}

.content2 a{
  color: #000000;
  text-decoration: underline;
}

.content2 a:hover{
  text-decoration: underline;
  color: #ff0000;
}

.bloque{
  font-size: 9pt;
  background-color: #ffffff;
  color: #000000;
  width: 745px;
  border: 1px solid #999999;
  /*-moz-border-radius:9px;*/
}

.bloque_header{
  font-size: 9pt;
  background-color: #e50000;
  color: #ffffff;
  width: 745px;
  height:20px;
  cursor:pointer;
  font-weight: bold;
  padding-left:4px;
}

