1/* ================================ GENERAL ================================= */
2html, body
3{
4	margin: 0;
5	padding: 0;
6	min-height: 100%;
7}
8
9*
10{
11	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
12	font-size: 12px;
13}
14
15body
16{
17	margin: 0 0 0 0;
18}
19
20a { color: __existing__;}
21a:hover {color: #000;}
22.wikilink1 {color: __existing__;}
23.wikilink2 {color: __missing__;}
24
25a img { border: none; }
26
27ol
28{
29	line-height: 1.5em;
30	margin: 0 0 .5em 2.0em;
31	padding: 0;
32}
33
34ul
35{
36	list-style-type: square;
37	margin: 0 0 2.0em 2.0em;
38	padding: 0;
39	list-style-image: url(images/doblebullet.gif);
40}
41
42html> body> #dokuwiki
43{
44	width: 750px;
45	margin: 0px auto;
46	background: #fff url(images/fnd_doku.jpg) repeat-y top left;
47	border-left: 1px solid __border__;
48	border-right: 1px solid __border__;
49}
50
51/* ================================ HEADER ================================== */
52#header
53{
54	text-align: center;
55	height: 170px;
56	width: 750px;
57	margin: 0px auto;
58	border-bottom: 1px solid __border__;
59	background: #fff url(images/logo.jpg) repeat-y top left;
60}
61#header a {margin: 0px; padding: 0px; border: none}
62#logo {margin-top: 0px;}
63
64/* ================================= MENU =================================== */
65.menu
66{
67	text-align: center;
68	height: 20px;
69	width: 710px;
70	margin: 0px auto;
71	padding-top: 147px;
72}
73.menu ul
74{
75	margin: 0;
76	padding: 0;
77	display: inline;
78}
79.menu ul li {display: inline; padding: 0 1em 0 1em;}
80.menu ul li a
81{
82	color: #000;
83	text-decoration: none;
84	font-weight: bold;
85}
86.menu ul li a:hover {text-decoration: underline;}
87.menu .level1, .menu .li {display: inline}
88
89
90/* ================================== SIDE ================================== */
91.sidebar
92{
93	width: 175px;
94	float: left;
95	padding: 5px;
96	margin: 0px;
97	text-align: right;
98	margin-left: 4px;
99	color: __text_sidebar__;
100	margin-top: 20px;
101}
102
103.sidebar h1
104{
105	text-align: left;
106	font-size: 11px;
107}
108.sidebar .buscar {padding: 5px;}
109.buscar input {width: 70px}
110.sidebar ul {margin: 0px; padding: 0px; margin-bottom:10px;}
111.sidebar li
112{
113	list-style:none;
114	background: #fff url(images/doblebullet.gif) no-repeat center right;
115	padding-right: 15px;
116
117}
118.sidebar li a {text-decoration: none; font-size: 12px;}
119.sidebar li a:hover {text-decoration: underline}
120
121.search
122{
123	width: 170px;
124}
125.search input {width: 110px;}
126.search .button {width: 50px; margin-left:4px}
127.search form
128{
129	border: none;
130	padding-top: 10px;
131	padding-bottom: 10px;
132	text-align: center;
133}
134.actions
135{
136	border: 1px solid __border__;
137	background-color: __actions_bg__;
138	margin: 0 0 0 2px;
139	width: 155px;
140	text-align: center;
141	padding: 5px;
142	margin-bottom: 15px;
143}
144
145
146/* ================================= CONTENT ================================ */
147#Content
148{
149	margin-left: 200px;
150	margin-right: 18px;
151	margin-top: 0px;
152	padding: 15px;
153	padding-top: 0px;
154	color: __text__;
155	line-height: 20px;
156	background-color: #fff;
157}
158
159#Content a {text-decoration: none}
160#Content a:hover {text-decoration: underline}
161
162/* ================================== BODY ================================== */
163#body
164{
165	margin: 0px auto;
166	background-color: transparent;
167	color: #000;
168	width: 750px;
169	margin: 0 auto 0 auto;
170	padding: 0px;
171}
172
173#body_top, #body_bottom
174{
175	height: 0px;
176	background-color: transparent;
177	color: #000;
178}
179
180#body h1, #body h2, #body h3, #body h4, #body h5
181{
182	margin: .5em 0 0 0;
183	font-family: Georgia, "Times New Roman", serif;
184	font-weight: bold;
185	margin-top: 35px;
186	border-bottom: 1px solid __border__;
187}
188#body h1 a, #body h2 a, #body h3 a, #body h4 a, #body h5 a
189{
190	font-size: 1em;
191	font-family: inherit;
192	color: __h_color__;
193	background-color: inherit;
194}
195
196#body h1 {font-size: 1.7em;}
197#body h2 {font-size: 1.5em;}
198#body h3 {font-size: 1.3em;}
199#body h4, #body h5 {font-size: 1em;}
200#body input {border: solid 1px #8cacbb;}
201#body input:hover {border: solid 1px #000;}
202
203#body .sidebar h2{border-bottom: none; font-size: 1em;}
204
205
206.code, .file
207{
208	border: 1px dashed __code_border__;
209	background-color: __code__;
210	padding: 5px;
211	overflow: auto;
212}
213.code, .code *
214{
215	font-size: 1em;
216	font-family: "Courier New",Courier,monospace;
217}
218
219/* ============================= DOKUWIKI LEVELS ============================ */
220#body h1 { margin-left: 0em; }
221div.level1 { margin: 1em 0 0 0; }
222#body h2 { margin-left: 1em; }
223div.level2 { margin: 1em 0 0 2em; }
224#body h3 { margin-left: 2em; }
225div.level3 { margin: 1em 0 0 3em; }
226#body h4 { margin-left: 3em; }
227div.level4 { margin: 1em 0 0 4em; }
228#body h5 { margin-left: 4em; }
229div.level5 { margin: 1em 0 0 5em; }
230
231
232/* ================================== TABLE ================================== */
233#body table
234{
235	border: solid 1px #999;
236	margin: 5px 0 5px 0;
237	border-collapse: collapse;
238}
239#body table th
240{
241	border: solid 1px #999; background-color: #eee;
242	padding: 2px 5px 2px 5px;
243}
244
245#body table td
246{
247	border: solid 1px #ccc; background-color: #fff;
248	padding: 2px 5px 2px 5px;
249}
250
251#body table tr:hover { background-color: #ffffe5; }
252#body table td.rightalign { text-align: right; }
253#body table td.centeralign { text-align: center; }
254#body table td.leftalign { text-align: left; }
255
256.gallery, .gallery tr, .gallery td { border: 5px solid #fff }
257#body .gallery td { border: 1px solid #fff }
258
259/* ================================= FOOTER ================================= */
260#footer
261{
262	clear: both;
263	text-align: center;
264	height: 45px;
265	width: 750px;
266	margin: 0px auto;
267	background-color: __actions_bg__;
268	padding-top: 0px;
269	border-top: 1px solid __border__;
270	border-bottom: 1px solid __border__;
271}
272
273#footer li { display: inline;}
274#footer ul { padding: 0;margin-top: 15px;}
275
276#footer li a
277{
278	border: solid 1px #8cacbb;
279	background-color: #efebe7;
280	color: #000;
281	text-decoration: none;
282	white-space: nowrap;
283	padding: 2px 10px 2px 10px;
284}
285#footer li a:hover
286{
287	border: solid 1px #000;
288	background-color: #efebe7;
289	color: #000;
290}
291#footer .links li a
292{
293	padding: 0px; margin: 0px;
294	background-color: transparent;
295	border: none;
296}
297#footer .links li a:hover
298{
299	background-color: transparent;
300	border: none;
301}
302
303#footer input
304{
305	border: solid 1px #8cacbb;
306	margin-left: 2px;
307}
308#footer input:hover {border: solid 1px #000;}
309#footer form {float: right;}
310#footer p {margin: 0;}
311
312/* ==================================== RSK  =================================== */
313/* ================================== BUTTONS ================================== */
314.button .no{float: right; margin-bottom:3px}
315.button
316{
317  background:  #fff url(images/buttonshadow.png) repeat-x bottom;
318  border: none;
319}
320
321/* ================================== TOC ================================== */
322/* TOC control */
323#dokuwiki div.toc {float: left;}
324#dokuwiki div.tocheader {text-align: right;}
325#dokuwiki #toc__inside {text-align: right;}
326
327#dokuwiki ul.toc
328{
329  padding: 0;
330  padding-right: 1em;
331}
332
333#dokuwiki ul.toc li
334{
335  background-position: right 0.6em;
336  padding-right:0.4em;
337  direction: rtl;
338}
339
340#dokuwiki ul.toc li.clear{padding-right:0.4em;}
341#dokuwiki pre {text-align: left;}
342
343#dokuwiki div.toc
344{
345  margin: 1.2em 0 0 2em;
346  float: right;
347  width: 200px;
348  font-size: 80%;
349  clear: both;
350}
351
352#dokuwiki div.tocheader
353{
354  border: 1px solid __border__;
355  background-color: __background_alt__;
356  text-align: left;
357  font-weight: bold;
358  padding: 3px;
359  margin-bottom: 2px;
360}
361
362#dokuwiki span.toc_open,
363#dokuwiki span.toc_close
364{
365    border: 0.4em solid __background_alt__;
366    float: right;
367    display: block;
368    margin: 0.4em 3px 0 0;
369}
370
371#dokuwiki span.toc_open span, #dokuwiki span.toc_close span{display: none;}
372
373#dokuwiki span.toc_open
374{
375    margin-top: 0.4em;
376    border-top: 0.4em solid __text__;
377}
378
379#dokuwiki span.toc_close
380{
381    margin-top: 0;
382    border-bottom: 0.4em solid __text__;
383}
384
385#dokuwiki #toc__inside
386{
387  border: 1px solid __border__;
388  background-color: __background__;
389  text-align: left;
390  padding: 0.5em 0 0.7em 0;
391}
392
393#dokuwiki ul.toc
394{
395  list-style-type: none;
396  list-style-image: none;
397  line-height: 1.2em;
398  padding-left: 1em;
399  margin: 0;
400}
401
402#dokuwiki ul.toc li
403{
404  background: transparent url(images/tocdot2.gif) 0 0.6em no-repeat;
405  padding-left: 0.4em;
406}
407
408#dokuwiki ul.toc li.clear
409{
410  background-image: none;
411  padding-left: 0.4em;
412}
413
414#dokuwiki a.toc:link, #dokuwiki a.toc:visited {color: __existing__;}
415
416#dokuwiki a.toc:hover, #dokuwiki a.toc:active {color: __text__;}
417
418
419
420/* ================================== TOOLBAR ================================== */
421button.toolbutton
422{
423  background-color: __background__;
424  padding: 0px;
425  margin: 0 1px 0 0;
426  border: 1px solid __border__;
427  cursor: pointer;
428}
429
430/* nice alphatransparency background except for IE <7 */
431html>body button.toolbutton
432{
433  background:  #fff url(images/buttonshadow.png) repeat-x bottom;
434  border: 1px solid #dedede;
435}
436
437div.picker
438{
439  width: 250px;
440  border: 1px solid __border__;
441  background-color: __background_alt__;
442}
443
444button.pickerbutton
445{
446  padding: 0px;
447  margin: 0 1px 1px 0;
448  border: 0;
449  background-color: transparent;
450  font-size: 80%;
451  cursor: pointer;
452}
453
454textarea
455{
456	border: 1px solid #dedede;
457	background-color: #fafafa;
458	width: 510px;
459	font-size: 90%;
460}
461/* =================================== BLOG ==================================== */
462#dokuwiki div.inclmeta
463{
464	width: 450px;
465	padding-left: 20px;
466	padding-right: 10px;
467	border-left: 1px dotted #808080;
468	border-right: 1px dotted #808080;
469	background-color: #FAFAFA;
470	margin-bottom: 40px;
471	margin: 0px auto;
472	text-align: left;
473}
474#dokuwiki div.inclmeta a {font-size:10px}
475
476#aaaContent .aaahentry
477{
478	background: url(images/tribal.gif) no-repeat bottom center;
479	padding-bottom: 60px;
480	margin-bottom: 20px;
481}
482
483#dokuwiki div.inclmeta span.comment
484{
485  background: transparent url(images/ico/comment.png) 0px 1px no-repeat;
486  padding: 0px 0px 1px 20px;
487}
488#dokuwiki div.inclmeta abbr.published
489{
490  background: transparent url(images/ico/clock.png) 0px 1px no-repeat;
491  padding: 1px 0px 1px 20px;
492  border-bottom: 0;
493}
494#dokuwiki div.inclmeta span.author
495{
496  background: transparent url(images/ico/user.png) 0px 1px no-repeat;
497  padding: 1px 0px 1px 20px;
498}
499#dokuwiki div.tags {display: inline;float: right;}
500#dokuwiki div.tags span
501{
502  background: transparent url(images/ico/tag.png) 0px 1px no-repeat;
503  padding: 1px 0px 1px 20px;
504  display: inline;
505}
506#dokuwiki div.inclmeta a.permalink
507{
508  background: transparent url(images/ico/permalink.png) 0px 1px no-repeat;
509  padding: 1px 0px 1px 20px;
510}
511
512
513/* ================================== DISCUSSION ==================================== */
514#Content .comment_wrapper {padding-top: 20px; margin-top: 50px; background: url(images/tribal.gif) no-repeat top center;}
515#discussion__comment_text {width: 475px}
516
517#Content .comment_wrapper .comment_head
518{
519	background-color: #fff;
520	background: #fff url(images/comment-head.gif) no-repeat bottom left;
521	height: 60px;
522	margin: 0px;
523	width: 450px;
524}
525#Content .comment_wrapper .entry_content {padding: 0px; margin: 0px}
526
527#Content .comment_wrapper .comment_body
528{
529	text-align: left;
530	margin: 0px; padding: 0px;
531	background-color: #fafafa;
532	border-bottom: 1px solid #d1d1d1;
533	border-left: 1px solid #d1d1d1;
534	border-right: 1px solid #d1d1d1;
535	border-top: 1px solid #fafafa;
536	width: 450px;
537}
538#Content .comment_wrapper .comment_body p {padding: 10px; color: #6D6D6D}
539#Content .comment_wrapper .comment_form
540{
541	margin-top: 50px;
542	text-align: right;
543}
544
545/* ================================== GALERIA ==================================== */
546.migaleria {text-align: left}
547.migaleria img
548{
549	border: 1px solid #d1d1d1;
550	margin: 6px;
551	padding: 5px;
552}
553.migaleria p {padding: 10px;}
554
555
556/* ================================== OTHER ==================================== */
557.medialeft
558{
559	padding: 8px;
560}
561
562.breadcrumbs
563{
564	font-family: Verdana;
565	font-size: 10px;
566	margin-bottom: 15px;
567	text-align: left;
568}
569.center
570{
571	text-align: center;
572	margin: 0px auto;
573}
574.buttons ul {padding: 0px; margin: 0px; list-style: none; margin-top: 20px}
575.buttons li{display: inline; padding: 0px; margin: 0px;}
576.buttons li .li {display: inline}
577
578.tribal
579{
580	background: #fff url(images/tribal.gif) no-repeat bottom center;
581	padding-bottom: 60px;
582	margin-bottom: 20px;
583}
584