Portal Niños

Banner principal de portal de niños
Icono pluma Nuestra Historia
  • El presidente Simón Bolívar nombra a José María del Castillo y Rada Secretario de Hacienda en 1821, encomendándole la administración económica de la Gran Colombia.
  • Mediante la Ley 31 de 1923, se le otorga el nombre de Ministerio de Hacienda y Crédito Público, denominación que ostenta en la actualidad.
  • Entre 1940 y 1949 se demolió el Convento de San Agustín y se construyó el edificio actual, ubicado al frente de la Casa de Nariño.
Icono pluma ¿Qué buscamos lograr?

En el año 2022, contribuir al emprendimiento y a la equidad de nuestro país por medio de estrategias y buenas prácticas que generen:

Crecimiento económico y que mejoren las condiciones de vida de los colombianos.

Icono libro Acá te contamos
  • Desarrollar y coordinar la política económica y de finanzas del país.
  • Administrar el dinero de la Nación.
  • Preparamos leyes para regular las operaciones financieras, aduaneras, tributarias y crédito del país.

Para hacer nuestro trabajo nos ayudan 11 entidades.

Juega y Diviértete
Se ha producido un error al procesar la plantilla.
The following has evaluated to null or missing:
==> ImgJuego.getAttribute(" alt")  [in template "20096#20121#43047" at line 132, column 38]

----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----

----
FTL stack trace ("~" means nesting-related):
	- Failed at: ${ImgJuego.getAttribute(" alt")}  [in template "20096#20121#43047" at line 132, column 36]
----
1<script src="https://code.jquery.com/jquery-1.9.0.js"></script> 
2<script src="https://code.jquery.com/jquery-migrate-1.2.1.js"></script> 
3<script type="text/javascript" src="/documents/d/portal/jquery-1-jqpuzzle"></script> 
4<style> 
5.panelPuzzle { 
6    padding-left: 140px; 
7    text-align: -webkit-center; 
8
9.jqPuzzle { 
10    padding: 3px; 
11    max-height: 460px !important; 
12    max-width: 460px !important; 
13
14/* only needed if external css rules set defaults for divs, 
15his rule only resets the most common properties */ 
16.jqPuzzle div { 
17    background-color: transparent; 
18    margin: 0px; 
19    padding: 0px; 
20    border-style: none; 
21    width: 117px; 
22    height: 10px; 
23
24/* div wrapper which holds the puzzle pieces and the solution image */ 
25.jqPuzzle .jqp-wrapper { 
26    padding: 2px; 
27    border: 1px solid #FFFFFF; 
28    background-color: #444455; 
29
30/* a single puzzle piece */ 
31.jqPuzzle .jqp-piece { 
32    border: 1px solid #FFFFFF; 
33    color: #FFFFFF; 
34    font-size: 36px; 
35
36.jqPuzzle .jqp-piece:hover {border-style: dashed;} 
37.jqPuzzle.jqp-solved .jqp-piece:hover {border-style: solid;} 
38/* the controls area which holds the buttons and the display */ 
39.jqPuzzle .jqp-controls { 
40    float: left; 
41    position: absolute !important; 
42    left: -120px; 
43    top: -460px; 
44    z-index: 3; 
45
46/* a button */ 
47.jqPuzzle .jqp-controls a { 
48    -moz-border-radius: 28; 
49    border-radius: 20px; 
50    border: 1px solid #2A26BA; 
51    float: left; 
52    margin-bottom: 10px; 
53    color: #2A26BA; 
54    font-size: 14px; 
55    padding: 10px; 
56    text-decoration: none; 
57    font-weight: bold; 
58    min-width: 90px; 
59    text-align: center; 
60
61.jqPuzzle .jqp-controls a:hover { 
62    background-color: #d7c2ed; 
63    text-decoration: none; 
64
65/* toggle/down state for buttons */ 
66.jqPuzzle .jqp-controls a.jqp-toggle, 
67.jqPuzzle .jqp-controls a.jqp-down { 
68    padding: 10px; 
69    border-style: none; 
70    border-radius: 20px; 
71    border: 1px solid #2A26BA; 
72    min-width: 90px; 
73
74/* disabled state for buttons */ 
75.jqPuzzle .jqp-controls a.jqp-disabled { 
76    background-color: #DDDDEE; 
77    color: #FFFFFF; 
78
79/* the area which holds the moves/seconds display */ 
80.jqPuzzle .jqp-controls span { 
81    margin-top: 5px; 
82    padding: 2px 8px; 
83    padding-left: 0px; 
84    border: none; 
85    background-color: transparent; 
86    color: #2A26BA; 
87    font-weight: bold; 
88    font-size: 14px; 
89    float: left; 
90
91/* disabled state for the display (non-shuffled puzzle) */ 
92.jqPuzzle .jqp-controls span.jqp-disabled { 
93    color: #6d00e0; 
94    font-weight: bold; 
95
96/* solved state for the display (non-shuffled puzzle) */ 
97.jqPuzzle.jqp-solved .jqp-controls span { 
98    padding: 1px 3px; 
99    border: 1px dotted #2A26BA; 
100    background-color: #7470fb; 
101    color: #2A26BA; 
102    max-width: 100px; 
103
104/* a text field for the moves/seconds display */ 
105.jqPuzzle .jqp-controls span input { 
106    margin: 2px 3px; 
107    padding: 6px; 
108    padding-bottom: 2px; 
109    color: #fff; 
110    background-color: #2A26BA; 
111    border-style: none; 
112    -webkit-border-radius: 28; 
113    -moz-border-radius: 28; 
114    border-radius: 5px; 
115    font-weight: bold; 
116    text-align: right; 
117
118/* disabled state for the text fields */ 
119.jqPuzzle .jqp-controls span.jqp-disabled input { 
120    background-color: #2A26BA; 
121    color: #fff; 
122    border-style: none; 
123    -webkit-border-radius: 28; 
124    -moz-border-radius: 28; 
125    border-radius: 5px; 
126
127/* solved state for the text fields */ 
128.jqPuzzle.jqp-solved .jqp-controls span input {color: #444444;} 
129</style> 
130<div class="panelPuzzle"> 
131    <#if (ImgJuego.getData())?? && ImgJuego.getData() !=""> 
132        <img class="jqPuzzle" alt="${ImgJuego.getAttribute(" alt")}" data-fileentryid="${ImgJuego.getAttribute(" 
133            fileEntryId")}" src="${ImgJuego.getData()}" /> 
134    </#if> 
135</div>