body{
    background: #bebebe !important;
    margin: 0px !important;
}

.content {
    height: 100%;
    background: rgb(255, 255, 255);
    margin: 0px 30px;
    text-align: center;
}

.content img {
    width: 14%;
    margin-top: 10px;
}

.content p {
    color: #254072;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 800;
    font-size: 30px;
    text-transform: uppercase;
    margin: 10px 0px 0px 0px;
}

.content .contents {
    margin: 0px 150px;
    text-align: justify;
    line-height: 1,25px;
}

.content .contents p.title {
    color: #254072;
    font-weight: 900;
    margin-top: 40px;
    border-top: 4px solid rgb(207,207,207);
    padding-top: 20px;
    font-size: 25px;
    text-align: center;
}

.contents p.stitle {
    color: #373b53;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 21px;
}

.contents p.sstitle, 
 ul li {
    color: #464646;
    font-size: 17px;
    font-weight: 600;
    text-transform: none;
}

ul li b,
.sstitle b,
.categoria b{
    font-weight: 800;
    color: #303030;
}

.contents p.sstitle span,
.categoria span, 
.stitle span{
    color: #254072;
    font-weight: 800;
}

p.categoria {
    margin-top: 25px;
    color: #303030;
    font-size: 17px;
    margin-bottom: 0px;
}

::-webkit-scrollbar-track {
    background: rgb(207, 207, 207);
}

::-webkit-scrollbar-thumb {
    background: #fff;
    border: 1px solid rgb(207, 207, 207);
}

::-webkit-scrollbar {
    width: 6px;
}

ul.g li{
    list-style: none;
}

table{
    margin-top: 25px;
}

thead,
thead tr{
    background: #254072 !important;
    color: #fff;
}

tr{
    background: #e9e7e7;
}

td,th{
    border: 1px solid #254072 !important;
}