
table.planetas {
  border: 0px solid #1C6EA4;
  background-color: #bbbbbb;
  width: 175px;
  text-align: left;
  border-collapse: collapse;
}
table.planetas td, table.planetas th {
  border: px solid #bbbbbb;
  padding: 0px 0px;
  font-family: Arial, Verdana, Sans Seriff;
}
table.planetas tbody td {
  width: 350px;
  height: 350px;
  font-size: 13px;
  font-family: Arial, Verdana, Sans Seriff;
}
table.planetas tr:nth-child(even) {
  background: #bbbbbb;
}
table.planetas thead {
  background: #bbbbbb;
  background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  border-bottom: 0px solid #444444;
  font-family: Arial, Verdana, Sans Seriff;
}
table.planetas thead th {
  font-size: 15px;
  font-weight: bold;
  color: #bbbbbb;
  border-left: 0px solid #D0E4F5;
  font-family: Arial, Verdana, Sans Seriff;
}
table.planetas thead th:first-child {
  border-left: none;
}
table.planetas tfoot {
  font-size: 14px;
  font-weight: bold;
  font-color: #cccccc;
  font-family: Arial, Verdana, Sans Seriff;
}
table.planetas tfoot td {
  font-size: 12px;
  color: #cccccc;
  font-family: Arial, Verdana, Sans Seriff;
}

a:link {
  color: #cccccc;
  font-family: Arial, Verdana, Sans Seriff;
  font-size: 12px
  
}
a:visited {
  color: #cccccc;
  font-family: Arial, Verdana, Sans Seriff;
  font-size: 12px
}
a:hover {
  color: #ffffff;
  font-family: Arial, Verdana, Sans Seriff;
  font-size: 12px
}
a:active {
  color: #ffffff;
  font-family: Arial, Verdana, Sans Seriff;
  font-size: 12px
}