html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;

    text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: always;
  
}
footer {
  width: 100%;
  height: 20px;
  bottom: 0;
  position: absolute;
  padding: 0px;
  margin: 0px;
  background-color: #F4F4F4;
  color: #8A8A8A;
  font-family: Arial;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  vertical-align: middle;
}
footer:hover {
  color: #383737;
}
.login {
    background: #F4F4F4;
    overflow: hidden;
    width: 280px;
    height: 500px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
  }
  .login_Titulo {
    color: #575757;
    width: 100%;
    width: 100%;
    text-align: center;
    margin-top: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
    font-family: Helvetica;
    font-weight: normal;
  }
  .login_olvidastes {
    cursor: pointer;
    color: #8A8A8A;
    font-size: 15px;
  }
  .login_olvidastes:hover {
    color: #383737;
  }
  .login_boton {
    border: 0;
    border: 0;
    background: #4F4F4F;
    color: white;
    cursor: pointer;
    height: 32px;
  }
  .login #progressLogin {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  .login_tamanoIcono {
    width: 50px;
    height: 50px;
  }
  .login_entrar {
    background-image: url("../images/icono_animar_50.png");
    background-position: left;
    margin: 0px;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .login_fieldlist {
    margin: 0 0 -2em;
    padding: 0;
  }
  .login_fieldlist li {
    white-space: normal;
    list-style: none;
    margin: 10px;
  }
  .login_label {
    display: block;
    color: #575757;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 3px;
    padding: 0px;
  }
  .login input[type="text"], .login input[type="password"], .login input[type="email"] {
    border: 0;
    color: #3a3a3a;
    height: 32px;
    font-family: Helvetica;
    font-size: 12px;
    font-weight: normal;
    color: #3A3A3A;
  }
  .login .k-progressbar {
    border-radius: 0px;
  }
  
  .login span.k-widget.k-tooltip-validation {
    font-size: 12px;
    font-weight: normal;
    color: #c11d35;
    margin-top: 5px;
  }

  .login_input_text{
    height: 2.13em;
    text-indent: .33em;
    line-height: 1.6em;
    padding: 2px .3em;  
    outline: 0;
  }


  /* Notificaciones */

     
  .NotificarValidacionesG, .NotificarValidaciones, .NotificarValidaciones_warning, .NotificarValidaciones_info, .NotificarValidaciones_required {
    color: white;
    position: absolute;
    opacity: 0;
    display: none;
    z-index: 555000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background: indianred;
    height: 30px;
    width: auto;
    min-width: 200px;
    border: 1px solid #ccc;
    -webkit-box-shadow: 3px 3px 5px -2px #666;
    -moz-box-shadow: 3px 3px 5px -2px #666;
    -ms-box-shadow: 3px 3px 5px -2px #666;
    -o-box-shadow: 3px 3px 5px -2px #666;
    box-shadow: 3px 3px 5px -2px #666;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .NotificarValidaciones_warning {
    background: #c21c35;
  }
  .NotificarValidaciones_info {
    background: #47B350;
  }
  .NotificarValidaciones_required {
    color: black;
    background: #ffff00;
  }
  
