/** * Here should be only styles that related to the Editor v1, and should be overridden when using the Editor v2. */ body { --editor-v2-top-bar-height: 48px; } #elementor-editor-wrapper { height: calc(100vh - var(--editor-v2-top-bar-height)); } body.elementor-navigator-docked #elementor-navigator { height: calc(100% - var(--editor-v2-top-bar-height)); top: var(--editor-v2-top-bar-height); } .elementor-panel #elementor-panel-header-menu-button, .elementor-panel #elementor-panel-header-add-button, .elementor-panel #elementor-panel-footer { display: none; } .elementor-panel #elementor-panel-header { font-weight: 700; background-color: var( --e-a-bg-default ); color: var( --e-a-color-txt-accent ); border-block-end: var( --e-a-border ); height: 48px; } // Make the MCE full-screen work properly with the top bar. .elementor-control-type-wysiwyg .mce-fullscreen { inset: var(--editor-v2-top-bar-height) 0 0 0; & > .mce-container-body { display: flex; flex-direction: column; height: 100%; & > .mce-edit-area { flex-grow: 1; & > iframe { height: 100% !important; } } } } /*! elementor - v3.30.0 - 01-07-2025 */ :root { --e-a-color-white: #ffffff; --e-a-color-black: #000000; --e-a-color-logo: #ffffff; --e-a-color-primary: #F3BAFD; --e-a-color-primary-bold: #D004D4; --e-a-color-secondary: #515962; --e-a-color-success: #0A875A; --e-a-color-danger: #DC2626; --e-a-color-info: #2563EB; --e-a-color-warning: #F59E0B; --e-a-color-accent: #93003f; --e-a-color-global: #1DDDBF; --e-a-color-accent-promotion: #93003f; --e-a-bg-default: #ffffff; --e-a-bg-invert: #0C0D0E; --e-a-bg-hover: #F1F2F3; --e-a-bg-active: #E6E8EA; --e-a-bg-active-bold: #D5D8DC; --e-a-bg-loading: #F9FAFA; --e-a-bg-logo: #000000; --e-a-bg-primary: #FAE8FF; --e-a-bg-secondary: #515962; --e-a-bg-success: #F2FDF5; --e-a-bg-info: #F0F7FF; --e-a-bg-danger: #FEF1F4; --e-a-bg-warning: #FFFBEB; --e-a-bg-chip: #F1F2F3; --e-a-color-txt: #515962; --e-a-color-txt-muted: #818A96; --e-a-color-txt-disabled: #BABFC5; --e-a-color-txt-invert: #ffffff; --e-a-color-txt-accent: #0C0D0E; --e-a-color-txt-hover: #3f444b; --e-a-color-txt-active: #0C0D0E; --e-a-border-color: #E6E8EA; --e-a-border-color-bold: #D5D8DC; --e-a-border-color-focus: #BABFC5; --e-a-border-color-accent: #0C0D0E; --e-a-border: 1px solid var(--e-a-border-color); --e-a-border-bold: 1px solid var(--e-a-border-color-bold); --e-a-border-radius: 3px; --e-a-btn-color: #0C0D0E; --e-a-btn-color-invert: var(--e-a-color-txt-invert); --e-a-btn-color-disabled: var(--e-a-color-txt-disabled); --e-a-btn-bg: #515962; --e-a-btn-bg-hover: rgb(57.9217877095, 63.6424581006, 70.0782122905); --e-a-btn-bg-active: rgb(34.843575419, 38.2849162011, 42.156424581); --e-a-btn-bg-disabled: #D5D8DC; --e-a-btn-bg-primary: #F3BAFD; --e-a-btn-bg-primary-hover: #F5D0FE; --e-a-btn-bg-primary-active:#F0ABFC; --e-a-btn-bg-accent: #93003f; --e-a-btn-bg-accent-hover: #8F1A4C; --e-a-btn-bg-accent-active: #A93365; --e-a-btn-bg-info: #2563EB; --e-a-btn-bg-info-hover: rgb(18.5714285714, 76.1428571429, 202.4285714286); --e-a-btn-bg-info-active: rgb(14.2857142857, 58.5714285714, 155.7142857143); --e-a-btn-bg-success: #0A875A; --e-a-btn-bg-success-hover: rgb(6.4827586207, 87.5172413793, 58.3448275862); --e-a-btn-bg-success-active:rgb(2.9655172414, 40.0344827586, 26.6896551724); --e-a-btn-bg-warning: #F59E0B; --e-a-btn-bg-warning-hover: rgb(196.9291338583, 126.7125984252, 8.0708661417); --e-a-btn-bg-warning-active:rgb(147.937007874, 95.188976378, 6.062992126); --e-a-btn-bg-danger: #DC2626; --e-a-btn-bg-danger-hover: rgb(178.25, 28.75, 28.75); --e-a-btn-bg-danger-active: rgb(134.3333333333, 21.6666666667, 21.6666666667); --e-a-dark-bg: #0C0D0E; --e-a-dark-color-txt: #9DA5AE; --e-a-dark-color-txt-hover: #D5D8DC; --e-a-font-family: Roboto, Arial, Helvetica, sans-serif; --e-a-transition-hover: all .3s; --e-a-popover-shadow: 0 2px 15px rgba(0, 0, 0, 0.3); --e-a-dropdown-shadow: 0 0 3px rgba(0, 0, 0, 0.2); } .elementor-hidden { display: none; } .elementor-visibility-hidden { visibility: hidden; } .elementor-screen-only, .screen-reader-text, .screen-reader-text span, .ui-helper-hidden-accessible { position: absolute; top: -10000em; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; } .elementor-clearfix:after { content: ""; display: block; clear: both; width: 0; height: 0; } .e-logo-wrapper { background: var(--e-a-bg-logo); display: inline-block; padding: 0.75em; border-radius: 50%; line-height: 1; } .e-logo-wrapper i { color: var(--e-a-color-logo); font-size: 1em; } .dialog-widget-content { background-color: var(--e-a-bg-default); position: absolute; border-radius: 3px; box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2); overflow: hidden; } .dialog-message { line-height: 1.5; box-sizing: border-box; } .dialog-close-button { cursor: pointer; position: absolute; margin-block-start: 15px; inset-inline-end: 15px; color: var(--e-a-color-txt); font-size: 15px; line-height: 1; transition: var(--e-a-transition-hover); } .dialog-close-button:hover { color: var(--e-a-color-txt-hover); } .dialog-prevent-scroll { overflow: hidden; max-height: 100vh; } .dialog-type-lightbox { position: fixed; height: 100%; width: 100%; bottom: 0; left: 0; background-color: rgba(0, 0, 0, 0.8); z-index: 9999; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .elementor-editor-active .elementor-popup-modal { background-color: initial; } .dialog-type-confirm .dialog-widget-content, .dialog-type-alert .dialog-widget-content { margin: auto; width: 400px; padding: 20px; } .dialog-type-confirm .dialog-header, .dialog-type-alert .dialog-header { font-size: 15px; font-weight: 500; } .dialog-type-confirm .dialog-header:after, .dialog-type-alert .dialog-header:after { content: ""; display: block; border-block-end: var(--e-a-border); padding-block-end: 10px; margin-block-end: 10px; margin-inline-start: -20px; margin-inline-end: -20px; } .dialog-type-confirm .dialog-message, .dialog-type-alert .dialog-message { min-height: 50px; } .dialog-type-confirm .dialog-buttons-wrapper, .dialog-type-alert .dialog-buttons-wrapper { padding-block-start: 10px; display: flex; justify-content: flex-end; gap: 15px; } .dialog-type-confirm .dialog-buttons-wrapper .dialog-button, .dialog-type-alert .dialog-buttons-wrapper .dialog-button { font-size: 12px; font-weight: 500; line-height: 1.2; padding: 8px 16px; outline: none; border: none; border-radius: var(--e-a-border-radius); background-color: var(--e-a-btn-bg); color: var(--e-a-btn-color-invert); transition: var(--e-a-transition-hover); } .dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover, .dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover { border: none; } .dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button:focus, .dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover, .dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus { background-color: var(--e-a-btn-bg-hover); color: var(--e-a-btn-color-invert); } .dialog-type-confirm .dialog-buttons-wrapper .dialog-button:active, .dialog-type-alert .dialog-buttons-wrapper .dialog-button:active { background-color: var(--e-a-btn-bg-active); } .dialog-type-confirm .dialog-buttons-wrapper .dialog-button:not([disabled]), .dialog-type-alert .dialog-buttons-wrapper .dialog-button:not([disabled]) { cursor: pointer; } .dialog-type-confirm .dialog-buttons-wrapper .dialog-button:disabled, .dialog-type-alert .dialog-buttons-wrapper .dialog-button:disabled { background-color: var(--e-a-btn-bg-disabled); color: var(--e-a-btn-color-disabled); } .dialog-type-confirm .dialog-buttons-wrapper .dialog-button:not(.elementor-button-state) .elementor-state-icon, .dialog-type-alert .dialog-buttons-wrapper .dialog-button:not(.elementor-button-state) .elementor-state-icon { display: none; } .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel { background: transparent; color: var(--e-a-color-txt); } .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:focus, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:hover, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:hover, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:focus, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:focus { background: var(--e-a-bg-hover); color: var(--e-a-color-txt-hover); } .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:disabled, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:disabled, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:disabled, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:disabled { background: transparent; color: var(--e-a-color-txt-disabled); } .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt-border, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt-border { border: 1px solid var(--e-a-color-txt-muted); } .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success { background-color: var(--e-a-btn-bg-success); } .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success:focus, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success:hover, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success:focus, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success:hover, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success:focus { background-color: var(--e-a-btn-bg-success-hover); } .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok { background-color: var(--e-a-btn-bg-primary); color: var(--e-a-btn-color); } .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok:focus, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary:hover, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over:hover, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok:hover, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary:focus, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over:focus, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok:focus { background-color: var(--e-a-btn-bg-primary-hover); color: var(--e-a-btn-color); } .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel { background: transparent; color: var(--e-a-color-primary-bold); } .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:focus, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:hover, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:hover, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:hover, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:hover, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:hover, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:hover, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:focus, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:focus, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:focus, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:focus, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:focus, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:focus { background: var(--e-a-bg-primary); } .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent { background-color: var(--e-a-btn-bg-accent); } .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:focus, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:hover, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:focus, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:hover, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:focus { background-color: var(--e-a-btn-bg-accent-hover); } .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:active, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:active, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:active, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:active { background-color: var(--e-a-btn-bg-accent-active); } .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-info, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-info, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-info, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-info { background-color: var(--e-a-btn-bg-info); } .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-info:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-info:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-info:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-info:focus, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-info:hover, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-info:focus, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-info:hover, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-info:focus { background-color: var(--e-a-btn-bg-info-hover); } .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning { background-color: var(--e-a-btn-bg-warning); } .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning:focus, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning:hover, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning:focus, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning:hover, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning:focus { background-color: var(--e-a-btn-bg-warning-hover); } .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger { background-color: var(--e-a-btn-bg-danger); } .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger.color-white, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger.color-white, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger.color-white, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger.color-white { color: var(--e-a-color-white); } .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger:focus, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger:hover, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger:focus, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger:hover, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger:focus { background-color: var(--e-a-btn-bg-danger-hover); } .dialog-type-confirm .dialog-buttons-wrapper .dialog-button i, .dialog-type-alert .dialog-buttons-wrapper .dialog-button i { margin-inline-end: 5px; } .dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button:visited, .dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover, .dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus, .dialog-type-alert .dialog-buttons-wrapper .dialog-button:visited { color: initial; } .dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled], .dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled] { background-color: var(--e-a-btn-bg-disabled); cursor: not-allowed; } .dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled]:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled]:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled]:visited, .dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:hover, .dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:focus, .dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:visited { background-color: var(--e-a-btn-bg-disabled); } #elementor-change-exit-preference-dialog .dialog-message a { cursor: pointer; } #elementor-change-exit-preference-dialog .dialog-message > div { margin-block-end: 10px; } #e-experiments-messages-dialog .dialog-confirm-header { font-weight: 600; } #e-kit-elements-defaults-create-dialog label { display: flex; align-items: center; justify-content: center; gap: 10px; margin-block-start: 20px; } @media (min-width: 1024px) { body.admin-bar .dialog-lightbox-widget { height: calc(100vh - 32px); } } @media (max-width: 1024px) { body.admin-bar .dialog-type-lightbox { position: sticky; height: 100vh; } } .elementor-templates-modal .dialog-widget-content { font-family: Roboto, Arial, Helvetica, sans-serif; background-color: var(--e-a-bg-default); width: 100%; } @media (max-width: 1439px) { .elementor-templates-modal .dialog-widget-content { max-width: 990px; } } @media (min-width: 1440px) { .elementor-templates-modal .dialog-widget-content { max-width: 1200px; } } .elementor-templates-modal .dialog-header { border-block-end: var(--e-a-border); padding: 0; z-index: 1; } .elementor-templates-modal .dialog-buttons-wrapper { border-block-start: var(--e-a-border); padding: 10px; display: flex; justify-content: flex-end; gap: 15px; } .elementor-templates-modal .dialog-message { height: 750px; max-height: 85vh; overflow-y: auto; padding: 20px; } .elementor-templates-modal .dialog-content { height: 100%; text-align: center; } .elementor-templates-modal .dialog-loading { display: none; } .elementor-templates-modal__header { display: flex; align-items: center; justify-content: space-between; height: 50px; } .elementor-templates-modal__header__logo { line-height: 1; text-transform: uppercase; font-weight: bold; cursor: pointer; } .elementor-templates-modal__header__logo-area { text-align: start; padding-inline-start: 15px; } .elementor-templates-modal__header__logo-area > * { display: flex; align-items: center; } .elementor-templates-modal__header__logo__icon-wrapper { margin-inline-end: 10px; font-size: 12px; } .elementor-templates-modal__header__logo__title { color: var(--e-a-color-txt-active); padding-block-start: 2px; } .elementor-templates-modal__header__items-area { display: flex; flex-direction: row-reverse; } .elementor-templates-modal__header__item { position: relative; display: flex; align-items: center; justify-content: center; box-sizing: content-box; } .elementor-templates-modal__header__item > i { font-size: 20px; transition: var(--e-a-transition-hover); cursor: pointer; } .elementor-templates-modal__header__item > i:hover { color: var(--e-a-color-txt-hover); } .elementor-templates-modal__header__close--normal { width: 47px; border-inline-start: var(--e-a-border); } .elementor-templates-modal__header__close--normal i { font-size: 18px; } .elementor-templates-modal__header__close--skip { padding: 10px; padding-inline-start: 20px; margin-inline-end: 10px; font-size: 11px; font-weight: normal; line-height: 1; border-radius: var(--e-a-border-radius); cursor: pointer; } .elementor-templates-modal__header__close--skip > i { font-size: inherit; padding-inline-start: 10px; margin-inline-start: 15px; border-inline-start: 1px solid; } .elementor-templates-modal__header__close--skip > i:not(:hover) { color: var(--e-a-color-white); } .elementor-templates-modal__sidebar { flex-shrink: 0; width: 25%; border-inline-end: var(--e-a-border); } .elementor-templates-modal__content { flex-grow: 1; } #elementor-toast { position: absolute; width: 280px; padding: 20px; border-radius: 5px; color: var(--e-a-dark-color-txt); background-color: rgba(0, 0, 0, 0.8); z-index: 10000; } #elementor-toast.dialog-position-window { position: fixed; } #elementor-toast .dialog-message { font-size: 13px; } #elementor-toast .dialog-buttons-wrapper { display: flex; justify-content: flex-end; } #elementor-toast .dialog-buttons-wrapper:not(:empty) { margin-top: 15px; } #elementor-toast .dialog-button { font-size: 12px; font-weight: 500; line-height: 1.2; padding: 8px 16px; margin-inline-end: 10px; color: var(--e-a-dark-color-txt); border-radius: var(--e-a-border-radius); transition: var(--e-a-transition-hover); cursor: pointer; } #elementor-toast .dialog-button:hover { background: var(--e-a-bg-hover); color: var(--e-a-color-txt-hover); } #elementor-toast .dialog-button:last-child { margin-inline-end: 0; } /* Will select next element after last '.elementor-general-section' */ #wpadminbar #wp-admin-bar-elementor_edit_page .elementor-general-section + .elementor-second-section { border-block-start: 1px solid #464b50; margin-block-start: 6px; } .e-logo-wrapper { background: var(--e-a-bg-logo); display: inline-block; padding: 0.75em; border-radius: 50%; line-height: 1; } .e-logo-wrapper i { color: var(--e-a-color-logo); font-size: 1em; } #elementor-finder__modal { background: none; z-index: 99999; } #elementor-finder__modal .dialog-widget-content { width: 650px; max-width: 98%; top: 18vh; left: calc(50% - 650px / 2); } #elementor-finder__modal .dialog-content { text-align: start; } #elementor-finder__modal .dialog-message { height: initial; min-height: 0; padding: 0; text-align: start; } #elementor-finder__search { padding: 15px; display: flex; } #elementor-finder__search i { font-size: 16px; margin-inline-end: 15px; } #elementor-finder__search__input { border: none; background: none; outline: none; padding: 0; margin: 0; flex-grow: 1; font-size: 14px; box-shadow: none; } #elementor-finder__search__input::-moz-placeholder { font-style: italic; font-weight: 300; } #elementor-finder__search__input::placeholder { font-style: italic; font-weight: 300; } #elementor-finder__results { max-height: 50vh; overflow: auto; } #elementor-finder__no-results { display: none; padding: 20px; } #elementor-finder__lock-dialog { z-index: 100000; } .elementor-finder__results__category { position: relative; } .elementor-finder__results__category__title { padding: 5px 25px; font-size: 10px; border-block-end: var(--e-a-border); } .elementor-finder__results__category--dynamic .elementor-finder__results__category__items { min-height: 26px; } .elementor-finder__results__category .eicon-loading { display: none; position: absolute; left: 10px; top: 30px; color: var(--e-a-color-info); font-size: 14px; } .elementor-finder__results__item { display: flex; } .elementor-finder__results__item a { text-decoration: none; color: inherit; } .elementor-finder__results__item.elementor-active { background-color: var(--e-a-bg-hover); } .elementor-finder__results__item.elementor-active a { color: inherit; } .elementor-finder__results__item:not(.elementor-active) .elementor-finder__results__item__actions { display: none; } .elementor-finder__results__item__link { display: flex; align-items: center; height: 35px; flex-grow: 1; } .elementor-finder__results__item__icon { width: 60px; text-align: center; font-size: 17px; } .elementor-finder__results__item__title { font-size: 13px; } .elementor-finder__results__item__description { margin-inline-start: 5px; font-style: italic; } .elementor-finder__results__item__badge { text-transform: uppercase; position: absolute; inset-inline-end: 16px; font-size: 8px; font-weight: 500; display: flex; align-items: center; gap: 4px; } .elementor-finder__results__item__actions { display: flex; } .elementor-finder__results__item__action { display: flex; align-items: center; justify-content: center; height: 100%; width: 35px; } .elementor-finder__results__item__action:hover { background-color: rgba(0, 0, 0, 0.07); } .tipsy { font-size: 10px; position: absolute; padding: 5px; z-index: 100000; } .tipsy-inner { background-color: #000; color: #FFF; font-weight: 500; max-width: 200px; padding: 5px 12px; text-align: center; border-radius: 3px; box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5); } .tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #000; } .tipsy-arrow-n { border-bottom-color: #000; } .tipsy-arrow-s { border-top-color: #000; } .tipsy-arrow-e { border-left-color: #000; } .tipsy-arrow-w { border-right-color: #000; } .tipsy-n .tipsy-arrow, .tipsy-nw .tipsy-arrow { border-left-color: transparent; border-right-color: transparent; top: 0; border-bottom-style: solid; border-top: none; } .tipsy-n .tipsy-arrow { left: 50%; margin-left: -5px; } .tipsy-nw .tipsy-arrow { left: 10px; } .tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; } .tipsy-s .tipsy-arrow, .tipsy-se .tipsy-arrow, .tipsy-sw .tipsy-arrow { bottom: 0; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; } .tipsy-s .tipsy-arrow { left: 50%; margin-left: -5px; } .tipsy-sw .tipsy-arrow { left: 10px; } .tipsy-se .tipsy-arrow { right: 10px; } .tipsy-e .tipsy-arrow, .tipsy-w .tipsy-arrow { top: 50%; margin-top: -5px; border-top-color: transparent; border-bottom-color: transparent; } .tipsy-e .tipsy-arrow { right: 0; border-left-style: solid; border-right: none; } .tipsy-w .tipsy-arrow { left: 0; border-right-style: solid; border-left: none; } /*# sourceMappingURL=common-rtl.css.map */ https://riosmauricio.com/2009/04/el-problema-con-la-banca-central/ 2012-10-22T19:55:51+00:00 monthly 0.2 https://riosmauricio.com/2010/08/la-nueva-crisis-de-deuda/ 2013-01-21T23:53:59+00:00 monthly 0.2 https://riosmauricio.com/2011/03/the-great-stagnation-debate/ 2014-08-26T00:51:23+00:00 monthly 0.2 https://riosmauricio.com/2011/03/el-turno-de-portugal/ 2012-05-14T21:50:29+00:00 monthly 0.2 https://riosmauricio.com/2011/04/faltaron-los-austriacos/ 2012-11-20T12:16:18+00:00 monthly 0.2 https://riosmauricio.com/2011/06/%c2%bfimporta-quien-dirije-el-fmi/ 2011-12-12T21:29:00+00:00 monthly 0.2 https://riosmauricio.com/2011/07/las-estafas-keynesianas-continuan/ 2011-12-12T21:24:30+00:00 monthly 0.2 https://riosmauricio.com/2011/07/entrevista-crisis-economica-en-estados-unidos-y-la-union-europea/ 2018-06-20T21:37:07+00:00 monthly 0.2 https://riosmauricio.com/2011/08/la-decision-de-la-fed-la-reaccion-de-los-mercados/ 2011-12-12T21:19:03+00:00 monthly 0.2 https://riosmauricio.com/2011/08/infame-semana-socialista/ 2011-12-12T21:17:44+00:00 monthly 0.2 https://riosmauricio.com/2011/08/keynes-vs-hayek-lse-debate-2/ 2012-07-17T17:51:54+00:00 monthly 0.2 https://riosmauricio.com/2011/09/entrevista-disturbios-en-londres/ 2012-05-14T21:55:19+00:00 monthly 0.2 https://riosmauricio.com/2011/11/entrevista-nueva-ley-antimonopolio-de-ecuador/ 2011-12-12T21:03:29+00:00 monthly 0.2 https://riosmauricio.com/2011/12/el-marco-aleman-para-los-europeos/ 2013-01-17T11:00:27+00:00 monthly 0.2 https://riosmauricio.com/2011/12/en-mesurada-defensa-de-merkel/ 2012-05-29T16:41:47+00:00 monthly 0.2 https://riosmauricio.com/2011/12/fraude-el-por-que-de-la-gran-recesion/ 2012-10-22T20:00:36+00:00 monthly 0.2 https://riosmauricio.com/2012/01/resena-el-lugar-de-la-moneda/ 2014-06-26T15:13:18+00:00 monthly 0.2 https://riosmauricio.com/2012/04/huerta-de-soto-crisis-financiera-y-reforma-bancaria/ 2012-11-16T17:44:46+00:00 monthly 0.2 https://riosmauricio.com/2012/06/la-llegada-del-largo-plazo/ 2012-07-17T23:20:19+00:00 monthly 0.2 https://riosmauricio.com/2012/06/carta-abierta-al-profesor-sala-i-martin/ 2012-06-19T01:19:26+00:00 monthly 0.2 https://riosmauricio.com/2012/07/the-bubble/ 2012-07-17T21:52:35+00:00 monthly 0.2 https://riosmauricio.com/2012/10/praxeologia-la-teoria-general-de-la-accion-humana/ 2023-08-23T21:48:57+00:00 monthly 0.2 https://riosmauricio.com/2012/11/entrevista-desarrollo-economico-de-cochabamba/ 2012-11-02T11:34:30+00:00 monthly 0.2 https://riosmauricio.com/2012/12/huerta-de-soto-expansion-crediticia-y-sistema-economico/ 2013-01-11T17:49:26+00:00 monthly 0.2 https://riosmauricio.com/2013/01/james-m-buchanan-1919-2013-in-memoriam/ 2013-02-22T18:07:34+00:00 monthly 0.2 https://riosmauricio.com/2013/02/the-commanding-heights/ 2025-06-17T13:31:33+00:00 monthly 0.2 https://riosmauricio.com/2013/03/en-defensa-del-euro/ 2013-05-01T12:22:39+00:00 monthly 0.2 https://riosmauricio.com/2013/05/keynes-homosexualidad-y-largo-plazo/ 2013-05-21T21:16:25+00:00 monthly 0.2 https://riosmauricio.com/2013/05/analogia-por-un-euro-sin-union-politica/ 2014-04-11T15:30:51+00:00 monthly 0.2 https://riosmauricio.com/2013/05/bolivar-fuerte-el-mejor-papel-higienico/ 2013-06-27T16:44:23+00:00 monthly 0.2 https://riosmauricio.com/2013/06/roubini-y-la-reliquia-barbara/ 2013-06-15T01:49:32+00:00 monthly 0.2 https://riosmauricio.com/2013/06/entrevista-con-liberalspain/ 2013-07-15T13:28:11+00:00 monthly 0.2 https://riosmauricio.com/2013/06/la-tormentosa-semana-de-bernanke/ 2013-06-22T00:56:32+00:00 monthly 0.2 https://riosmauricio.com/2013/06/presentacion-de-estatismo-y-liberalismo/ 2013-06-22T18:38:35+00:00 monthly 0.2 https://riosmauricio.com/2013/07/estatismo-y-la-renuncia-del-liberalismo/ 2023-02-03T21:38:55+00:00 monthly 0.2 https://riosmauricio.com/2013/07/del-efecto-carney-y-el-giro-chino/ 2013-08-14T00:03:33+00:00 monthly 0.2 https://riosmauricio.com/2013/08/milton-friedman-era-keynesiano/ 2013-08-09T22:57:52+00:00 monthly 0.2 https://riosmauricio.com/2013/10/shiller-el-caso-keynesiano-de-las-burbujas-keynesianas/ 2013-11-09T01:37:33+00:00 monthly 0.2 https://riosmauricio.com/2014/01/resena-los-cisnes-del-positivismo/ 2022-01-11T22:12:36+00:00 monthly 0.2 https://riosmauricio.com/2014/02/fundacion-milenio-pacto-fiscal/ 2014-02-18T00:36:34+00:00 monthly 0.2 https://riosmauricio.com/2014/02/que-es-y-que-sucede-con-bitcoin/ 2014-09-19T23:22:44+00:00 monthly 0.2 https://riosmauricio.com/2014/03/money-for-nothing-inside-the-federal-reserve/ 2021-09-21T00:24:58+00:00 monthly 0.2 https://riosmauricio.com/2014/03/mazzucato-y-el-enigma-del-estatismo/ 2014-03-31T14:33:40+00:00 monthly 0.2 https://riosmauricio.com/2014/07/huerta-de-soto-la-paranoia-antideflacionista/ 2014-09-12T19:44:29+00:00 monthly 0.2 https://riosmauricio.com/2014/07/las-causas-del-subdesarrollo-de-bolivia/ 2014-08-03T00:12:38+00:00 monthly 0.2 https://riosmauricio.com/2014/10/fundacion-milenio-donde-esta-la-plata/ 2014-10-06T16:09:40+00:00 monthly 0.2 https://riosmauricio.com/2014/10/huerta-de-soto-liberalismo-vs-anarcocapitalismo/ 2014-10-30T19:54:23+00:00 monthly 0.2 https://riosmauricio.com/2015/04/una-destacada-contribucion-a-la-libertad/ 2015-05-02T23:23:47+00:00 monthly 0.2 https://riosmauricio.com/2015/04/informe-economico-de-fundacion-milenio-2011/ 2015-04-23T02:55:54+00:00 monthly 0.2 https://riosmauricio.com/2015/04/que-no-me-pierda-coyuntura-economica/ 2015-04-23T02:58:23+00:00 monthly 0.2 https://riosmauricio.com/2015/05/la-decada-perdida-de-occidente-en-liberaccion/ 2015-05-02T19:14:28+00:00 monthly 0.2 https://riosmauricio.com/2015/05/congreso-de-economia-austriaca-populismo-latinoamericano/ 2015-05-20T22:59:56+00:00 monthly 0.2 https://riosmauricio.com/2015/07/luego-de-madrid/ 2015-07-12T02:33:52+00:00 monthly 0.2 https://riosmauricio.com/2015/12/entrevista-crecimiento-exorbitante-deberia-ser-objeto-de-sospecha/ 2015-12-08T13:52:30+00:00 monthly 0.2 https://riosmauricio.com/2015/12/sobredosis-la-proxima-crisis-financiera-2010/ 2015-12-16T20:45:07+00:00 monthly 0.2 https://riosmauricio.com/2016/01/the-big-short-muy-recomendable/ 2016-01-12T13:37:08+00:00 monthly 0.2 https://riosmauricio.com/2016/01/entrevista-coyuntura-internacional-060116/ 2016-01-17T23:57:16+00:00 monthly 0.2 https://riosmauricio.com/2016/02/entrevista-el-pib-bajo-sospecha/ 2017-04-19T16:13:25+00:00 monthly 0.2 https://riosmauricio.com/2016/03/mi-entrevista-con-xavier-serbia/ 2016-03-29T14:28:36+00:00 monthly 0.2 https://riosmauricio.com/2016/06/enhorabuena-profesor-huerta-de-soto/ 2016-07-04T13:55:12+00:00 monthly 0.2 https://riosmauricio.com/2016/06/carta-al-inversor-antes-de-que-sea-tarde/ 2016-06-14T13:43:22+00:00 monthly 0.2 https://riosmauricio.com/2016/08/huerta-de-soto-libertad-politica-y-anarquia-en-la-espana-del-siglo-xxi/ 2016-08-01T19:58:05+00:00 monthly 0.2 https://riosmauricio.com/2016/10/entre-el-rent-seeking-y-los-ciclos-economicos/ 2016-10-19T15:43:41+00:00 monthly 0.2 https://riosmauricio.com/2016/11/la-preservacion-patrimonial-como-estrategia-ante-la-crisis/ 2018-01-05T20:58:32+00:00 monthly 0.2 https://riosmauricio.com/2017/04/genea-wealth-management-quien-no-ve-a-su-alrededor-puede-reaccionar-mal-y-tarde/ 2017-04-20T20:52:50+00:00 monthly 0.2 https://riosmauricio.com/2017/06/bitcoin-el-oro-digital-que-abunda-en-los-bolsillos-virtuales/ 2017-06-05T15:21:02+00:00 monthly 0.2 https://riosmauricio.com/2017/10/pagina-siete-se-hace-eco-de-incautos/ 2017-10-10T20:05:51+00:00 monthly 0.2 https://riosmauricio.com/2017/12/bolivia-al-borde-de-la-crisis-economica/ 2017-12-06T14:58:55+00:00 monthly 0.2 https://riosmauricio.com/2018/01/empleado-publico-yo/ 2023-10-05T14:55:31+00:00 monthly 0.2 https://riosmauricio.com/2018/03/bolivia-tasa-de-referencia-sigue-elevada/ 2018-03-27T20:03:25+00:00 monthly 0.2 https://riosmauricio.com/2018/04/cual-burbuja-inmobiliaria/ 2018-04-12T21:32:35+00:00 monthly 0.2 https://riosmauricio.com/2018/06/35-mis-35/ 2018-07-23T14:56:02+00:00 monthly 0.2 https://riosmauricio.com/2018/07/entrevista-sobre-crisis-investing-en-bolivia/ 2018-07-22T22:24:39+00:00 monthly 0.2 https://riosmauricio.com/2018/08/genea-wealth-management-s-se-diluye/ 2018-08-31T19:21:18+00:00 monthly 0.2 https://riosmauricio.com/2018/09/carta-abierta-los-empresarios-privados-de-bolivia-sobre-el-tipo-de-cambio/ 2018-09-05T22:13:54+00:00 monthly 0.2 https://riosmauricio.com/2018/09/mi-entrevista-de-radio-hoy-sobre-la-coyuntura-de-bolivia-argentina-y-espana/ 2018-09-13T15:28:28+00:00 monthly 0.2 https://riosmauricio.com/2018/09/presentacion-de-escuela-austriaca-teoria-del-ciclo-y-value-investing/ 2020-07-10T20:08:22+00:00 monthly 0.2 https://riosmauricio.com/2018/10/merecido-nobel-para-paul-romer/ 2018-10-08T22:21:39+00:00 monthly 0.2 https://riosmauricio.com/2018/12/evo-morales-a-punto-de-convertir-a-bolivia-en-la-proxima-venezuela/ 2018-12-11T13:30:31+00:00 monthly 0.2 https://riosmauricio.com/2019/01/entrevista-con-libre-empresa-2019-panorama-economico-gris/ 2019-01-28T22:46:11+00:00 monthly 0.2 https://riosmauricio.com/2019/09/hacerse-rico-y-mantenerse-rico-es-muy-distinto-america-economia/ 2019-09-13T14:30:56+00:00 monthly 0.2 https://riosmauricio.com/2019/09/los-70-anos-de-la-accion-humana-de-ludwig-von-mises/ 2024-09-11T22:57:53+00:00 monthly 0.2 https://riosmauricio.com/2019/09/es-solamente-cuestion-de-tiempo/ 2019-09-26T03:07:36+00:00 monthly 0.2 https://riosmauricio.com/2019/10/mis-notas-con-libre-empresa/ 2019-10-11T22:31:12+00:00 monthly 0.2 https://riosmauricio.com/2019/10/entrevista-con-guatemala-sobre-la-situacion-en-bolivia-24-10-2019/ 2019-10-28T22:47:56+00:00 monthly 0.2 https://riosmauricio.com/2019/11/entrevista-con-guatemala-sobre-bolivia-11-11-2019/ 2019-11-16T17:58:46+00:00 monthly 0.2 https://riosmauricio.com/2019/11/entrevista-con-cnn-radio-rosario-argentina/ 2019-11-16T17:29:24+00:00 monthly 0.2 https://riosmauricio.com/2019/11/an-open-letter-to-dr-ron-paul-about-the-coup-that-wasnt-in-bolivia/ 2020-07-27T14:24:56+00:00 monthly 0.2 https://riosmauricio.com/2019/12/felices-fiestas/ 2019-12-20T15:08:05+00:00 monthly 0.2 https://riosmauricio.com/2020/02/un-plan-economico-ideal/ 2023-02-05T12:39:28+00:00 monthly 0.2 https://riosmauricio.com/2020/02/juan-l-cariaga-in-memoriam/ 2020-02-21T04:31:14+00:00 monthly 0.2 https://riosmauricio.com/2020/03/bajo-nivel-de-las-rin-implica-un-alto-riesgo-cambiario/ 2020-03-09T16:25:33+00:00 monthly 0.2 https://riosmauricio.com/2020/03/mitos-de-la-economia-plurinacional/ 2020-03-09T16:29:00+00:00 monthly 0.2 https://riosmauricio.com/2020/04/la-economia-de-bolivia-frente-al-coronavirus/ 2020-04-03T04:50:12+00:00 monthly 0.2 https://riosmauricio.com/2020/04/coronavirus-entrevista-con-maggy-talavera-sobre-coyuntura-economica/ 2020-11-17T19:38:57+00:00 monthly 0.2 https://riosmauricio.com/2020/04/mi-participacion-en-el-seminario-de-la-cbhe-14-04-20/ 2020-04-27T20:58:56+00:00 monthly 0.2 https://riosmauricio.com/2020/04/mi-participacion-en-el-webinar-de-la-fundacion-nueva-democracia-del-17-04-20/ 2020-04-27T21:02:58+00:00 monthly 0.2 https://riosmauricio.com/2020/05/berkshire-hathaway-2020-annual-shareholder-meeting-livestream/ 2021-04-29T13:43:01+00:00 monthly 0.2 https://riosmauricio.com/2020/06/7-joseph-humire-seguridad-para-invertir-en-occidente/ 2020-06-06T03:20:30+00:00 monthly 0.2 https://riosmauricio.com/2020/06/8-martin-litwak-como-protegerse-de-infiernos-tributarios/ 2020-06-10T03:50:06+00:00 monthly 0.2 https://riosmauricio.com/2020/06/9-daniel-lacalle-un-gestor-de-fondos-liberal/ 2020-08-17T02:29:44+00:00 monthly 0.2 https://riosmauricio.com/2020/06/10-raul-ponte-repaso-de-renta-fija-latinoamericana/ 2020-06-16T15:40:50+00:00 monthly 0.2 https://riosmauricio.com/2020/06/11-diego-parrilla-rentabilidades-extraordinarias-en-anti-burbujas/ 2020-06-19T03:40:34+00:00 monthly 0.2 https://riosmauricio.com/2020/06/12-carlos-rodriguez-braun-el-liberalismo-clasico-como-herramienta-de-analisis/ 2020-06-24T15:22:39+00:00 monthly 0.2 https://riosmauricio.com/2020/07/13-adrian-ravier-la-crisis-global-desde-la-macro-comparada/ 2020-07-05T20:27:25+00:00 monthly 0.2 https://riosmauricio.com/2020/07/14-tavi-costa-gold-and-mining-stocks-to-face-the-business-cycle/ 2020-08-17T02:27:16+00:00 monthly 0.2 https://riosmauricio.com/2020/07/mi-entrevista-con-tuffi-are-para-forbes-26-07-20/ 2020-11-17T19:39:19+00:00 monthly 0.2 https://riosmauricio.com/2020/07/15-javier-santacruz-de-donde-viene-y-adonde-va-la-eurozona/ 2020-07-29T16:22:28+00:00 monthly 0.2 https://riosmauricio.com/2020/08/16-daniel-raisbeck-riqueza-y-valores-de-la-cultura-occidental/ 2020-08-17T02:24:26+00:00 monthly 0.2 https://riosmauricio.com/2020/08/17-juan-manuel-lopez-zafra-oro-y-big-data-frente-a-la-crisis/ 2020-08-14T21:37:46+00:00 monthly 0.2 https://riosmauricio.com/2020/08/18-luis-alberto-iglesias-la-filantropia-inversora-de-value-school/ 2020-08-17T02:21:26+00:00 monthly 0.2 https://riosmauricio.com/2020/09/19-alberto-bernal-del-error-de-la-cuarentena-a-la-crisis-economica/ 2020-09-07T13:13:58+00:00 monthly 0.2 https://riosmauricio.com/2020/09/20-vanessa-vallejo-america-latina-y-expectativas-en-elecciones-eeuu-2020/ 2020-09-14T13:56:13+00:00 monthly 0.2 https://riosmauricio.com/2020/09/viernes-18-de-septiembre-de-2020/ 2020-09-18T15:06:53+00:00 monthly 0.2 https://riosmauricio.com/2020/09/21-javier-milei-inflacion-megarecesion-y-crisis-global/ 2020-09-19T14:38:54+00:00 monthly 0.2 https://riosmauricio.com/2020/09/lunes-21-de-septiembre/ 2020-09-21T20:22:04+00:00 monthly 0.2 https://riosmauricio.com/2020/09/martes-22-de-septiembre-de-2020/ 2020-10-31T20:01:50+00:00 monthly 0.2 https://riosmauricio.com/2020/09/miercoles-23-de-septiembre-de-2020/ 2020-09-23T21:00:50+00:00 monthly 0.2 https://riosmauricio.com/2020/09/jueves-24-de-septiembre-de-2020/ 2020-09-24T15:12:24+00:00 monthly 0.2 https://riosmauricio.com/2020/09/viernes-25-de-septiembre-de-2020/ 2020-09-25T18:58:07+00:00 monthly 0.2 https://riosmauricio.com/2020/09/22-dickson-buchanan-como-y-por-que-invertir-en-metales-preciosos/ 2020-09-28T00:53:54+00:00 monthly 0.2 https://riosmauricio.com/2020/09/lunes-28-de-septiembre-de-2020/ 2020-09-28T21:37:25+00:00 monthly 0.2 https://riosmauricio.com/2020/09/martes-29-de-septiembre-de-2020/ 2020-09-29T15:10:11+00:00 monthly 0.2 https://riosmauricio.com/2020/09/miercoles-30-de-septiembre-de-2020/ 2020-09-30T21:01:21+00:00 monthly 0.2 https://riosmauricio.com/2020/09/23-flavio-munoz-invertir-en-big-tech-antes-de-que-sea-la-moda/ 2020-10-02T01:33:39+00:00 monthly 0.2 https://riosmauricio.com/2020/10/jueves-1-de-octubre-de-2020/ 2020-10-02T00:20:50+00:00 monthly 0.2 https://riosmauricio.com/2020/10/viernes-2-de-octubre-de-2020/ 2020-10-02T18:47:24+00:00 monthly 0.2 https://riosmauricio.com/2020/10/lunes-5-de-octubre-de-2020/ 2020-10-05T22:09:17+00:00 monthly 0.2 https://riosmauricio.com/2020/10/martes-6-de-octubre-de-2020/ 2020-10-06T14:57:48+00:00 monthly 0.2 https://riosmauricio.com/2020/10/miercoles-7-de-octubre-de-2020/ 2020-10-07T22:42:31+00:00 monthly 0.2 https://riosmauricio.com/2020/10/24-eugenio-dmedina-elecciones-en-peru-chile-bolivia-y-eeuu/ 2020-10-07T22:38:56+00:00 monthly 0.2 https://riosmauricio.com/2020/10/jueves-8-de-octubre-de-2020/ 2020-10-08T14:38:42+00:00 monthly 0.2 https://riosmauricio.com/2020/10/viernes-9-de-octubre-de-2020/ 2020-10-09T14:46:10+00:00 monthly 0.2 https://riosmauricio.com/2020/10/actualidad-economica-bolivia-america-latina-eeuu/ 2020-10-10T19:34:05+00:00 monthly 0.2 https://riosmauricio.com/2020/10/lunes-12-de-octubre-de-2020/ 2020-10-31T20:01:14+00:00 monthly 0.2 https://riosmauricio.com/2020/10/martes-13-de-octubre-de-2020/ 2020-10-13T22:12:20+00:00 monthly 0.2 https://riosmauricio.com/2020/10/25-ronald-maclean-hoy-hay-que-ser-mas-liberales-que-nunca/ 2020-10-15T02:18:17+00:00 monthly 0.2 https://riosmauricio.com/2020/10/miercoles-14-de-octubre-de-2020/ 2020-10-14T23:36:40+00:00 monthly 0.2 https://riosmauricio.com/2020/10/jueves-15-de-octubre-de-2020/ 2020-10-15T14:41:32+00:00 monthly 0.2 https://riosmauricio.com/2020/10/viernes-16-de-octubre-de-2020/ 2020-10-16T15:57:31+00:00 monthly 0.2 https://riosmauricio.com/2020/10/lunes-19-de-octubre-de-2020/ 2020-10-19T21:51:10+00:00 monthly 0.2 https://riosmauricio.com/2020/10/martes-20-de-octubre-de-2020/ 2020-10-20T14:10:10+00:00 monthly 0.2 https://riosmauricio.com/2020/10/que-paso-en-bolivia-y-hacia-donde-se-dirige/ 2020-10-21T01:51:33+00:00 monthly 0.2 https://riosmauricio.com/2020/10/miercoles-21-de-octubre-de-2020/ 2020-10-21T15:58:02+00:00 monthly 0.2 https://riosmauricio.com/2020/10/jueves-22-de-octubre-de-2020/ 2020-10-22T15:51:07+00:00 monthly 0.2 https://riosmauricio.com/2020/10/26-hugo-ferrer-un-macro-trader-sobre-la-economia-global-actual/ 2020-10-22T23:19:30+00:00 monthly 0.2 https://riosmauricio.com/2020/10/viernes-23-de-octubre-2020/ 2020-10-23T14:29:05+00:00 monthly 0.2 https://riosmauricio.com/2020/10/lunes-26-de-octubre-de-2020/ 2020-10-26T21:51:31+00:00 monthly 0.2 https://riosmauricio.com/2020/10/entrevista-con-guatemala-sobre-bolivia-26-11-20/ 2020-10-27T14:07:22+00:00 monthly 0.2 https://riosmauricio.com/2020/10/martes-27-de-octubre-de-2020/ 2020-11-01T20:16:40+00:00 monthly 0.2 https://riosmauricio.com/2020/10/miercoles-28-de-octubre-de-2020/ 2020-10-28T16:04:17+00:00 monthly 0.2 https://riosmauricio.com/2020/10/jueves-29-de-octubre-de-2020/ 2020-10-29T21:22:33+00:00 monthly 0.2 https://riosmauricio.com/2020/10/27-pedro-urruchurtu-el-ultimo-espacio-de-libertad-en-america-latina/ 2020-10-30T00:47:19+00:00 monthly 0.2 https://riosmauricio.com/2020/10/viernes-30-de-octubre-de-2020/ 2020-10-30T18:17:51+00:00 monthly 0.2 https://riosmauricio.com/2020/10/28-lorenzo-ramirez-camino-a-la-servidumbre-global-post-covid-19/ 2020-11-01T23:15:50+00:00 monthly 0.2 https://riosmauricio.com/2020/10/29-luis-miguel-ortiz-cada-inversor-racional-tiene-un-liberal-dentro/ 2020-11-03T22:40:12+00:00 monthly 0.2 https://riosmauricio.com/2020/11/martes-3-de-noviembre-de-2020/ 2020-11-03T14:00:58+00:00 monthly 0.2 https://riosmauricio.com/2020/11/miercoles-4-de-noviembre-de-2020/ 2020-11-04T15:38:37+00:00 monthly 0.2 https://riosmauricio.com/2020/11/jueves-5-de-noviembre-de-2020/ 2020-11-05T16:45:06+00:00 monthly 0.2 https://riosmauricio.com/2020/11/viernes-6-de-noviembre-de-2020/ 2020-11-06T16:59:02+00:00 monthly 0.2 https://riosmauricio.com/2020/11/entrevista-sobre-perspectivas-economicas-con-arce-catacora-07-11-20/ 2020-11-17T19:38:28+00:00 monthly 0.2 https://riosmauricio.com/2020/11/lunes-9-de-noviembre-de-2020/ 2020-11-09T23:05:42+00:00 monthly 0.2 https://riosmauricio.com/2020/11/30-enrique-ghersi-los-liberales-deben-ser-catalizadores-de-la-unidad/ 2020-11-09T21:58:21+00:00 monthly 0.2 https://riosmauricio.com/2020/11/martes-10-de-noviembre-de-2020/ 2020-11-18T00:47:30+00:00 monthly 0.2 https://riosmauricio.com/2020/11/miercoles-11-de-noviembre-de-2020/ 2020-11-11T20:12:02+00:00 monthly 0.2 https://riosmauricio.com/2020/11/jueves-12-de-noviembre-de-2020/ 2020-11-12T18:48:53+00:00 monthly 0.2 https://riosmauricio.com/2020/11/viernes-13-de-noviembre-de-2020/ 2020-11-13T19:58:11+00:00 monthly 0.2 https://riosmauricio.com/2020/11/31-manuel-polavieja-no-inviertas-en-bitcoin-si-no-lo-entiendes/ 2020-11-15T22:53:13+00:00 monthly 0.2 https://riosmauricio.com/2020/11/lunes-16-de-noviembre-de-2020/ 2020-11-16T15:44:39+00:00 monthly 0.2 https://riosmauricio.com/2020/11/martes-17-de-noviembre-de-2020/ 2020-11-17T22:44:37+00:00 monthly 0.2 https://riosmauricio.com/2020/11/miercoles-18-de-noviembre-de-2020/ 2020-11-18T14:45:43+00:00 monthly 0.2 https://riosmauricio.com/2020/11/jueves-19-de-noviembre-de-2020/ 2020-11-19T15:25:38+00:00 monthly 0.2 https://riosmauricio.com/2020/11/32-philipp-bagus-la-crisis-global-actual-con-perspectiva-austriaca/ 2020-11-19T20:24:11+00:00 monthly 0.2 https://riosmauricio.com/2020/11/viernes-20-de-noviembre-de-2020/ 2020-11-20T14:44:44+00:00 monthly 0.2 https://riosmauricio.com/2020/11/lunes-23-de-noviembre-de-2020/ 2020-11-24T00:47:52+00:00 monthly 0.2 https://riosmauricio.com/2020/11/martes-24-de-noviembre-de-2020/ 2020-11-24T14:52:02+00:00 monthly 0.2 https://riosmauricio.com/2020/11/33-carlos-santiso-la-cartera-para-el-inversor-conservador/ 2020-11-25T14:06:51+00:00 monthly 0.2 https://riosmauricio.com/2020/11/miercoles-25-de-noviembre-de-2020/ 2020-11-25T22:45:51+00:00 monthly 0.2 https://riosmauricio.com/2020/11/jueves-26-de-noviembre-de-2020/ 2020-11-26T14:29:49+00:00 monthly 0.2 https://riosmauricio.com/2020/11/viernes-27-de-noviembre-de-2020/ 2020-11-27T19:32:37+00:00 monthly 0.2 https://riosmauricio.com/2020/11/lunes-30-de-noviembre-de-2020/ 2020-11-30T16:10:13+00:00 monthly 0.2 https://riosmauricio.com/2020/12/martes-1-de-diciembre-de-2020/ 2020-12-01T15:56:48+00:00 monthly 0.2 https://riosmauricio.com/2020/12/miercoles-2-de-diciembre-de-2020/ 2020-12-02T19:33:25+00:00 monthly 0.2 https://riosmauricio.com/2020/12/viernes-4-de-diciembre-de-2020/ 2020-12-04T22:10:12+00:00 monthly 0.2 https://riosmauricio.com/2020/12/34-roberto-cachanosky-argentina-todo-lo-que-no-hay-que-hacer/ 2020-12-07T23:57:26+00:00 monthly 0.2 https://riosmauricio.com/2020/12/martes-8-de-diciembre-de-2020/ 2020-12-08T15:29:24+00:00 monthly 0.2 https://riosmauricio.com/2020/12/miercoles-9-de-diciembre-de-2020/ 2020-12-09T23:44:26+00:00 monthly 0.2 https://riosmauricio.com/2020/12/jueves-10-de-diciembre-de-2020/ 2020-12-10T17:00:11+00:00 monthly 0.2 https://riosmauricio.com/2020/12/viernes-11-de-diciembre-de-2020/ 2020-12-11T20:07:08+00:00 monthly 0.2 https://riosmauricio.com/2020/12/lunes-14-de-diciembre-de-2020/ 2020-12-14T15:16:21+00:00 monthly 0.2 https://riosmauricio.com/2020/12/martes-15-de-diciembre-de-2020/ 2020-12-15T14:18:20+00:00 monthly 0.2 https://riosmauricio.com/2020/12/35-ebrahim-asvat-panama-nunca-dejo-de-ser-una-opcion/ 2020-12-15T21:49:57+00:00 monthly 0.2 https://riosmauricio.com/2020/12/miercoles-16-de-septiembre-de-2020/ 2020-12-16T20:59:40+00:00 monthly 0.2 https://riosmauricio.com/2020/12/bolivia-pge-2021-entrevista-con-tuffi-are/ 2020-12-17T03:16:18+00:00 monthly 0.2 https://riosmauricio.com/2020/12/viernes-18-de-diciembre-de-2020/ 2020-12-18T17:27:44+00:00 monthly 0.2 https://riosmauricio.com/2020/12/balance-2020-y-vision-2021-entrevista-con-maggy-talavera/ 2020-12-18T18:49:48+00:00 monthly 0.2 https://riosmauricio.com/2020/12/martes-22-de-diciembre-de-2020/ 2020-12-23T00:54:59+00:00 monthly 0.2 https://riosmauricio.com/2020/12/miercoles-23-de-diciembre-de-2020/ 2020-12-23T15:11:00+00:00 monthly 0.2 https://riosmauricio.com/2020/12/lunes-28-de-diciembre-de-2020/ 2020-12-28T14:14:10+00:00 monthly 0.2 https://riosmauricio.com/2020/12/martes-29-de-diciembre-de-2020/ 2020-12-29T15:05:19+00:00 monthly 0.2 https://riosmauricio.com/2020/12/miercoles-30-de-diciembre-de-2020/ 2020-12-30T19:22:08+00:00 monthly 0.2 https://riosmauricio.com/2020/12/36-mas-impuestos-entre-los-desafios-de-2021/ 2020-12-30T21:42:35+00:00 monthly 0.2 https://riosmauricio.com/2021/01/lunes-4-de-enero-de-2021/ 2021-01-04T15:29:44+00:00 monthly 0.2 https://riosmauricio.com/2021/01/martes-5-de-enero-de-2021/ 2021-01-05T16:22:15+00:00 monthly 0.2 https://riosmauricio.com/2021/01/miercoles-6-de-enero-de-2021/ 2021-01-06T14:58:49+00:00 monthly 0.2 https://riosmauricio.com/2021/01/jueves-7-de-enero-de-2021/ 2021-01-07T15:24:56+00:00 monthly 0.2 https://riosmauricio.com/2021/01/viernes-8-de-enero-de-2021/ 2021-01-08T15:05:57+00:00 monthly 0.2 https://riosmauricio.com/2021/01/37-cuidado-con-apostar-a-la-muerte-del-dolar/ 2021-01-12T20:04:22+00:00 monthly 0.2 https://riosmauricio.com/2021/01/lunes-11-de-enero-de-2021/ 2021-01-11T14:16:33+00:00 monthly 0.2 https://riosmauricio.com/2021/01/martes-12-de-enero-de-2021/ 2021-01-12T21:53:47+00:00 monthly 0.2 https://riosmauricio.com/2021/01/miercoles-13-de-enero-de-2021/ 2021-01-13T16:04:17+00:00 monthly 0.2 https://riosmauricio.com/2021/01/la-reactivacion-que-nadie-entiende-y-la-economia-que-nadie-ve-llegar/ 2021-01-14T02:13:21+00:00 monthly 0.2 https://riosmauricio.com/2021/01/jueves-14-de-enero-de-2021/ 2021-01-14T15:22:38+00:00 monthly 0.2 https://riosmauricio.com/2021/01/38-guillermo-avellan-ecuador-se-juega-la-recuperacion-en-2021/ 2021-01-15T14:07:44+00:00 monthly 0.2 https://riosmauricio.com/2021/01/viernes-15-de-enero-de-2021/ 2021-01-15T15:25:23+00:00 monthly 0.2 https://riosmauricio.com/2021/01/lunes-18-de-enero-de-2021/ 2021-01-18T15:02:10+00:00 monthly 0.2 https://riosmauricio.com/2021/01/martes-19-de-enero-de-2021/ 2021-01-19T15:03:34+00:00 monthly 0.2 https://riosmauricio.com/2021/01/entrevista-con-libre-mente/ 2021-01-19T16:06:30+00:00 monthly 0.2 https://riosmauricio.com/2021/01/miercoles-20-de-enero-de-2021/ 2021-01-20T15:22:06+00:00 monthly 0.2 https://riosmauricio.com/2021/01/jueves-21-de-enero-de-2021/ 2021-01-21T17:15:29+00:00 monthly 0.2 https://riosmauricio.com/2021/01/viernes-22-de-enero-de-2021/ 2021-01-22T21:07:43+00:00 monthly 0.2 https://riosmauricio.com/2021/01/miercoles-27-de-enero-de-2021/ 2021-01-27T14:24:54+00:00 monthly 0.2 https://riosmauricio.com/2021/01/jueves-28-de-enero-de-2021/ 2024-01-31T14:22:36+00:00 monthly 0.2 https://riosmauricio.com/2021/01/39-emigrar-y-conseguir-una-golden-visa/ 2021-01-29T00:00:55+00:00 monthly 0.2 https://riosmauricio.com/2021/01/viernes-29-de-enero-de-2021/ 2021-01-29T22:05:18+00:00 monthly 0.2 https://riosmauricio.com/2021/02/lunes-1-de-febrero-de-2021/ 2021-02-01T14:54:52+00:00 monthly 0.2 https://riosmauricio.com/2021/02/martes-2-de-febrero-de-2021/ 2021-02-02T14:18:31+00:00 monthly 0.2 https://riosmauricio.com/2021/02/miercoles-3-de-febrero-de-2021/ 2021-02-03T14:31:03+00:00 monthly 0.2 https://riosmauricio.com/2021/02/la-huida-hacia-activos-reales-el-vinculo-entre-los-ciclos-economicos-y-el-value-investing/ 2021-03-23T21:25:20+00:00 monthly 0.2 https://riosmauricio.com/2021/02/martes-9-de-febrero-de-2021/ 2021-02-09T22:02:42+00:00 monthly 0.2 https://riosmauricio.com/2021/02/miercoles-10-de-febrero-de-2021/ 2021-02-10T20:49:19+00:00 monthly 0.2 https://riosmauricio.com/2021/02/jueves-11-de-febrero-de-2021/ 2021-02-11T18:45:23+00:00 monthly 0.2 https://riosmauricio.com/2021/02/viernes-12-de-febrero-de-2021/ 2021-02-12T16:17:48+00:00 monthly 0.2 https://riosmauricio.com/2021/02/40-10-principios-estrategicos-clave-para-proteger-activos/ 2021-02-12T19:21:46+00:00 monthly 0.2 https://riosmauricio.com/2021/02/lunes-15-de-febrero-de-2021/ 2021-02-15T22:59:01+00:00 monthly 0.2 https://riosmauricio.com/2021/02/martes-16-de-febrero-de-2021/ 2021-02-16T20:13:51+00:00 monthly 0.2 https://riosmauricio.com/2021/02/es-bitcoin-un-activo-de-inversion-de-largo-plazo/ 2021-02-17T17:44:11+00:00 monthly 0.2 https://riosmauricio.com/2021/02/miercoles-17-de-febrero-de-2021/ 2021-02-17T20:17:14+00:00 monthly 0.2 https://riosmauricio.com/2021/02/jueves-18-de-febrero-de-2021/ 2021-02-18T16:02:47+00:00 monthly 0.2 https://riosmauricio.com/2021/02/viernes-19-de-febrero-de-2021/ 2021-02-19T15:12:03+00:00 monthly 0.2 https://riosmauricio.com/2021/02/la-devolucion-de-fondos-de-bolivia-al-fmi-asuntos-centrales-19-02-21/ 2021-02-20T06:28:51+00:00 monthly 0.2 https://riosmauricio.com/2021/02/lunes-22-de-febrero-de-2021/ 2021-02-22T16:08:41+00:00 monthly 0.2 https://riosmauricio.com/2021/02/martes-23-de-febrero-de-2021/ 2021-02-23T17:21:51+00:00 monthly 0.2 https://riosmauricio.com/2021/02/miercoles-24-de-febrero-de-2021/ 2021-02-25T13:04:50+00:00 monthly 0.2 https://riosmauricio.com/2021/02/jueves-25-de-febrero-de-2021/ 2021-02-25T16:01:06+00:00 monthly 0.2 https://riosmauricio.com/2021/02/viernes-26-de-febrero-de-2021/ 2021-02-26T15:27:44+00:00 monthly 0.2 https://riosmauricio.com/2021/03/lunes-1-de-marzo-de-2021/ 2021-03-01T20:40:29+00:00 monthly 0.2 https://riosmauricio.com/2021/03/martes-2-de-marzo-de-2021/ 2021-03-02T16:08:03+00:00 monthly 0.2 https://riosmauricio.com/2021/03/miercoles-3-de-marzo-de-2021/ 2021-03-03T16:10:47+00:00 monthly 0.2 https://riosmauricio.com/2021/03/jueves-4-de-marzo-de-2021/ 2021-03-04T16:17:32+00:00 monthly 0.2 https://riosmauricio.com/2021/03/viernes-5-de-marzo-de-2021/ 2021-03-05T21:55:50+00:00 monthly 0.2 https://riosmauricio.com/2021/03/42-10-principios-para-elegir-un-fondo-de-inversion/ 2021-03-05T20:24:25+00:00 monthly 0.2 https://riosmauricio.com/2021/03/lunes-8-de-marzo-de-2021/ 2021-03-08T15:38:54+00:00 monthly 0.2 https://riosmauricio.com/2021/03/martes-9-de-marzo-de-2021/ 2021-03-09T17:06:49+00:00 monthly 0.2 https://riosmauricio.com/2021/03/miercoles-10-de-marzo-de/ 2021-03-10T15:49:58+00:00 monthly 0.2 https://riosmauricio.com/2021/03/jueves-11-de-marzo-de-2021/ 2021-03-11T15:59:59+00:00 monthly 0.2 https://riosmauricio.com/2021/03/43-martin-litwak-aun-queda-tiempo-para-la-planificacion-patrimonial/ 2021-03-15T01:56:44+00:00 monthly 0.2 https://riosmauricio.com/2021/03/lunes-15-de-marzo-de-2021/ 2021-03-15T15:13:00+00:00 monthly 0.2 https://riosmauricio.com/2021/03/martes-16-de-marzo-de-2021/ 2021-03-16T21:47:04+00:00 monthly 0.2 https://riosmauricio.com/2021/03/miercoles-17-de-marzo-de-2021/ 2021-03-17T14:33:04+00:00 monthly 0.2 https://riosmauricio.com/2021/03/jueves-18-de-marzo-de-2021/ 2021-03-18T14:54:58+00:00 monthly 0.2 https://riosmauricio.com/2021/03/viernes-19-de-marzo-de-2021/ 2021-03-19T15:30:18+00:00 monthly 0.2 https://riosmauricio.com/2021/03/lunes-22-de-marzo-de-2021/ 2021-03-22T15:11:54+00:00 monthly 0.2 https://riosmauricio.com/2021/03/martes-23-de-marzo-de-2021/ 2021-03-23T20:13:35+00:00 monthly 0.2 https://riosmauricio.com/2021/03/miercoles-24-de-marzo-de-2021/ 2021-03-24T15:26:57+00:00 monthly 0.2 https://riosmauricio.com/2021/03/jueves-25-de-marzo-de-2021/ 2021-03-25T16:44:34+00:00 monthly 0.2 https://riosmauricio.com/2021/03/viernes-26-de-marzo-de-2021/ 2021-03-26T15:26:12+00:00 monthly 0.2 https://riosmauricio.com/2021/03/sobre-la-persecucion-a-jeanine-anez-mauricio-rios-garcia-en-libertopolis-guatemala/ 2021-03-26T22:10:27+00:00 monthly 0.2 https://riosmauricio.com/2021/03/lunes-29-de-marzo-de-2021/ 2021-03-29T20:44:07+00:00 monthly 0.2 https://riosmauricio.com/2021/03/martes-30-de-marzo-de-2021/ 2021-03-30T20:42:54+00:00 monthly 0.2 https://riosmauricio.com/2021/03/miercoles-31-de-marzo-de-2021/ 2021-03-31T15:03:10+00:00 monthly 0.2 https://riosmauricio.com/2021/04/jueves-1-de-abril-de-2021/ 2021-04-01T15:22:08+00:00 monthly 0.2 https://riosmauricio.com/2021/04/lunes-5-de-abril-de-2021/ 2021-04-05T21:00:51+00:00 monthly 0.2 https://riosmauricio.com/2021/04/martes-6-de-abril-de-2021/ 2021-04-06T15:42:31+00:00 monthly 0.2 https://riosmauricio.com/2021/04/44-6-recomendaciones-antes-de-invertir-en-bolsa/ 2021-04-07T01:13:12+00:00 monthly 0.2 https://riosmauricio.com/2021/04/miercoles-7-de-abril-de-2021/ 2021-04-07T22:10:44+00:00 monthly 0.2 https://riosmauricio.com/2021/04/jueves-8-de-abril-de-2021/ 2021-04-08T15:02:46+00:00 monthly 0.2 https://riosmauricio.com/2021/04/viernes-9-de-abril-de-2021/ 2021-04-09T15:02:04+00:00 monthly 0.2 https://riosmauricio.com/2021/04/lunes-12-de-abril-de-2021/ 2021-04-12T14:23:44+00:00 monthly 0.2 https://riosmauricio.com/2021/04/martes-13-de-abril-de-2021/ 2021-04-13T23:30:29+00:00 monthly 0.2 https://riosmauricio.com/2021/04/150-dias-del-gobierno-de-arce-mauricio-rios-garcia-conversa-con-oscar-ortiz/ 2021-04-14T15:23:28+00:00 monthly 0.2 https://riosmauricio.com/2021/04/la-huida-hacia-activos-reales-el-vinculo-entre-el-ciclo-economico-y-el-value-investing/ 2021-04-14T15:21:27+00:00 monthly 0.2 https://riosmauricio.com/2021/04/miercoles-14-de-abril-de-2021/ 2021-04-14T20:38:30+00:00 monthly 0.2 https://riosmauricio.com/2021/04/jueves-15-de-abril-de-2021/ 2021-04-15T15:22:28+00:00 monthly 0.2 https://riosmauricio.com/2021/04/viernes-16-de-abril-de-2021/ 2021-04-16T15:36:53+00:00 monthly 0.2 https://riosmauricio.com/2021/04/lunes-19-de-abril-de-2021/ 2021-04-19T15:19:54+00:00 monthly 0.2 https://riosmauricio.com/2021/04/martes-20-de-abril-de-2021/ 2021-04-20T20:25:56+00:00 monthly 0.2 https://riosmauricio.com/2021/04/miercoles-21-de-abril-de-2021/ 2021-04-21T15:32:33+00:00 monthly 0.2 https://riosmauricio.com/2021/04/jueves-22-de-abril-de-2021/ 2021-04-22T15:58:07+00:00 monthly 0.2 https://riosmauricio.com/2021/04/45-biden-powell-y-yellen-han-enloquecido/ 2021-04-23T13:53:02+00:00 monthly 0.2 https://riosmauricio.com/2021/04/viernes-23-de-abril-de-2021/ 2021-04-23T16:08:03+00:00 monthly 0.2 https://riosmauricio.com/2021/04/lunes-26-de-abril-de-2021/ 2021-04-26T20:33:28+00:00 monthly 0.2 https://riosmauricio.com/2021/04/coyuntura-economica-actual-y-perspectivas-entrevista-con-maggy-talavera-26-04-2021/ 2021-04-27T13:39:14+00:00 monthly 0.2 https://riosmauricio.com/2021/04/martes-27-de-abril-de-2021/ 2024-02-03T17:50:37+00:00 monthly 0.2 https://riosmauricio.com/2021/04/miercoles-28-de-abril-de-2021/ 2021-04-28T14:09:59+00:00 monthly 0.2 https://riosmauricio.com/2021/04/warren-buffett-and-charlie-munger-host-the-2021-berkshire-hathaway-annual-shareholders-meeting/ 2022-05-16T21:27:20+00:00 monthly 0.2 https://riosmauricio.com/2021/04/jueves-29-de-abril-de-2021/ 2021-04-29T14:27:38+00:00 monthly 0.2 https://riosmauricio.com/2021/04/viernes-30-de-abril-de-2021/ 2021-04-30T14:00:27+00:00 monthly 0.2 https://riosmauricio.com/2021/05/lunes-3-de-mayo-de-2021/ 2021-05-03T15:27:48+00:00 monthly 0.2 https://riosmauricio.com/2021/05/martes-4-de-mayo-de-2021/ 2021-05-04T14:47:13+00:00 monthly 0.2 https://riosmauricio.com/2021/05/miercoles-5-de-mayo-de-2021/ 2021-05-05T23:12:13+00:00 monthly 0.2 https://riosmauricio.com/2021/05/46-golpe-posmoderno-turno-de-colombia/ 2021-05-06T03:57:26+00:00 monthly 0.2 https://riosmauricio.com/2021/05/jueves-6-de-mayo-de-2021/ 2021-05-06T17:07:39+00:00 monthly 0.2 https://riosmauricio.com/2021/05/lunes-10-de-mato-de-2021/ 2021-05-10T16:14:28+00:00 monthly 0.2 https://riosmauricio.com/2021/05/martes-11-de-mayo-de-2021/ 2021-05-11T19:42:54+00:00 monthly 0.2 https://riosmauricio.com/2021/05/mi-charla-sobre-impuestos-en-bolivia-con-virginio-lema-y-agustin-zambrana/ 2021-05-12T01:48:35+00:00 monthly 0.2 https://riosmauricio.com/2021/05/miercoles-12-de-mayo-de-2021/ 2021-05-12T15:39:30+00:00 monthly 0.2 https://riosmauricio.com/2021/05/jueves-13-de-mayo-de-2021/ 2021-05-13T14:51:00+00:00 monthly 0.2 https://riosmauricio.com/2021/05/viernes-14-de-mayo-de-2021/ 2021-05-14T14:45:38+00:00 monthly 0.2 https://riosmauricio.com/2021/05/lunes-17-de-mayo-de-2021/ 2021-05-17T15:17:30+00:00 monthly 0.2 https://riosmauricio.com/2021/05/bolivia-revanche-da-esquerda-tem-prisoes-politicas-e-perseguicao-a-opositores/ 2021-05-18T13:59:51+00:00 monthly 0.2 https://riosmauricio.com/2021/05/martes-18-de-mayo-de-2021/ 2021-05-18T15:22:37+00:00 monthly 0.2 https://riosmauricio.com/2021/05/miercoles-19-de-mayo-de-2021/ 2021-05-19T14:42:38+00:00 monthly 0.2 https://riosmauricio.com/2021/05/jueves-20-de-mayo-de-2021/ 2021-05-20T14:55:26+00:00 monthly 0.2 https://riosmauricio.com/2021/05/47-insolito-bancos-que-rechazan-a-sus-clientes/ 2021-05-20T21:21:28+00:00 monthly 0.2 https://riosmauricio.com/2021/05/viernes-21-de-mayo-de-2021/ 2021-05-21T14:53:48+00:00 monthly 0.2 https://riosmauricio.com/2021/05/lunes-24-de-mayo-de-2021/ 2021-05-24T15:28:44+00:00 monthly 0.2 https://riosmauricio.com/2021/05/mauricio-rios-garcia-los-gobiernos-no-cuestionaron-en-absoluto-las-medidas-de-la-oms/ 2021-05-25T01:40:21+00:00 monthly 0.2 https://riosmauricio.com/2021/05/martes-25-de-mayo-de-2021/ 2021-05-25T14:16:48+00:00 monthly 0.2 https://riosmauricio.com/2021/05/miercoles-26-de-mayo-de-2021/ 2021-05-26T13:54:23+00:00 monthly 0.2 https://riosmauricio.com/2021/05/jueves-27-de-mayo-de-2021/ 2021-05-27T18:50:06+00:00 monthly 0.2 https://riosmauricio.com/2021/05/lunes-31-de-mayo-de-2021/ 2021-05-31T15:25:49+00:00 monthly 0.2 https://riosmauricio.com/2021/06/martes-1-de-junio-de-2021/ 2021-06-01T15:32:04+00:00 monthly 0.2 https://riosmauricio.com/2021/06/miercoles-2-de-junio-de-2021/ 2021-06-02T15:54:47+00:00 monthly 0.2 https://riosmauricio.com/2021/06/jueves-3-de-junio-de-2021/ 2021-06-03T14:30:42+00:00 monthly 0.2 https://riosmauricio.com/2021/06/viernes-4-de-junio-de-2021/ 2021-06-04T21:07:25+00:00 monthly 0.2 https://riosmauricio.com/2021/06/lunes-7-de-junio-de-2021/ 2021-06-07T15:49:21+00:00 monthly 0.2 https://riosmauricio.com/2021/06/martes-8-de-junio-de-2021/ 2021-06-08T15:29:10+00:00 monthly 0.2 https://riosmauricio.com/2021/06/miercoles-9-de-junio-de-2021/ 2021-06-09T14:06:06+00:00 monthly 0.2 https://riosmauricio.com/2021/06/48-el-salvador-bitcoin-en-manos-equivocadas/ 2021-06-09T19:11:14+00:00 monthly 0.2 https://riosmauricio.com/2021/06/jueves-10-de-junio-de-2021/ 2021-06-10T16:28:55+00:00 monthly 0.2 https://riosmauricio.com/2021/06/viernes-11-de-junio-de-2021/ 2021-06-11T15:40:32+00:00 monthly 0.2 https://riosmauricio.com/2021/06/bitcoin-bukele-el-salvador-mi-entrevista-con-amples-regiani/ 2021-06-13T16:13:36+00:00 monthly 0.2 https://riosmauricio.com/2021/06/lunes-14-de-junio-de-2021/ 2021-06-14T15:19:34+00:00 monthly 0.2 https://riosmauricio.com/2021/06/martes-15-de-junio-de-2021/ 2021-06-15T15:38:39+00:00 monthly 0.2 https://riosmauricio.com/2021/06/miercoles-16-de-junio-de-2021/ 2021-06-16T15:22:56+00:00 monthly 0.2 https://riosmauricio.com/2021/06/jueves-17-de-junio-de-2021/ 2021-06-17T14:48:01+00:00 monthly 0.2 https://riosmauricio.com/2021/06/viernes-18-de-junio-de-2021/ 2021-06-18T15:32:06+00:00 monthly 0.2 https://riosmauricio.com/2021/06/lunes-21-de-junio-de-2021/ 2021-06-21T20:11:03+00:00 monthly 0.2 https://riosmauricio.com/2021/06/martes-22-de-junio-de-2021/ 2021-06-22T15:23:12+00:00 monthly 0.2 https://riosmauricio.com/2021/06/miercoles-23-de-junio-de-2021/ 2021-06-23T15:33:17+00:00 monthly 0.2 https://riosmauricio.com/2021/06/jueves-24-de-junio-de-2021/ 2021-06-24T22:39:41+00:00 monthly 0.2 https://riosmauricio.com/2021/06/viernes-25-de-junio-de-2021/ 2021-06-25T21:55:17+00:00 monthly 0.2 https://riosmauricio.com/2021/06/lunes-28-de-junio-de-2021/ 2021-06-28T14:47:33+00:00 monthly 0.2 https://riosmauricio.com/2021/06/martes-29-de-junio-de-2021/ 2021-06-29T14:40:11+00:00 monthly 0.2 https://riosmauricio.com/2021/06/miercoles-30-de-junio-de-2021/ 2021-06-30T19:22:29+00:00 monthly 0.2 https://riosmauricio.com/2021/06/49-el-mercado-del-oro-con-basilea-iii/ 2021-06-30T19:12:49+00:00 monthly 0.2 https://riosmauricio.com/2021/07/jueves-1-de-julio-de-2021/ 2021-07-01T15:15:11+00:00 monthly 0.2 https://riosmauricio.com/2021/07/viernes-2-de-julio-de-2021/ 2021-07-02T15:05:55+00:00 monthly 0.2 https://riosmauricio.com/2021/07/50-balance-y-perspectivas-segundo-trimestre-2021/ 2021-07-06T13:38:25+00:00 monthly 0.2 https://riosmauricio.com/2021/07/martes-6-de-julio-de-2021/ 2021-07-06T14:39:11+00:00 monthly 0.2 https://riosmauricio.com/2021/07/miercoles-7-de-junio-de-2021/ 2021-07-07T16:42:57+00:00 monthly 0.2 https://riosmauricio.com/2021/07/jueves-8-de-julio-de-2021/ 2021-07-08T14:15:54+00:00 monthly 0.2 https://riosmauricio.com/2021/07/viernes-9-de-julio-de-2021/ 2021-07-09T14:55:03+00:00 monthly 0.2 https://riosmauricio.com/2021/07/lunes-12-de-julio-de-2021/ 2021-07-12T15:22:57+00:00 monthly 0.2 https://riosmauricio.com/2021/07/entrevista-sobre-la-economia-de-bolivia-con-radar-energetico/ 2021-07-12T20:05:53+00:00 monthly 0.2 https://riosmauricio.com/2021/07/martes-13-de-julio-de-2021/ 2021-07-13T16:56:09+00:00 monthly 0.2 https://riosmauricio.com/2021/07/miercoles-14-de-julio-de-2021/ 2021-07-14T14:53:41+00:00 monthly 0.2 https://riosmauricio.com/2021/07/jueves-15-de-julio-de-2021/ 2021-07-15T14:53:23+00:00 monthly 0.2 https://riosmauricio.com/2021/07/lunes-19-de-julio-de-2021/ 2021-07-19T22:39:22+00:00 monthly 0.2 https://riosmauricio.com/2021/07/martes-20-de-julio-de-2021/ 2021-07-20T15:23:35+00:00 monthly 0.2 https://riosmauricio.com/2021/07/miercoles-21-de-julio-de-2021/ 2021-07-21T15:10:29+00:00 monthly 0.2 https://riosmauricio.com/2021/07/jueves-22-de-julio-de-2021/ 2021-07-22T14:45:43+00:00 monthly 0.2 https://riosmauricio.com/2021/07/viernes-23-de-julio-de-2021/ 2021-07-23T16:09:58+00:00 monthly 0.2 https://riosmauricio.com/2021/07/lunes-26-de-julio-de-2021/ 2021-07-26T20:37:07+00:00 monthly 0.2 https://riosmauricio.com/2021/07/martes-27-de-julio-de-2021/ 2021-07-27T23:34:49+00:00 monthly 0.2 https://riosmauricio.com/2021/07/miercoles-28-de-julio-de-2021/ 2021-07-28T15:13:06+00:00 monthly 0.2 https://riosmauricio.com/2021/07/viernes-30-de-julio-de-2021/ 2021-07-30T16:00:09+00:00 monthly 0.2 https://riosmauricio.com/2021/08/lunes-2-de-agosto-de-2021/ 2021-08-02T14:50:31+00:00 monthly 0.2 https://riosmauricio.com/2021/08/martes-3-de-agosto-de-2021/ 2021-08-03T15:11:12+00:00 monthly 0.2 https://riosmauricio.com/2021/08/miercoles-4-de-agosto-de-2021/ 2021-08-04T15:27:57+00:00 monthly 0.2 https://riosmauricio.com/2021/08/51-esta-uruguay-volviendo-a-ser-la-suiza-de-america/ 2021-08-05T22:23:09+00:00 monthly 0.2 https://riosmauricio.com/2021/08/lunes-9-de-agosto-de-2021/ 2021-08-09T15:10:49+00:00 monthly 0.2 https://riosmauricio.com/2021/08/martes-10-de-agosto-de-2021/ 2021-08-10T19:54:12+00:00 monthly 0.2 https://riosmauricio.com/2021/08/miercoles-11-de-agosto-de-2021/ 2021-08-11T15:40:35+00:00 monthly 0.2 https://riosmauricio.com/2021/08/jueves-12-de-agosto-de-2021/ 2021-08-12T20:10:54+00:00 monthly 0.2 https://riosmauricio.com/2021/08/viernes-13-de-agosto-de-2021/ 2021-08-13T15:12:47+00:00 monthly 0.2 https://riosmauricio.com/2021/08/52-el-hervidero-politico-que-castillo-organiza-en-peru/ 2021-08-13T17:09:38+00:00 monthly 0.2 https://riosmauricio.com/2021/08/lunes-16-de-agosto-de-2021/ 2021-08-16T16:04:33+00:00 monthly 0.2 https://riosmauricio.com/2021/08/martes-17-de-agosto-de-2021/ 2021-08-17T20:43:22+00:00 monthly 0.2 https://riosmauricio.com/2021/08/miercoles-18-de-agosto-de-2021/ 2021-08-18T20:57:12+00:00 monthly 0.2 https://riosmauricio.com/2021/08/53-que-se-puede-esperar-ahora-de-afganistan/ 2021-08-19T13:07:15+00:00 monthly 0.2 https://riosmauricio.com/2021/08/jueves-19-de-agosto-de-2021/ 2021-08-19T21:02:22+00:00 monthly 0.2 https://riosmauricio.com/2021/08/viernes-20-de-agosto-de-2021/ 2021-08-20T19:15:51+00:00 monthly 0.2 https://riosmauricio.com/2021/08/lunes-23-de-agosto-de-2021/ 2024-02-02T14:29:51+00:00 monthly 0.2 https://riosmauricio.com/2021/08/de-afganistan-a-bolivia-entrevista-con-maggy-talavera/ 2021-08-24T14:26:49+00:00 monthly 0.2 https://riosmauricio.com/2021/08/martes-24-de-agosto-de-2021/ 2021-08-24T16:20:23+00:00 monthly 0.2 https://riosmauricio.com/2021/08/miercoles-25-de-agosto-de-2021/ 2021-08-25T15:02:20+00:00 monthly 0.2 https://riosmauricio.com/2021/08/los-nuevos-derechos-especiales-de-giro-no-son-un-credito-del-fmi-para-bolivia/ 2021-08-26T13:29:51+00:00 monthly 0.2 https://riosmauricio.com/2021/08/jueves-26-de-agosto-de-2021/ 2021-08-26T16:08:07+00:00 monthly 0.2 https://riosmauricio.com/2021/08/54-joselo-andrade-los-primeros-100-dias-de-gobierno-de-guillermo-lasso/ 2021-08-26T22:21:38+00:00 monthly 0.2 https://riosmauricio.com/2021/08/viernes-27-de-agosto-de-2021/ 2021-08-27T16:08:02+00:00 monthly 0.2 https://riosmauricio.com/2021/08/lunes-30-de-agosto-de-2021/ 2021-08-30T15:58:18+00:00 monthly 0.2 https://riosmauricio.com/2021/08/martes-31-de-agosto-de-2021/ 2021-08-31T23:00:57+00:00 monthly 0.2 https://riosmauricio.com/2021/09/miercoles-1-de-septiembre-de-2021/ 2021-09-01T16:07:31+00:00 monthly 0.2 https://riosmauricio.com/2021/09/jueves-2-de-septiembre-de-2021/ 2021-09-02T15:10:47+00:00 monthly 0.2 https://riosmauricio.com/2021/09/viernes-3-de-septiembre-de-2021/ 2021-09-03T15:15:00+00:00 monthly 0.2 https://riosmauricio.com/2021/09/lunes-6-de-septiembre-de-2021/ 2021-09-06T19:37:37+00:00 monthly 0.2 https://riosmauricio.com/2021/09/martes-7-de-septiembre-de-2021/ 2021-09-07T21:12:18+00:00 monthly 0.2 https://riosmauricio.com/2021/09/hacia-donde-va-bolivia-en-materia-de-economia-politica-entrevista-con-el-ieep-ecuador/ 2021-09-07T15:53:45+00:00 monthly 0.2 https://riosmauricio.com/2021/09/miercoles-8-de-septiembre-de-2021/ 2021-09-08T19:44:31+00:00 monthly 0.2 https://riosmauricio.com/2021/09/jueves-9-de-septiembre-de-2021/ 2021-09-09T15:30:44+00:00 monthly 0.2 https://riosmauricio.com/2021/09/viernes-10-de-septiembre-de-2021/ 2021-09-10T20:55:48+00:00 monthly 0.2 https://riosmauricio.com/2021/09/lunes-13-de-septiembre-de-2021/ 2021-09-13T15:40:32+00:00 monthly 0.2 https://riosmauricio.com/2021/09/puede-haber-un-javier-milei-en-bolivia/ 2021-09-14T00:16:16+00:00 monthly 0.2 https://riosmauricio.com/2021/09/martes-14-de-septiembre-de-2021/ 2021-09-14T15:09:41+00:00 monthly 0.2 https://riosmauricio.com/2021/09/miercoles-15-de-septiembre-de-2021/ 2021-09-15T15:58:52+00:00 monthly 0.2 https://riosmauricio.com/2021/09/jueves-16-de-septiembre-de-2021/ 2021-09-16T16:46:35+00:00 monthly 0.2 https://riosmauricio.com/2021/09/viernes-17-de-septiembre-de-2021/ 2021-09-17T17:22:30+00:00 monthly 0.2 https://riosmauricio.com/2021/09/55-antonio-saravia-el-deterioro-institucional-de-estados-unidos-y-bolivia/ 2021-09-20T14:35:03+00:00 monthly 0.2 https://riosmauricio.com/2021/09/lunes-20-de-septiembre-de-2021/ 2021-09-20T15:31:21+00:00 monthly 0.2 https://riosmauricio.com/2021/09/martes-21-de-septiembre-de-2021/ 2021-09-21T20:37:55+00:00 monthly 0.2 https://riosmauricio.com/2021/09/miercoles-22-de-septiembre-de-2021/ 2021-09-22T15:16:05+00:00 monthly 0.2 https://riosmauricio.com/2021/09/jueves-23-de-septiembre-de-2021/ 2021-09-23T15:38:31+00:00 monthly 0.2 https://riosmauricio.com/2021/09/viernes-24-de-septiembre-de-2021/ 2021-09-24T16:30:38+00:00 monthly 0.2 https://riosmauricio.com/2021/09/lunes-27-de-septiembre-de-2021/ 2021-09-27T15:56:27+00:00 monthly 0.2 https://riosmauricio.com/2021/09/martes-28-de-septiembre-de-2021/ 2021-09-28T14:49:48+00:00 monthly 0.2 https://riosmauricio.com/2021/09/miercoles-29-de-septiembre-de-2021/ 2021-09-29T19:17:09+00:00 monthly 0.2 https://riosmauricio.com/2021/09/jueves-30-de-septiembre-de-2021/ 2021-09-30T15:01:54+00:00 monthly 0.2 https://riosmauricio.com/2021/10/lunes-4-de-octubre-de-2021/ 2021-10-04T16:37:14+00:00 monthly 0.2 https://riosmauricio.com/2021/10/martes-5-de-octubre-de-2021/ 2021-10-05T16:06:02+00:00 monthly 0.2 https://riosmauricio.com/2021/10/miercoles-6-de-octubre-de-2021/ 2021-10-06T16:24:59+00:00 monthly 0.2 https://riosmauricio.com/2021/10/jueves-7-de-octubre-de-2021/ 2021-10-07T15:16:30+00:00 monthly 0.2 https://riosmauricio.com/2021/10/viernes-8-de-octubre-de-2021/ 2021-10-08T23:38:58+00:00 monthly 0.2 https://riosmauricio.com/2021/10/lunes-11-de-octubre-de-2021/ 2021-10-11T16:17:15+00:00 monthly 0.2 https://riosmauricio.com/2021/10/martes-12-de-octubre-de-2021/ 2021-10-12T16:45:04+00:00 monthly 0.2 https://riosmauricio.com/2021/10/miercoles-13-de-octubre-de-2021/ 2021-10-13T14:06:06+00:00 monthly 0.2 https://riosmauricio.com/2021/10/bolivia-balance-economico-3q-2021-con-oscar-ortiz/ 2021-10-14T15:34:22+00:00 monthly 0.2 https://riosmauricio.com/2021/10/jueves-14-de-octubre-de-2021/ 2021-10-14T16:38:48+00:00 monthly 0.2 https://riosmauricio.com/2021/10/viernes-15-de-octubre-de-2021/ 2021-10-15T14:29:41+00:00 monthly 0.2 https://riosmauricio.com/2021/10/bolivia-frente-a-la-crisis-logistica-desafios-y-oportunidades-entrevista/ 2021-10-18T14:12:16+00:00 monthly 0.2 https://riosmauricio.com/2021/10/lunes-18-de-octubre-de-2021/ 2021-10-18T20:47:30+00:00 monthly 0.2 https://riosmauricio.com/2021/10/martes-19-de-octubre-de-2021/ 2021-10-19T19:37:00+00:00 monthly 0.2 https://riosmauricio.com/2021/10/miercoles-20-de-octubre-de-2021/ 2021-10-20T21:59:45+00:00 monthly 0.2 https://riosmauricio.com/2021/10/jueves-21-de-octubre-de-2021/ 2021-10-21T15:54:16+00:00 monthly 0.2 https://riosmauricio.com/2021/10/viernes-22-de-octubre-de-2021/ 2021-10-22T15:11:51+00:00 monthly 0.2 https://riosmauricio.com/2021/10/perder-el-poder-les-preocupa-mas-que-la-economia-entrevista/ 2021-10-25T15:21:44+00:00 monthly 0.2 https://riosmauricio.com/2021/10/lunes-25-de-octubre-de-2021/ 2021-10-25T16:10:51+00:00 monthly 0.2 https://riosmauricio.com/2021/10/martes-26-de-octubre-de-2021/ 2021-10-26T16:24:07+00:00 monthly 0.2 https://riosmauricio.com/2021/10/miercoles-27-de-octubre-de-2021/ 2021-10-27T23:51:20+00:00 monthly 0.2 https://riosmauricio.com/2021/10/jueves-28-de-octubre-de-2021/ 2021-10-28T15:43:38+00:00 monthly 0.2 https://riosmauricio.com/2021/10/viernes-29-de-octubre-de-2021/ 2021-10-29T20:38:03+00:00 monthly 0.2 https://riosmauricio.com/2021/11/lunes-1-de-noviembre-de-2021/ 2021-11-01T14:35:17+00:00 monthly 0.2 https://riosmauricio.com/2021/11/bolivia-economia-y-perspectivas-twitter-space-con-antonio-saravia/ 2021-11-02T20:51:41+00:00 monthly 0.2 https://riosmauricio.com/2021/11/miercoles-3-de-noviembre-de-2021/ 2021-11-03T16:27:34+00:00 monthly 0.2 https://riosmauricio.com/2021/11/jueves-4-de-noviembre-de-2021/ 2021-11-04T21:50:25+00:00 monthly 0.2 https://riosmauricio.com/2021/11/lunes-8-de-noviembre-de-2021/ 2021-11-08T17:06:50+00:00 monthly 0.2 https://riosmauricio.com/2021/11/martes-9-de-noviembre-de-2021/ 2021-11-09T16:25:17+00:00 monthly 0.2 https://riosmauricio.com/2021/11/miercoles-10-de-noviembre-de-2021/ 2021-11-10T21:54:49+00:00 monthly 0.2 https://riosmauricio.com/2021/11/jueves-11-de-noviembre-de-2021/ 2021-11-11T15:30:21+00:00 monthly 0.2 https://riosmauricio.com/2021/11/viernes-12-de-noviembre-de-2021/ 2021-11-12T13:59:19+00:00 monthly 0.2 https://riosmauricio.com/2021/11/lunes-15-de-noviembre-de-2021/ 2021-11-15T15:58:59+00:00 monthly 0.2 https://riosmauricio.com/2021/11/martes-16-de-noviembre-de-2021/ 2021-11-16T16:02:28+00:00 monthly 0.2 https://riosmauricio.com/2021/11/miercoles-17-de-noviembre-de-2021/ 2021-11-17T14:49:02+00:00 monthly 0.2 https://riosmauricio.com/2021/11/57-chile-retorno-a-lo-peor-del-comunismo-desde-allende/ 2021-11-19T22:25:39+00:00 monthly 0.2 https://riosmauricio.com/2021/11/lunes-22-de-noviembre-de-2021/ 2021-11-22T21:18:22+00:00 monthly 0.2 https://riosmauricio.com/2021/11/56-argentina-al-borde-del-estallido/ 2021-11-22T16:01:51+00:00 monthly 0.2 https://riosmauricio.com/2021/11/martes-23-de-noviembre-de-2021/ 2021-11-23T14:24:38+00:00 monthly 0.2 https://riosmauricio.com/2021/11/miercoles-24-de-noviembre-de-2021/ 2021-11-24T16:47:44+00:00 monthly 0.2 https://riosmauricio.com/2021/11/jueves-25-de-noviembre-de-2021/ 2021-11-25T16:14:42+00:00 monthly 0.2 https://riosmauricio.com/2021/11/viernes-26-de-noviembre-de-2021/ 2021-11-27T05:17:57+00:00 monthly 0.2 https://riosmauricio.com/2021/11/seis-visiones-sobre-el-federalismo/ 2021-11-28T22:25:13+00:00 monthly 0.2 https://riosmauricio.com/2021/11/lunes-29-de-noviembre-de-2021/ 2021-11-29T16:41:18+00:00 monthly 0.2 https://riosmauricio.com/2021/11/martes-30-de-noviembre-de-2021/ 2021-11-30T15:54:19+00:00 monthly 0.2 https://riosmauricio.com/2021/12/miercoles-1-de-diciembre-de-2021/ 2021-12-01T15:20:26+00:00 monthly 0.2 https://riosmauricio.com/2021/12/58-como-los-mercados-y-fondos-van-cerrando-2021/ 2021-12-02T13:57:18+00:00 monthly 0.2 https://riosmauricio.com/2021/12/jueves-2-de-diciembre-de-2021/ 2021-12-02T15:52:55+00:00 monthly 0.2 https://riosmauricio.com/2021/12/viernes-3-de-diciembre-de-2021/ 2021-12-03T15:46:46+00:00 monthly 0.2 https://riosmauricio.com/2021/12/lunes-6-de-diciembre-de-2021/ 2021-12-06T16:31:24+00:00 monthly 0.2 https://riosmauricio.com/2021/12/martes-7-de-diciembre-de-2021/ 2021-12-07T15:06:37+00:00 monthly 0.2 https://riosmauricio.com/2021/12/miercoles-8-de-diciembre-de-2021/ 2021-12-08T15:35:03+00:00 monthly 0.2 https://riosmauricio.com/2021/12/jueves-9-de-diciembre-de-2021/ 2021-12-09T15:46:36+00:00 monthly 0.2 https://riosmauricio.com/2021/12/viernes-10-de-diciembre-de-2021/ 2021-12-10T16:19:01+00:00 monthly 0.2 https://riosmauricio.com/2021/12/lunes-13-de-diciembre-de-2021/ 2021-12-13T16:18:16+00:00 monthly 0.2 https://riosmauricio.com/2021/12/martes-14-de-diciembre-de-2021/ 2021-12-14T15:50:43+00:00 monthly 0.2 https://riosmauricio.com/2021/12/miercoles-15-de-diciembre-de-2021/ 2021-12-15T14:39:39+00:00 monthly 0.2 https://riosmauricio.com/2022/01/lunes-3-de-enero-de-2022/ 2022-01-03T21:48:40+00:00 monthly 0.2 https://riosmauricio.com/2022/01/martes-4-de-enero-de-2022/ 2022-01-04T16:00:28+00:00 monthly 0.2 https://riosmauricio.com/2022/01/miercoles-5-de-diciembre-de-2022/ 2022-01-05T22:52:28+00:00 monthly 0.2 https://riosmauricio.com/2022/01/jueves-6-de-enero-de-2022/ 2022-01-06T22:58:44+00:00 monthly 0.2 https://riosmauricio.com/2022/01/viernes-7-de-enero-de-2022/ 2022-01-07T14:44:16+00:00 monthly 0.2 https://riosmauricio.com/2022/01/lunes-10-de-enero-de-2022/ 2022-01-10T22:40:02+00:00 monthly 0.2 https://riosmauricio.com/2022/01/martes-11-de-enero-de-2022/ 2022-01-11T22:14:17+00:00 monthly 0.2 https://riosmauricio.com/2022/01/miercoles-12-de-enero-de-2022/ 2022-01-12T23:44:32+00:00 monthly 0.2 https://riosmauricio.com/2022/01/59-nuevos-riesgos-por-la-recuperacion-en-w/ 2022-01-13T14:31:10+00:00 monthly 0.2 https://riosmauricio.com/2022/01/jueves-13-de-enero-de-2022/ 2022-01-13T15:40:59+00:00 monthly 0.2 https://riosmauricio.com/2022/01/viernes-14-de-enero-de-2022/ 2022-01-14T23:08:27+00:00 monthly 0.2 https://riosmauricio.com/2022/01/lunes-17-de-enero-de-2022/ 2022-01-17T20:59:30+00:00 monthly 0.2 https://riosmauricio.com/2022/01/martes-18-de-enero-de-2022/ 2022-01-18T13:24:33+00:00 monthly 0.2 https://riosmauricio.com/2022/01/miercoles-19-de-enero-de-2022/ 2022-01-19T15:51:58+00:00 monthly 0.2 https://riosmauricio.com/2022/01/60-donde-invertir-en-2022/ 2022-01-20T12:43:28+00:00 monthly 0.2 https://riosmauricio.com/2022/01/jueves-20-de-enero-de-2022/ 2022-01-20T14:38:05+00:00 monthly 0.2 https://riosmauricio.com/2022/01/viernes-21-de-enero-de-2022/ 2022-01-21T15:36:44+00:00 monthly 0.2 https://riosmauricio.com/2022/01/lunes-24-de-enero-de-2022/ 2022-01-24T15:46:10+00:00 monthly 0.2 https://riosmauricio.com/2022/01/martes-25-de-enero-de-2022/ 2022-01-25T20:43:22+00:00 monthly 0.2 https://riosmauricio.com/2022/01/miercoles-26-de-enero-de-2022/ 2022-01-26T16:33:00+00:00 monthly 0.2 https://riosmauricio.com/2022/01/jueves-27-de-enero-de-2022/ 2022-01-27T15:52:02+00:00 monthly 0.2 https://riosmauricio.com/2022/01/viernes-28-de-enero-de-2022/ 2022-01-28T21:07:09+00:00 monthly 0.2 https://riosmauricio.com/2022/01/lunes-31-de-enero-de-2022/ 2022-01-31T16:38:16+00:00 monthly 0.2 https://riosmauricio.com/2022/02/martes-1-de-febrero-de-2022/ 2022-02-01T14:15:13+00:00 monthly 0.2 https://riosmauricio.com/2022/02/miercoles-2-de-febrero-de-2022/ 2022-02-02T14:42:25+00:00 monthly 0.2 https://riosmauricio.com/2022/02/jueves-3-de-febrero-de-2022/ 2022-02-03T14:05:31+00:00 monthly 0.2 https://riosmauricio.com/2022/02/viernes-4-de-febrero-de-2022/ 2022-02-04T16:01:52+00:00 monthly 0.2 https://riosmauricio.com/2022/02/lunes-7-de-febrero-de-2022/ 2022-02-07T15:13:24+00:00 monthly 0.2 https://riosmauricio.com/2022/02/martes-8-de-febrero-de-2022/ 2022-02-08T16:29:12+00:00 monthly 0.2 https://riosmauricio.com/2022/02/miercoles-9-de-febrero-de-2022/ 2024-02-07T13:05:24+00:00 monthly 0.2 https://riosmauricio.com/2022/02/jueves-10-de-febrero-de-2022/ 2022-02-10T16:12:04+00:00 monthly 0.2 https://riosmauricio.com/2022/02/viernes-11-de-febrero-de-2022/ 2022-02-11T14:47:51+00:00 monthly 0.2 https://riosmauricio.com/2022/02/lunes-14-de-febrero-de-2022/ 2022-02-14T21:28:55+00:00 monthly 0.2 https://riosmauricio.com/2022/02/martes-15-de-febrero-de-2022/ 2022-02-15T14:49:26+00:00 monthly 0.2 https://riosmauricio.com/2022/02/ante-declive-de-reservas-del-bcb-economistas-aconsejan-exportar-mas/ 2022-02-15T15:26:38+00:00 monthly 0.2 https://riosmauricio.com/2022/02/miercoles-16-de-febrero-de-2022/ 2022-02-16T16:36:07+00:00 monthly 0.2 https://riosmauricio.com/2022/02/jueves-17-de-febrero-de-2022/ 2022-02-17T16:09:34+00:00 monthly 0.2 https://riosmauricio.com/2022/02/viernes-18-de-febrero-de-2022/ 2022-02-18T15:20:25+00:00 monthly 0.2 https://riosmauricio.com/2022/02/bolivia-cuenta-regresiva-para-el-modelo-economico-de-arce-catacora-entrevista/ 2022-02-21T14:10:14+00:00 monthly 0.2 https://riosmauricio.com/2022/02/lunes-21-de-febrero-de-2022/ 2022-02-21T16:16:37+00:00 monthly 0.2 https://riosmauricio.com/2022/03/miercoles-2-de-marzo-de-2022/ 2022-03-02T22:02:25+00:00 monthly 0.2 https://riosmauricio.com/2022/03/posicion-sobre-la-invasion-a-ucrania-entorpecera-la-busqueda-de-financiamiento-a-bolivia/ 2022-03-04T14:12:44+00:00 monthly 0.2 https://riosmauricio.com/2022/03/viernes-4-de-marzo-de-2022/ 2022-03-04T15:53:43+00:00 monthly 0.2 https://riosmauricio.com/2022/03/lunes-7-de-marzo-de-2022/ 2022-03-07T23:08:11+00:00 monthly 0.2 https://riosmauricio.com/2022/03/martes-8-de-marzo-de-2022/ 2022-03-08T16:15:46+00:00 monthly 0.2 https://riosmauricio.com/2022/03/miercoles-9-de-marzo-de-2022/ 2022-03-09T16:38:07+00:00 monthly 0.2 https://riosmauricio.com/2022/03/jueves-10-de-marzo-de-2022/ 2022-03-10T13:15:51+00:00 monthly 0.2 https://riosmauricio.com/2022/03/lunes-14-de-marzo-de-2022/ 2022-03-14T21:31:05+00:00 monthly 0.2 https://riosmauricio.com/2022/03/martes-15-de-marzo-de-2022/ 2022-03-15T20:02:15+00:00 monthly 0.2 https://riosmauricio.com/2022/03/miercoles-16-de-marzo-de-2022/ 2022-03-16T14:59:34+00:00 monthly 0.2 https://riosmauricio.com/2022/03/lunes-21-de-marzo-de-2022/ 2022-03-21T16:46:58+00:00 monthly 0.2 https://riosmauricio.com/2022/03/martes-22-de-marzo-de-2022/ 2022-03-22T19:02:45+00:00 monthly 0.2 https://riosmauricio.com/2022/03/miercoles-23-de-marzo-de-2022/ 2022-03-23T15:26:02+00:00 monthly 0.2 https://riosmauricio.com/2022/03/jueves-24-de-marzo-de-2022/ 2022-03-24T16:13:01+00:00 monthly 0.2 https://riosmauricio.com/2022/03/viernes-25-de-marzo-de-2022/ 2022-03-25T20:47:47+00:00 monthly 0.2 https://riosmauricio.com/2022/03/lunes-28-de-marzo-de-2022/ 2022-03-28T15:57:35+00:00 monthly 0.2 https://riosmauricio.com/2022/03/martes-29-de-marzo-de-2022/ 2022-03-29T15:36:36+00:00 monthly 0.2 https://riosmauricio.com/2022/03/miercoles-30-de-marzo-de-2022/ 2024-02-11T10:41:14+00:00 monthly 0.2 https://riosmauricio.com/2022/03/jueves-31-de-marzo-de-2022/ 2022-03-31T13:23:09+00:00 monthly 0.2 https://riosmauricio.com/2022/04/viernes-1-de-abril-de-2022/ 2022-04-01T14:54:35+00:00 monthly 0.2 https://riosmauricio.com/2022/04/lunes-4-de-abril-de-2022/ 2022-04-04T21:06:43+00:00 monthly 0.2 https://riosmauricio.com/2022/04/martes-5-de-abril-de-2022/ 2022-04-05T16:22:14+00:00 monthly 0.2 https://riosmauricio.com/2022/04/61-balance-economico-q1-2022-economia-global/ 2022-04-05T19:51:14+00:00 monthly 0.2 https://riosmauricio.com/2022/04/miercoles-6-de-abril-de-2022/ 2022-04-06T15:48:36+00:00 monthly 0.2 https://riosmauricio.com/2022/04/62-balance-economico-q1-2022-america-latina/ 2022-04-07T12:50:46+00:00 monthly 0.2 https://riosmauricio.com/2022/04/lunes-11-de-abril-de-2022/ 2022-04-11T20:37:50+00:00 monthly 0.2 https://riosmauricio.com/2022/04/martes-12-de-abril-de-2022/ 2022-04-12T16:18:43+00:00 monthly 0.2 https://riosmauricio.com/2022/04/miercoles-13-de-abril-de-2022/ 2022-04-13T23:11:32+00:00 monthly 0.2 https://riosmauricio.com/2022/04/jueves-14-de-abril-de-2022/ 2022-04-14T13:30:00+00:00 monthly 0.2 https://riosmauricio.com/2022/04/lunes-18-de-abril-de-2022/ 2022-04-19T14:11:39+00:00 monthly 0.2 https://riosmauricio.com/2022/04/martes-19-de-abril-de-2022/ 2022-04-19T22:26:44+00:00 monthly 0.2 https://riosmauricio.com/2022/04/miercoles-20-de-abril-de-2022/ 2022-04-20T15:16:19+00:00 monthly 0.2 https://riosmauricio.com/2022/04/jueves-21-de-abril-de-2022/ 2022-04-21T14:59:55+00:00 monthly 0.2 https://riosmauricio.com/2022/04/viernes-22-de-abril-de-2022/ 2022-04-22T14:40:39+00:00 monthly 0.2 https://riosmauricio.com/2022/04/lunes-25-de-abril-de-2022/ 2022-04-25T15:45:18+00:00 monthly 0.2 https://riosmauricio.com/2022/04/martes-26-de-abril-de-2022/ 2022-04-26T16:06:43+00:00 monthly 0.2 https://riosmauricio.com/2022/04/miercoles-27-de-abril-de-2022/ 2022-04-27T14:16:10+00:00 monthly 0.2 https://riosmauricio.com/2022/04/jueves-28-de-abril-de-2022/ 2022-04-28T19:55:26+00:00 monthly 0.2 https://riosmauricio.com/2022/04/viernes-29-de-abril-de-2022/ 2022-04-29T15:48:46+00:00 monthly 0.2 https://riosmauricio.com/2022/04/2022-berkshire-hathaway-annual-shareholders-meeting-livestream/ 2022-05-01T18:33:38+00:00 monthly 0.2 https://riosmauricio.com/2022/05/lunes-2-de-mayo-de-2022/ 2022-05-02T15:21:03+00:00 monthly 0.2 https://riosmauricio.com/2022/05/martes-3-de-mayo-de-2022/ 2022-05-03T16:28:17+00:00 monthly 0.2 https://riosmauricio.com/2022/05/miercoles-4-de-mayo-de-2022/ 2022-05-04T15:07:04+00:00 monthly 0.2 https://riosmauricio.com/2022/05/jueves-5-de-mayo-de-2022/ 2022-05-05T21:17:22+00:00 monthly 0.2 https://riosmauricio.com/2022/05/viernes-6-de-mayo-de-2022/ 2022-05-06T20:38:01+00:00 monthly 0.2 https://riosmauricio.com/2022/05/coyuntura-economica-con-maggy-talavera/ 2022-05-07T17:16:33+00:00 monthly 0.2 https://riosmauricio.com/2022/05/lunes-9-de-mayo-de-2022/ 2022-05-09T21:23:41+00:00 monthly 0.2 https://riosmauricio.com/2022/05/martes-10-de-mayo-de-2022/ 2022-05-10T15:00:57+00:00 monthly 0.2 https://riosmauricio.com/2022/05/miercoles-11-de-mayo-de-2022/ 2022-05-11T21:31:22+00:00 monthly 0.2 https://riosmauricio.com/2022/05/jueves-12-de-mayo-de-2022/ 2022-05-12T14:56:45+00:00 monthly 0.2 https://riosmauricio.com/2022/05/lunes-16-de-mayo-de-2022/ 2022-05-16T15:29:12+00:00 monthly 0.2 https://riosmauricio.com/2022/05/martes-17-de-mayo-de-2022/ 2022-05-17T15:23:17+00:00 monthly 0.2 https://riosmauricio.com/2022/05/miercoles-18-de-mayo-de-2022/ 2022-05-18T15:30:22+00:00 monthly 0.2 https://riosmauricio.com/2022/05/jueves-19-de-mayo-de-2022/ 2022-05-19T21:32:53+00:00 monthly 0.2 https://riosmauricio.com/2022/05/viernes-20-de-mayo-de-2022/ 2022-05-20T15:44:12+00:00 monthly 0.2 https://riosmauricio.com/2022/05/america-latina-se-beneficia-con-el-nuevo-auge-de-materias-primas/ 2022-05-20T23:57:18+00:00 monthly 0.2 https://riosmauricio.com/2022/05/bolivia-analistas-ven-con-preocupacion-la-evolucion-de-divisas-de-las-reservas-internacionales-del-pais/ 2022-05-23T14:35:44+00:00 monthly 0.2 https://riosmauricio.com/2022/05/lunes-23-de-mayo-de-2022/ 2022-05-23T19:11:48+00:00 monthly 0.2 https://riosmauricio.com/2022/05/martes-24-de-mayo-de-2022/ 2022-05-24T23:18:02+00:00 monthly 0.2 https://riosmauricio.com/2022/05/miercoles-25-de-mayo-de-2022/ 2022-05-25T20:46:35+00:00 monthly 0.2 https://riosmauricio.com/2022/05/jueves-26-de-mayo-de-2022/ 2022-05-26T21:14:29+00:00 monthly 0.2 https://riosmauricio.com/2022/05/viernes-27-de-mayo-de-2022/ 2022-05-27T15:57:51+00:00 monthly 0.2 https://riosmauricio.com/2022/05/lunes-30-de-mayo-de-2022/ 2022-05-30T20:37:41+00:00 monthly 0.2 https://riosmauricio.com/2022/05/martes-31-de-mayo-de-2022/ 2022-05-31T21:28:02+00:00 monthly 0.2 https://riosmauricio.com/2022/06/miercoles-1-de-junio-de-2022/ 2022-06-01T21:49:47+00:00 monthly 0.2 https://riosmauricio.com/2022/06/jueves-2-de-junio-de-2022/ 2022-06-02T15:43:11+00:00 monthly 0.2 https://riosmauricio.com/2022/06/64-lo-que-no-estoy-dispuesto-a-hacer-por-mis-clientes/ 2022-06-06T20:46:55+00:00 monthly 0.2 https://riosmauricio.com/2022/06/martes-7-de-junio-de-2022/ 2022-06-07T15:03:34+00:00 monthly 0.2 https://riosmauricio.com/2022/06/miercoles-8-de-junio-de-2022/ 2022-06-08T21:58:09+00:00 monthly 0.2 https://riosmauricio.com/2022/06/viernes-10-de-junio-de-2022/ 2022-06-10T22:43:01+00:00 monthly 0.2 https://riosmauricio.com/2022/06/lunes-13-de-junio-de-2022/ 2022-06-13T16:01:25+00:00 monthly 0.2 https://riosmauricio.com/2022/06/martes-14-de-junio-de-2022/ 2022-06-14T15:09:21+00:00 monthly 0.2 https://riosmauricio.com/2022/06/miercoles-15-de-junio-de-2022/ 2022-06-15T20:31:04+00:00 monthly 0.2 https://riosmauricio.com/2022/06/jueves-16-de-junio-de-2022/ 2022-06-16T15:21:05+00:00 monthly 0.2 https://riosmauricio.com/2022/07/martes-5-de-julio-de-2022/ 2022-07-05T15:46:25+00:00 monthly 0.2 https://riosmauricio.com/2022/07/miercoles-6-de-julio-de-2022/ 2022-07-06T15:01:33+00:00 monthly 0.2 https://riosmauricio.com/2022/07/jueves-7-de-julio-de-2022/ 2022-07-07T18:55:16+00:00 monthly 0.2 https://riosmauricio.com/2022/07/lunes-18-de-julio-de-2022/ 2022-07-18T20:15:42+00:00 monthly 0.2 https://riosmauricio.com/2022/07/es-bueno-que-bolivia-no-haya-podido-nacionalizar-las-pensiones/ 2022-07-18T23:42:39+00:00 monthly 0.2 https://riosmauricio.com/2022/07/martes-19-de-julio-de-2022/ 2022-07-19T14:12:18+00:00 monthly 0.2 https://riosmauricio.com/2022/07/miercoles-20-de-julio-de-2022/ 2022-07-20T21:23:47+00:00 monthly 0.2 https://riosmauricio.com/2022/07/jueves-21-de-julio-de-2022/ 2022-07-21T14:25:06+00:00 monthly 0.2 https://riosmauricio.com/2022/07/viernes-22-de-julio-de-2022/ 2022-07-22T18:05:17+00:00 monthly 0.2 https://riosmauricio.com/2022/07/lunes-25-de-julio-de-2022/ 2022-07-25T15:04:46+00:00 monthly 0.2 https://riosmauricio.com/2022/07/martes-26-de-julio-de-2022/ 2022-07-26T15:49:00+00:00 monthly 0.2 https://riosmauricio.com/2022/07/miercoles-27-de-julio-de-2022/ 2022-07-27T19:43:55+00:00 monthly 0.2 https://riosmauricio.com/2022/07/jueves-28-de-julio-de-2022/ 2022-07-28T16:14:55+00:00 monthly 0.2 https://riosmauricio.com/2022/07/viernes-29-de-julio-de-2022/ 2022-07-29T15:12:32+00:00 monthly 0.2 https://riosmauricio.com/2022/08/que-pasa-con-la-economia-global-esta-en-recesion-entrevista/ 2022-08-01T13:33:02+00:00 monthly 0.2 https://riosmauricio.com/2022/08/los-riesgos-de-la-estanflacion-entrevista/ 2022-08-01T13:40:28+00:00 monthly 0.2 https://riosmauricio.com/2022/08/lunes-1-de-agosto-de-2022/ 2022-08-01T16:04:03+00:00 monthly 0.2 https://riosmauricio.com/2022/08/martes-2-de-agosto-de-2022/ 2022-08-02T22:20:01+00:00 monthly 0.2 https://riosmauricio.com/2022/08/miercoles-3-de-agosto-de-2022/ 2022-08-03T14:42:12+00:00 monthly 0.2 https://riosmauricio.com/2022/08/jueves-4-de-agosto-de-2022/ 2022-08-04T14:56:45+00:00 monthly 0.2 https://riosmauricio.com/2022/08/viernes-5-de-agosto-de-2022/ 2022-08-05T15:16:18+00:00 monthly 0.2 https://riosmauricio.com/2022/08/lunes-8-de-agosto-de-2022/ 2022-08-08T22:36:50+00:00 monthly 0.2 https://riosmauricio.com/2022/08/martes-9-de-agosto-de-2022/ 2022-08-09T15:16:47+00:00 monthly 0.2 https://riosmauricio.com/2022/08/miercoles-10-de-agosto-de-2022/ 2022-08-10T21:43:58+00:00 monthly 0.2 https://riosmauricio.com/2022/08/jueves-11-de-agosto-de-2022/ 2022-08-11T19:56:29+00:00 monthly 0.2 https://riosmauricio.com/2022/08/martes-16-de-agosto-de-2022/ 2022-08-16T22:09:14+00:00 monthly 0.2 https://riosmauricio.com/2022/08/miercoles-17-de-agosto-de-2022/ 2022-08-17T21:35:58+00:00 monthly 0.2 https://riosmauricio.com/2022/08/jueves-18-de-agosto-de-2022/ 2022-08-18T15:33:52+00:00 monthly 0.2 https://riosmauricio.com/2022/08/viernes-19-de-agosto-de-2022/ 2022-08-19T15:12:43+00:00 monthly 0.2 https://riosmauricio.com/2022/08/lunes-22-de-agosto-de-2022/ 2022-08-22T15:30:24+00:00 monthly 0.2 https://riosmauricio.com/2022/08/martes-23-de-agosto-de-2022/ 2022-08-23T15:39:54+00:00 monthly 0.2 https://riosmauricio.com/2022/08/miercoles-24-de-agosto-de-2022/ 2022-08-24T15:32:33+00:00 monthly 0.2 https://riosmauricio.com/2022/08/jueves-25-de-agosto-de-2022/ 2022-08-25T15:14:16+00:00 monthly 0.2 https://riosmauricio.com/2022/08/viernes-26-de-agosto-de-2022/ 2022-08-26T15:12:51+00:00 monthly 0.2 https://riosmauricio.com/2022/08/lunes-29-de-agosto-de-2022/ 2022-08-29T14:49:30+00:00 monthly 0.2 https://riosmauricio.com/2022/08/martes-30-de-agosto-de-2022/ 2022-08-30T15:09:50+00:00 monthly 0.2 https://riosmauricio.com/2022/08/miercoles-31-de-agosto-de-2022/ 2022-08-31T16:41:38+00:00 monthly 0.2 https://riosmauricio.com/2022/08/bitcoin-con-pablo-gil-juan-ramon-rallo-y-daniel-lacalle/ 2022-09-01T03:42:01+00:00 monthly 0.2 https://riosmauricio.com/2022/09/jueves-1-de-septiembre-de-2022/ 2022-09-02T00:13:23+00:00 monthly 0.2 https://riosmauricio.com/2022/09/viernes-2-de-septiembre-de-2022/ 2022-09-02T21:59:18+00:00 monthly 0.2 https://riosmauricio.com/2022/09/lunes-5-de-septiembre-de-2022/ 2022-09-05T15:00:58+00:00 monthly 0.2 https://riosmauricio.com/2022/09/la-derrota-de-la-extrema-izquierda-y-la-nueva-constitucion-en-chile-entrevista/ 2022-09-05T18:43:45+00:00 monthly 0.2 https://riosmauricio.com/2022/09/martes-6-de-septiembre-de-2022/ 2022-09-06T16:13:07+00:00 monthly 0.2 https://riosmauricio.com/2022/09/miercoles-7-de-septiembre-de-2022/ 2022-09-07T15:11:56+00:00 monthly 0.2 https://riosmauricio.com/2022/09/jueves-8-de-septiembre-de-2022/ 2022-09-08T14:23:16+00:00 monthly 0.2 https://riosmauricio.com/2022/09/viernes-9-de-septiembre-de-2022/ 2022-09-09T14:53:48+00:00 monthly 0.2 https://riosmauricio.com/2022/09/lunes-12-de-septiembre-de-2022/ 2022-09-12T15:22:21+00:00 monthly 0.2 https://riosmauricio.com/2022/09/martes-13-de-septiembre-de-2022/ 2022-09-13T15:08:57+00:00 monthly 0.2 https://riosmauricio.com/2022/09/miercoles-14-de-septiembre-de-2022/ 2022-09-14T22:39:22+00:00 monthly 0.2 https://riosmauricio.com/2022/09/jueves-15-de-septiembre-de-2022/ 2022-09-15T15:28:35+00:00 monthly 0.2 https://riosmauricio.com/2022/09/viernes-16-de-septiembre-de-2022/ 2022-09-16T16:49:58+00:00 monthly 0.2 https://riosmauricio.com/2022/09/lunes-19-de-septiembre-de-2022/ 2022-09-19T21:36:16+00:00 monthly 0.2 https://riosmauricio.com/2022/09/martes-20-de-septiembre-de-2022/ 2022-09-20T15:52:23+00:00 monthly 0.2 https://riosmauricio.com/2022/09/riesgos-de-contratar-deuda-de-corto-plazo-en-dolares/ 2023-07-24T20:59:38+00:00 monthly 0.2 https://riosmauricio.com/2022/09/miercoles-21-de-septiembre-de-2022/ 2022-09-21T15:25:03+00:00 monthly 0.2 https://riosmauricio.com/2022/09/jueves-22-de-septiembre-de-2022/ 2022-09-22T15:29:00+00:00 monthly 0.2 https://riosmauricio.com/2022/09/viernes-23-de-septiembre-de-2022/ 2022-09-23T15:51:09+00:00 monthly 0.2 https://riosmauricio.com/2022/09/65-la-fed-decide-a-mayor-crisis-mas-oportunidades/ 2022-09-23T22:40:08+00:00 monthly 0.2 https://riosmauricio.com/2022/09/lunes-26-de-septiembre-de-2022/ 2022-09-26T21:44:47+00:00 monthly 0.2 https://riosmauricio.com/2022/09/66-perspectivas-ante-la-victoria-de-meloni-en-italia/ 2022-10-06T02:15:20+00:00 monthly 0.2 https://riosmauricio.com/2022/09/martes-27-de-septiembre-de-2022/ 2022-09-27T15:47:56+00:00 monthly 0.2 https://riosmauricio.com/2022/09/miercoles-28-de-septiembre-de-2022/ 2022-09-28T16:05:34+00:00 monthly 0.2 https://riosmauricio.com/2022/09/construyendo-la-proxima-gran-banca-digital-para-bolivia/ 2024-11-04T20:09:04+00:00 monthly 0.2 https://riosmauricio.com/2022/09/viernes-30-de-septiembre-de-2022/ 2022-09-30T14:20:17+00:00 monthly 0.2 https://riosmauricio.com/2022/10/lunes-3-de-octubre-de-2022/ 2022-10-03T15:18:43+00:00 monthly 0.2 https://riosmauricio.com/2022/10/martes-4-de-octubre-de-2022/ 2022-10-04T15:17:33+00:00 monthly 0.2 https://riosmauricio.com/2022/10/miercoles-5-de-octubre-de-2022/ 2022-10-05T14:40:50+00:00 monthly 0.2 https://riosmauricio.com/2022/10/67-la-inversion-politicamente-incorrecta-en-combustibles-fosiles/ 2022-10-06T12:32:11+00:00 monthly 0.2 https://riosmauricio.com/2022/10/jueves-6-de-octubre-de-2022/ 2022-10-06T14:29:05+00:00 monthly 0.2 https://riosmauricio.com/2022/10/viernes-7-de-octubre-de-2022/ 2022-10-07T15:02:43+00:00 monthly 0.2 https://riosmauricio.com/2022/10/lunes-10-de-octubre-de-2022/ 2022-10-10T15:41:20+00:00 monthly 0.2 https://riosmauricio.com/2022/10/martes-11-de-octubre-de-2022/ 2022-10-11T15:07:03+00:00 monthly 0.2 https://riosmauricio.com/2022/10/miercoles-12-de-octubre-de-2022/ 2022-10-12T14:51:56+00:00 monthly 0.2 https://riosmauricio.com/2022/10/jueves-13-de-octubre-de-2022/ 2022-10-13T15:39:37+00:00 monthly 0.2 https://riosmauricio.com/2022/10/viernes-14-de-octubre-de-2022/ 2022-10-14T16:17:31+00:00 monthly 0.2 https://riosmauricio.com/2022/10/lunes-17-de-octubre-de-2022/ 2022-10-17T20:43:31+00:00 monthly 0.2 https://riosmauricio.com/2022/10/martes-18-de-octubre-de-2022/ 2022-10-18T14:45:13+00:00 monthly 0.2 https://riosmauricio.com/2022/10/miercoles-19-de-octubre-de-2022/ 2022-10-19T20:36:30+00:00 monthly 0.2 https://riosmauricio.com/2022/10/jueves-20-de-octubre-de-2022/ 2022-10-20T15:26:36+00:00 monthly 0.2 https://riosmauricio.com/2022/10/lunes-24-de-octubre-de-2022/ 2022-10-24T14:29:56+00:00 monthly 0.2 https://riosmauricio.com/2022/10/martes-25-de-octubre-de-2022/ 2022-10-25T14:56:16+00:00 monthly 0.2 https://riosmauricio.com/2022/10/miercoles-26-de-octubre-de-2022/ 2022-10-27T15:19:12+00:00 monthly 0.2 https://riosmauricio.com/2022/10/jueves-27-de-octubre-de-2022/ 2022-10-27T15:20:25+00:00 monthly 0.2 https://riosmauricio.com/2022/10/68-el-pib-de-eeuu-crece-26-en-el-tercer-trimestre-positivo-pero-insuficiente/ 2022-10-27T22:54:14+00:00 monthly 0.2 https://riosmauricio.com/2022/10/viernes-28-de-octubre-de-2022/ 2022-10-28T16:23:02+00:00 monthly 0.2 https://riosmauricio.com/2022/10/historia-zakadow-sportowych-w-polsc/ 2024-02-16T00:06:54+00:00 monthly 0.2 https://riosmauricio.com/2022/10/lunes-31-de-octubre-de-2022/ 2022-10-31T14:33:42+00:00 monthly 0.2 https://riosmauricio.com/2022/11/martes-1-de-noviembre-de-2022/ 2022-11-01T16:03:45+00:00 monthly 0.2 https://riosmauricio.com/2022/11/jueves-3-de-noviembre-de-2022/ 2022-11-03T16:07:28+00:00 monthly 0.2 https://riosmauricio.com/2022/11/viernes-4-de-noviembre-de-2022/ 2022-11-04T16:17:10+00:00 monthly 0.2 https://riosmauricio.com/2022/11/69-ecuador-bajo-el-asedio-del-narcorreismo/ 2022-11-07T00:50:54+00:00 monthly 0.2 https://riosmauricio.com/2022/11/lunes-7-de-noviembre-de-2022/ 2022-11-07T15:03:16+00:00 monthly 0.2 https://riosmauricio.com/2022/11/martes-8-de-noviembre-de-2022/ 2022-11-08T16:06:34+00:00 monthly 0.2 https://riosmauricio.com/2022/11/a-dos-anos-del-gobierno-de-arce-en-bolivia-como-asumimos-el-desafios-el-agravamiento-de-la-crisis%ef%bf%bc/ 2022-11-09T17:46:23+00:00 monthly 0.2 https://riosmauricio.com/2022/11/miercoles-9-de-noviembre-de-2022/ 2022-11-09T22:50:53+00:00 monthly 0.2 https://riosmauricio.com/2022/11/jueves-10-de-noviembre-de-2022/ 2022-11-10T15:06:47+00:00 monthly 0.2 https://riosmauricio.com/2022/11/viernes-11-de-noviembre-de-2022/ 2022-11-11T13:44:33+00:00 monthly 0.2 https://riosmauricio.com/2022/11/lunes-14-de-noviembre-de-2022/ 2022-11-14T15:25:18+00:00 monthly 0.2 https://riosmauricio.com/2022/11/70-nuevo-desplome-de-bitcoin-que-esta-pasando/ 2022-11-15T12:38:36+00:00 monthly 0.2 https://riosmauricio.com/2022/11/martes-15-de-noviembre-de-2022/ 2022-11-15T15:54:29+00:00 monthly 0.2 https://riosmauricio.com/2022/11/miercoles-16-de-noviembre-de-2022/ 2022-11-16T20:21:58+00:00 monthly 0.2 https://riosmauricio.com/2022/11/comencemos-a-hablar-sobre-federalismo-en-bolivia/ 2022-11-16T15:03:15+00:00 monthly 0.2 https://riosmauricio.com/2022/11/jueves-17-de-noviembre-de-2022/ 2022-11-17T15:21:51+00:00 monthly 0.2 https://riosmauricio.com/2022/11/viernes-18-de-noviembre-de-2022/ 2022-11-18T14:52:49+00:00 monthly 0.2 https://riosmauricio.com/2022/11/lunes-21-de-noviembre-de-2022/ 2022-11-21T16:42:34+00:00 monthly 0.2 https://riosmauricio.com/2022/11/martes-22-de-noviembre-de-2022/ 2022-11-22T16:26:26+00:00 monthly 0.2 https://riosmauricio.com/2022/11/miercoles-23-de-noviembre-de-2022/ 2022-11-23T15:39:15+00:00 monthly 0.2 https://riosmauricio.com/2022/11/jueves-24-de-noviembre-de-2022/ 2022-11-24T14:17:34+00:00 monthly 0.2 https://riosmauricio.com/2022/11/viernes-25-de-noviembre-de-2022/ 2022-11-25T18:06:05+00:00 monthly 0.2 https://riosmauricio.com/2022/11/lunes-28-de-noviembre-de-2022/ 2022-11-28T16:42:30+00:00 monthly 0.2 https://riosmauricio.com/2022/11/martes-29-de-noviembre-de-2022/ 2022-11-29T16:31:38+00:00 monthly 0.2 https://riosmauricio.com/2022/11/miercoles-30-de-noviembre-de-2022/ 2022-11-30T17:59:08+00:00 monthly 0.2 https://riosmauricio.com/2022/12/jueves-1-de-diciembre-de-2022/ 2022-12-01T14:48:47+00:00 monthly 0.2 https://riosmauricio.com/2022/12/viernes-2-de-diciembre-de-2022/ 2022-12-02T14:50:20+00:00 monthly 0.2 https://riosmauricio.com/2022/12/lunes-5-de-diciembre-de-2022/ 2022-12-05T20:33:44+00:00 monthly 0.2 https://riosmauricio.com/2022/12/el-modelo-economico-social-comunitario-productivo-boliviano-esta-zombificado/ 2022-12-06T00:23:00+00:00 monthly 0.2 https://riosmauricio.com/2022/12/lunes-12-de-diciembre-de-2022/ 2022-12-12T14:18:38+00:00 monthly 0.2 https://riosmauricio.com/2022/12/martes-27-de-diciembre-de-2022/ 2022-12-27T19:09:37+00:00 monthly 0.2 https://riosmauricio.com/2022/12/jueves-29-de-diciembre-de-2022/ 2022-12-29T15:44:09+00:00 monthly 0.2 https://riosmauricio.com/2022/12/pele-ha-fallecido/ 2022-12-29T20:48:21+00:00 monthly 0.2 https://riosmauricio.com/2023/01/martes-3-de-enero-de-2023/ 2023-01-03T20:06:14+00:00 monthly 0.2 https://riosmauricio.com/2023/01/71-que-pasa-si-en-bolivia-tambien-santa-cruz-es-vencida/ 2023-09-25T12:54:36+00:00 monthly 0.2 https://riosmauricio.com/2023/01/miercoles-4-de-enero-de-2023/ 2023-01-04T15:21:57+00:00 monthly 0.2 https://riosmauricio.com/2023/01/jueves-5-de-enero-de-2023/ 2023-01-05T14:40:53+00:00 monthly 0.2 https://riosmauricio.com/2023/01/viernes-6-de-enero-de-2023/ 2023-01-06T21:35:06+00:00 monthly 0.2 https://riosmauricio.com/2023/01/lunes-9-de-enero-de-2023/ 2023-01-09T16:16:18+00:00 monthly 0.2 https://riosmauricio.com/2023/01/martes-10-de-enero-de-2023/ 2023-01-10T14:49:46+00:00 monthly 0.2 https://riosmauricio.com/2023/01/miercoles-11-de-enero-de-2023/ 2023-01-11T15:55:03+00:00 monthly 0.2 https://riosmauricio.com/2023/01/72-la-contrarreforma-de-las-pensiones-en-america-latina/ 2023-01-11T15:44:01+00:00 monthly 0.2 https://riosmauricio.com/2023/01/jueves-12-de-enero-de-2023/ 2023-01-12T20:33:33+00:00 monthly 0.2 https://riosmauricio.com/2023/01/viernes-13-de-enero-de-2023/ 2023-01-13T14:44:47+00:00 monthly 0.2 https://riosmauricio.com/2023/01/lunes-16-de-enero-de-2023/ 2023-01-16T16:22:21+00:00 monthly 0.2 https://riosmauricio.com/2023/01/martes-17-de-enero-de-2023/ 2023-01-17T14:49:53+00:00 monthly 0.2 https://riosmauricio.com/2023/01/miercoles-18-de-enero-de-2023/ 2023-01-18T14:57:16+00:00 monthly 0.2 https://riosmauricio.com/2023/01/jueves-19-de-enero-de-2023/ 2024-01-30T15:28:58+00:00 monthly 0.2 https://riosmauricio.com/2023/01/no-distraerse-con-los-fuegos-artificiales-ypfb-bcb-afp/ 2023-06-29T21:36:37+00:00 monthly 0.2 https://riosmauricio.com/2023/01/viernes-20-de-enero-de-2023/ 2023-01-20T20:41:50+00:00 monthly 0.2 https://riosmauricio.com/2023/01/miercoles-25-de-enero-de-2023/ 2023-01-26T00:29:45+00:00 monthly 0.2 https://riosmauricio.com/2023/01/jueves-26-de-enero-de-2023/ 2023-01-26T16:40:05+00:00 monthly 0.2 https://riosmauricio.com/2023/01/viernes-27-de-enero-de-2023/ 2023-01-27T15:28:17+00:00 monthly 0.2 https://riosmauricio.com/2023/01/sumitomo-se-va-de-bolivia-no-es-la-mineria-es-el-avanzado-deterioro-del-pais/ 2023-06-29T21:43:47+00:00 monthly 0.2 https://riosmauricio.com/2023/01/el-fassil-es-la-punta-del-iceberg/ 2023-07-03T20:17:48+00:00 monthly 0.2 https://riosmauricio.com/2023/01/lunes-30-de-enero-de-2023/ 2023-01-30T20:26:14+00:00 monthly 0.2 https://riosmauricio.com/2023/01/martes-31-de-enero-de-2023/ 2023-01-31T14:40:13+00:00 monthly 0.2 https://riosmauricio.com/2023/02/miercoles-1-de-febrero-de-2023/ 2023-02-01T19:03:48+00:00 monthly 0.2 https://riosmauricio.com/2023/02/jueves-2-de-febrero-de-2023/ 2023-02-02T15:21:13+00:00 monthly 0.2 https://riosmauricio.com/2023/02/ya-salto-la-liebre/ 2023-06-29T22:00:52+00:00 monthly 0.2 https://riosmauricio.com/2023/02/viernes-3-de-febrero-de-2023/ 2023-02-03T15:19:56+00:00 monthly 0.2 https://riosmauricio.com/2023/02/lunes-6-de-febrero-de-2023/ 2023-02-06T19:44:46+00:00 monthly 0.2 https://riosmauricio.com/2023/02/martes-7-de-febrero-de-2023/ 2023-02-07T21:36:55+00:00 monthly 0.2 https://riosmauricio.com/2023/02/miercoles-8-de-febrero-de-2023/ 2023-02-08T15:00:51+00:00 monthly 0.2 https://riosmauricio.com/2023/02/jueves-9-de-febrero-de-2023/ 2023-02-09T15:34:54+00:00 monthly 0.2 https://riosmauricio.com/2023/02/improvisaciones-cada-vez-mas-peligrosas/ 2023-06-29T22:01:55+00:00 monthly 0.2 https://riosmauricio.com/2023/02/viernes-10-de-febrero-de-2023/ 2023-02-10T15:56:04+00:00 monthly 0.2 https://riosmauricio.com/2023/02/lunes-13-de-febrero-de-2023/ 2023-02-13T18:27:00+00:00 monthly 0.2 https://riosmauricio.com/2023/02/martes-14-de-febrero-de-2023/ 2024-02-02T14:31:52+00:00 monthly 0.2 https://riosmauricio.com/2023/02/jueves-16-de-febrero-de-2023/ 2023-02-16T15:40:22+00:00 monthly 0.2 https://riosmauricio.com/2023/02/bonos-en-caida-el-cariz-que-va-tomando-la-crisis/ 2023-06-29T22:08:09+00:00 monthly 0.2 https://riosmauricio.com/2023/02/viernes-17-de-febrero-de-2023/ 2023-02-17T15:52:27+00:00 monthly 0.2 https://riosmauricio.com/2023/02/miercoles-22-de-febrero-de-2023/ 2023-02-22T15:55:19+00:00 monthly 0.2 https://riosmauricio.com/2023/02/jueves-23-de-febrero-de-2023/ 2023-02-23T14:57:25+00:00 monthly 0.2 https://riosmauricio.com/2023/02/emprender-la-huida-hacia-activos-reales-i/ 2023-06-29T22:28:12+00:00 monthly 0.2 https://riosmauricio.com/2023/02/viernes-24-de-febrero-de-2023/ 2023-02-24T15:51:04+00:00 monthly 0.2 https://riosmauricio.com/2023/02/lunes-27-de-febrero-de-2023/ 2023-02-27T16:44:48+00:00 monthly 0.2 https://riosmauricio.com/2023/02/martes-28-de-febrero-de-2023/ 2023-02-28T15:24:21+00:00 monthly 0.2 https://riosmauricio.com/2023/03/jueves-2-de-marzo-de-2023/ 2023-03-02T20:53:57+00:00 monthly 0.2 https://riosmauricio.com/2023/03/emprender-la-huida-hacia-activos-reales-ii/ 2023-06-29T22:32:02+00:00 monthly 0.2 https://riosmauricio.com/2023/03/lunes-6-de-marzo-de-2023/ 2023-03-06T15:21:34+00:00 monthly 0.2 https://riosmauricio.com/2023/03/martes-7-de-marzo-de-2023/ 2023-03-07T15:35:26+00:00 monthly 0.2 https://riosmauricio.com/2023/03/miercoles-8-de-marzo-de-2023/ 2023-03-08T15:47:18+00:00 monthly 0.2 https://riosmauricio.com/2023/03/escasez-de-dolares-en-bolivia-entrevista/ 2023-03-09T19:16:19+00:00 monthly 0.2 https://riosmauricio.com/2023/03/jueves-9-de-marzo-de-2023/ 2023-03-09T21:58:20+00:00 monthly 0.2 https://riosmauricio.com/2023/03/como-anticipar-la-reversion-del-auge-insostenible/ 2023-06-29T22:49:56+00:00 monthly 0.2 https://riosmauricio.com/2023/03/lunes-13-de-marzo-de-2023/ 2024-02-02T12:58:03+00:00 monthly 0.2 https://riosmauricio.com/2023/03/martes-14-de-marzo-de-2023/ 2023-03-14T16:27:38+00:00 monthly 0.2 https://riosmauricio.com/2023/03/73-la-reserva-federal-culpable-del-colapso-de-silicon-valley-bank/ 2023-03-15T13:00:56+00:00 monthly 0.2 https://riosmauricio.com/2023/03/miercoles-15-de-marzo-de-2023/ 2023-03-15T16:04:34+00:00 monthly 0.2 https://riosmauricio.com/2023/03/jueves-16-de-marzo-de-2023/ 2023-03-16T21:12:12+00:00 monthly 0.2 https://riosmauricio.com/2023/03/el-pais-esta-al-borde-del-default/ 2023-07-03T21:13:09+00:00 monthly 0.2 https://riosmauricio.com/2023/03/viernes-17-de-marzo-de-2023/ 2023-03-17T16:45:32+00:00 monthly 0.2 https://riosmauricio.com/2023/03/lunes-20-de-marzo-de-2023/ 2023-03-20T16:57:42+00:00 monthly 0.2 https://riosmauricio.com/2023/03/martes-21-de-marzo-de-2023/ 2023-03-21T21:26:59+00:00 monthly 0.2 https://riosmauricio.com/2023/03/miercoles-22-de-marzo-de-2023/ 2023-03-22T15:12:12+00:00 monthly 0.2 https://riosmauricio.com/2023/03/jueves-23-de-marzo-de-2023/ 2023-03-23T15:41:07+00:00 monthly 0.2 https://riosmauricio.com/2023/03/bolivia-mendiga-y-rechaza-dolares-al-mismo-tiempo/ 2023-07-03T21:03:06+00:00 monthly 0.2 https://riosmauricio.com/2023/03/viernes-24-de-marzo-de-2023/ 2023-03-24T15:51:03+00:00 monthly 0.2 https://riosmauricio.com/2023/03/lunes-27-de-marzo-de-2023/ 2023-03-27T16:03:41+00:00 monthly 0.2 https://riosmauricio.com/2023/03/martes-28-de-marzo-de-2023/ 2023-03-28T14:38:34+00:00 monthly 0.2 https://riosmauricio.com/2023/03/miercoles-29-de-marzo-de-2023/ 2023-03-29T16:33:32+00:00 monthly 0.2 https://riosmauricio.com/2023/03/jueves-30-de-marzo-de-2023/ 2023-03-30T23:35:26+00:00 monthly 0.2 https://riosmauricio.com/2023/03/confiscar-aportes-no-se-traducira-en-chile-sino-en-argentina/ 2023-07-03T20:58:06+00:00 monthly 0.2 https://riosmauricio.com/2023/03/viernes-31-de-marzo-de-2023/ 2025-01-13T20:56:07+00:00 monthly 0.2 https://riosmauricio.com/2023/03/74-escepticismo-sobre-la-moneda-comun-de-los-brics/ 2023-03-31T21:46:21+00:00 monthly 0.2 https://riosmauricio.com/2023/04/lunes-3-de-abril-de-2023/ 2023-04-03T16:13:04+00:00 monthly 0.2 https://riosmauricio.com/2023/04/martes-4-de-abril-de-2023/ 2023-04-04T15:41:20+00:00 monthly 0.2 https://riosmauricio.com/2023/04/miercoles-5-de-abril-de-2023/ 2023-04-05T20:41:12+00:00 monthly 0.2 https://riosmauricio.com/2023/04/jueves-6-de-abril-de-2023/ 2023-04-06T14:58:49+00:00 monthly 0.2 https://riosmauricio.com/2023/04/ley-del-oro-un-remedio-mucho-peor-que-la-enfermedad/ 2024-01-03T20:31:04+00:00 monthly 0.2 https://riosmauricio.com/2023/04/lunes-10-de-abril-de-2023/ 2023-04-10T15:32:04+00:00 monthly 0.2 https://riosmauricio.com/2023/04/martes-11-de-abril-de-2023/ 2023-04-11T15:47:52+00:00 monthly 0.2 https://riosmauricio.com/2023/04/miercoles-12-de-abril-de-2023/ 2023-04-12T16:51:24+00:00 monthly 0.2 https://riosmauricio.com/2023/04/jueves-13-de-abril-de-2023/ 2023-04-13T14:49:22+00:00 monthly 0.2 https://riosmauricio.com/2023/04/el-inverosimil-objetivo-de-arce-con-la-ley-del-oro/ 2023-07-03T20:32:20+00:00 monthly 0.2 https://riosmauricio.com/2023/04/viernes-14-de-abril-de-2023/ 2023-04-14T21:58:57+00:00 monthly 0.2 https://riosmauricio.com/2023/04/bolivia-los-mitos-de-la-economia-plurinacional-entrevista/ 2023-04-17T15:44:42+00:00 monthly 0.2 https://riosmauricio.com/2023/04/lunes-17-de-abril-de-2023/ 2023-04-17T21:51:02+00:00 monthly 0.2 https://riosmauricio.com/2023/04/martes-18-de-abril-de-2023/ 2023-04-18T15:52:56+00:00 monthly 0.2 https://riosmauricio.com/2023/04/miercoles-19-de-abril-de-2023/ 2023-04-19T15:22:30+00:00 monthly 0.2 https://riosmauricio.com/2023/04/jueves-20-de-abril-de-2023/ 2023-04-20T13:52:23+00:00 monthly 0.2 https://riosmauricio.com/2023/04/del-sinceramiento-al-minsky-moment/ 2023-07-03T20:24:06+00:00 monthly 0.2 https://riosmauricio.com/2023/04/lunes-24-de-abril-de-2023/ 2023-04-24T15:10:37+00:00 monthly 0.2 https://riosmauricio.com/2023/04/martes-25-de-abril-de-2023/ 2023-04-25T19:42:52+00:00 monthly 0.2 https://riosmauricio.com/2023/05/martes-2-de-mayo-de-2023/ 2023-05-02T21:17:25+00:00 monthly 0.2 https://riosmauricio.com/2023/05/76-colombia-del-terrorismo-de-guerrilla-al-terrorismo-de-estado/ 2023-05-03T13:52:08+00:00 monthly 0.2 https://riosmauricio.com/2023/05/miercoles-3-de-mayo-de-2023/ 2023-05-03T15:54:13+00:00 monthly 0.2 https://riosmauricio.com/2023/05/jueves-4-de-mayo-de-2023/ 2023-05-04T20:34:09+00:00 monthly 0.2 https://riosmauricio.com/2023/05/inicio-del-pinchazo-de-la-gran-burbuja-de-activos/ 2023-07-03T19:40:44+00:00 monthly 0.2 https://riosmauricio.com/2023/05/berkshire-hathaway-annual-shareholders-meeting-2023/ 2023-05-08T13:33:05+00:00 monthly 0.2 https://riosmauricio.com/2023/05/lunes-8-de-mayo-de-2023/ 2023-05-08T19:55:13+00:00 monthly 0.2 https://riosmauricio.com/2023/05/martes-9-de-mayo-de-2023/ 2023-05-09T22:18:44+00:00 monthly 0.2 https://riosmauricio.com/2023/05/miercoles-10-de-mayo-de-2023/ 2024-02-08T14:26:44+00:00 monthly 0.2 https://riosmauricio.com/2023/05/jueves-11-de-mayo-de-2023/ 2023-05-11T20:39:51+00:00 monthly 0.2 https://riosmauricio.com/2023/05/comencemos-a-discutir-la-dolarizacion-y-la-reforma-bancaria/ 2024-09-19T13:03:29+00:00 monthly 0.2 https://riosmauricio.com/2023/05/viernes-12-de-mayo-de-2023/ 2023-05-12T15:45:11+00:00 monthly 0.2 https://riosmauricio.com/2023/05/lunes-15-de-mayo-de-2023/ 2023-05-15T15:28:40+00:00 monthly 0.2 https://riosmauricio.com/2023/05/martes-16-de-mayo-de-2023/ 2023-05-16T16:13:27+00:00 monthly 0.2 https://riosmauricio.com/2023/05/jueves-18-de-mayo-de-2023/ 2023-05-18T16:25:19+00:00 monthly 0.2 https://riosmauricio.com/2023/05/el-insolito-robo-estatal-de-los-ahorros-de-corto-fassil-y-largo-plazo-afp-de-la-ciudadania/ 2023-07-03T19:01:41+00:00 monthly 0.2 https://riosmauricio.com/2023/05/viernes-19-de-mayo-de-2023/ 2023-05-19T15:10:53+00:00 monthly 0.2 https://riosmauricio.com/2023/05/lunes-22-de-mayo-de-2023/ 2023-05-22T14:11:30+00:00 monthly 0.2 https://riosmauricio.com/2023/05/martes-23-de-mayo-de-2023/ 2023-05-23T15:57:22+00:00 monthly 0.2 https://riosmauricio.com/2023/05/miercoles-24-de-mayo-de-2023/ 2023-05-24T15:09:02+00:00 monthly 0.2 https://riosmauricio.com/2023/05/jueves-25-de-mayo-de-2023/ 2023-05-25T14:55:56+00:00 monthly 0.2 https://riosmauricio.com/2023/05/esta-cerca-el-gran-gasolinazo/ 2023-07-03T18:54:53+00:00 monthly 0.2 https://riosmauricio.com/2023/05/viernes-26-de-mayo-de-2023/ 2023-05-26T16:18:48+00:00 monthly 0.2 https://riosmauricio.com/2023/05/lunes-29-de-mayo-de-2023/ 2023-05-29T14:30:58+00:00 monthly 0.2 https://riosmauricio.com/2023/05/martes-30-de-mayo-de-2023/ 2023-05-30T14:00:14+00:00 monthly 0.2 https://riosmauricio.com/2023/05/miercoles-31-de-mayo-de-2023/ 2023-05-31T15:50:06+00:00 monthly 0.2 https://riosmauricio.com/2023/06/jueves-1-de-junio-de-2023/ 2023-06-01T15:39:55+00:00 monthly 0.2 https://riosmauricio.com/2023/06/la-urgencia-de-actualizar-al-pais-con-la-normativa-financiera-internacional-vigente/ 2023-07-03T18:48:19+00:00 monthly 0.2 https://riosmauricio.com/2023/06/viernes-2-de-junio-de-2023/ 2023-06-02T15:05:43+00:00 monthly 0.2 https://riosmauricio.com/2023/06/martes-6-de-junio-de-2023/ 2023-06-06T15:10:45+00:00 monthly 0.2 https://riosmauricio.com/2023/06/miercoles-7-de-junio-de-2023/ 2023-06-07T14:40:57+00:00 monthly 0.2 https://riosmauricio.com/2023/06/77-300-anos-del-nacimiento-de-adam-smith/ 2023-06-07T21:34:14+00:00 monthly 0.2 https://riosmauricio.com/2023/06/la-inflacion-ya-esta-aqui-finalmente-y-ahora/ 2023-07-03T18:30:38+00:00 monthly 0.2 https://riosmauricio.com/2023/06/viernes-9-de-junio-de-2023/ 2023-06-09T15:09:38+00:00 monthly 0.2 https://riosmauricio.com/2023/06/lunes-12-de-junio-de-2023/ 2023-06-12T13:35:53+00:00 monthly 0.2 https://riosmauricio.com/2023/06/martes-13-de-noviembre-de-2023/ 2023-06-13T15:36:30+00:00 monthly 0.2 https://riosmauricio.com/2023/06/78-la-revolucion-liberal-ya-la-esta-haciendo-diaz-ayuso/ 2023-06-13T21:04:05+00:00 monthly 0.2 https://riosmauricio.com/2023/06/miercoles-14-de-junio-de-2023/ 2023-06-14T14:28:28+00:00 monthly 0.2 https://riosmauricio.com/2023/06/jueves-15-de-junio-de-2023/ 2023-06-15T14:35:14+00:00 monthly 0.2 https://riosmauricio.com/2023/06/es-cierta-la-recuperacion-del-sistema-bancario/ 2023-07-03T18:40:01+00:00 monthly 0.2 https://riosmauricio.com/2023/06/viernes-16-de-junio-de-2023/ 2023-06-16T15:47:53+00:00 monthly 0.2 https://riosmauricio.com/2023/06/lunes-19-de-junio-de-2023/ 2023-06-19T16:17:27+00:00 monthly 0.2 https://riosmauricio.com/2023/06/martes-20-de-junio-de-2023/ 2023-06-20T15:42:20+00:00 monthly 0.2 https://riosmauricio.com/2023/06/jueves-22-de-junio-de-2023/ 2023-06-22T14:41:21+00:00 monthly 0.2 https://riosmauricio.com/2023/06/el-desafio-de-comenzar-a-pensar-en-un-nuevo-pais/ 2023-06-27T19:53:25+00:00 monthly 0.2 https://riosmauricio.com/2023/06/viernes-23-de-junio-de-2023/ 2023-06-23T15:09:46+00:00 monthly 0.2 https://riosmauricio.com/2023/06/lunes-26-de-junio-de-2023/ 2023-06-26T14:42:37+00:00 monthly 0.2 https://riosmauricio.com/2023/06/martes-27-de-junio-de-2023/ 2023-06-27T14:33:58+00:00 monthly 0.2 https://riosmauricio.com/2023/06/miercoles-28-de-junio-de-2023/ 2023-06-28T15:19:47+00:00 monthly 0.2 https://riosmauricio.com/2023/06/es-cierto-que-si-te-ofrecen-una-rentabilidad-superior-al-6-anual-te-estan-estafando/ 2023-06-29T12:27:24+00:00 monthly 0.2 https://riosmauricio.com/2023/06/jueves-29-de-junio-de-2023/ 2023-06-29T14:08:37+00:00 monthly 0.2 https://riosmauricio.com/2023/06/financiarse-con-las-pensiones-tampoco-les-ha-sido-suficiente/ 2023-07-03T17:53:14+00:00 monthly 0.2 https://riosmauricio.com/2023/06/viernes-30-de-junio-de-2023/ 2023-06-30T15:52:08+00:00 monthly 0.2 https://riosmauricio.com/2023/07/lunes-3-de-julio-de-2023/ 2023-07-03T15:56:02+00:00 monthly 0.2 https://riosmauricio.com/2023/07/martes-4-de-julio-de-2023/ 2023-07-04T15:14:22+00:00 monthly 0.2 https://riosmauricio.com/2023/07/miercoles-5-de-julio-de-2023/ 2023-07-05T14:59:39+00:00 monthly 0.2 https://riosmauricio.com/2023/07/jueves-6-de-julio-de-2023/ 2023-07-06T15:33:40+00:00 monthly 0.2 https://riosmauricio.com/2023/07/el-contrabando-es-el-enemigo-equivocado/ 2023-07-07T14:07:14+00:00 monthly 0.2 https://riosmauricio.com/2023/07/viernes-7-de-julio-de-2023/ 2023-07-07T20:51:32+00:00 monthly 0.2 https://riosmauricio.com/2023/07/lunes-10-de-julio-de-2023/ 2023-07-10T15:30:32+00:00 monthly 0.2 https://riosmauricio.com/2023/07/martes-11-de-julio-de-2023/ 2023-07-11T14:20:39+00:00 monthly 0.2 https://riosmauricio.com/2023/07/morgan-stanley-obliga-a-sus-clientes-a-buscar-alternativas/ 2023-07-11T23:49:16+00:00 monthly 0.2 https://riosmauricio.com/2023/07/miercoles-12-de-julio-de-2023/ 2023-07-12T14:57:16+00:00 monthly 0.2 https://riosmauricio.com/2023/07/jueves-13-de-julio-de-2023/ 2023-07-13T14:33:56+00:00 monthly 0.2 https://riosmauricio.com/2023/07/existe-riesgo-de-hiperinflacion/ 2025-06-19T00:54:24+00:00 monthly 0.2 https://riosmauricio.com/2023/07/lunes-17-de-julio-de-2023/ 2023-07-17T15:06:54+00:00 monthly 0.2 https://riosmauricio.com/2023/07/martes-18-de-julio-de-2023/ 2023-07-18T14:23:31+00:00 monthly 0.2 https://riosmauricio.com/2023/07/miercoles-19-de-julio-de-2023/ 2023-07-19T13:39:36+00:00 monthly 0.2 https://riosmauricio.com/2023/07/jueves-20-de-julio-de-2023/ 2023-07-20T15:59:28+00:00 monthly 0.2 https://riosmauricio.com/2023/07/79-perspectivas-globales-tercer-trimestre-2023/ 2023-07-20T23:21:49+00:00 monthly 0.2 https://riosmauricio.com/2023/07/podria-bolivia-ser-expulsada-del-fmi-eventualmente/ 2023-07-21T11:23:15+00:00 monthly 0.2 https://riosmauricio.com/2023/07/lunes-24-de-julio-de-2023/ 2023-07-24T14:56:37+00:00 monthly 0.2 https://riosmauricio.com/2023/07/martes-25-de-julio-de-2023/ 2023-07-25T14:50:46+00:00 monthly 0.2 https://riosmauricio.com/2023/07/miercoles-26-de-julio-de-2023/ 2023-07-26T14:05:42+00:00 monthly 0.2 https://riosmauricio.com/2023/07/la-tesis-de-largo-plazo-en-energeticas-y-commodities-se-fortalece/ 2023-07-26T22:45:58+00:00 monthly 0.2 https://riosmauricio.com/2023/07/jueves-27-de-julio-de-2023/ 2023-07-27T15:13:22+00:00 monthly 0.2 https://riosmauricio.com/2023/07/que-factores-parecen-aliviar-la-crisis-en-bolivia-el-oro-el-yuan/ 2023-07-28T15:25:12+00:00 monthly 0.2 https://riosmauricio.com/2023/07/viernes-28-de-julio-de-2023/ 2023-07-28T16:24:12+00:00 monthly 0.2 https://riosmauricio.com/2023/07/lunes-31-de-agosto-de-2023/ 2023-07-31T13:31:59+00:00 monthly 0.2 https://riosmauricio.com/2023/08/martes-1-de-agosto-de-2023/ 2023-08-01T15:24:07+00:00 monthly 0.2 https://riosmauricio.com/2023/08/miercoles-2-de-agosto-de-2023/ 2023-08-02T20:46:41+00:00 monthly 0.2 https://riosmauricio.com/2023/08/jueves-3-de-agosto-de-2023/ 2023-08-03T15:43:13+00:00 monthly 0.2 https://riosmauricio.com/2023/08/80-podra-javier-milei-dolarizar-argentina/ 2023-08-03T21:29:26+00:00 monthly 0.2 https://riosmauricio.com/2023/08/5-temas-por-los-que-arce-deberia-ser-interpelado-este-6-de-agosto/ 2023-08-04T11:44:40+00:00 monthly 0.2 https://riosmauricio.com/2023/08/viernes-4-de-agosto-de-2023/ 2023-08-04T15:46:25+00:00 monthly 0.2 https://riosmauricio.com/2023/08/martes-8-de-agosto-de-2023/ 2023-08-08T14:45:07+00:00 monthly 0.2 https://riosmauricio.com/2023/08/miercoles-9-de-agosto-de-2023/ 2023-08-09T16:26:52+00:00 monthly 0.2 https://riosmauricio.com/2023/08/la-inversion-esg-y-la-estafa-politica-que-realmente-constituye/ 2023-08-09T20:47:56+00:00 monthly 0.2 https://riosmauricio.com/2023/08/jueves-10-de-agosto-de-2023/ 2023-08-10T16:14:53+00:00 monthly 0.2 https://riosmauricio.com/2023/08/asi-caen-china-su-economia-e-influencia-sobre-america-latina-y-bolivia/ 2023-08-11T12:54:08+00:00 monthly 0.2 https://riosmauricio.com/2023/08/viernes-11-de-agosto-de-2023/ 2023-08-11T19:54:02+00:00 monthly 0.2 https://riosmauricio.com/2023/08/lunes-14-de-agosto-de-2023/ 2023-08-14T14:41:21+00:00 monthly 0.2 https://riosmauricio.com/2023/08/javier-milei-lo-bueno-lo-malo-y-lo-peligroso-para-argentina-y-la-region/ 2023-08-14T23:33:02+00:00 monthly 0.2 https://riosmauricio.com/2023/08/enhorabuena-javier-milei-pero-mucha-cautela/ 2023-08-15T12:55:35+00:00 monthly 0.2 https://riosmauricio.com/2023/08/martes-15-de-agosto-de-2023/ 2023-08-15T15:18:02+00:00 monthly 0.2 https://riosmauricio.com/2023/08/miercoles-16-de-agosto-de-2023/ 2023-08-16T19:48:31+00:00 monthly 0.2 https://riosmauricio.com/2023/08/jueves-17-de-agosto-de-2023/ 2023-08-17T21:14:00+00:00 monthly 0.2 https://riosmauricio.com/2023/08/viernes-18-de-agosto-de-2023/ 2023-08-18T14:40:34+00:00 monthly 0.2 https://riosmauricio.com/2023/08/una-mejor-ilustracion-que-la-oficial-sobre-la-evolucion-de-los-depositos-y-la-cartera/ 2023-08-18T14:59:35+00:00 monthly 0.2 https://riosmauricio.com/2023/08/lunes-21-de-agosto-de-2023/ 2023-08-21T16:15:21+00:00 monthly 0.2 https://riosmauricio.com/2023/08/martes-22-de-agosto-de-2023/ 2023-08-22T14:43:03+00:00 monthly 0.2 https://riosmauricio.com/2023/08/miercoles-23-de-agosto-de-2023/ 2023-08-23T14:18:17+00:00 monthly 0.2 https://riosmauricio.com/2023/08/jueves-24-de-agosto-de-2023/ 2023-08-24T15:28:19+00:00 monthly 0.2 https://riosmauricio.com/2023/08/que-pasa-en-bolivia-si-javier-milei-logra-o-no-dolarizar-argentina-escenarios-y-ejemplos/ 2023-08-25T16:06:48+00:00 monthly 0.2 https://riosmauricio.com/2023/08/viernes-25-de-agosto-de-2023/ 2024-02-08T18:58:45+00:00 monthly 0.2 https://riosmauricio.com/2023/08/lunes-28-de-agosto-de-2023/ 2023-08-28T15:27:35+00:00 monthly 0.2 https://riosmauricio.com/2023/08/81-la-escuela-austriaca-de-la-que-habla-javier-milei/ 2023-08-28T19:44:45+00:00 monthly 0.2 https://riosmauricio.com/2023/08/martes-29-de-agosto-de-2023/ 2023-08-29T13:37:13+00:00 monthly 0.2 https://riosmauricio.com/2023/08/miercoles-30-de-agosto-de-2023/ 2023-08-30T15:09:04+00:00 monthly 0.2 https://riosmauricio.com/2023/08/jueves-31-de-agosto-de-2023/ 2023-08-31T16:03:49+00:00 monthly 0.2 https://riosmauricio.com/2023/08/bolivia-liquidamos-o-privatizamos-ypfb/ 2023-08-31T16:11:52+00:00 monthly 0.2 https://riosmauricio.com/2023/09/el-desafio-de-la-confesion-de-arce-sobre-el-gas-liquidar-o-privatizar-ypfb/ 2023-09-01T13:20:55+00:00 monthly 0.2 https://riosmauricio.com/2023/09/viernes-1-de-septiembre-de-2023/ 2023-09-01T15:12:02+00:00 monthly 0.2 https://riosmauricio.com/2023/09/lunes-4-de-septiembre-de-2023/ 2023-09-04T15:24:20+00:00 monthly 0.2 https://riosmauricio.com/2023/09/martes-5-de-septiembre-de-2023/ 2023-09-05T15:39:46+00:00 monthly 0.2 https://riosmauricio.com/2023/09/miercoles-6-de-septiembre-de-2023/ 2023-09-06T15:34:23+00:00 monthly 0.2 https://riosmauricio.com/2023/09/un-fondo-de-inversion-europeo-con-un-16-de-rentabilidad-al-tercer-trimestre-de-2023/ 2023-09-07T12:40:55+00:00 monthly 0.2 https://riosmauricio.com/2023/09/jueves-7-de-septiembre-de-2023/ 2023-09-07T15:01:30+00:00 monthly 0.2 https://riosmauricio.com/2023/09/china-y-su-crisis-plantean-acomodar-velas-para-nuevos-vientos/ 2023-09-08T11:02:28+00:00 monthly 0.2 https://riosmauricio.com/2023/09/viernes-8-de-septiembre-de-2023/ 2023-09-08T14:32:19+00:00 monthly 0.2 https://riosmauricio.com/2023/09/lunes-11-de-septiembre-de-2023/ 2023-09-11T14:19:59+00:00 monthly 0.2 https://riosmauricio.com/2023/09/martes-12-de-septiembre-de-2023/ 2023-09-12T14:42:13+00:00 monthly 0.2 https://riosmauricio.com/2023/09/miercoles-13-de-septiembre-de-2023/ 2023-09-13T21:42:10+00:00 monthly 0.2 https://riosmauricio.com/2023/09/jueves-14-de-septiembre-de-2023/ 2023-09-14T15:08:17+00:00 monthly 0.2 https://riosmauricio.com/2023/09/el-cemento-tambien-esta-sonando-las-alarmas/ 2023-09-15T13:36:35+00:00 monthly 0.2 https://riosmauricio.com/2023/09/lunes-18-de-septiembre-de-2023/ 2023-09-18T15:27:36+00:00 monthly 0.2 https://riosmauricio.com/2023/09/martes-19-de-septiembre-de-2023/ 2023-09-19T15:25:11+00:00 monthly 0.2 https://riosmauricio.com/2023/09/miercoles-20-de-septiembre-de-2023/ 2023-09-20T14:14:33+00:00 monthly 0.2 https://riosmauricio.com/2023/09/jueves-21-de-septiembre-de-2023/ 2023-09-21T15:23:00+00:00 monthly 0.2 https://riosmauricio.com/2023/09/dolarizacion-o-bimonetarismo-efectos-de-ambos-en-argentina-y-bolivia/ 2023-09-22T03:05:18+00:00 monthly 0.2 https://riosmauricio.com/2023/09/cuando-terminaria-de-derrumbarse-el-sector-hidrocarburos-en-bolivia/ 2023-09-22T11:10:59+00:00 monthly 0.2 https://riosmauricio.com/2023/09/viernes-22-de-septiembre-de-2023/ 2023-09-22T14:34:51+00:00 monthly 0.2 https://riosmauricio.com/2023/09/lunes-25-de-septiembre-de-2023/ 2023-09-25T14:50:02+00:00 monthly 0.2 https://riosmauricio.com/2023/09/martes-26-de-septiembre-de-2023/ 2023-09-26T14:36:20+00:00 monthly 0.2 https://riosmauricio.com/2023/09/cuanto-vale-evo-morales-para-los-mercados/ 2023-09-26T19:09:30+00:00 monthly 0.2 https://riosmauricio.com/2023/09/miercoles-27-de-septiembre-de-2023/ 2023-09-27T14:43:31+00:00 monthly 0.2 https://riosmauricio.com/2023/09/82-el-plan-b-de-los-inmensamente-ricos/ 2023-09-27T20:49:43+00:00 monthly 0.2 https://riosmauricio.com/2023/09/jueves-28-de-septiembre-de-2023/ 2023-09-28T15:32:50+00:00 monthly 0.2 https://riosmauricio.com/2023/09/todo-el-recorrido-que-el-value-ofrece-y-ofrecera-en-una-eurozona-en-estanflacion/ 2023-09-28T21:14:39+00:00 monthly 0.2 https://riosmauricio.com/2023/09/le-serviria-a-argentina-el-bimonetarismo-de-bolivia/ 2023-09-29T13:25:05+00:00 monthly 0.2 https://riosmauricio.com/2023/09/viernes-29-de-septiembre-de-2023/ 2023-09-29T15:40:51+00:00 monthly 0.2 https://riosmauricio.com/2023/10/bolivia-tiene-el-mayor-riesgo-bancario-de-america-latina-segun-sp/ 2023-10-02T13:28:38+00:00 monthly 0.2 https://riosmauricio.com/2023/10/lunes-2-de-octubre-de-2023/ 2023-10-02T15:13:07+00:00 monthly 0.2 https://riosmauricio.com/2023/10/asi-se-explica-el-creciente-riesgo-bancario-de-bolivia/ 2023-10-02T19:11:46+00:00 monthly 0.2 https://riosmauricio.com/2023/10/martes-3-de-octubre-de-2023/ 2024-07-10T14:53:32+00:00 monthly 0.2 https://riosmauricio.com/2023/10/miercoles-4-de-octubre-de-2023/ 2023-10-04T14:28:05+00:00 monthly 0.2 https://riosmauricio.com/2023/10/yuanes-contra-la-desaceleracion-y-el-riesgo-bancario-no-libertad-financiera/ 2023-10-06T10:32:14+00:00 monthly 0.2 https://riosmauricio.com/2023/10/lunes-9-de-octubre-de-2023/ 2023-10-09T14:56:32+00:00 monthly 0.2 https://riosmauricio.com/2023/10/martes-10-de-octubre-de-2023/ 2023-10-10T14:20:43+00:00 monthly 0.2 https://riosmauricio.com/2023/10/miercoles-11-de-octubre-de-2023/ 2023-10-11T15:14:55+00:00 monthly 0.2 https://riosmauricio.com/2023/10/jueves-12-de-octubre-de-2023/ 2023-10-12T14:40:20+00:00 monthly 0.2 https://riosmauricio.com/2023/10/guerra-entre-israel-y-hamas-marco-analitico-base-e-impacto-economico-global/ 2023-10-13T18:00:51+00:00 monthly 0.2 https://riosmauricio.com/2023/10/cuatro-ilustraciones-que-refutan-la-narrativa-economica-sobre-optimista-de-bolivia/ 2023-10-13T11:32:17+00:00 monthly 0.2 https://riosmauricio.com/2023/10/viernes-13-de-octubre-de-2023/ 2023-10-13T22:52:56+00:00 monthly 0.2 https://riosmauricio.com/2023/10/lunes-16-de-octubre-de-2023/ 2023-10-16T19:14:46+00:00 monthly 0.2 https://riosmauricio.com/2023/10/martes-17-de-octubre-de-2023/ 2023-10-17T14:14:53+00:00 monthly 0.2 https://riosmauricio.com/2023/10/javier-milei-argentina-esta-camino-a-ser-africa/ 2023-10-17T20:54:05+00:00 monthly 0.2 https://riosmauricio.com/2023/10/miercoles-18-de-octubre-de-2023/ 2023-10-18T13:52:35+00:00 monthly 0.2 https://riosmauricio.com/2023/10/jueves-19-de-octubre-de-2023/ 2023-10-19T14:28:01+00:00 monthly 0.2 https://riosmauricio.com/2023/10/las-consecuencias-que-traera-el-quantitative-easing-plurinacional/ 2023-10-20T13:12:47+00:00 monthly 0.2 https://riosmauricio.com/2023/10/viernes-20-de-octubre-de-2023/ 2023-10-20T14:31:53+00:00 monthly 0.2 https://riosmauricio.com/2023/10/83-mi-apoyo-moderado-pero-decidido-a-las-propuestas-de-javier-milei/ 2023-10-20T23:05:11+00:00 monthly 0.2 https://riosmauricio.com/2023/10/lunes-23-de-octubre-de-2023/ 2023-10-23T15:12:29+00:00 monthly 0.2 https://riosmauricio.com/2023/10/martes-24-de-octubre-de-2023/ 2023-10-24T14:05:53+00:00 monthly 0.2 https://riosmauricio.com/2023/10/miercoles-25-de-octubre-de-2023/ 2023-10-25T14:32:59+00:00 monthly 0.2 https://riosmauricio.com/2023/10/que-esta-pasando-con-el-bono-estadounidense-a-10-anos/ 2023-10-25T20:27:57+00:00 monthly 0.2 https://riosmauricio.com/2023/10/jueves-26-de-octubre-de-2023/ 2023-10-26T15:49:06+00:00 monthly 0.2 https://riosmauricio.com/2023/10/la-economia-de-bolivia-con-una-victoria-de-massa-o-milei-en-argentina/ 2023-10-27T10:57:17+00:00 monthly 0.2 https://riosmauricio.com/2023/10/viernes-27-de-octubre-de-2023/ 2023-10-27T14:33:39+00:00 monthly 0.2 https://riosmauricio.com/2023/10/lunes-30-de-octubre-de-2023/ 2023-10-30T15:06:37+00:00 monthly 0.2 https://riosmauricio.com/2023/10/javier-milei-estabilizaria-la-economia-argentina-en-18-meses-los-casos-de-exito-de-la-terapia-de-shock/ 2023-10-30T22:08:22+00:00 monthly 0.2 https://riosmauricio.com/2023/10/martes-31-de-octubre-de-2023/ 2023-10-31T14:56:08+00:00 monthly 0.2 https://riosmauricio.com/2023/10/nunca-es-tarde-para-comprender-como-crean-dinero-los-bancos-centrales/ 2023-10-31T22:56:23+00:00 monthly 0.2 https://riosmauricio.com/2023/11/miercoles-1-de-noviembre-de-2023/ 2023-11-01T15:00:03+00:00 monthly 0.2 https://riosmauricio.com/2023/11/viernes-3-de-noviembre-de-2023/ 2023-11-03T14:13:54+00:00 monthly 0.2 https://riosmauricio.com/2023/11/bolivia-acumula-mas-motivos-para-su-aislamiento-financiero-y-diplomatico/ 2023-11-03T14:14:13+00:00 monthly 0.2 https://riosmauricio.com/2023/11/estados-unidos-ha-entrado-ya-en-recesion/ 2023-11-03T22:07:40+00:00 monthly 0.2 https://riosmauricio.com/2023/11/lunes-6-de-noviembre-de-2023/ 2023-11-06T14:08:28+00:00 monthly 0.2 https://riosmauricio.com/2023/11/martes-7-de-noviembre-de-2023/ 2023-11-07T15:10:22+00:00 monthly 0.2 https://riosmauricio.com/2023/11/arabia-saudita-y-rusia-deciden-extender-los-recortes-precios-del-crudo-y-tendencias/ 2023-11-07T15:15:01+00:00 monthly 0.2 https://riosmauricio.com/2023/11/miercoles-8-de-noviembre-de-2023/ 2023-11-08T14:54:45+00:00 monthly 0.2 https://riosmauricio.com/2023/11/jueves-9-de-noviembre-de-2023/ 2023-11-09T22:20:04+00:00 monthly 0.2 https://riosmauricio.com/2023/11/las-small-caps-frente-a-las-perspectivas-de-tasas-de-la-fed-en-2024/ 2023-11-10T13:09:16+00:00 monthly 0.2 https://riosmauricio.com/2023/11/viernes-10-de-noviembre-de-2023/ 2023-11-10T15:01:04+00:00 monthly 0.2 https://riosmauricio.com/2023/11/lunes-13-de-noviembre-de-2023/ 2023-11-13T14:10:09+00:00 monthly 0.2 https://riosmauricio.com/2023/11/84-el-golpe-de-pedro-sanchez-a-la-democracia-en-espana/ 2023-11-14T12:50:44+00:00 monthly 0.2 https://riosmauricio.com/2023/11/martes-14-de-noviembre-de-2023/ 2023-11-14T14:43:57+00:00 monthly 0.2 https://riosmauricio.com/2023/11/miercoles-15-de-noviembre-de-2023/ 2023-11-16T00:04:15+00:00 monthly 0.2 https://riosmauricio.com/2023/11/jueves-16-de-noviembre-de-2023/ 2023-11-16T15:58:42+00:00 monthly 0.2 https://riosmauricio.com/2023/11/argentina-escenario-previo-a-unas-elecciones-historicas/ 2023-11-17T11:09:16+00:00 monthly 0.2 https://riosmauricio.com/2023/11/viernes-17-de-noviembre-de-2023/ 2023-11-17T14:45:06+00:00 monthly 0.2 https://riosmauricio.com/2023/11/ex-nihilo-the-truth-about-money/ 2023-11-17T23:04:12+00:00 monthly 0.2 https://riosmauricio.com/2023/11/lunes-20-de-noviembre-de-2023/ 2023-11-20T14:12:10+00:00 monthly 0.2 https://riosmauricio.com/2023/11/85-la-libertad-sin-atajos-politicos/ 2023-11-21T13:26:28+00:00 monthly 0.2 https://riosmauricio.com/2023/11/martes-21-de-noviembre-de-2023/ 2023-11-21T15:39:29+00:00 monthly 0.2 https://riosmauricio.com/2023/11/miercoles-22-de-noviembre-de-2023/ 2023-11-22T13:47:45+00:00 monthly 0.2 https://riosmauricio.com/2023/11/jueves-23-de-noviembre-de-2023/ 2023-11-23T21:33:39+00:00 monthly 0.2 https://riosmauricio.com/2023/11/como-bolivia-podria-aprovechar-de-la-nueva-economia-argentina/ 2023-11-24T14:39:13+00:00 monthly 0.2