/*
    Created on : 25/03/2019, 11:22:32 AM
    Author     : angel2
*/
html, body {
  height: 100%;
  margin: 0;
}

body:after {
  filter: alpha(opacity=25);
  -moz-opacity: .25;
  opacity: .25;
  background: url('../img/login.png') no-repeat center;
  background-size: contain;
  background-attachment: unset;
  height: 50%;
  width: 50%;
  content: "";
  top: auto;
  left: 0;
  bottom: 10%;
  right: 0;
  margin: auto;
  position: absolute;
  z-index: -1;
}

footer {
  position: fixed;
  width: 100%;
  bottom: 0%;
  height: 8%;
  /*top: 5%;*/
  left: 0%;
  right: 0%;
  margin-top: 0%;
  font-family: Helvetica, "Helvetica Neue";
  color: white;

  /*FONDO DEGRADADO */
  background: #ebf1f6;
  /* Old browsers */
  border: 0px solid #89C3EB;
  background-color: #333;
}


ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
  background-color: #111;
}

li.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #f1f1f1
}

.dropdown:hover .dropdown-content {
  display: block;
}

input, select, textArea {
  border-radius: 8px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}

.items {
  padding: 8px 16px;
  float: left;
  width: auto;
  border: none;
  display: block;
  outline: 0;
  white-space: normal;
}

.Opcion {
  align-content: center;
  margin: auto;
}

.Loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('images/pageLoader.gif') 50% 50% no-repeat rgb(249, 249, 249);
  opacity: .8;
}