/*  
    This style sheet moves the navigation section below the article
    at the Wikipedia (English) Web site.
    Made by Thomas Jedenfelt (http://go.to/thj/), 06-Apr-2006.
    Contributions by AA Boy/Smartboy and Maximinus.
    Updates: 29-Jun-2007, 26-Sep-2006.
*/

@-moz-document domain("es.wikipedia.org") {

a[href="/wiki/User:Thomas_Jedenfelt"] {
  font-style: italic !important;
  font-weight: 900 !important;
  }
body.ns-0 {
  font-size: small !important;
  }
a.new {
  font-weight: 700 !important;
  }
a.new:after {
  content: " ?"
  }
div#column-one {
  padding-top: 0 !important;
  }
div#column-content {
  float: none !important;
  margin-left: 0 !important;
  }
div#column-content div#content {
  margin-top: 5em !important;
  margin-left: 0 !important;
  }
div.portlet#p-cactions {
  top: 3.8em !important;
  left: 8em !important;
  }
div.portlet#p-search {
  position: absolute !important;
  top: 1.5em !important;
  left: 10em !important;
  width: 19em !important;
  white-space: nowrap !important;
  }
div.portlet#p-search h5 {
  font-weight: 100 !important;
  text-transform: capitalize !important;
  float: left !important;
  padding: 1% 2% 0% 0% !important;
  }
div.portlet#p-search div.pBody {
  background-color: transparent !important;
  text-align: left !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  }
div.portlet#p-search input[id="searchGoButton"] {
  display: none !important;
  }
div.portlet#p-logo {
  height: 32px !important;
  margin-top: 1% !important;
  margin-left: 2% !important;
  }
div.portlet#p-logo a {
  background: url(http://upload.wikimedia.org/wikipedia/commons/9/98/Wikipedia_small_logo_rounded.png) !important;
  background-repeat: no-repeat !important;
  width: 110px !important;
  height: 32px !important;
  }
div.portlet {
  margin-left: 2% !important;
  }
div.portlet h5 {
  font-weight: 700 !important;
  text-transform: capitalize !important;
  margin-left: 0 !important;
  }
div.portlet#p-navigation {
  float:left !important;
  }
div.portlet#p-interaction {
  float: left !important;
  }
div.portlet#p-lang {
  clear: left !important;
  min-width: 580px !important;
  }
div.portlet#p-lang div {
  -moz-column-count: 5 !important;
  width: 550px !important;
  }
div#footer {
  margin-top: 2em !important;
  }

}