/********** Estilos Generales **********/


/********** HEADER **********/

header {
  background-image: url(../img/iglesiaoxitaa9.jpg);
  height: 100vh;
  background-size:cover;
 }


/***** Página INICIO - Presentación *****/

.presentacion { width:50%; margin-left: auto; margin-right: auto;
  margin-top: 250px; height:365px; background-color: rgba(0,0,0,0.5) }

.presentacion h1, h3 { text-align: center; }

.presentacion-boton {
  display:block;  width: 150px;  margin: 0 auto;  margin-left: auto;
  margin-right: auto;  text-decoration: none;  text-transform: uppercase;
  text-align: center;  color:#ffffff; padding: 10px; background-color: #ff4400; font-size: 25px; border-radius: 25px; }
  .presentacion-boton:hover { background-color: #3e6d40;}  

