/* Estilos generales */
.bodycat {
    font-family: Arial, sans-serif;
    background-color: #f0f0f0;
    margin: 0;
    padding: 0;
}

.mainver {
    max-width: 800px;
    margin: 20px auto;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.tablaver {
    width: 100%;
    border-collapse: collapse;
}

.tablaver td {
    padding: 10px;
    border: 1px solid #ddd;
}

.tablaver img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 10px auto;
}

.tablaver iframe {
    width: 100%;
    max-width: 560px;
    height: 315px;
    display: block;
    margin: 10px auto;
}

/* Estilos específicos para el título */
.tablaver tr:first-child td {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    background-color: rgb(0, 105, 150);
    padding: 20px;
    color: white;
}

/* Estilos para el texto de la noticia */
.tablaver tr:nth-child(3) td {
    text-align: justify;
    padding: 20px;
}

/* Estilos para las imágenes */
.imagenver {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 10px auto;
}

/* Estilos para el vídeo */
.tablaver iframe {
    width: 100%;
    max-width: 560px;
    height: 315px;
    display: block;
    margin: 10px auto;
}
