  table.tableizer-table {
  border: 1px solid rgb(27,57,68); 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  max-width: 100%;
  width: 100%;
  text-align: center;
  vertical-align: center;
  margin-bottom: 10px;
  min-width: 270px;
  line-height: 20px;
} 
.tableizer-table td {
  padding: 4px;
  margin: 3px;
  border: 1px solid rgb(27,57,68);
}
.tableizer-table td:hover{
  background-color: white;
}
.tableizer-table th {
  background-color: rgb(15,36,62); 
  color: #FFF;
  font-weight: bold;
  font-size: 1.5em;
  padding: 0.5em;
  text-align: center;
}
.tableizer-table tr:hover{
  background-color: none;
}
table.menu th{
  color:rgb(15,36,62);
  background-color: transparent;
}
table.menu td{
  border: 0px solid green;
  width: 50%;
}
table.menu tr{
  border: 0px solid green;
}
table.menu{
  border: 0px solid green;
}
.menu tr:hover{
  background-color:transparent;
}
.menu a:hover{
  font-weight: 700;
}
.menu a{
  text-decoration: none;
}
.glypderecha{
  width: 1em;
  position: relative;
  left: 1em;
  margin-right: -1em;
  height: 1em;
  
}
tr.tableizer-firstrow th{
  background-color:rgb(44,62,80);
}
th.pos{
background-color: rgb(44,62,80);
}
th.puntos{
background-color: rgb(44,62,80);
}
th.user{
background-color: rgb(44,62,80);
}
.glypizquierda{
  width: 1em;
  position: relative;
  left: -2em;
  margin-right: -1em;
}
th.pos{
width: 20%;
font-weight: lighter;
border: solid 1px;
line-height: 12px;
font-size: 1.5em;
}
th.puntos{
width: 20%;
font-weight: lighter;
border: solid 1px;
line-height: 12px;
font-size: 1.5em;
}
th.user{
width: 60%;
font-weight: lighter;
border: solid 1px;
line-height: 12px;
font-size: 1.5em;
}
tr.tableizer-firstrow{
  line-height: 18px;
  font-weight: lighter;
}