

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.fondo {
    background-image: url(../img/fondo_rojo.png);
    background-repeat: no-repeat;
    background-size: cover;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    color: white;
    font-size: 16pt;
}

.botones {
    display: block;
    position: relative;
    
}

.textoboton {
  
  display: block;
  position: absolute;
  bottom: 25%;
  left: 15%;
  padding: 5px;
  width: 70%;
  color: white;
  font-size: 14pt;
}















