 * html body{
  overflow:hidden;
  height: 100%;
}

body{
  padding-top: 100px;
  height: 100%;
}

.header{
  width: 100%;
  background-color: #cccccc;
  padding: 10px;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
  position: fixed;
  z-index: 9;
  top: 0;
}

.content{
  font-family: 'Nunito', sans-serif;
}

.titulo{
  color: #00953a;
}

span{
  text-align: left;
  font-weight: normal;
  font-size: 15px;
}

.contenido{
  margin: 10px 0px;
  background-color: #e4e4e4;
  border-radius: 5px;
  padding: 1px 20px 20px;
  min-height: 242px;
  height: 100%;
}

a{
  // position: absolute;
  bottom: 40px;
  left: 0px;
  right: 0px;
}

.btn{
  color: #ffffff;
  background-color: #279623;
}

.cont{
  position: relative;
}

.footer{
  width: 100%;
  height: 10px;
  bottom: 0;
  background-image: url(../img/footer.png);
  position: fixed;
  z-index: 9;
}