.table-header
{
    background-color: #d1d1d1;
    color: #4d4d4d;
}

.title
{
    font-size: 25px;
}

.table-subheader
{
    background-color: #e74c3c;
    color: white;
    padding: 10px 20px;
    font-family: "Trebuchet MS";
    font-weight: bold;
}

.table-body
{
    background-color: #ecf0f1;
}

.body-big-message
{
    font-family: "Trebuchet MS";
    font-size: 38px;
    font-weight: bold;
    color: #e74c3c;
}

.body-message
{
    font-family: "Trebuchet MS";
    font-size: 15px;
    font-weight: bold;
    color: #333333;
}

.normal-text
{
    font-family: "Trebuchet MS";
    color: #636363;
    font-size: 15px;
}

.access-link
{
    font-family: "Trebuchet MS";
    color: #999999;
    font-size: 20px;
}
.access-link-destacado
{
    font-family: "Trebuchet MS";
    color: #333333;
    font-size: 20px;
}

.table-dark
{
    background-color: #bdc3c7;
}
.table-darker
{
    background-color: #454545;
}
.table-darkest
{
    background-color: #252525;
    color: #c8c8c8;
    font-family: "Trebuchet MS";
    font-size: 12px;
}

.body-title
{
    font-family: "Trebuchet MS";
    font-size: 20px;
    color: #777777;
}

.text-tips-title
{
    font-family: "Trebuchet MS";
    font-size: 15px;
    color: #e74c3c;
    text-align: left;
    font-weight: bold;
}

.text-tips-explain
{
    font-family: "Trebuchet MS";
    font-size: 14px;
    color: #7d7d7d;
    text-align: left;
}

.table-main-body
{
    background-color: #f8f8f8;
}

.table-access-data
{
    background-color: white;
}