.bton-sencillo {
    font-size:10px; text-decoration: underline; background-color: rgba(255,255,255, 0); color:#FFF; text-align: center; display: block; padding: 5px 0;
    -webkit-appearance:none;
    -moz-appearance:    none;
    appearance:        none;
    border: none;
    width: 100%;
    padding: 30px 0;
}

table {
    border-spacing: 0;
}
table td {
    text-align: center;
    font-family: 'Roboto', sans-serif;
}
    
table thead {
    background: #363941;
    color: #fcb727;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}
    
table thead th {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    border: 0 !important;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent;
}

.dropdown {
    position: relative;
    display: inline-block;
}
  
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #000000;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #061826;
}