body{
    text-align:justify;
    font-size: 60px;
    font-family: Arial, sans-serif;
    background-color: rgb(209, 214, 215);
    color: rgb(77, 77, 102);
}
header{
    text-align: center;
    font-size: 60%;
    font-family: Arial, sans-serif;
    background-color: rgb(101, 181, 129);
}
.Introducción{
    text-align:justify;
    font-size: 40%;
}
.Parrafo{
    text-align: justify;
    font-size: 35%;
}
.Parrafo2{
    text-align: justify;
    font-size: 75%;
}
.Situación{
    text-align:justify;
    font-size: 40%;
}
.miTabla1{
    width: 100%;
    background-color: white;
    border-collapse: collapse;
}
.miTabla1 {
    border-collapse: separate;
    width: 100%;
}
.miTabla1, th,
.miTabla1, td {
    border: 1px; 
    padding: 8px; 
    vertical-align: top;
}
.ParrafoSituación{
    width: 50%; 
    vertical-align: top; 
    padding: 20px; 
    background-color:#3a6073;
    text-align: left;
    box-sizing: border-box;   
}
.MapaTabla{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    padding: 20px;
}
table {
    width: 100%;
    border: none;
    border-collapse:separate;
    margin: 20px 0;
    font-family: Arial, sans-serif;
    background-color: #fdfdfd;
}
th {
    background-color: #3a6073;
    color: white;
    text-align: left;
    padding: 12px;
    width: 25%;
    font-size: 16px;
}
td {
    padding: 12px;
    border-bottom: 1px solid #ccc;
    font-size: 15px;
}
table tr:hover {
    background-color: #f3f6f8;
}
img {
    max-width: 180px;
    border: 2px solid #ccc;
    border-radius: 6px;
}
footer{
    text-align: center;
    font-size: 60%;
    font-family: Arial, sans-serif;
    background-color: rgb(101, 181, 129)   
}