body {
background-color: #f9f9f9;
font-family: Arial, sans-serif;
color: #333;
margin: 20px;
padding: 10px;

}
h1 {
font-family: Georgia, serif;
font-size: 32px;
color:#c0392b;
text-align: center;
}
h2 {
    font-family:Verdana, sans-serif;
    font-size: 24px;
    color: #2980b9;

}
p {
    font-family:Helvetica, sans-serif;
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    text-align: justify;
}
img {
    width: 400px;
    height: 20px auto;
    border: 2px solid #3498db;
    border-radius: 10px;
    display: block;
    margin: 20px auto;
}
table {
    width: 80%;
    margin: 20px auto;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #333;
}
th {
    background-color: #0000ff;
    color: #ffffff;
    font-size: 16px;
    padding: 10px;
    text-align: left;
    border: 1px solid #0000ff;
}
td {
    background-color: #ffffff;
    color: #e74c3c;
    padding:8px;
    text-align: left;
    border: 1px solid #0000ff;

}
tbody tr:nth-child(even){
    background-color: #ecf0f1;
}

#Parrafo2{
    font-size: 18px;
    color: #13f04a;
}

ul {
font-family: initial;
font-size: 14px;
color: #0808a5;
}
td:hover {
    color: #0000ff;
}

a {
    color: #0000ff;
    text-align: underline;
    font-size: 16px;
}

.imagen-extra{
    width: 300px;
    border: 15px solid #27ae60;
}
.form-suscripcion button{
    background-color: #3498db;
    color: #ffff;
    border: none;
    padding: 6px 12px;

}

.footer{
    background-color: #34495e;

}

#footer{
    color: #ffffff;
    font-style: italic;
    font-size: 12px;
    text-align: center;
}

