.guiatallasTabla .table {
    margin-bottom: unset;
    text-align: center;
    white-space: nowrap;
    /*border-collapse: separate;
    border-spacing: 0 5px;*/
}

.guiatallasTabla .table th{
    background: #2e90bdb8;
    border: #2e90bdb8;
    color: #FFFFFF;
    text-align: center;
}
.guiatallasTabla .table tr td, .guiatallas .table tr th{
    border: none !important;
}

.guiatallasTabla .table-striped tbody tr:nth-child(odd) {
    background-color: #F0F0F0;
}
.guiatallasTabla .table-striped tbody tr:nth-child(even) {
    background-color: #F9F9F9;
}

body#cms.content_only {
    margin: 10px;
}

body#cms.content_only .guiatallasTabla {
    overflow-x: auto;
}

hr.guiatallas{
    height: 4px;
    color: #2e91be;
    background-color: #2e91be;
    border:none;
    margin: 0 0 10px 0;
}
h2.guiatallas{
    color: #2e91be;
    font-size: 16px;
    margin-top: 21px;
}
.btn-guiatallas {
    border: 1px solid #EAEAEA;
    border-radius: 5px;
    padding: 5px 10px;
    white-space: nowrap;
    display: inline-block;
    margin-bottom: 5px;
}

#banpromoheader{display: none;}