html {
  position: relative;
  min-height: 100%;
}

body { 
  margin-bottom: 60px;
  background-color: #eaeaea;
  font-family: 'Khula', sans-serif;
  font-weight:300;
  font-size:14.5px;
  color:#000;
  background: url('../imgs/fondofortaleza.png') ;
  background-repeat: no-repeat;
  background-position: center;
  width:100%;
  height: 100%;
 
   }

.contenedor{

  width:80%;
  max-width:1000px;
  margin:auto;
  overflow:hidden;
}

/*-- Header Menu -- */
header .menu{

  margin:40px 0px;
  text-align:right;
}

header .menu a {
  margin:  0  20px;
  color:#000;
  display:inline-block;
  text-decoration:none;
  border-bottom:2px solid transparent;
  font-size:1.2em;
}

header .menu a:hover {
  border-bottom:2px solid #fff;
}
/*-- FIN Header Menu -- */
/*-- Formulario Menu -- */
.contenedor-texto{
  display:flex;
  justify-content:center; 
  align-content:center; 
}
 .contenedor-texto .texto{
  border:2px solid rgba(255,255,255,0.5);
  border-radius:3px;
  display:inline-block;
  text-align:center;
  padding:20px 60px;
   background-color: #F8F8F8  ;  
   opacity: .9;
}
/*-- FIN MENU Menu -- */


.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 70px;
  line-height: 60px; /* Vertically center the text there */
  background-color: #F8F8F8  ;  
   opacity: 0.8;
 }



