html {
    height: 100%;
}
body {
    margin: 0;
    padding: 0;
    font-size: 10px;
    width: 100%;
    height: 100%;
    font-family: 'Ubuntu', sans-serif;
}
.hueco-blanco {
    background-color: white;
    width: 100%;
    height: 25px;
}
.pagina nav {
    height: 50px;
    background-color: #8c4799;
    margin-bottom: 30px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
}
.pagina nav a {
    display: grid;
    grid-column-start: 1;
    place-items: center;
    padding-left: 10px;
    justify-content: left;
    text-decoration: none;
}

.pagina nav p {
    color: white;
    font-size: 16px;
    grid-column-start: 2;
    font-weight: 500;
    margin: auto;
}
.logo-svg {
    width: 15px;
    height: 22px;
}

.datos{
    width: 90%;
    margin-left: 5%;
}

.linea1{
 margin: auto;
 height: 20px;
 margin-top:10px;
}
.literal1{
    width: 50%;
    height: 20px;
    font-size: 13px;
    color:#999999;
    float: left;
}
.enlace1{
    width: 40%;
    margin-left: 5%;

    height: 20px;
    font-size: 14px;
    float: right;
}
.enlace1 a{
    text-decoration: none;
    color:#C6579A;
}

.literal{
    margin-top:12px;
    height: 20px;
    font-size: 13px;
    color:#999999;
}

.campo{
    width: 90%;
    margin-top:4px;
    height: 20px;
    font-size: 16px;
    color:#515559;
}
.enlace{
    width: 90%;
    margin-left: 5%;
    margin-top:10px;
    height: 20px;
    font-size: 14px;
}
.enlace a{
    text-decoration: none;
    color:#C6579A;
}

