body{
    margin: 0;
    background-image: url(Images/Fondo.jpg);
}

header{
    background-color: #0c2158;
    display: flex;
    justify-content: space-between;
    padding-inline: 40px;
    padding: 20px;
    align-items: center;
}

a{
    padding-inline: 20px;
    text-decoration: none;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: whitesmoke;
    font-size: 17px;
}

a:hover{
    font-size: 18px;
    font-weight: bold;
}

h1{
    color: whitesmoke;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

p{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: whitesmoke;
    text-align: center;
    padding-inline: 80px;
    font-size: 15px;
    padding-bottom: 20px;
}

.Banner{
    width: 75%;
    height: 20%;
}

.bannerbox{
    text-align: center;
    padding-bottom: 20px;
}

ul{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: whitesmoke;
    padding-inline: 80px;
    font-size: 17px;
    padding-bottom: 20px;
}

.Consejo{
    width: 25%;
    height: 25%;
}

.consejo{
    text-align: center;
    padding-bottom: 20px;
}

h2{
    color: whitesmoke;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.announcements{
    text-align: center;
    padding-bottom: 20px; 
}

.Back{
    width: 16%;
    height: 16%;
}

.eventsimages{
    text-align: center;
    padding-bottom: 20px;
}
footer{
    background-color: #6c90eb;
    display: flex;
    justify-content: space-between;
    padding-inline: 40px;
    padding: 20px;
    align-items: center;
}
body {
    margin: 0;
}

.announcements-page {
    background-image: url(Images/1.png);
}