* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
   
}

body {
     background-image: url(../imagenes/back_inicio.jpg);
 width: 100%;
	height: 100%;
  background-size: 100% 120% ;
  background-repeat:no-repeat;
  text-align: center;
  background-position: left;
   display: flex;
   position: fixed;
}

.capa {
    position: absolute;
    width: 20%;
    height: 2%;
    top: 45%;
    left: 33.5%;
    text-align:left;
    color: black;
    font-family: sans-serif;
   display: block;
    /*border: double;
    border-color: red;*/
}
.capa2 {
    position: absolute;
    width: 100%;
    height: 10%;
    top: 92%;
    left: 0%;
    text-align:center;
    color: black;
    font-family: sans-serif;
   display: flex;
   justify-content: center;
    /*border: double;
    border-color: red;*/
}

.button {
 
 display: inline;
color:#009634;
vertical-align: baseline;
/*margin: 1px 1px;*/
outline: none;
cursor: pointer;
text-align: center;
text-decoration: none;
font-size: .8rem;


font-weight: bold;
    letter-spacing: 0.1em;
    word-spacing: normal;
  padding: .4em 1.5em .42em;

}
.button:hover {
text-decoration: none;
color: #75b834;
}
.button:active {
position: relative;
top: 1px;
}

.buttonM {
  padding: 20px 20px;
  background-color: #009633;
  color: white;
  border: none;
  border-radius: 25% 25% 0% 0%;
  cursor: pointer;
  width: 99%;

}

.buttonM:hover {
 background-color: #aec831;
}