table {
  border-collapse: collapse;
  /*width: 80%;*/
  /*font-size: 12px;*/
}

th, td { padding: 8px; text-align: center; }

th { background-color: #d1e0ef; color: #2e2e2e;}

tbody tr:nth-child(even) { background-color: #EAF2FF; }

tbody tr:nth-child(odd) { background-color: #f9f9f9; /*#D4E9FF; */}

.color-1 { background-color: #8AB4F8; }
.color-2 { background-color: #6D9EEB; }
.color-3 {background-color: #a3a3a3; color: #fff;}

/**************** tablas 2 **************/
div[itemprop="articleBody"] {
    max-width: 800px;
    margin: 20px auto;
    padding: 0;
    background-color: #f5f5f5;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

div[itemprop="articleBody"] table {
    width: 100%;
    border: none;
    border-collapse: collapse;
    margin-top: 20px;
}

div[itemprop="articleBody"] th, 
div[itemprop="articleBody"] th td {
    padding: 12px;
    text-align: left;
}

div[itemprop="articleBody"] th {
    background-color: #00468B;
    color: white;
}

div[itemprop="articleBody"] tr:nth-child(even) {
    background-color: #e2e2e2;
}

.imgSitios {
    border-radius: 10px;
    margin-bottom: 10px;
}

div[itemprop="articleBody"] strong {
    color: #333;
}

div[itemprop="articleBody"] a {
    color: #0066cc;
    text-decoration: none;
}

div[itemprop="articleBody"] a:hover {
    text-decoration: underline;
}

/************* fichas Interes **************/
        .fichasDisp5 {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

        .fichaLiga {
            text-align: center;
            padding: 20px;
            background-color: #fff;
            border-radius: 10px;
            /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
            border: 1px solid #ccc;
            max-width: 210px;
            width: 100%;
            margin: 20px;
            height: 180px;
        }
        .fichaLiga2 {
            text-align: center;
            padding: 20px;
            background-color: #fff;
            border-radius: 10px;
            border: 1px solid #ccc;
            /*max-width: 150px;*/
            width: 12%;
            margin: 30px;
            height: 150px;
        }
        .fichaLiga:hover,
        .fichaLiga2:hover {
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
            border: 0;
        }

        .fichaLiga img {
            max-width: 100%;
            height: 110px;
            border-radius: 5px;
            text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
        }
        .fichaLiga2 img {
            max-width: 100%;
            height: 85px;
            border-radius: 5px;
            text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
        }
        .fichaLiga a,
        .fichaLiga2 a {
            text-decoration: none;
        }
        .fichaLiga a:hover p,
        .fichaLiga2 a:hover p {
            color: #0070B8;
            font-weight: bold;
        }
        .fichaLiga a:hover img, 
        .fichaLiga2 a:hover img {
            filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.2));
        }

        .leyenda {
            font-size: 18px;
            color: #333;
        }
        .leyenda2 {
            font-size: 15px;
            color: #333;
        }

	/* ---------- Ficha 3 --------- */
        .fichaLiga3 {
            text-align: center;
            padding: 20px;
            background-color: #fff;
            border-radius: 10px;
            width: 120px;
            margin: 30px;
            height: 120px;
        }
        .fichaLiga3:hover {
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); border: 0;
        }

        .fichaLiga3 img {
            width: 65px;
            height: 65px;
            border-radius: 5px;
            text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
        }


        .fichaLiga3 p { margin: 8px;  font-size: 12px; }
        .fichaLiga3 a { text-decoration: none; }
        .fichaLiga3 a:hover p { color: #0070B8; font-weight: bold; font-size: 12px;}
        /*.fichaLiga3 a:hover img,*/
        .fichaLiga3 a:hover .leyenda3
          { filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.2)); font-size: 11px; }

        .leyenda3 { font-size: 12px; color: #333fff; }
        /*.leyenda3:hover { font-size: 11px; color: red; }*/



/*************** Media *******************/
@media (max-width: 768px) {
    .fichaLiga2 {
        width: 30%; /* Cambia el ancho para 2 en línea en modo responsive */
    }
}
@media only screen and (max-width: 600px) {
    div[itemprop="articleBody"] table {
        display: block;
        width: 100%;
        overflow-x: auto;
    }

    div[itemprop="articleBody"] th, 
    div[itemprop="articleBody"] td {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
    div[itemprop="articleBody"] th, 
    div[itemprop="articleBody"] td {
        border: 0;
    }
}


.ajustAlto { max-height: 420px; overflow: scroll; }
.txtIzquierda { text-align: left; }
.liMrgBttn{ margin-bottom: 20px;}
.spcAlto20{ min-height: 20px;}
.Ccam_txtSize08{ font-size: 08px;}
.Ccam_txtSize10{ font-size: 10px;}
.Ccam_txtSize12{ font-size: 12px;}
.Ccam_txtSize14{ font-size: 14px;}
.Ccam_txtSize16{ font-size: 16px;}
.Ccam_txtSize18{ font-size: 18px;}
.Ccam_txtSize20{ font-size: 20px;}
.Ccam_Div100 { width: 100%; }
.Ccam_DivCntr100 { width: 100%; margin: 20px auto; }
.Ccam_DivCntr80 { width: 80%; margin: 20px auto; }
.Ccam_DivCntr60 { width: 60%; margin: 20px auto; }
.Ccam_Padng20 { padding: 20px; }
