* {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    margin: 0;
    padding: 0;
}

#imgBannerYoutube {
    width: 100%;
}

h2 {
    font-size: 25px;
    margin: 0px;
}

a {
    text-decoration: none;
    color: black;
}
a:hover {
    cursor: pointer;
    text-decoration: underline;
}

iframe {
    width: 100% !important; /* !important para que CSS sobreescriba posibles configuraciones externas (no funcionaba sin esto) */
    height: 900px !important;
    border: none !important;
}
