/***********************************************************************
** pmwiki.css
**  Copyright 2004-2006 Patrick R. Michaud (pmichaud@pobox.com)
**  Copyright 2006 Hagan Fox
**  This file is part of PmWiki; you can redistribute it and/or modify
**  it under the terms of the GNU General Public License as published
**  by the Free Software Foundation; either version 2 of the License, or
**  (at your option) any later version.  See pmwiki.php for full details.
***********************************************************************/

/* This sets the overall frame for the site */
body {
  margin:0px; 
  font-family:Arial,Helvetica,sans-serif; font-size:9pt; color:#333;
  background:url(fondorane.gif) center top repeat-y;;
}
#mainlogo{position:absolute; top:0px; left:0px; z-index:0; display:none;}
.inputbutton, .adldeletebutton input{background:black; color:white; font-size:100%; font-weight:bold; border:1px solid black;}

.toggle a{ background:#000; color:#fff;padding:5px;}
.toggle a:hover{ background:#fff;  color:#000; border:1px solid #000;}

/* These control the fixed-width text elements of the page */
textarea, pre, code { font-size:0.9em; }
pre, code { font-family:'Lucida Console','Andale Mono','Courier New',Courier; }
pre { line-height:1.2em; }
pre code, code code, pre pre { font-size:100%; }

/* These primarily adjust the size and spacing of heading elements,
** most browsers have atrocious defaults for these. */
h1, h2, h3, h4, h5, h6 { margin-top:10px; margin-bottom:0px; }
h1, h2, h3, h6 { font-weight:normal; }
h4, h5 { font-weight:bold; }
h1 code, h2 code, h3 code, h4 code { font-size:1em; }
h1 {
  margin:0px; padding:4px 2px 2px 2px;
  font-size:10pt; font-weight:bold;
color:#000;
text-transform: capitalize;
background:#CCC;
}

h2 { font-size:1.8em; width: auto; padding:3px; line-height:1em; /*background: #003366; */color:#000; text-transform: uppercase; font-family:Arial, Helvetica, sans-serif; font-weight:900; }
h3 { font-size:1.22em; }
h4 { font-size:1.07em; }
h5 { font-size:1.0em; }
h6 { font-size:1.0em; }
.fondo1{ background:url(fondo.jpg);}
.fondo2{ background:url(fondo1.jpg);}
.fondo3{ background:url(fondo2.jpg);}
.fondo4{ background:url(fondo3.jpg);}

.menubar, .center{ text-align:center;}
.menubar a{ font-size:15px; text-transform:uppercase; font-weight:bold;}D70000
.menubar a .wikilink:hover {color:#D70000;}
/* The #wikilogo element is the logo from $PageLogoFmt */
#wikilogo { margin-top:4px; padding:6px; display:none;}

/* This controls the rest of the heading (primarily the search box) */
#wikihead { 
  position:absolute; right:10px; top:10px; 
  font-family:Verdana,sans-serif; font-size:85%; 
}
#wikihead input { font-size:85%; } 

/* These are for the left-sidebar. */
#wikileft { 
float:left;
  width:100%; 
  line-height:1.33em;
  font-size:8pt;
  margin-top:30px;
}
#wikileft .selflink { background-color:#FFFF99;  padding-left:20px;}
#wikileft .vspace { margin-top:1.125em; }
#wikileft a { text-decoration:none; color:black; padding-left:0px; margin-bottom:3px;}
#wikileft a:hover { text-decoration:none; padding-left:10px; margin-bottom:0px; }
#wikileft ul { list-style:none; padding:0px; margin:0px; }
#wikileft li { margin:0px; padding-left: 6px; }
/* The "#wikileft h1" and "#wikileft h5" settings are for
** backwards compatibility with previous releases of PmWiki.
** They are deprecated (replaced with the .sidehead class),
** and may be removed in a future release. */
#wikileft h1, #wikileft h5, .sidehead {
  margin:0px; padding:4px 2px 2px 2px;
  font-size:8pt; font-weight:bold; font-style:normal; 
}
#wikileft h1 a, #wikileft h5 a, .sidehead a 
  { color:#505050; font-weight:bold; font-style:normal; }

/* These affect the main content area. */
#wikibody { 
  padding:10px 10px 10px 10px; background-color:white; 
  font-size:8pt;
  z-index:40;
}
#wikicmds { 
  float:right; white-space:nowrap; 
  font-family:Verdana,sans-serif; font-size:80%; 
}
.pagegroup { margin-top:8px; margin-bottom:2px; }
.pagetitle { line-height:1em; margin:0px; font-size:1.6em; font-weight:normal; }
.wikiaction { margin-top:4px; margin-bottom:4px; }
#wikitext { margin-top:10px; width:100%; line-height:1.33em; padding:0px 0px 0px 0px; z-index:40;}
#wikitext table { font-size:100%; line-height:1.33em; } /* For MSIE 5.5 */

/* These are for the edit form. */
#wikiedit form { margin:0px; width:100%; }
#wikiedit textarea { width:100%; }
.wikimessage { margin-top:4px; margin-bottom:4px; font-style:italic; }

/* These affect the lines at the very bottom. */
#wikifoot { 
  padding-left:178px; padding-bottom:4px; border-top:1px #cccccc solid;
  font-family:Verdana,sans-serif; font-size:80%; 
}

a {outline:0;}
#wrapper{width:810px; height: auto; vertical-align:top; margin:auto;  z-index:40; border-left:1px solid #999999; border-right:1px solid #999999; background:#FFFFFF;}
a {color:#000; text-decoration: none;}
a:hover {text-decoration: none;}
.message {float:left;  height: auto; width: 150px; padding: 0px; margin: 3px;}
.worklink {float:left;  min-height: 46px; width: 76px; padding: 0px; margin: 3px;}
.adminbox {float:left;  min-height: 150px; width: 250px; padding: 5px; margin: 3px; color: #CCCCCC; background:#000000;}
.adminbox a{ padding: 0px 5px 0px 5px; color: #CCCCCC; background:#333;}

.login {height: 16px; position: fixed; background: #000; color:#fff; padding: 3px 8px 3px 8px; bottom: 0px; left: 0px;}
.login a {color:#fff; text-decoration: none;}
.footer {height: 16px; position: fixed; background: #000; color:#fff; padding: 3px 8px 3px 8px; bottom: 0px; right: 0px;}
.footer a {color:#fff; text-decoration: none;}
#shy{ display:none;}
.containerbox {background:#fff; padding:5px;}

		/* Internal Menu */
.current_menu{ border-bottom:0px solid #000; line-height:41px}
.current_menu a {text-decoration:none; color:#000; background:#FFF; padding:10px 85px 30px 5px; font-family:Arial, Helvetica, sans-serif; font-size:15px; font-weight:900; outline: 0}
.current_menu a:hover {color:#FFF;}
.mini { padding:0px; border:0px solid #dddddd; background-color:#ffffff; }
select.OPTION
{color:#000; font-size:80%; border:none;}

/* These affect the printed appearance of the web view (not the separate
** print view) of pages.  The sidebar and action links aren't printed. */
@media print {
  body { width:auto; margin:0px; padding:0.5em; }
  #wikihead, #wikileft, #wikicmds, .footnav { display:none; }
  #wikifoot { padding:2px; }
}
