body 
{
  background-image: url(img/background.png);
  margin:0px;
  padding:0px;
}

img 
{
border:0px;
}

#header
{
  position:relative;
  left:50%;
  width:800px;
  margin-left:-400px;
}

#navigation
{
  background: url(/img/coffee.png) top right no-repeat;
  background-color: #000000;
  font-size: 10pt;
  margin-bottom: 5mm;
}

#navigation ul
{
  padding: 0.5em 0;
  margin: 0;
  list-style-type: none;
  width: 100%;
  font-family: arial, helvetica, sans-serif;
  text-align: center;
}

#navigation li 
{
  display: inline; 
  padding: 0;
  margin: 0;
}

#navigation li a
{
  text-decoration: none;
  padding: 0.5em 1em;
  color: white;
}

#navigation li a:hover
{
  background-color: #ddeeff;
  color: black;
}

#container
{
  position:relative;
  left:50%;
  width:800px;
  margin-left:-400px;

  background-image:url(/img/background2.png);
  border:1px solid #8f8f8f;
}

#container a 
{
  color:#006fdf;
  text-decoration:none;
}

#container a:hover 
{
  text-decoration:underline;
}




h1 {
  margin:0px;
  padding:0px;
  color:#8f8f8f;
}



#right
{
  clear:right;
  float:right;
  width:200px;

  font-family: arial, helvetica, sans-serif;
  font-size:0.7em;
}

#right ul
{
  list-style-type:square;
  list-style-position:inside;
  margin-left:0px;
  padding-left:0px;
}

#right ul li
{
  margin-left:0px;
  padding-left:0px;
}

#right div#destacado
{
  text-align:center;
  margin-bottom:10px;
}


#contents
{
  width:590px;

  font-family: arial, helvetica, sans-serif;
  font-size:0.8em;
}

#contents ul
{
  list-style-type:square;
}


#footer
{
  clear:right;
  background-color:white;
  text-align:center;

  padding:1em;
  font-family: arial, helvetica, sans-serif;
  font-size:0.8em;
}


.innerrect
{
  padding:1em;
  padding-botom:0;
}


#wikiFooter
{
  background-color:#dddddd;
  padding:0.5em;
  margin:0px;
  margin-top:1em;
}
