.table th {
  padding: 5px;
  font-size: 12px;
  background-color: #001a94;
  background-repeat: repeat-x;
  color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-color: #FFFFFF;
  border-bottom-color: #FFFFFF;
  font-family: Times New Roman, Arial;
  text-transform: uppercase;
}

.table td {
  padding: 5px;
  font-size: 12px;
  background-color: #FFFFFF;
  background-repeat: repeat-x;
  color: #000000;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-color: #000000;
  border-bottom-color: #000000;
  font-family: Times New Roman, Arial;
  text-transform: uppercase;
}

.button {
  border: 1px solid #001a94; /*anchura, estilo y color borde*/
  padding: 3px;              /*espacio alrededor texto*/
  background-color: #ffffff; /*color boton*/
  color: #001a94;            /*color texto*/
  text-decoration: none;     /*decoracion texto*/
  text-transform: uppercase; /*capitalizacion texto*/
  font-family: Times New Roman, Arial; /*tipografia texto*/
}