
body{
    background: rgb(255,255,255);
    background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 65%, rgba(13,101,193,0.2455357142857143) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 65%, rgba(13,101,193,0.2455357142857143) 100%);
    background: linear-gradient(90deg, rgba(255,255,255,1) 65%, rgba(13,101,193,0.2455357142857143) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#0d65c1",GradientType=1);
    font-size: 1.8em;
}

.no-vertical-margin {
    margin-bottom: 0px !Important;
    margin-top:  0px !Important;
}

.container-ejemplo thead {
    font-size: 0.8em;
    color: #777
}

.container-ejemplo table > tbody > tr > td:nth-child(1) {
    font-size: 0.8em;
    color: #777
}

/*.reglamento li{
    font-size: 16px
}*/

.linea-div {
    height: 2px;
    width: 100%;
    border-radius: 2px;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(270deg, rgba(255,255,255,0) 17%, rgba(13,101,193,0.9766281512605042) 100%);
    background: -webkit-linear-gradient(270deg, rgba(255,255,255,0) 17%, rgba(13,101,193,0.9766281512605042) 100%);
    background: linear-gradient(270deg, rgba(255,255,255,0) 17%, rgba(13,101,193,0.9766281512605042) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#0d65c1",GradientType=1);
}
.linea-div-2 {
    height: 2px;
    width: 100%;
    border-radius: 2px;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(270deg, rgba(255,255,255,0) 17%, rgba(214,0,0,1) 100%);
    background: -webkit-linear-gradient(270deg, rgba(255,255,255,0) 17%, rgba(214,0,0,1) 100%);
    background: linear-gradient(270deg, rgba(255,255,255,0) 17%, rgba(214,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#d60000",GradientType=1);
}

p {
    text-indent: 20px;
}