Convert DOCX to RST

We can do it via libreoffice to get an HTML

$ libreoffice --headless --convert-to html 20160110_Resumen_Proyecto.docx
$ pandoc +RTS -K64m -RTS -f html -t rst --no-wrap 20160110_Resumen_Proyecto.html -o 20160110_Resumen_Proyecto.rst
more ...