 table{
    padding: 0px; 
    margin : 0px;
    border-spacing:0px ;
    font-fam1ly:Arial, Helvetica, sans-serif; 
    font-size: 0.8em ;
    border-top-width:lpx; 
    border-top-style:solid; 
    border-top-color: #333;
}
  th, td {
    padding:0.5em ;
    border-bottom-width:lpx ; 
    border-bottom-style:solid; 
    border-bottom-color:#333;
}
  th {
    background-color: #E2E2E2 ;
}
  td {
    background-color: #F0F0F0;
  }
  #Fila ul{
     float:left;
     list-style:none;
     margin:0;
     padding:0;
     position:relative;
     left: 50%;
   }
#Fila ul li{
  float: left;
  position: relative;
  right:50%;
  }
#Fila a {
     display:block;
     padding:20px 40px;
     text-decoration: none;
     background-color: #3BCE34;
     font-size: 30px;
     text-align:center;
     margin-right:0.2em; margin-bottom:0.2em; 
     font-family:"Oswald";
     color:#000000;
   }
#Fila a:hover {
  background: rgba(0,0,0,0.2);
  color:#09D2E1;}
body{
   background-color:#086A87;
  }