Copia en editor html <!DOCTYPE html> <html lang="es"> <head> <meta charset="UTF-8"> <title>El Alambramiento de los Campos (1872-1882)</title> <style> body { font-family: Arial, sans-serif; margin: 20px; background: #f4f8fb; line-height: 1.6; } h1 { text-align: center; color: #2c3e50; } .texto { background: #ffffff; padding: 20px; border-radius: 12px; box-shadow: 0 4px 8px rgba(0,0,0,0.1); margin-bottom: 20px; } .imagen { text-align: center; margin: 15px 0; } .imagen img { max-width: 80%; bord...