/*
Color rojo Fondo: #B00011
Color rojo Fullcarga (botones): #EA0029
Color rojo claro footer: #EA0029
Color rojo oscuro Footer: #711611
Color gris textos: #8F8F90
*/
HTML {
    padding-bottom: 0px; 
    margin: 0px; 
    padding-left: 0px; 
    width: 100%; 
    padding-right: 0px; 
    height: 100%; 
    padding-top: 0px
}
BODY{
    color: #fff;
    font-family: "Roboto","Trebuchet MS", Trebuchet, tahoma, Verdana, Arial, Helvetica, sans-serif;
    margin: 0px;
    width: 100%;
}
#regheader{
    background-color: #fff;
    height: 120px;
}
#regheaderlogo{
    padding-top: 19px;
    margin-left: 9%;
}

#footerRegistro{
    height: 228px;
    background-color: #ea0029;
}
#footerRegistro .left{
    margin-top:40px;
    float:left;
    height: 140px;
    text-align: right;
    border-right: 1px solid #fff;
    width: 50%;
}
#footerRegistro .left .texto{
    margin-top:30px;
    float:right;
    height: 140px;
    text-align: right;
    font-size: 50px;
    font-weight: bold;
    padding-right: 50px;
}
#footerRegistro .right{
    margin-top:23px;
    float:left;
    margin-left: 40px;
}
#footerRegistro .right .detalle{
    width: 100%;
    height: 48px;
}
#footerRegistro .right .detalle img{
    margin:12px 10px;
}
#footerRegistro .right .detalle a{
    color: #fff;
    margin-top:14px;
    font-size: 18px;
    cursor:pointer;
    text-decoration: none;
}
#footerRegistro .right .detalle a:visited{
    color: #fff;
}
.f-l{
    float:left;
}
.mt-10{
    margin-top: 10px;
}
.mt-15{
    margin-top: 15px;
}
.ml-17{
    margin-left:17px;
}

#footerRegistro2{
    height: 76px;
    background-color: #711611;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: lighter;
}
.regContainer{
    padding-top:50px;
    width: 610px;
    height: 730px;
    margin-left: 9%;
    float:left;
}
.w-650{
    width: 650px;
}
.regContainer2{
    padding-top:50px;
    width: 650px;
    height: 730px;
    margin-left: 9%;
}
.regContainer .header{
    font-size: 43.5px;
    font-weight: bold;
    padding-bottom: 20px;
}
.regContainer .title{
    font-size: 30px;
    font-weight: bold;
}
.regContainer .title2{
    font-size: 44px;
    font-weight: bold;
}
.regContainer .normal{
    font-size: 30px;
    font-weight: lighter;
    padding-bottom: 10px;
}
.regContainer .logos{
    width: 100%;    
    margin-top: 45px;
    height: 160px;
}

.regContainer .logos .logorow{
    width: 495px;
    margin-left: 10px;
    text-align: center;
}
.regContainer .logos .logorow .logo{
    width: 165px;
    height: 80px;
    float:left;
}
.regContainer .mail{
    width: 100%;
    background-image:url('../imgreg/campo_ancho.png');
}

#contenedorPrincipalRegistro #loginBackground img#background {
    height: auto;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
}
#contenedorRegistro {
    background: url('../imgreg/fondo.jpg') no-repeat;
    color:#FFFFFF;
    height: 822px;
    background-color: #b10012;
}
#restaurarpwd{
    color:#FFFFFF;
}
#registro{
    color:#FFFFFF;
}

.regContainer .campolargo{
    margin-top:18px;
    width: 500px;
    height: 48px;
    border-radius: 10px;
    font-size: 16px;
    padding-left: 15px;
    background-color: #fbfbfb;
}

.regContainer .campocorto{
    margin-top:18px;
    width: 230px;
    height: 48px;
    border-radius: 10px;
    font-size: 16px;
    padding-left: 15px;
    background-color: #fbfbfb;
}

.regContainer .selectcorto{
    margin-top:18px;
    width: 250px;
    height: 54px;
    border-radius: 10px;
    font-size: 16px;
    padding-left: 15px;
    color: #767676;
    background-image: url('../imgreg/drop-down-arrow.png'), linear-gradient(to bottom, #ffffff 0%,#f7f7f7 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
    -moz-appearance: none;
    -webkit-appearance: none
}

.regContainer .selectlargo{
    margin-top:18px;
    width: 520px;
    height: 54px;
    border-radius: 10px;
    font-size: 16px;
    padding-left: 15px;
    color: #767676;
    background-image: url('../imgreg/drop-down-arrow.png'), linear-gradient(to bottom, #ffffff 0%,#f7f7f7 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
    -moz-appearance: none;
    -webkit-appearance: none
}
.regContainer .btn{
    margin-left: 135px;
    margin-top: 20px;
    background-color: #ea0029;
    border: 1px solid #fff;
    width: 255px;
    height: 54px;
    border-radius: 10px;
    font-size: 19px;
    color: #fff;
}
.regContainer .btn2{
    margin-top:18px;
    background-color: #ea0029;
    border: 1px solid #fff;
    width: 255px;
    height: 54px;
    border-radius: 10px;
    font-size: 19px;
    color: #fff;
}
.regContainer .cuenta{
    margin-left: 132px;
    color: #fff;
    margin-top: 23px;
}
.regContainer .cuenta a{
    color: #fff;
    font-size: 18px;
    cursor:pointer;
    text-decoration: none;
}
.regContainer .cuenta a:visited{
    color: #fff;
}
.regContainer .navegador{
    margin-left: -10px;
    margin-top: 20px;
    padding-bottom: 30px;
}
.regContainer .captcha{
    width: 250px;
    height: 54px;
    background-image: url('../imgreg/campo_corto.png');
    margin-top:18px;
}
.regContainer .captcha img{
    margin-left: 8px;
    margin-top: 2px;
}
.cajera{
    float: left;
    background-image: url('../imgreg/mujer_con_sombra.png');
    width: 729px;
    height: 933px;
    margin-top: -111px;
    /*margin-right: 240px;*/
    margin-left: -50px;
}

.cajera .cajerasegura{
    background-image: url('../imgreg/txt_mujer.png');
    margin-top: 170px;
    float: right;
    margin-right: -70px;
    width: 178px;
    height: 74px;
}
/* Use a media query to add a breakpoint at 800px: */
@media screen and (max-width: 1450px) {
  .cajera {
    visibility: hidden;
    width: 0px;
    height: 0px;
  }
}
@media screen and (max-width: 1520px) {
  .cajerasegura {
    visibility: hidden;
    width: 0px;
    height: 0px;
  }
}
