<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.divRecuadro.cssPoliticas .SubTitle {
    background: #ffffff;
    color: #69085a;
    font-size: 20px !important;
    text-align: center;
    padding: 10px 0;
}

.divRecuadro.cssPoliticas .Content{
    font-size: 16px;
}

.divRecuadro.cssPoliticas .Content h4 {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-transform: uppercase;
}

.divRecuadro.cssPoliticas .Content p{
    color: #454545;
    margin-bottom: 15px;
}

.divRecuadro.cssPoliticas .Content ul{
    margin-left: 25px;
    margin-bottom: 15px;
}

.divRecuadro.cssPoliticas .Content li {
    list-style-type: none;
    margin-bottom: 10px;
}

main {
    background: #FFF;
    overflow: hidden;
}

.Content {
    margin: 0 20px;
}

.divRecuadro.cssPoliticas .Content .numeric-list li {
    list-style-type: decimal;
}

.divRecuadro.cssPoliticas .Content .letter-list li {
    list-style-type: lower-latin;
    margin-bottom: 0px;
}</pre></body></html>