/* CSS placed here will affect the print output */
.ns-0 .ambox, .ns-104 .ambox,
.ns-0 .navbox,.ns-104 .navbox,
.ns-0 .vertical-navbox,
.ns-0 .infobox.sisterproject, .ns-104 .infobox.sisterproject,
.ns-0 .dablink, .ns-104 .dablink,
.ns-0 .metadata,.ns-104 .metadata,
#filetoc,#footer-places,#mobileview,
.mw-jump-link, /* enlaces "ir a navegación/búsqueda" */
.mw-empty-elt, /* elementos de listas vacíos */
.editlink,
a.NavToggle,
span.collapseButton,
span.mw-collapsible-toggle,
.noprint {
display:none!important;
}
/* Add formatting to make sure that "external references" from templates
like ] do not get URL expansion, not even when printed.
The anchor itself has class "external autonumber" and the url expansion
is inserted when printing (see the common printing style sheet at
http://en.wikipedia.org/w/skins/common/commonPrint.css) using the
":after" pseudo-element of CSS. Also hide in <cite> elements.
*/
#content cite a.external.text:after,
.nourlexpansion a.external.text:after,
.nourlexpansion a.external.autonumber:after
{
display:none!important;
}
/* On websites with siteSub visible, the margin on the firstHeading is not needed. */
#firstHeading {
margin:0;
}
#contentSub {
display:block;
}