body {
  background: #DDDDDD;
  font-family: Helvetica, sans-serif;
}

#login {
  position: absolute;
  top: 10%;
  left: 50%;
  margin-left: -320px;
  width: 640px;
  height: 405px;
}

  #login .top {
    width: 100%;
    height: 124px;
    background: center url("../imagenes/RM_HOME_01.jpg") no-repeat;
  }

  #login .center {
    width: 100%;
    height: 197px;
  }

    #login .center .foto-1 {
      float: left;
      width: 195px;
      height: 197px;
      background: center url("../imagenes/RM_HOME_02.jpg") no-repeat;
    }

      #login .center .foto-1 a#more-info {
        display: block;
        width: 112px;
        height: 27px;
        position: relative;
        top: 114px;
        left: 46px;
      }

    #login .center .foto-2 {
      float: left;
      width: 226px;
      height: 197px;
      background: center url("../imagenes/RM_HOME_03.jpg") no-repeat;
    }

    #login .center .formulario {
      float: left;
      width: 219px;
      height: 197px;
      background: #FFFFFF;
    }

  #login .bottom {
    width: 100%;
    height: 84px;
    background: red center url("../imagenes/RM_HOME_05.jpg") no-repeat;
    position: relative;
  }


#login-form {
  padding: 10px 30px;
}

  #login-form .titulo {
    font-size: 1em;
    font-weight: bold;
    color: #3187c2;
    font-family: arial, sans-serif;
  }

  #login-form .datos {
    font-size: 0.8em;
    font-weight: bold;
    color: #555;
    font-family: arial, sans-serif;
    margin-top: 15px;
    margin-bottom: 4px;
  }

  #login-form .text-input {
    font-size: 1em;
    color: #3187c2;
    font-family: arial, sans-serif;
    border: 1px solid #BBB;
    width: 100%;
  }

  .error {
    font-size: 1em;
    font-weight: bold;
    color: red;
    font-family: arial, sans-serif;
  }

  #login-form .boton {
    font-size: 14px;
    font-family: arial, sans-serif;
    font-weight: bold;
    color: #EEEEEE;
    background: #e10000;
    border: 1px solid #e10000;
    text-align: center;
    line-height: 20px;
    width: 100%;
    height: 22px;
    margin-top: 20px;
    cursor: pointer;
  }

