html, body{
  height: 100%;
}
body {
  /*background-color: #02236a;*/
  /*background-color: #fff;*/
  color: rgba(45, 45, 143, 0.99);
  font-family: 'Open Sans', sans-serif;
  background-image: url("img/aesm.jpg") ;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	/*background-color: #999;*/
}

a {
  text-decoration: none;
}

.filtro2 {
  background-color: rgba(240, 240, 240, 1);
}
.filtro {
  background-color: rgba(200, 230, 230, 1);
}

.inverse {
  background-color: rgba(45, 45, 143, 0.99);
  color: rgba(200, 230, 230, 0.9);
  padding: 5px 10px;
}
