<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-size: 16px;
    font-weight: 300;
    color: #888;
    text-align: center;
    background-color: #F9F9F9;
}

strong {
    font-weight: 500;
}

label
{
    color: #000;
}

div.logo
{
    margin-bottom: 20px;
}
div.logo img
{
    width: 80px;
    margin-right: 20px;
}
div.logo h3,
div.logo h4
{
    font-size:1.5em;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
}
div.logo h4
{
    font-size: 1.2em;
    font-weight: 300;
}

a,
a:hover,
a:focus {
    color: #1e2d6d;
    text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

a.documento:hover
{
    border-bottom:1px solid #1e2d6d;
    padding-bottom: 1px;
}

h1,
h2 {
    margin-top: 10px;
    font-size: 38px;
    font-weight: 100;
    color: #555;
    line-height: 50px;
}

h3 {
    font-size: 22px;
    font-weight: 300;
    color: #555;
    line-height: 30px;
}

h4 {
    font-size: 18px;
    font-weight: 300;
    color: #555;
    line-height: 26px;
}

img {
    max-width: 100%;
}

::-moz-selection {
    background: #1e2d6d;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #1e2d6d;
    color: #fff;
    text-shadow: none;
}



/***** Top content *****/

.top-content {
    padding: 40px 0 40px 0;
}

.top-content .text {
    color: #fff;
}

.top-content .text h1 {
    color: #fff;
}

.top-content .description {
    margin: 20px 0 10px 0;
}

.top-content .description p {
    opacity: 0.8;
}

.top-content .description a {
    color: #fff;
}

.top-content .description a:hover,
.top-content .description a:focus {
    border-bottom: 1px dotted rgb(241, 8, 8);
}


/***** Dividir DIV en 2 columnas *****/

#contenedor {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#contenedor&gt;div {
    width: 50%;
    padding: 1%;
}

/***** Dividir DIV en 2 columnas *****/

.form-box {
    padding-top: 40px;
}

.f1 {
    padding: 25px;
    background: #fff;
    border: 1px solid #EEE;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.f1 h3 {
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 400;
    /*text-transform: uppercase;*/
}

.f1-pasos {
    overflow: hidden;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}

.f1-progreso {
    position: absolute;
    top: 24px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ddd;
}

.f1-progreso-linea {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    background: #1e2d6d;
}

.f1-paso {
    position: relative;
    float: left;
    width: 16%;
    padding: 0 5px;
}

.f1-paso-icono {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-top: 4px;
    background: #ddd;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.f1-paso.activated .f1-paso-icono {
    background: #fff;
    border: 1px solid #1e2d6d;
    color: #1e2d6d;
    line-height: 38px;
}

.f1-paso.active .f1-paso-icono {
    width: 48px;
    height: 48px;
    margin-top: 0;
    background: #1e2d6d;
    font-size: 22px;
    line-height: 48px;
}

.f1-paso p {
    color: #ccc;
}

.f1-paso.activated p {
    color: #1e2d6d;
}

.f1-paso.active p {
    color: #1e2d6d;
}

.f1 fieldset {
    display: none;
    text-align: left;
}

.f1-botones {
    text-align: right;
}

.f1 .input-error {
    border-color: #ff0000;
}

.lbl_resumen {
    font-weight: bold;
    color: black;
}

.titulo{
    padding-left: 1%;
}


.leyenda{
    padding-left: 1%;
}

.cuerpo{
    padding-left: 1%;
}

.archivo{
    width: 50%;
}

.msg-e{
    font-weight: bold;
    color: red;
}</pre></body></html>