td.col1 { background: -webkit-linear-gradient(top, #ffffff, #dcdcdc);  }

tr.col1 { background: -webkit-linear-gradient(left, rgba(242,246,248,1) 0%,rgba(216,225,231,1) 82%,rgba(181,198,208,1) 107%,rgba(224,239,249,1) 142%);  }
tr.mx { background: -webkit-linear-gradient(left, rgba(241,231,103,1) 40%,rgba(254,182,69,1) 140%); }
tr.luz { background: -webkit-linear-gradient(left, rgba(243,197,189,1) 37%,rgba(229,157,139,1) 85%,rgba(232,108,87,1) 100%,rgba(199,34,0,1) 100%,rgba(232,108,87,1) 100%);}
tr.top { background: -webkit-linear-gradient(left, rgba(238,238,238,1) 70%,rgba(204,204,204,1) 100%); }

.tabs_box {
    width: 100%;
}

#tab2, #tab3 {
    display: none;
}

.tabs_menu {
    display: table-row;
}

.tabs_menu li {
    display: table-cell;
    width: auto;
}

.tabs_menu li a {
    display: table-cell;
    width: 2000px;
    text-align: center;
    text-decoration: none;
    background: #f8f8f8;
    color: #292929;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #fff;
    padding: 2px 0;
    font-family: mx1925;
    font-size: 19px;
}

.tabs_menu li:first-child a {
    border-left: 0;
}

.tabs_menu .active {
    background: linear-gradient(to top, rgba(41,137,216,1), rgba(30,87,153,1));
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #fff;
    color: #fff;
    font-family: mx1925;
    font-size: 19px;
}

	@media screen and (max-width: 480px) {
    .mob {
           display:none;  }
           }