﻿div.error {
    color: #c00;
    font-size: 12px;
    font-weight: bolder;
}

.errorForm {
    color: #c00;
    font-size: 12px;
    font-weight: bolder;
}

.loaderUP {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../img/loader.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
    display: block;
}

.captchaColor input {
    color: #000000;
}

.index-button a {
    margin-top: 10px;
}


.fontnegro {
    color: #000000;
}

.fontblanco {
    color: #ffffff;
}

.form-control.valid {
    border: 2px solid #53f510 !important;
}

.form-control.error {
    border: 2px solid #c00 !important;
}

.box-33 {
    margin-top: 95px !important;
}

.conten-rpass {
    margin-top: 100px;
    margin-left: 20%;
    margin-right: 20%;
    width: auto;
}


.checkTerms {
    width: 300px;
    height: 50px;
    z-index: 99;
}

#registro-reg-box {
    display: none;
}

#registro-reg-box-fb {
    display: none;
}


.headerModal {
    background-color: #000;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #ffffff;
}

.closeHeader {
    background-color: #FFF !important;
}