<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#logo{
    width: 150px;
}
#main-container{
    margin: 2rem 7rem 0 7rem;
}
#divider{
    color: #840E08;
    height: 4px;
    margin: 0 auto 1rem auto;
}
.title{
    margin-top: 2rem;
}
.title h4{
    font-size: 1.9rem;
    font-weight: bold;
}
.title h5{
    font-size: 1.8rem;
}
.title h4,
.title h5{
    margin-left: 2rem;
}
.table thead{
    background-color: #E02401;
    color: #fff;
    text-align: center;
}
#table-container{
    margin: 1.5rem 1.5rem auto 1.5rem;
}
.pdf-img{
    width: 20px;
}
#logo-container{
    text-align: center;
}
.convocatoria{
    text-align: center;
}
.convocatoria p{
    font-weight: bold;
}
@media (min-width: 300px) and (max-width: 1200px){
    #main-container{
        margin: auto auto;
    }
    #logo{
        width: 100px;
    }
    .title h4{
        font-size: 1.2rem;
    }
    .title h5{
        font-size: 1.1rem;
    }
    #divider{
        height: 4px;
    }
    #table-container{
        margin: auto auto;
    }
}</pre></body></html>