/* Add here all your css styles (customizations) */
.logoIbero {
    height: 100px;
    margin-bottom: 10px;
}

p.importante {
    color: #FFFDFD;
    text-align: center;
    margin-bottom: 20px;
}

.politicas {
    color: #FFFFFF;
}
.politicas a {
    color: #FF0000;
}

span.instrucciones {
    color: #FFF;
}

.certificado {
    text-align: center;
    font-size: 12px;
}

.certificado a{
    color: #FF0000;
    font-size: 12px;
}

.certificado img{
    width: 7%;
}

.titulosReglamento {
    text-align: center;
    margin-bottom: 80px;
}
.reglamentoText{
    text-align: justify;
}

.btn-u:hover, .btn-u:focus, .btn-u:active, .btn-u.active, .open .dropdown-toggle.btn-u{
    background: #6669C7;
}
#topcontrol:hover{
    background: #FE0000;
}

a:hover{
    text-decoration: none;
}

.sky-form section{
    margin-bottom: 38px;
}

.sky-form .input input:focus + .tooltip-bottom-right, .sky-form .textarea textarea:focus + .tooltip-bottom-right{
    margin-top: 0px;
}