
ul.columnsMenu{
  border: solid white 1px;
  list-style-type : none;
  background-color : darkblue;
  padding: 10px;
  font-family: courier;
  font-weight: normal;
  margin: 0;
}

a.toggleLink{
  color: white;
  white-space: nowrap;
}


table.dynamic{
  width:100%;
  border: none;
  border-collapse:collapse; /* equivalente a cellspacing="0" en HTML */
}
table.dynamic thead{
  background-color: #efefef;
}
table.dynamic th{
  text-align: center;
}
table.dynamic td{
  padding: 1px;
  margin: 0px;
}
tr.rowHover{
  background-color: #efefef;
}


