﻿/*
Contiene los estilos del Login (no los de la carcasa)
*/
/*
 * COSAS QUE PUEDEN CAMBIAR  
 */
.divLogin .divCabeceraLogin {
    color: #FFFFFF;
    border-top: 1px solid #E24040;
    border-right: 1px solid #A72925;
    border-left: 1px solid #A72925;
    border-bottom: 1px solid #7C1810;
    background: #B11C1C;
    background: -webkit-gradient(linear, left top, left bottom, from(#C73535), to(#B11C1C));
    background: -webkit-linear-gradient(top, #C73535, #B11C1C);
    background: -moz-linear-gradient(top, #C73535, #B11C1C);
    background: -ms-linear-gradient(top, #C73535, #B11C1C);
    background: -o-linear-gradient(top, #C73535, #B11C1C);
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#C73535,endColorStr=#B11C1C); /*IE 9*/

    background-image: -ms-linear-gradient(top, #C73535 0%, #B11C1C 100%);
}

.divLogin .divCabeceraPass {
    color: #FFFFFF;
    border-top: 1px solid #E24040;
    border-right: 1px solid #A72925;
    border-left: 1px solid #A72925;
    border-bottom: 1px solid #7C1810;
    background: #B11C1C;
    background: -webkit-gradient(linear, left top, left bottom, from(#C73535), to(#B11C1C));
    background: -webkit-linear-gradient(top, #C73535, #B11C1C);
    background: -moz-linear-gradient(top, #C73535, #B11C1C);
    background: -ms-linear-gradient(top, #C73535, #B11C1C);
    background: -o-linear-gradient(top, #C73535, #B11C1C);
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#C73535,endColorStr=#B11C1C); /*IE 9*/

    background-image: -ms-linear-gradient(top, #C73535 0%, #B11C1C 100%);
}

.divLogin .divCuerpoLogin {
    border-color: #FFFFFF;
    background-color: #E8ECED;
}
.textoGeneral, .textoGeneralCambiarPassword {
    color: #FFFFFF; /* color del texto que aparece encima de la parte rallada*/
}
/*
 * COSAS QUE EN PRINCIPIO NO CAMBIAN   
 */
.divLogin {
    width: 460px;
    margin: 0 auto;
}

.formatearTextoCambioContraseña {
    height:30px;
}
.divLoginSinTexto {
    padding-top: 78px; /*Si no va a tener texto, se deja un espaciado*/
}

/*Elimina los espacios entre lineas*/
.textoGeneralCambiarPassword {
    line-height: 20px;
    padding-top: 23px;
}


.textoGeneral {
   line-height: 78px; /* Si tiene texto, debe de ponerse un espacio igual que el padding-top de sin texto para que no haya saltos entre paginas*/
}
.divLogin .divCabeceraLogin {
    height: 54px;
    font-family: Arial;
    font-size: 14px;
    border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
}
.divLogin .divCabeceraPass {
    height: 54px;
    font-family: Arial;
    font-size: 14px;
    border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
}
.divLogin .divCaptcha {
    height: 65px;
    font-family: Arial;
    font-size: 10px;
    border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
}
.divCaptcha .texto {
    float: left;
    padding-top: 30px;
    padding-left: 10px;
}

 .divCabeceraPass .imagenConfig {
    background: url("../../img/config.png") no-repeat scroll center center transparent;
    float: left;
    width: 46px;
    height: 54px;
}
.divCabeceraPass .texto {
    padding-top: 20px;
    padding-right: 20px;
}
.divCabeceraLogin .texto {
    float: left;
    padding-top: 20px;
    padding-left: 20px;
}

.divCabeceraLogin .desplegableIdioma {
    float: right;
    padding-top: 10px;
    padding-right: 15px;
}

.divLogin .divCuerpoLogin {
    border: 1px solid #FFFFFF;
    border-top: none;
    border-bottom-right-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-box-shadow: 0px 33px 31px -14px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 33px 31px -14px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 33px 31px -14px rgba(0, 0, 0, 0.2);
}
.divCuerpoLogin .zonaCentral {
    padding: 0 42px 34px;
}
.divCuerpoLogin .zonaCentralPass {
    padding: 30px 42px 34px;
}
.divCajaUsuario, .divCajaPassword, .divCajaEmail, 
.divCajaUsuario_desact, .divCajaPassword_desact {
    height: 36px;
    border: none;
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    border-left: 1px solid #BEBEBE;
    border-top: 1px solid #BEBEBE;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
    font-family: Arial;
    font-size: 12px;
    color: #999999;
}
.divCajaUsuario_desact, .divCajaPassword_desact {
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    border-left: 1px solid #A4A4A4;
    border-top: 1px solid #A4A4A4;
    cursor: default;
}

.divCajaUsuario {
    background: url("../../img/Login_icono1.png") no-repeat scroll 97% center #FFFFFF;
}
.divCajaPassword {
    background: url("../../img/Login_icono2.png") no-repeat scroll 97% center #FFFFFF;
}
.divCajaUsuario_desact {
    background: url("../../img/Login_icono1.png") no-repeat scroll 97% center #DCDCDC;
}
.divCajaPassword_desact {
    background: url("../../img/Login_icono2.png") no-repeat scroll 97% center #DCDCDC;
}
.divCajaEmail {
    background: url("../../img/Login_email.png") no-repeat scroll 97% center #FFFFFF;
}

.cajaTexto {
    padding-left: 20px;
}
.cajaTexto input {
    border: none;
    width: 88%;
    font-family: Arial;
    font-size: 12px;
    color: #999999;
}
::-webkit-input-placeholder {  color:#999999;opacity: 1; }
::-moz-placeholder { color:#999999;opacity: 1; } /* firefox 19+ */
:-ms-input-placeholder { color:#999999;opacity: 1; } /* ie */
input:-moz-placeholder { color:#999999;opacity: 1; }

.divTextoErrorValidation {
    height: 34px;
}
.divTextoErrorValidation2 {
    height: 18px;
}
.divTextoErrorValidation3 {
    height: 50px;
}
.divTextoErrorValidation .textoError,
.divTextoErrorValidation2 .textoError,
.divTextoErrorValidation3 .textoError  {
    font-family: Arial;
    font-size: 12px;
    color: #C82626;    
    vertical-align: bottom;
}
.divTextoOk {
    background: url("../../img/Login_ok.png") no-repeat scroll left center transparent;
    height: 34px;
}
.divTextoOk .textoOk{
    font-family: Arial;
    font-size: 12px;
    color: #4A9B15;   
    padding-left: 30px;
}
.divRecordarPass {
    float: right;
    padding-top: 13px;
    text-align: right;
}
.recordarPass {
    font-family: Arial;
    font-size: 12px;
    color: #777777;
}

.textoGeneral {
    text-align: center;
    vertical-align: middle;
    font-family: Georgia;
    font-size: 16px;
    height: auto;
}

.textoGeneralCambiarPassword {
    text-align: center;
    vertical-align: middle;
    font-family: Georgia;
    font-size: 16px;
    height: 124px;
}
#-xcaptcha-image
{
	border:0;
    width: 100px;
    height:50px;
}

#-xcaptcha-refresh{
   width: 27px;
  height: 20px;
  padding: 0;
  border: 0;
  background: url("../../img/refresh.gif") no-repeat scroll left center transparent;
  text-indent: -1000em;
  cursor: pointer;
   margin-left: 10px;
   position:absolute;
  }

.cajaTextoCaptcha {
    /*text-align: justify;*/
    text-align: right;
    font-family: Arial;
    font-size: 12px;
    color: #303030;
    margin-left: 11px;
    margin-top: 12px;
    /*float: right;*/
}
.imagenCaptcha {
    margin-left: 2px;
    padding-left:10px;
}
 
/*img { border: 1px solid #eee; }
img#refreshimg:hover {cursor:pointer; }*/

.tablaBotonesRecordarPass {
    text-align:center;
    margin-left: auto;
    margin-right: auto;
    align-content:center;
    width:100%
}

.divCajaCaptcha {
    height: 10px;
    border: none;
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    border-left: 1px solid #BEBEBE;
    border-top: 1px solid #BEBEBE;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
    font-family: Arial;
    font-size: 12px;
    color: #999999;
    background: scroll 97% center #FFFFFF;
}

#Attempt {
    padding-left: 20px;
    border: none;
    width: 90%;
    font-family: Arial;
    font-size: 25px;
    color: #999999;
    opacity:1;
}

.imagenCaptcha {
	width: 40%;
}
.botonCaptchaEnvio {
    display:block;
    text-align:center;
    padding-bottom:10px;
}

