<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 *  WRAP PLUGIN (updated)
 * ======================= */
div.dokuwiki div.plugin_wrap {
    overflow: hidden;
    min-height: 80px;
    margin-bottom: 1em;
    background-position: 10px 50%;
    background-repeat: no-repeat;
    color: #000000;
}

div.dokuwiki div.plugin_wrap p {
    margin-bottom: 6px;
}
div.dokuwiki div.plugin_wrap.wrap_centeralign{
    margin-bottom: 1em;
}
div.dokuwiki div.plugin_wrap.wrap_centeralign p:last-of-type {
    margin-bottom: 0;
}

div.dokuwiki div.plugin_wrap table {
    margin-top:10px;
    padding-bottom:10px;
}

div.dokuwiki div.wrap_center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

div.dokuwiki div.plugin_wrap div.wrap_title2,
div.dokuwiki div.plugin_wrap div.wrap_title {
    font-weight: bold;
}

div.dokuwiki div.plugin_wrap div.wrap_title {
    padding: 3px 2px 0 70px;
}

div.dokuwiki div.plugin_wrap .plugin_wrap {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0.5em;
}

div.dokuwiki div.plugin_wrap div.wrap_center,
div.dokuwiki.wrap_column div.plugin_wrap {
    margin-bottom: 0;
}

/* BOXES style icon
 * ------------- */
div.wrap_important,
div.wrap_info,
div.wrap_alert,
div.wrap_help,
div.wrap_example,
div.wrap_quote,
div.wrap_reflection,
div.wrap_questionary,
div.wrap_bibliography,
div.wrap_note,
div.wrap_construction,
div.wrap_download,
div.wrap_documents,
div.wrap_link,
div.wrap_activity,
div.wrap_process,
div.wrap_conclusions {
    padding:24px 30px 24px 90px !important;
    border: 4px solid !important;
    border-color: #f1f0f0 !important;
}

div.wrap_important {
    background: #f1f0f0 url('../images/wrap/important.png') no-repeat 10px 50% !important;
}
span.wrap_important {
    background: #f1f0f0 url('../images/wrap/buttons/important.png') no-repeat left center !important;
}
div.wrap_info {
    background: #f1f0f0 url('../images/wrap/info.png') no-repeat 10px 50% !important;
}
span.wrap_info {
    background: #f1f0f0 url('../images/wrap/buttons/info.png') no-repeat left center !important;
}
div.wrap_alert {
    background: #f1f0f0 url('../images/wrap/alert.png') no-repeat 10px 50% !important;
}
span.wrap_alert {
    background: #f1f0f0 url('../images/wrap/buttons/alert.png') no-repeat left center !important;
}
div.wrap_help {
    background: #f1f0f0 url('../images/wrap/help.png') no-repeat 10px 50% !important;
}
span.wrap_help {
    background: #f1f0f0 url('../images/wrap/buttons/help.png') no-repeat left center !important;
}
div.wrap_example {
    background: #f1f0f0 url('../images/wrap/example.png') no-repeat 10px 50% !important;
}
span.wrap_example {
    background: #f1f0f0 url('../images/wrap/buttons/example.png') no-repeat left center !important;
}
div.wrap_quote {
    background: #f1f0f0 url('../images/wrap/quote.png') no-repeat 10px 50% !important;
}
span.wrap_quote {
    background: #f1f0f0 url('../images/wrap/buttons/quote.png') no-repeat left center !important;
}
div.wrap_reflection {
    background: #f1f0f0 url('../images/wrap/reflection.png') no-repeat 10px 50% !important;
}
span.wrap_reflection {
    background: #f1f0f0 url('../images/wrap/buttons/reflection.png') no-repeat left center !important;
}
div.wrap_questionary {
    background: #f1f0f0 url('../images/wrap/questionary.png') no-repeat 10px 50% !important;
}
span.wrap_questionary {
    background: #f1f0f0 url('../images/wrap/buttons/questionary.png') no-repeat left center !important;
}
div.wrap_bibliography {
    background: #f1f0f0 url('../images/wrap/bibliography.png') no-repeat 10px 50% !important;
}
span.wrap_bibliography {
    background: #f1f0f0 url('../images/wrap/buttons/bibliography.png') no-repeat left center !important;
}
div.wrap_note {
    background: #f1f0f0 url('../images/wrap/note.png') no-repeat 10px 50% !important;
}
div.wrap_construction {
    background: #f1f0f0 url('../images/wrap/construction.png') no-repeat 10px 50% !important;
}
div.wrap_download {
    background: #f1f0f0 url('../images/wrap/download.png') no-repeat 15px 15px !important;
}
span.wrap_download {
    background: #f1f0f0 url('../images/wrap/buttons/download.png') no-repeat top left !important;
}
div.wrap_documents {
    background: #f1f0f0 url('../images/wrap/documents.png') no-repeat 15px 15px !important;
}
span.wrap_documents {
    background: #f1f0f0 url('../images/wrap/buttons/documents.png') no-repeat top left !important;
}
div.wrap_link {
    background: #f1f0f0 url('../images/wrap/link.png') no-repeat 15px 15px !important;
    background-color:#f1f0f0 !important;
}
span.wrap_link {
    background: #f1f0f0 url('../images/wrap/buttons/link.png') no-repeat 0 0 !important;
}
div.wrap_activity {
    background: #f1f0f0 url('../images/wrap/activity.png') no-repeat 15px 15px !important;
}
div.wrap_process {
    background: #f1f0f0 url('../images/wrap/process.png') no-repeat 15px 15px !important;
}
div.wrap_conclusions {
    background: #f1f0f0 url('../images/wrap/conclusions.png') no-repeat 15px 15px !important;
}

/* BOXES style color
 * ------------- */
.wrap_generic_blue,
.wrap_generic_green,
.wrap_generic_red,
.wrap_generic_yellow,
.wrap_generic_grey,
.wrap_generic_transparent {
    padding:24px 30px;
    border-radius: 10px;
}

.ariadna.wrap_generic_grey{
    padding: 12px 30px 2px 30px;
    margin-bottom: 4px;
    min-height: 30px !important;
}

.wrap_generic_blue,
div.wrap_generic_blue {
    background-color:#cbd9e8 !important;
    border: 4px solid;
    border-color: #cbd9e8 !important;
}
.wrap_generic_green,
div.wrap_generic_green {
    background-color:#d4eebd !important;
    border: 4px solid;
    border-color: #d4eebd !important;
}
.wrap_generic_red,
div.wrap_generic_red {
    background-color:#dccad7 !important;
    border: 4px solid;
    border-color: #dccad7 !important;
}
.wrap_generic_yellow,
div.wrap_generic_yellow {
    background-color:#f2f1ba !important;
    border: 4px solid;
    border-color: #f2f1ba !important;
}
.wrap_generic_transparent,
div.wrap_generic_transparent {
    background-color: transparent !important;
    border: 4px solid;
    border-color: #a29fa0 !important;
}
.wrap_generic_grey,
div.wrap_generic_grey {
    background-color:#f0f0f0 !important;
    border: 4px solid;
    border-color: #f0f0f0 !important;
}

/*Fondo transparente para todos los fonsoff*/

div.wrap_fonsoff {
    background-color:transparent !important;
}


/* BOXES style dashboard
 * --------------------- */
div.dokuwiki div .middle_left,
div.dokuwiki div .middle_right {
    overflow: auto;
}
div.dokuwiki div.top_left,
div.dokuwiki div.middle_left,
div.dokuwiki div.bottom_left {
    padding-left: 10px;
}
div.dokuwiki div.top_right,
div.dokuwiki div.middle_right,
div.dokuwiki div.bottom_right {
    padding-right: 10px;
}
div.dokuwiki div.top_left,
div.dokuwiki div.top_center,
div.dokuwiki div.top_right {
    height: 10px;
}
div.dokuwiki div.bottom_left,
div.dokuwiki div.bottom_center,
div.dokuwiki div.bottom_right {
    height: 12px;
}

div.dokuwiki div.wrap_generic_grey_2 {
    background-position: 10px 50%;
    background-repeat: no-repeat;
    background-color: transparent;

}

div.dokuwiki div.wrap_info div.wrap_generic_grey_2 {
    margin-bottom: 6px;
    min-height: 51px;
    padding: 2px 4px 2px 70px;
}

div.dokuwiki div.wrap_generic_grey_2 &gt; div.middle_left &gt; div.middle_right &gt; div.middle_center {
    padding-bottom: 10px;
}
div.dokuwiki div.wrap_generic_grey_2.wrap_round &gt; div.middle_left &gt; div.middle_right &gt; div.middle_center {
    padding-bottom: 0;
}
div.dokuwiki div.wrap_generic_grey_2 &gt; div.top_left {
    background: transparent url('../images/wrap/corners/style_1/top_left.png') no-repeat top left !important;
}
div.dokuwiki div.wrap_generic_grey_2 &gt; div.top_left div.top_center {
    background: transparent url('../images/wrap/corners/style_1/top_center.png') repeat-x top left !important;
}
div.dokuwiki div.wrap_generic_grey_2 &gt; div.top_left div.top_right {
    background: transparent url('../images/wrap/corners/style_1/top_right.png') no-repeat top right !important;
}
div.dokuwiki div.wrap_generic_grey_2 &gt; div.bottom_left {
    background: transparent url('../images/wrap/corners/style_1/bottom_left.png') no-repeat top left !important;
}
div.dokuwiki div.wrap_generic_grey_2 &gt; div.bottom_left div.bottom_center {
    background: transparent url('../images/wrap/corners/style_1/bottom_center.png') repeat-x top left !important;
}
div.dokuwiki div.wrap_generic_grey_2 &gt; div.bottom_left div.bottom_right {
    background: transparent url('../images/wrap/corners/style_1/bottom_right.png') no-repeat top right !important;
}
div.dokuwiki div.wrap_generic_grey_2 &gt; div.middle_left {
    background: transparent url('../images/wrap/corners/style_1/middle_left.png') repeat-y top left !important;
}
div.dokuwiki div.wrap_generic_grey_2 &gt; div.middle_left &gt; div.middle_right {
    background: transparent url('../images/wrap/corners/style_1/middle_right.png') repeat-y top right !important;
}

/* CLEAR
 * ------------- */

div.dokuwiki div.plugin_wrap.wrap_clear {
    min-height: 0;
}

/* PDF
 * ------------- */

div.dokuwiki div.wrap_new_pdf_page,
div.dokuwiki div.wrap_new_pdf_page div,
div.dokuwiki div.wrap_new_pdf_page div.wrap_title {
    height: 0;
    width: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    display: none;
}

/** ======================= */
</pre></body></html>