/* ================================ GENERAL 22:52 16.================================= */
html, body 
{
	margin: 0;
	padding: 0;
	min-height: 100%;
  background: #a0a0a0 url(images/mainback.png) repeat-x top left;

}

* 
{
	font-family: Arial, Helvetica, Verdana, Geneva, Trebuchet MS, sans-serif;
  font-size: 12px;

}

body 
{
	margin: 0 0 0 0;
}

a { color: __extern__;}
a:hover {color: #000;}
.wikilink1 {color: __text_sidebar__; text-decoration:none;}
.wikilink1:hover {color: #000; text-decoration:underline;}
.wikilink2 {color: __missing__;}

a img { border: none; }

ol 
{
	line-height: 1.5em;
	margin: 0 0 .5em 2.0em;
	padding: 0;
}

ul 
{
	list-style-type: square;
	margin: 0 0 2.0em 2.0em;
	padding: 0;
  list-style-image: url(images/doblebullet.gif);
}

html> body> #dokuwiki 
{
	width: 960px; 
	margin: 0px auto; 
	background: #ccc url(images/fnd_doku.jpg) repeat-y top left;
	border-left: 1px solid __border__;
	border-right: 1px solid __border__;
}

/* ================================ HEADER ================================== */
#header
{
	text-align: center;
	height: 165px;
	width: 960px;
	margin: 0px auto;
	border-bottom: 0px solid __border__;
	background: url(images/logo.jpg) top left;
}
#header a {margin: 0px; padding: 0px; border: none}
#logo {margin-top: 0px;}

.printhead {
display: none;
}


/* ================================= MENU =================================== */

.menu
{
	text-align: center;
	height: 20px;
	width: 550px;
	margin: 0 auto;
	padding-top: 142px;
	padding-right: 260px;
}

.flags
{
	text-align: left;
	height: 20px;
	width: 150px;
	margin: -22px 0px 0px 20px;
	padding-top: 0px;
}

.menu ul 
{
	margin: 0;
	padding: 0;
	display: inline;
}
.menu ul li {display: inline; padding: 0 1em 0 1em;}
.menu ul li a 
{
	color: __h_color__;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
	font-variant: small-caps;
}
.menu ul li a:hover {text-decoration: underline;}
.menu .level1, .menu .li {display: inline}


/* ================================== SIDE ================================== */
.sidebar
{
	width: 175px;
	float: left;
	padding: 5px;
	margin: 0 0 0 0;
	text-align: left;
	margin-left: 12px;
	color: __text_sidebar__;
	margin-top: -14px;
}

.sidebar h1
{
	text-align: left;
	font-size: 11px;
}
.sidebar .buscar {padding: 5px;}
.buscar input {width: 70px}
.sidebar ul {margin: 0px; padding: 0px; margin-bottom:10px;}
.sidebar li
{
	list-style:none;
/*	background: transparent url(images/doblebullet.gif) no-repeat center left; */
	padding-left: 0px;
	margin-left: -12px;
	margin-bottom: -5px;	
}

.sidebar .wikilink1 {color: __text_sidebarlink__;}

.sidebar li a {text-decoration: none; font-size: 13px; line-height: 2.3em; font-weight: bold; color: __text_sidebarlink__;}
.sidebar li a:hover {text-decoration: underline; color: #000}

.search
{
	width: 170px;
}
.search input {width: 110px;}
.search .button {width: 50px; margin-left:4px;}
.search form
{
	border: none;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left:-5px;
	text-align: center;
}
.actions
{
	border: 0px solid __border__;
	background-color: transparent;
	margin: 0 0 0 2px;
	width: 155px;
	text-align: center;
	padding: 5px;
	margin-left:-3px;
	margin-bottom: 15px;
}


/* ================================= CONTENT ================================ */
#Content
{
	margin-left: 200px;
	margin-right: 18px;
	margin-top: 0px;
	padding: 15px;
	padding-top: 0px;
	color: __text__;
	line-height: 20px;
	background-color: #ccc;
}

#Content a {text-decoration: none}
#Content a:hover {text-decoration: none}
#Content .wikilink1 { color: __body_link_color__; }

/* ================================== BODY ================================== */
#body
{
	margin: 0px auto;
	background-color: transparent;
	color: #0000af;
	width: 960px;
	margin: 0 auto 0 auto;
	padding: 0px;
}

#body_top, #body_bottom
{
	height: 0px;
	background-color: transparent;
	color: #000;
}

#body h1, #body h2, #body h3, #body h4, #body h5
{
	margin: .5em 0 0 0;
	font-family: Arial, Helvetica, Verdana, Geneva, Trebuchet MS, sans-serif;
	font-weight: bold;
	margin-top: 15px;
	border-bottom: 1px solid __border_hline__;
}
#body h1 a, #body h2 a, #body h3 a, #body h4 a, #body h5 a
{
	font-size: 1em;
	font-family: inherit;
	color: __h_color__;
	background-color: inherit;
	text-decoration: none;
}

#body h1 {font-size: 1.3em;}
#body h2 {font-size: 1.2em;}
#body h3 {font-size: 1.0em;}
#body h4, #body h5 {font-size: 1em;}
#body input {border: solid 1px #8cacbb;}
#body input:hover {border: solid 1px #000;}

#body .sidebar h2{border-bottom: none; font-size: 1em;}


.code, .file 
{
	border: 1px dashed __code_border__;
	background-color: __code__;
	padding: 5px;
	overflow: auto;
}
.code, .code * 
{
	font-size: 1em;
	font-family: "Courier New",Courier,monospace;
}


/* ============================= DOKUWIKI LEVELS ============================ */
#body h1 { margin-left: 0em; }
div.level1 { margin: 1em 0 0 0; }
#body h2 { margin-left: 1em; }
div.level2 { margin: 1em 0 0 2em; }
#body h3 { margin-left: 2em; }
div.level3 { margin: 1em 0 0 3em; }
#body h4 { margin-left: 3em; }
div.level4 { margin: 1em 0 0 4em; }
#body h5 { margin-left: 4em; }
div.level5 { margin: 1em 0 0 5em; }


/* ================================== TABLE ================================== */
#body table
{
	border: solid 0px #ccc; 
	margin: 5px 0 5px 0;
	border-collapse: collapse;
}
#body table th
{
	border: solid 0px #ccc; background-color: #eee;
	padding: 2px 5px 2px 5px;
}

#body table td
{
	border: solid 0px #ccc; background-color: #ccc;
	padding: 2px 5px 2px 5px;
	vertical-align:top;
}

#body table tr:hover { background-color: #ffffe5; }
#body table td.rightalign { text-align: right; }
#body table td.centeralign { text-align: center; }
#body table td.leftalign { text-align: left; }

.gallery, .gallery tr, .gallery td { border: 5px solid #fff }
#body .gallery td { border: 1px solid #fff }

/* ================================= FOOTER ================================= */

#footer li { display: inline;}
#footer ul { text-align: center; }

#footer li a
{
  color: __footerlink__;
	text-decoration: none;
	white-space: nowrap;
	padding: 2px 4px 2px 4px;
}
#footer li a:hover
{
  color: __extern__;;
  text-decoration: none;

}
#footer .links li a
{
	padding: 0px; margin: 0px;
	background-color: transparent;
	border: none;
}
#footer .links li a:hover
{
	background-color: transparent;
	border: none;
}

#footer input
{
	border: solid 1px #8cacbb;
	margin-left: 2px;
}
#footer input:hover {border: solid 1px #000;}
#footer form {float: right;}
#footer p {margin: 0;}


/* footer */

div#footer {
  color: black;
  overflow:visible;
  height: 38px;
  clear: both;
	text-align: center;

	margin: 0px auto;
	background-color: #d1d1d1;
	padding-top: 22px;
	border-top: 1px solid __border__;
	border-bottom: 1px solid __border__;

}

div#footer div#footer_left {
  float: left;

}

div#footer div#footer_center {
  float: left;
  text-align: center;
  margin-left: 250px;
  width: 45%;
}

div#footer div#footer_right {  
  text-align: right;
  margin-right: 38px;

}

div#footer input.edit {
  margin-right: 5px;
  width: 100px;
}

div#footer form.button {
  display: inline;
}







/* ==================================== RSK  =================================== */
/* ================================== BUTTONS ================================== */
.button .no{float: right; margin-bottom:3px}
.button
{
  background:  #fff url(images/buttonshadow.png) repeat-x bottom;
  border: none;
}

/* ================================== TOC ================================== */
/* TOC control */
#dokuwiki div.toc {float: left;}
#dokuwiki div.tocheader {text-align: right;}
#dokuwiki #toc__inside {text-align: right;}

#dokuwiki ul.toc
{
  padding: 0;
  padding-right: 1em;
}

#dokuwiki ul.toc li
{
  background-position: right 0.6em;
  padding-right:0.4em;
  direction: rtl;
}

#dokuwiki ul.toc li.clear{padding-right:0.4em;}
#dokuwiki pre {text-align: left;}

#dokuwiki div.toc
{
  margin: 1.2em 0 0 2em;
  float: right;
  width: 200px;
  font-size: 80%;
  clear: both;
}

#dokuwiki div.tocheader
{
  border: 1px solid __border__;
  background-color: __background_alt__;
  text-align: left;
  font-weight: bold;
  padding: 3px;
  margin-bottom: 2px;
}

#dokuwiki span.toc_open,
#dokuwiki span.toc_close
{
    border: 0.4em solid __background_alt__;
    float: right;
    display: block;
    margin: 0.4em 3px 0 0;
}

#dokuwiki span.toc_open span, #dokuwiki span.toc_close span{display: none;}

#dokuwiki span.toc_open
{
    margin-top: 0.4em;
    border-top: 0.4em solid __text__;
}

#dokuwiki span.toc_close
{
    margin-top: 0;
    border-bottom: 0.4em solid __text__;
}

#dokuwiki #toc__inside
{
  border: 1px solid __border__;
  background-color: __background__;
  text-align: left;
  padding: 0.5em 0 0.7em 0;
}

#dokuwiki ul.toc
{
  list-style-type: none;
  list-style-image: none;
  line-height: 1.2em;
  padding-left: 1em;
  margin: 0;
}

#dokuwiki ul.toc li
{
  background: transparent url(images/tocdot2.gif) 0 0.6em no-repeat;
  padding-left: 0.4em;
}

#dokuwiki ul.toc li.clear
{
  background-image: none;
  padding-left: 0.4em;
}

#dokuwiki a.toc:link, #dokuwiki a.toc:visited {color: __existing__;}

#dokuwiki a.toc:hover, #dokuwiki a.toc:active {color: __text__;}



/* ================================== TOOLBAR ================================== */
button.toolbutton
{
  background-color: __background__;
  padding: 0px;
  margin: 0 1px 0 0;
  border: 1px solid __border__;
  cursor: pointer;
}

/* nice alphatransparency background except for IE <7 */
html>body button.toolbutton
{
  background:  #fff url(images/buttonshadow.png) repeat-x bottom;
  border: 1px solid #dedede;
}

div.picker
{
  width: 250px;
  border: 1px solid __border__;
  background-color: __background_alt__;
}

button.pickerbutton
{
  padding: 0px;
  margin: 0 1px 1px 0;
  border: 0;
  background-color: transparent;
  font-size: 80%;
  cursor: pointer;
}

textarea
{
	border: 1px solid #dedede;
	background-color: #fafafa;
	width: 535px;
	font-size: 90%;
}
/* =================================== BLOG ==================================== */
#dokuwiki div.inclmeta
{
	width: 450px;
	padding-left: 20px;
	padding-right: 10px;
	border-left: 1px dotted #808080;
	border-right: 1px dotted #808080;
	background-color: #FAFAFA;
	margin-bottom: 40px;
	margin: 0px auto;
	text-align: left;
}
#dokuwiki div.inclmeta a {font-size:10px}

#aaaContent .aaahentry
{
	background: url(images/tribal.gif) no-repeat bottom center;
	padding-bottom: 60px;
	margin-bottom: 20px;
}

#dokuwiki div.inclmeta span.comment
{
  background: transparent url(images/ico/comment.png) 0px 1px no-repeat;
  padding: 0px 0px 1px 20px;
}
#dokuwiki div.inclmeta abbr.published
{
  background: transparent url(images/ico/clock.png) 0px 1px no-repeat;
  padding: 1px 0px 1px 20px;
  border-bottom: 0;
}
#dokuwiki div.inclmeta span.author
{
  background: transparent url(images/ico/user.png) 0px 1px no-repeat;
  padding: 1px 0px 1px 20px;
}
#dokuwiki div.tags {display: inline;float: right;}
#dokuwiki div.tags span
{
  background: transparent url(images/ico/tag.png) 0px 1px no-repeat;
  padding: 1px 0px 1px 20px;
  display: inline;
}
#dokuwiki div.inclmeta a.permalink
{
  background: transparent url(images/ico/permalink.png) 0px 1px no-repeat;
  padding: 1px 0px 1px 20px;
}


/* ================================== DISCUSSION ==================================== */
#Content .comment_wrapper {padding-top: 20px; margin-top: 50px; background: url(images/tribal.gif) no-repeat top center;}
#discussion__comment_text {width: 475px}

#Content .comment_wrapper .comment_head
{
	background-color: #fff;
	background: #fff url(images/comment-head.gif) no-repeat bottom left;
	height: 60px;
	margin: 0px;
	width: 450px;
}
#Content .comment_wrapper .entry_content {padding: 0px; margin: 0px}

#Content .comment_wrapper .comment_body
{
	text-align: left;
	margin: 0px; padding: 0px;
	background-color: #fafafa;
	border-bottom: 1px solid #d1d1d1;
	border-left: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	border-top: 1px solid #fafafa;
	width: 450px;
}
#Content .comment_wrapper .comment_body p {padding: 10px; color: #6D6D6D}
#Content .comment_wrapper .comment_form
{
	margin-top: 50px;
	text-align: right;
}

/* ================================== GALERIA ==================================== */
.migaleria {text-align: left}
.migaleria img
{
	border: 1px solid #d1d1d1;
	margin: 6px;
	padding: 5px;
}
.migaleria p {padding: 10px;}


/* ================================== OTHER ==================================== */
.medialeft
{
	padding: 8px;
}

.breadcrumbs
{
	font-family: Verdana;
	font-size: 10px;
	margin-bottom: 15px;
	text-align: left;
}
.center
{
	text-align: center;
	margin: 0px auto;
}
.buttons ul {padding: 0px; margin: 0px; list-style: none; margin-top: 20px}
.buttons li{display: inline; padding: 0px; margin: 0px;}
.buttons li .li {display: inline}

.tribal
{
	background: #fff url(images/tribal.gif) no-repeat bottom center;
	padding-bottom: 60px;
	margin-bottom: 20px;
}

