﻿.rblEstilos label {
    padding: 3px 5px;
    background: #f6f6f6;
    border-radius: 3px;
    border: 1px solid #dcdcdc;
    width: 100%;
}

.rblEstilos tbody tr td {
    width: 20%;
    text-align: center;
}

.rblEstilos label:hover {
    background: #eaeaea;
}

.rblEstilos input {
    display: none;
}

.rblEstilos input[type="radio"]:checked + label {
    background-color: #007bffe6 !important;
    border: 1px solid #057eb5d1;
    color: white;
}
