table {
    width: 100%;
    border-collapse: collapse;
}
  
table, td, th {
    border: 1px solid black;
    padding: 5px;
}
  
th {
    text-align: left;
}

div.participantes { 
    padding: 20px;
}

div.logoIMDEJ { 
    background-image: url("http://deportecdjuarez.gob.mx/images/LogoIMDEJ_1280x610.jpg");
    /* position: absolute; */
    /* top: 100px; */
    width: 300px;
    height: 150px;
    /* left: 700px; */
    background-color: #edeef2;
    background-size: 100% 100%;
    /* font-family:Century Gothic; */
    /* padding: 15px 10px 10px 10px; */
    /* text-align: left; */
    /* font-size:14px; */
    /* line-height: 15%; */
    /* border-style: groove; */
    border-width: medium;
    /* line-height: 50%; */
}

div.logoGOBIERNO { 
    background-image: url("http://deportecdjuarez.gob.mx/images/Original_2048x2048.jpg");
    flex-grow: 1;
    position: absolute;
    /* top: 10px;  */
    left: 800px;
    width: 150px;
    height: 150px;
    /* left: 700px; */
    background-color: #edeef2;
    background-size: 100% 100%;
    /* font-family:Century Gothic; */
    /* padding: 15px 10px 10px 10px; */
    /* text-align: left; */
    /* font-size:14px; */
    /* line-height: 15%; */
    /* border-style: groove; */
    border-width: medium;
    /* line-height: 50%; */
}

.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 400px;
}