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;
}
/*Estilos para párrafos */
p{
    font-family:'Helvetica', sans-serif;
    font-size: 16px;
    color:#333;
    line-height: 1.5; 
        text-align: justify;
}

#imgc{
    width: 400px;
    height: 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;
}
#parrafo2{
    color:rgb(122, 196, 122);
     font-size: 20px;
}
h4{
   font-family: cursive;
   font-size: 14px;
   color:rgb(77, 0, 47);
}
ul{
   font-family: cursive;
   font-size: 14px;
   color:rgb(0, 0, 77);
}
#td1{
    color:#ff8383
}
tr {
      transition: background-color 0.3s ease;
    }

    tr:nth-child(even) {
      background-color: #fea4a4 !important;
    }

    tr:nth-child(even):hover {
      background-color: #ffb9b9 !important;
    }

    tr:nth-child(odd):hover {
      background-color: #ff9b9b !important;
    }
    
a{
    color:#0000ff;
    font-size: 16px;
}
#img1{
    width: 300px;
    height: auto;
    border: 2px solid #27ae60;
    border-radius: 15px;
    display: block;
    margin: 20px auto;
}

.form-suscripcion {
  font-family: sans-serif;
  font-size: 14px;
  color: #333;
  background-color: #ecf0f1;
  border: 1px solid #3498db;
  padding: 20px;
  border-radius: 8px;
  max-width: 400px;
}
  
.form-suscripcion input[type="email"] {
  width: 100%;
  padding: 10px;
  margin-top: 8px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}

.form-suscripcion button {
  background-color: #3498db;
  color: white;
  padding: 10px 15px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}
.footer {
  background-color: #34495e;
  color: #ffffff;
  font-style: italic;
  font-size: 12px;
  text-align: center;
  padding: 15px 0;
  margin-top: 40px;
}
#parrafo3
{
  color: #5ebb85;
  font-size: 18px;
}