body {
    background: #131314;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    color: #eaeaea;
    margin: 0;
    padding: 0;
}

.url {
    color: rgb(171, 29, 29);
    text-decoration: none;
    font-weight: bold;
}

.url:hover {
    text-decoration: underline;
}

.comunicado-container {
    background: #18191c;
    width: 600px;
    margin: 40px auto;
    border: 2px solid #d33;
    box-shadow: 0 0 18px #222;
    border-radius: 8px;
    padding: 32px 40px 24px 40px;
}

.logo-principal {
    display: block;
    margin: 0 auto 18px auto;
    max-width: 180px;
    max-height: 90px;
}

.titulo-comunicado {
    text-align: center;
    font-size: 2.1em;
    font-weight: bold;
    color: rgb(191, 27, 27);
    margin-bottom: 28px;
    letter-spacing: 1px;
    text-shadow: 1px 1px 0 #2a2a2a;
    border-bottom: 2px solid #d33;
    padding-bottom: 10px;
}

.contenido-comunicado {
    font-size: 1.1em;
    line-height: 1.7;
    margin-bottom: 40px;
    min-height: 120px;
}

.footer {
    border-top: 2px solid #d33;
    margin-top: 32px;
    padding-top: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-logo {
    max-width: 90px;
    max-height: 50px;
}

.firma {
    text-align: center;
    font-size: 1em;
    color: #d33;
    flex: 1;
}