body{
    background: radial-gradient(#410069,#160023);
    background-color: #200055;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    text-align: left;
}
h3{
    text-transform: uppercase;
    font-family: 'Paytone One',sans-serif;
    font-weight: 400;
    color: #fff;
    margin-bottom: 1em;
    text-align: center;
}
h5{
    text-transform: uppercase;
    font-family: 'Paytone One',sans-serif;
    font-weight: 400;
    font-size: 1.8em;
    color: #fff;
    margin-bottom: 1em;
    text-align: center;
}
h6{
    text-transform: uppercase;
    font-family: 'Paytone One',sans-serif;
    font-weight: 400;
    color: #fff;
    margin-bottom: 1em;
    text-align: center;
}
p{
    float: left;
    padding: 5px;
    font-family: 'Paytone One',sans-serif;
    text-decoration: none;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    margin-bottom: 1em;
}
.blancoTextoSimple{
    float: left;
    font-family: 'Paytone One',sans-serif;
    text-decoration: none;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    margin: 0;
}

.btnComprobacion{
    margin: 0 auto;
    display: block;
    margin-top: 30px;
}



/*Animacion de puntos suspensivos*/
.animPuntosSuspensivos::after{
    content: "...";
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
    animation: ellipsis-dot 1s infinite .3s;
    animation-fill-mode: fowards;
    width: 1.25em;
}
@keyframes ellipsis-dot {
    25% {
      content: "";
    }
    50% {
      content: ".";
    }
    75% {
      content: "..";
    }
    100% {
      content: "...";
    }
}


.modalRegistroCorrecto{
    overflow-y: initial !important
}

.txtBotonPeque{
    width:70px;
    height:30px;
    font-size:0.7em;
    margin-top:15px;
}

.txtBotonMasPeque{
    width:120px;
    height:30px;
    font-size:0.7em;
    margin-top:15px;
}