﻿div a.link {
    text-decoration: none;
    color: #226e04;
}

div a.link:hover {
    text-decoration: underline;
}

#lblErrorCaptcha {
    color: #f00;
    margin-left: 7px;
}

 span.leyendaMensaje {
    font-size: 17px;
    letter-spacing: -0.8px;
    margin-top: 30px;
    margin-bottom: 30px;
    display: block;
    color: #F15B29;
}


#lblErrorCaptcha {
    display: none;
}

.lblMensaje {
    margin-top: 35px;
    padding: 1em .7em;
    clear: both;
}

.lblMensajeOculto {
    display: none;
}

.clear {
    clear: both;
}

.spanIcon {
    float: left;
    margin-right: .3em;
}

.inputEmpty {
    display: none;
}






