html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    /*background-image: url(img/fondo.png);
    background-repeat: repeat;*/
    background-color: #fff;
    border-collapse: collapse;
    margin: 0px;
    width: 1700px;
    text-align: center;
    color:#444;
    border-collapse:collapse;
}

.logoTop {
    height: 20px;
}

.logoMid {
    height: 80px;
}

.logoSmall {
    height: 50px;
}

.page {
   
    width: 100%;
    height: 100%;
    border-collapse:collapse;
}

input[type=checkbox] {
    accent-color: #821575;
    cursor: pointer;
}

    input[type=checkbox]:hover {
        accent-color: #995590;
    }

input[type=radio] {
    accent-color: #821575;
    cursor: pointer;
}

    input[type=radio]:hover {
        accent-color: #995590;
    }

label {
    font-size: 13px;
    cursor: pointer;
    color: #777;
}

.top {
    margin-top: 0px;
    position: sticky;
    top: 0px;
    background-color: #eee;
    text-align: center;
    z-index: 1000;
}

.title-back {
    width: 100vw;
    display: block;
    text-align: left;
    background-color: #821575;
    padding: 10px 0px 5px 0px;
}

.title {
    font-size: 18px;
    font-weight: bold;
    color: #821575;
    font-variant: small-caps;
}

.title-link {
    right: 35px;
    position: sticky;
    float: right;
    color: #eee;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    padding-top: 5px
}

    .title-link:hover {
        color: #995590;
    }

.content {
    position: sticky;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    border-collapse: collapse;
}

.link {
    font-size: 15px;
    cursor: pointer;
    text-decoration: none;
    color: #777;
    font-weight: bold;
}

    .link:hover {
        color: #821575;
    }

.linkTop {
    font-size: 15px;
    cursor: pointer;
    text-decoration: none;
    color: #777;
    font-weight: bold;
}

    .linkTop:hover {
        color: #995590;
    }

.button {
    border: 1px solid #821575;
    border-radius: 10px;
    padding: 8px 20px 8px 20px;
    text-align: center;
    background-color: #821575;
    color: #eee;
    font-variant: small-caps;
    font-size: 16px;
    cursor: pointer;
}

    .button:hover {
        background-color: #995590;
        border: 1px solid #995590;
    }

    .button:active {
        background-color: #94688e;
        border: 1px solid #94688e;
    }

.tabla {
    display: inline-block;
    width: 100%;
    border-collapse: collapse;
    margin: 0px;
}

.caja {
    border: 1px solid gray;
    border-radius: 10px;
    width: 400px;
    padding: 50px 10px 50px 10px;
    text-align: center;
    display: inline-block;
}

.texto_corto {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid gray;
    width: 100px;
    background: none;
    font-size: 16px;
    color: #222429;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 5px;
}

    .texto_corto:focus {
        outline: none;
    }

.texto_medio {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid gray;
    width: 300px;
    background: none;
    font-size: 16px;
    color: #222429;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 5px;
}

    .texto_medio:focus {
        outline: none;
    }

    .texto_medio::placeholder {
        font-size: 14px;
    }

.texto_largo {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid gray;
    width: 700px;
    font-size: 16px;
    color: #222429;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 5px;
}

.error {
    color: #821575;
    font-size: 16px;
    font-weight: bold;
    font-variant: small-caps;
}

.hidden {
    display: none;
}
