<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body {

}

.moverEntreAvisos {
    background-color: #fff;
    cursor: pointer;
    text-align: center;
    font-size: 12pt;
}

.alinear {
    vertical-align: middle;
    text-align: justify;
}

.widthTd {
    width: 100%;
    display: -webkit-inline-box !important;
}

.moverEntreAvisos:hover {
    background-color: #f0f0f0;
}

.ulRespuestas{
    margin-left:-20px;
}

.estilo_tabla{
    max-width: 700px !important;
}</pre></body></html>