html,
body {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  height: 100%;
  overflow: hidden;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body {
  background-color: transparent;
  background: transparent;
}
.bodyDIV {
  position: static;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  width: 100%;
  height: 100%;
  background-image: url("../img/bkgnds/floresazules.jpg");
  background-color: transparent;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.fontMainPortada {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: black;
  text-align: left;
}
.footerMainPortada {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  color: black;
  text-align: left;
  margin-bottom: 0px;
}
.loginHeaderDIV {
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  overflow: hidden;
  background-color: white;
  opacity: 0.75;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 100px;
  z-index: 5;
}
.loginHeaderDIVFiltroOver {
  background-color: rgba(184, 205, 240, 0.75);
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100px;
  z-index: 4;
}
.loginMainDiv {
  background: transparent;
  background-color: transparent;
  position: relative;
  overflow: hidden;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.loginDiv {
  background: transparent;
  background-color: transparent;
  position: absolute;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  left: 50%;
  top: 50px;
  width: 780px;
  height: 403px;
  margin-left: -390px;
  /*half width*/
  margin-top: 0px;
  /*half height*/
  /*border: 1px solid blue;*/
  line-height: 1.5;
}
#loginBienvenidoDIV {
  float: left;
  width: 400px;
  margin-top: 125px;
  padding-top: 0px;
  visibility: hidden;
}
#loginUserAndPasswordDIV {
  width: 312px;
  margin-left: 450px;
  margin-top: 125px;
  padding-top: 0px;
  visibility: hidden;
}
.fontWhite {
  color: black;
}
a:link.LinkEdualianza {
  text-decoration: none;
  font-size: 11px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: black;
}
a:visited.LinkEdualianza {
  text-decoration: none;
  font-size: 11px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: black;
}
a:hover.LinkEdualianza {
  color: black;
  font-weight: normal;
  text-decoration: underline;
}
#titleWhenReduced {
  display: none;
}
/*# sourceMappingURL=login.css.map */