.table th {
  padding: 5px;
  font-size: 12px;
  background-color: #eeeeee;
  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: #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;
}

.boton{
  font-size: 12px;
  font-family: Times New Roman, Arial;
  font-weight: bold;
  color: white;
  background: #eeeeee;
  border:0px;
  width:80px;
  height:19px;
}

SELECT {   
   font-size: 12pt;
   font-family: Times New Roman, Arial;
   color: #2e86c1;
}

TEXTAREA {
    resize: none;
}