.fondo {
    background-image: url("../images/fondoJovenes.jpg");
    background-repeat: no-repeat; /* Evita que la imagen se repita */
    background-attachment: fixed; /* Mantiene la imagen fija al hacer scroll */
    background-position: center center; /* Centra la imagen */
    background-size: cover; /* ¡Esta es la clave! Ajusta la imagen para cubrir el contenedor */
}

a.miboton:link, a.miboton:visited, a.miboton:hover, a.miboton {
    background-color: #f4a147;
    color: white;
    padding: 15px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
    font-weight: bold;
    width: 100%;
    margin-bottom: 30px;
}

.btn_tausv {
    background-color: #44a2bd;
    color: white;
    padding: 15px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
    font-weight: bold;
    width: 100%;
    border-color: #44a2bd;
}