* {
  padding: 0;
  margin: 0;
  font-family: 'Raleway', sans-serif;
}
html {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.oscuro {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999!important;
}
.mensaje {
  width: 400px;
  height: 200px;
  background-color: white;
  position: absolute;
  top: -1000px;
  text-align: center;
  border-radius: 5px;
  margin-left: 35%;
  z-index: 99999!important;
}
.mensaje img {
  padding-top: 10px;
}
.mensaje p {
  color: #4d4d4d;
  text-align: center;
}
.mt20 {
  margin-top: 20px;
}
.btn_azul {
  background-color: #0092B2;
  display: inline-block;
  padding: 10px 10px 10px 10px;
  font-size: 13px;
  border-radius: 3px;
  color: white;
  cursor: pointer;
}
.btn_azul:hover {
  color: aqua;
}
.right {
  float: right;
}
.mt10 {
  margin-top: 10px;
}
#contenedor #central {
  margin: 0 auto;
  width: 40%;
  border-radius: 3px;
  padding-bottom: 20px;
  margin-top: 5%;
  font-weight: bold;
}
#contenedor #central p {
  font-size: 14px;
  color: #A8C545;
  padding: 10px 0px 10px 0px;
}
#contenedor #central #cuadro {
  background-color: #F2F2F2;
  border: 1px solid #CCC;
  border-radius: 5px;
  padding: 30px 30px 30px 30px;
}
#contenedor #central #cuadro .caja {
  margin: 25px 10px 25px 10px;
}
#contenedor #central #cuadro .caja input[type="text"],
#contenedor #central #cuadro .caja input[type="password"],
#contenedor #central #cuadro .caja select {
  font-size: 13px;
  height: 40px;
  width: 100%;
  padding-left: 20px;
  border: 1px solid #CCC;
  border-radius: 3px;
  box-sizing: border-box;
}
#contenedor #central a {
  display: inline-block;
  padding-top: 20px;
  color: #A8C545;
  text-decoration: none;
  font-weight: 200;
  font-size: 13px;
}
#contenedor #central .btn_azul {
  background-color: #0092B2;
  display: inline-block;
  padding: 10px 10px 10px 10px;
  font-size: 13px;
  border-radius: 3px;
  color: white;
  cursor: pointer;
}
#pie {
  position: fixed;
  width: 100%;
  background-color: #0092B2;
  padding: 15px 0px 15px 0px;
  bottom: 0px;
}
#pie h3 {
  font-size: 12px;
  color: white;
  display: inline;
  margin-left: 20px;
  font-weight: 300;
}
#pie p {
  color: white;
  float: right;
  display: inline;
  margin-right: 20px;
}
