* {  font-family: Tahoma;
  font-size: 11px;
}
a {
  color:#313031;
  text-decoration:underline
}
a.panel {
  color: #336600;
  text-decoration: none;
}
a:hover {  color:black;
}
a.agregar {  font-weight: bold;
}
img {  border: 0;
}
input {  border: 1px solid #cccccc;
}
select, textarea {  border: 1px solid #cccccc;
}
input.radio {  width:15;
  border: 0;
}
input.checkbox {  width:15;
}
form {  margin: 0px;
}
td.titulo {  height: 20px;
  background-color: #FFFFCC;
  text-align: center;
  font-weight: bold;
}
td.categoria {  height: 30px;
  background-color: #FF6666;
  text-align: center;
  font-weight: bold;
}
tr.aviso1 {
  background-color: #FFFFFF;
}
tr.aviso2 {
  background-color: #EAEAEA;
}
tr.rubro1 {
  background-color: #FFFFFF;
}
tr.rubro2 {
  background-color: #EAEAEA;
}
td.rotulo {
  vertical-align: top;
  font-weight: bold;
  white-space: nowrap;
}
tr.tira {
  height: 30px;
  background-color: #EAEAEA;
}
span.destacado {
  font-weight: bold;
  color: red;
}