
h1 * #tablanueva {
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
  margin-bottom: 15px;
}
#tablanueva * .table{
  width:100%;
  table-layout: fixed;
}
.tbl-header{
  background-color: rgba(255,255,255,0.3);
 }
.tbl-content{
  height:100%;
  overflow-x:auto;
  margin-top: 0px;
  border: 0px solid rgba(255,255,255,0.3); /* grosor linea tabla */
}
th{
  padding: 9px 25px;
  text-align: left;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}
td{
 padding: 15px 0px 15px 15px;
    text-align: left;
    vertical-align: middle;
    font-size: 13px;
    font-size: 14px;
    color: #fff;
    border-bottom: solid 1px rgba(255,255,255,0.1);
}

.td{
/* padding: 15px 0px 15px 15px;*/
     padding: 4px 0px 6px 4px;
    text-align: left;
    vertical-align: middle;
   
    font-size: 18px;
    color: #FFF;
    border-bottom: solid 2px rgba(255,255,255,0.2);
}



section * #tablanueva {
  padding-top: 0px;
    padding-bottom: 0px;
    overflow: hidden; height: 100%
}


/* follow me template */
.made-with-love {
  margin-top: 40px;
  padding: 10px;
  clear: left;
  text-align: center;
  font-size: 10px;
  font-family: arial;
  color: #fff;
}
.made-with-love i {
  font-style: normal;
  color: #F50057;
  font-size: 14px;
  position: relative;
  top: 2px;
}
.made-with-love a {
  color: #fff;
  text-decoration: none;
}
.made-with-love a:hover {
  text-decoration: underline;
}


/* for custom scrollbar for webkit browser*/

::-webkit-scrollbar {
    width: 16px;
} 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
} 
::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(246,245,245,0.9); 
}