/* body {
            font-family: Arial, sans-serif;
            max-width: 900px;
            margin: 30px auto;
        } */
        article {
            border-bottom: 1px solid #ccc;
            /* padding: 20px 0; */
        }

        article a{
            width: 90%;
        }


        h2 {
            font-size: 18px;
            margin-bottom: 5px;
        }
        .subtitulo {
            font-style: italic;
            color: #666;
            margin-bottom: 10px;
        }
        .fecha {
            color: #999;
            font-size: 0.9em;
            margin-bottom: 15px;
        }
        .foto {
            max-width: 100%;
            height: auto;
            margin-bottom: 15px;
            border-radius: 5px;
        }
        .ver-mas {
            display: inline-block;
            margin-top: 10px;
            padding: 5px 10px;
            /*background-color: #007BFF;*/
            color: white;
            text-decoration: none;
            border-radius: 3px;
        }
        /* .ver-mas:hover {
            background-color: #0056b3;
        } */
       .miniatura img{
            width: 50%;
            /* aspect-ratio: 16/9;
            object-fit: contain; */
       }
       .contenido{
        margin-top: 20px;
       }
        @media (max-width:900px) {
            .miniatura img{
            width: 100%;
            /* aspect-ratio:inherit;            
            object-fit:none; */
        }}
