/* <pre style="overflow:scroll"><nowiki> */

/* El código CSS aplicado aquí modificará a todas las pieles */

/* RC +/- color */
 .mw-plusminus-pos {
  color: #006400;
}
 .mw-plusminus-neg {
  color: #8B0000;
}

/* mostrar las redirecciones en cursiva en la página  [[Especial:Allpages]] */
.allpagesredirect {
    font-style: italic;
}
/* [[Especial:Watchlist]] */
.watchlistredir {
    font-style: italic;
}

/* clases wikitable/prettytable class para ponerle 'pieles' a las tablas */
table.wikitable,
table.prettytable {
  margin: 1em 1em 1em 0;
  background: #f9f9f9;
  border: 1px #aaaaaa solid;
  border-collapse: collapse;
}
table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
  border: 1px #aaaaaa solid;
  padding: 0.2em;
}
table.wikitable th,
table.prettytable th {
  background: #f2f2f2;
  text-align: center;
}
table.wikitable caption,
table.prettytable caption {
  margin-left: inherit;
  margin-right: inherit;
}

/* herramienta mostrar/esconder */
div.Boxmerge,
div.NavFrame {
       margin: 0px;
       padding: 2px;
       border: 1px solid #aaaaaa;
       text-align: center;
       border-collapse: collapse;
       font-size: 95%;
}
div.Boxmerge div.NavFrame {
       border-style: none;
       border-style: hidden;
}
div.NavFrame + div.NavFrame {
       border-top-style: none;
       border-top-style: hidden;
}
div.NavPic {
       background-color: #ffffff;
       margin: 0px;
       padding: 2px;
       float: left;
}
div.NavFrame div.NavHead {
       height: 1.6em;
       font-weight: bold;
       font-size: 100%;
       background-color: #efefef;
       position:relative;
}
div.NavFrame p {
       font-size: 100%;
}
div.NavFrame div.NavContent {
       font-size: 100%;
}
div.NavFrame div.NavContent p {
       font-size: 100%;
}
div.NavEnd {
       margin: 0px;
       padding: 0px;
       line-height: 1px;
       clear: both;
}
a.NavToggle {
       position:absolute;
       top:0px;
       right:3px;
       font-weight:normal;
       font-size:smaller;
}

/* [[Portada]] CSS transform */
body.page-Portada .firstHeading, 
body.page-Portada #siteSub, 
body.page-Portada #siteNotice, 
body.page-Portada #contentSub, 
body.page-Portada #truelastmod {
    display: none !important;
}

/* </nowiki></pre>


'''Originally from [[MediaWiki:Monobook.css]]:'''

<pre style="overflow:scroll"><nowiki> */
/* Mostrar texto debajo del título general del artículo, en [[MediaWiki:Tagline]] */
#siteSub {
   display: inline;
   font-size: 95%;
   font-weight: normal;
   font-style: normal;
}

/* Add small Inheriwiki background image to bottom right of categories bar */
#catlinks { 
   background-image: url(images/b/be/IW_Scaled.png);
   background-repeat: no-repeat;
   background-position: right;
}

/* Da más contribuidores! */
.editsection:hover {
   font-weight: bold;
}


/* Hidden Content Expansion */
.hiddenContent { display: none }
.expandContent:hover .hiddenContent { display: inline !important }

/* </nowiki></pre> */