Diferencia entre revisiones de «MediaWiki:Common.css»

De WikiHistoria
Ir a la navegación Ir a la búsqueda
(Prueba el CSS de Wikipedia)
(Prueba el CSS de es.wikipedia)
Línea 1: Línea 1:
/* Reset italic styling set by user agent */
/* Common CSS para todas las pieles */


cite,


dfn {
/* Arregla problemas interlineado para <sup> y <sub> */


font-style: inherit;
sup, sub {
 
    line-height: 1em;


}
}




/* Straight quote marks for <q> */
/* Margen inferior en encabezados de nivel 3 en adelante (ya presente en h2) */
 
q {


quotes: '"' '"' "'" "'";
.mw-body-content h3,


}
.mw-body-content h4,


.mw-body-content h5,


/* Avoid collision of blockquote with floating elements by swapping margin and padding */
.mw-body-content h6 {


blockquote {
    margin-bottom:.25em;


overflow: hidden;
}


margin: 1em 0;


padding: 0 40px;
/*


}
* Ocultar título, categorías, fecha de la última edición y posibles errores en


* la Portada


/* Consistent size for <small>, <sub> and <sup> */
*/


small {
body.page-Wikipedia_Portada .firstHeading,


font-size: 85%;
body.page-Wikipedia_Portada .pagetitle,


}
body.page-Wikipedia_Portada .subtitle,


body.page-Wikipedia_Portada #ca-unprotect,


.mw-body-content sub,
body.page-Wikipedia_Portada #ca-move,


.mw-body-content sup,
body.page-Wikipedia_Portada #ca-delete,


span.reference /* for Parsoid */ {
body.page-Wikipedia_Portada #mytabs,


font-size: 80%;
body.page-Wikipedia_Portada #tw-BR,


}
body.page-Wikipedia_Portada #tw-xfd,


body.page-Wikipedia_Portada #catlinks,


/* Same spacing for indented and unindented paragraphs on talk pages */
body.page-Wikipedia_Portada #footer-info-lastmod,


.ns-talk .mw-body-content dd {
body.page-Wikipedia_Portada .error {


margin-top: 0.4em;
    display:none;
 
margin-bottom: 0.4em;


}
}




/* Main page fixes */
/*


#interwiki-completelist {
* Evitar que usuarios no confirmados se salten las semiprotecciones


font-weight: bold;
* a través de la edición en Wikidata: [[phab:T208315]], [[phab:T207648]].


}
*/


.wikidata-link {


/* Reduce page jumps by hiding collapsed/dismissed content */
  display:none;


.client-js .mw-special-Watchlist #watchlist-message,
}


.client-js .NavFrame.collapsed .NavContent,
body.mw-editable .wikidata-link {


.client-js .collapsible:not( .mw-made-collapsible).collapsed > tbody > tr:not(:first-child) {
  display:inline;
 
display: none;


}
}




/* Adds padding above Watchlist announcements where new recentchanges/watchlist filters are enabled */
/*


.mw-rcfilters-enabled .mw-specialpage-summary {
* Alineación del texto justificada en la impresión


margin-top: 1em;
* (http://es.wikipedia.org?diff=60114364)


}
*/


@media print {


/* Hide charinsert base for those not using the gadget */
    #bodyContent {


#editpage-specialchars {
        text-align: justify;


display: none;
    }


}
}




/* Highlight linked elements (such as clicked references) in blue */
/*
 
* Que las imágenes no se desborden de la página


body.action-info .mw-body-content :target,
*/


.citation:target {
.autoajustar {


background-color: #def; /* Fallback */
width:100%;


background-color: rgba(0, 127, 255, 0.133);
max-width:100%;


}
}


.autoajustar img {


/* Styling for citations. Breaks long urls, etc., rather than overflowing box */
width:100%;
 
.citation {


word-wrap: break-word;
height:auto;


}
}




/* Make the list of references smaller */
/* Tamaño fuente de referencias */
 
/* Keep in sync with Template:Refbegin/styles.css */


ol.references,
ol.references,


div.reflist {
div.listaref,
 
font-size: 90%;            /* Default font-size */
 
margin-bottom: 0.5em;
 
}
 
 
div.reflist ol.references {
 
font-size: 100%;          /* Reset font-size when nested in div.reflist */
 
margin-bottom: 0;          /* Avoid double margin when nested in div.reflist */
 
list-style-type: inherit;  /* Enable custom list style types */
 
}
 


/* Reset top margin for lists embedded in columns */
.refcomienza {


div.columns {
    font-size: 90%;            /* Default font-size */


margin-top: 0.3em;
    margin-bottom: 0.5em;


}
}


div.listaref ol.references {


div.columns dl,
    font-size: 100%;          /* Reset font-size when nested in div.listaref */
 
div.columns ol,
 
div.columns ul {


margin-top: 0;
    list-style-type: inherit; /* Enable custom list style types */


}
}




/* Avoid elements breaking between columns */
/* Colorea de azul al clickear referencias */


/* See also Template:No col break */
ol.references > li:target,


div.columns li,
sup.reference:target,


div.columns dd {
span.citation:target,


page-break-inside: avoid; /* Removed from CSS in favor of break-inside c. 2020 */
cite:target {


break-inside: avoid-column;
    background-color: #DEF;


}
}




/* Style for horizontal lists (separator following item).
/* Las referencias ahora no pueden ser texto en negrita o italico */
 
  @source mediawiki.org/wiki/Snippets/Horizontal_lists
 
  @revision 8 (2016-05-21)
 
  @author [[User:Edokter]]
 
*/
 
.hlist dl,
 
.hlist ol,


.hlist ul {
sup.reference {


margin: 0;
    font-weight: normal;


padding: 0;
    font-style: normal;


}
}




/* Display list items inline */
/* Estilo para citación */


.hlist dd,
.citation {
 
.hlist dt,


.hlist li {
    word-wrap: break-word;
 
margin: 0;
 
display: inline;


}
}




/* Display nested lists inline */
/* For linked citation numbers and document IDs, where
 
.hlist.inline,
 
.hlist.inline dl,


.hlist.inline ol,
  the number need not be shown on a screen or a handheld,


.hlist.inline ul,
  but should be included in the printed version */


.hlist dl dl,
@media screen, handheld {


.hlist dl ol,
    .citation .printonly {


.hlist dl ul,
        display: none;


.hlist ol dl,
    }


.hlist ol ol,
}


.hlist ol ul,


.hlist ul dl,
/* espacio entre llamadas a referencias */


.hlist ul ol,


.hlist ul ul {
sup.reference {


display: inline;
  margin-right: 0.6ch;


}
}


sup.reference:not(.separada) {


/* Hide empty list items */
  margin-left: -0.6ch;
 
.hlist .mw-empty-li {
 
display: none;


}
}




/* Generate interpuncts */


.hlist dt:after {
/* Llamadas al pie: Quitar corchetes */


content: ": ";
.corchete-llamada {display: none}


}


/* Estilo para enlaces a redirecciones desde páginas especiales */


/**
.redirect-in-category,


* Note hlist style usage differs in Minerva and is defined in core as well!
.allpagesredirect a {


* Please check Minerva desktop (and Minerva.css) when changing
    color: gray;


* See https://phabricator.wikimedia.org/T213239
}


*/


.hlist dd:after,
/* CSS para infoboxes */


.hlist li:after {
.infobox td, .infobox th,


content: " · ";
.infobox_v2 td, .infobox_v2 th {


font-weight: bold;
    vertical-align: top;


}
}




.hlist dd:last-child:after,
.infobox caption {
 
.hlist dt:last-child:after,


.hlist li:last-child:after {
    font-size: larger;


content: none;
    margin-left: inherit;


}
}




/* Add parentheses around nested lists */
/* ===== infoboxes V2 ("nuevas") ==== */


.hlist dd dd:first-child:before,
.infobox_v2, .infobox {


.hlist dd dt:first-child:before,
    border: 1px solid #B4BBC8;


.hlist dd li:first-child:before,
    background-color: #f9f9f9;


.hlist dt dd:first-child:before,
    color: #000;


.hlist dt dt:first-child:before,
    margin: .5em 0 .7em 1.2em;


.hlist dt li:first-child:before,
    padding: .4em;


.hlist li dd:first-child:before,
    clear: right;


.hlist li dt:first-child:before,
    float: right;


.hlist li li:first-child:before {
    font-size: 90%;


content: " (";
    line-height: 1.5em;


font-weight: normal;
    width: 22.5em


}
}




.hlist dd dd:last-child:after,
.infobox_v2 .cabecera, .infobox .cabecera {


.hlist dd dt:last-child:after,
    font-size: 140%;


.hlist dd li:last-child:after,
    font-weight: bolder;


.hlist dt dd:last-child:after,
    height: 45px;


.hlist dt dt:last-child:after,
    line-height: 1.2em;


.hlist dt li:last-child:after,
    text-align: center;


.hlist li dd:last-child:after,
    vertical-align: middle


.hlist li dt:last-child:after,
}


.hlist li li:last-child:after {


content: ")";
.infobox_v2 .media, .infobox .media {


font-weight: normal;
    font-weight: bolder;


}
    height: 35px;


    text-align: center;


/* Put ordinals in front of ordered list items */
    vertical-align: middle
 
.hlist ol {
 
counter-reset: listitem;


}
}




.hlist ol > li {
/* Códigos para tipos específicos de infoboxes */


counter-increment: listitem;
.infobox.bordered {
 
}
 
 
.hlist ol > li:before {


content: " " counter(listitem) "\a0";
    border-collapse: collapse;


}
}


.infobox.bordered td,


.hlist dd ol > li:first-child:before,
.infobox.bordered th {
 
.hlist dt ol > li:first-child:before,


.hlist li ol > li:first-child:before {
    border: 1px solid #B4BBC8;
 
content: " (" counter(listitem) "\a0";


}
}


.infobox.bordered .borderless td,


/* Unbulleted lists */
.infobox.bordered .borderless th {
 
.plainlist ol,
 
.plainlist ul {
 
line-height: inherit;
 
list-style: none none;


margin: 0;
    border: 0;


}
}




.plainlist ol li,
.infobox.sisterproject {


.plainlist ul li {
    width: 20em;


margin-bottom: 0;
    font-size: 90%;


}
}




/* Default style for navigation boxes */
.infobox.geography,
 
.navbox {                    /* Navbox container style */
 
box-sizing: border-box;


border: 1px solid #a2a9b1;
.infobox_v2.geography {


width: 100%;
    text-align: left;


clear: both;
    border-collapse: collapse;


font-size: 88%;
    line-height: 1.2em;


text-align: center;
    font-size: 90%;


padding: 1px;
    border: solid 1px #B4BBC8;
 
margin: 1em auto 0;      /* Prevent preceding content from clinging to navboxes */


}
}




.navbox .navbox {
.infobox.geography td,


margin-top: 0;            /* No top margin for nested navboxes */
.infobox.geography th,


}
.infobox_v2.geography td,


.infobox_v2.geography th {


.navbox + .navbox {
    border-top: solid 1px #B4BBC8;


margin-top: -1px;         /* Single pixel border between adjacent navboxes */
    padding: .4em .6em;


}
}




.navbox-inner,
.infobox.geography .mergedtoprow td,
 
.navbox-subgroup {
 
width: 100%;


}
.infobox.geography .mergedtoprow th,


.infobox_v2.geography .mergedtoprow td,


.navbox-group,
.infobox_v2.geography .mergedtoprow th {


.navbox-title,
    border-top: solid 1px #B4BBC8;


.navbox-abovebelow {
    padding: .4em .6em .2em .6em;


padding: 0.25em 1em;      /* Title, group and above/below styles */
}


line-height: 1.5em;


text-align: center;
.infobox.geography .mergedrow td,


}
.infobox.geography .mergedrow th,


.infobox_v2.geography .mergedrow td,


th.navbox-group {             /* Group style */
.infobox_v2.geography .mergedrow th {


white-space: nowrap;
    border: 0;


/* @noflip */
    padding: 0 .6em .2em .6em;
 
text-align: right;


}
}




.navbox,
.infobox.geography .mergedbottomrow td,


.navbox-subgroup {
.infobox.geography .mergedbottomrow th,


background-color: #fdfdfd; /* Background color */
.infobox_v2.geography .mergedbottomrow td,


}
.infobox_v2.geography .mergedbottomrow th {


    border-top: 0;


.navbox-list {
    border-bottom: solid 1px #B4BBC8;
 
line-height: 1.5em;


border-color: #fdfdfd;   /* Must match background color */
    padding: 0 .6em .4em .6em;


}
}




/* cell spacing for navbox cells */
.infobox.geography .maptable td,


tr + tr > .navbox-abovebelow,
.infobox.geography .maptable th,


tr + tr > .navbox-group,
.infobox_v2.geography .maptable td,


tr + tr > .navbox-image,
.infobox_v2.geography .maptable th {


tr + tr > .navbox-list {    /* Borders above 2nd, 3rd, etc. rows */
    border: 0;


border-top: 2px solid #fdfdfd; /* Must match background color */
    padding: 0;


}
}




.navbox th,
/* Gráficos transparentes de cabecera */


.navbox-title {
.cabecera.default {}


background-color: #ccccff;      /* Level 1 color */


}
/* Style for horizontal lists (separator following item).


  IE8-specific classes are assigned in [[MediaWiki:Common.js/IEFixes.js]].


.navbox-abovebelow,
  @source mediawiki.org/wiki/Snippets/Horizontal_lists


th.navbox-group,
  @revision 6 (2014-05-09)


.navbox-subgroup .navbox-title {
  @author [[User:Edokter]]


background-color: #ddddff;      /* Level 2 color */
*/


}
.hlist dl,


.hlist ol,


.navbox-subgroup .navbox-group,
.hlist ul {


.navbox-subgroup .navbox-abovebelow {
    margin: 0;


background-color: #e6e6ff;     /* Level 3 color */
    padding: 0;


}
}


/* Display list items inline */


.navbox-even {
.hlist dd,


background-color: #f7f7f7;      /* Even row striping */
.hlist dt,


}
.hlist li {


    display: inline;


.navbox-odd {
}


background-color: transparent;  /* Odd row striping */
/* Display nested lists inline */


}
.hlist.inline,


.hlist.inline dl,


.navbox .hlist td dl,
.hlist.inline ol,


.navbox .hlist td ol,
.hlist.inline ul,
 
.navbox .hlist td ul,


.navbox td.hlist dl,
.hlist dl dl, .hlist dl ol, .hlist dl ul,


.navbox td.hlist ol,
.hlist ol dl, .hlist ol ol, .hlist ol ul,


.navbox td.hlist ul {
.hlist ul dl, .hlist ul ol, .hlist ul ul {


padding: 0.125em 0;       /* Adjust hlist padding in navboxes */
    display: inline;


}
}


/* Generate interpuncts */


/* Styling for JQuery makeCollapsible, matching that of collapseButton */
.hlist dt:after {


.mw-parser-output .mw-collapsible-toggle {
    content: ": ";


font-weight: normal;
}


/* @noflip */
.hlist dd:after,


text-align: right;
.hlist li:after {


padding-right: 0.2em;
    content: " · ";


padding-left: 0.2em;
    font-weight: bold;


}
}


.hlist dd:last-child:after,


.mw-collapsible-leftside-toggle .mw-collapsible-toggle {
.hlist dt:last-child:after,


/* @noflip */
.hlist li:last-child:after {
 
float: left;
 
/* @noflip */


text-align: left;
    content: none;


}
}


/* For IE8 */


/* Infobox template style */
.hlist dd.hlist-last-child:after,


.infobox {
.hlist dt.hlist-last-child:after,


border: 1px solid #a2a9b1;
.hlist li.hlist-last-child:after {


border-spacing: 3px;
    content: none;


background-color: #f8f9fa;
}


color: black;
/* Add parentheses around nested lists */
 
/* @noflip */


margin: 0.5em 0 0.5em 1em;
.hlist dd dd:first-child:before, .hlist dd dt:first-child:before, .hlist dd li:first-child:before,


padding: 0.2em;
.hlist dt dd:first-child:before, .hlist dt dt:first-child:before, .hlist dt li:first-child:before,


/* @noflip */
.hlist li dd:first-child:before, .hlist li dt:first-child:before, .hlist li li:first-child:before {


float: right;
    content: " (";


/* @noflip */
    font-weight: normal;
 
clear: right;
 
font-size: 88%;
 
line-height: 1.5em;


}
}


.hlist dd dd:last-child:after, .hlist dd dt:last-child:after, .hlist dd li:last-child:after,


.infobox caption {
.hlist dt dd:last-child:after, .hlist dt dt:last-child:after, .hlist dt li:last-child:after,
 
font-size: 125%;


font-weight: bold;
.hlist li dd:last-child:after, .hlist li dt:last-child:after, .hlist li li:last-child:after {


padding: 0.2em;
    content: ") ";


text-align: center;
    font-weight: normal;


}
}


/* For IE8 */


.infobox td,
.hlist dd dd.hlist-last-child:after, .hlist dd dt.hlist-last-child:after, .hlist dd li.hlist-last-child:after,


.infobox th {
.hlist dt dd.hlist-last-child:after, .hlist dt dt.hlist-last-child:after, .hlist dt li.hlist-last-child:after,


vertical-align: top;
.hlist li dd.hlist-last-child:after, .hlist li dt.hlist-last-child:after, .hlist li li.hlist-last-child:after {


/* @noflip */
    content: ") ";


text-align: left;
    font-weight: normal;


}
}


/* Put ordinals in front of ordered list items */


.infobox.bordered {
.hlist ol {


border-collapse: collapse;
    counter-reset: listitem;


}
}


.hlist ol > li {


.infobox.bordered td,
    counter-increment: listitem;
 
.infobox.bordered th {
 
border: 1px solid #a2a9b1;


}
}


.hlist ol > li:before {


.infobox.bordered .borderless td,
    content: " " counter(listitem) " ";


.infobox.bordered .borderless th {
    white-space: nowrap;
 
border: 0;


}
}


.hlist dd ol > li:first-child:before,


.infobox.sisterproject {
.hlist dt ol > li:first-child:before,


width: 20em;
.hlist li ol > li:first-child:before {


font-size: 90%;
    content: " (" counter(listitem) " ";


}
}


/* Unbulleted lists */


/* styles for bordered infobox with merged rows */
.plainlist ul {


.infobox.bordered .mergedtoprow td,
    line-height: inherit;


.infobox.bordered .mergedtoprow th {
    list-style: none none;


border: 0;
    margin: 0;


border-top: 1px solid #a2a9b1;
}


/* @noflip */
.plainlist ul li {


border-right: 1px solid #a2a9b1;
    margin-bottom: 3px;


}
}




.infobox.bordered .mergedrow td,
/* Definición para imágenes y otros elementos flotantes */


.infobox.bordered .mergedrow th {
.floatright {


border: 0;
    float: right;


/* @noflip */
    clear: right;


border-right: 1px solid #a2a9b1;
    position: relative;


}
    margin: 0.2em 0 0.8em 1.4em;


    }


/* Styles for geography infoboxes, eg countries,
.floatleft {


  country subdivisions, cities, etc.            */
    float: left;


.infobox.geography {
    clear: left;


border-collapse: collapse;
    position: relative;


line-height: 1.2em;
    margin: 0.2em 1.4em 0.8em 0;


font-size: 90%;
    }


}


/* Default style for navigation boxes */


.infobox.geography  td,
.navbox {                    /* Navbox container style */


.infobox.geography  th {
    border: 1px solid #aaa;


border-top: 1px solid #a2a9b1;
    width: 100%;


padding: 0.4em 0.6em 0.4em 0.6em;
    margin: auto;


}
    clear: both;


    font-size: 88%;


.infobox.geography .mergedtoprow td,
    text-align: center;
 
.infobox.geography .mergedtoprow th {
 
border-top: 1px solid #a2a9b1;


padding: 0.4em 0.6em 0.2em 0.6em;
    padding: 1px;


}
}


.navbox-inner,


.infobox.geography .mergedrow td,
.navbox-subgroup {
 
.infobox.geography .mergedrow th {
 
border: 0;


padding: 0 0.6em 0.2em 0.6em;
    width: 100%;


}
}


.navbox-group,


.infobox.geography .mergedbottomrow td,
.navbox-title,


.infobox.geography .mergedbottomrow th {
.navbox-abovebelow {


border-top: 0;
    padding: 0.25em 1em;     /* Title, group and above/below styles */


border-bottom: 1px solid #a2a9b1;
    line-height: 1.5em;


padding: 0 0.6em 0.4em 0.6em;
    text-align: center;


}
}


th.navbox-group {            /* Group style */


.infobox.geography .maptable td,
    white-space: nowrap;
 
.infobox.geography .maptable th {


border: 0;
    /* @noflip */


padding: 0;
    text-align: right;


}
}


.navbox,


/* Normal font styling for wikitable row headers with scope="row" tag */
.navbox-subgroup {
 
.wikitable.plainrowheaders th[scope=row] {


font-weight: normal;
    background: #fdfdfd;     /* Background color */
 
/* @noflip */
 
text-align: left;


}
}


.navbox-list {


/* Lists in wikitable data cells are always left-aligned */
    line-height: 1.8em;


.wikitable td ul,
    border-color: #fdfdfd;    /* Must match background color */


.wikitable td ol,
}


.wikitable td dl {
.navbox th,


/* @noflip */
.navbox-title {


text-align: left;
    background: #ccccff;     /* Level 1 color */


}
}


.navbox-abovebelow,


/* ...unless they also use the hlist class */
th.navbox-group,


.toc.hlist ul,
.navbox-subgroup .navbox-title {


#toc.hlist ul,
    background: #ddddff;      /* Level 2 color */


.wikitable.hlist td ul,
}


.wikitable.hlist td ol,
.navbox-subgroup .navbox-group,


.wikitable.hlist td dl {
.navbox-subgroup .navbox-abovebelow {


text-align: inherit;
    background: #e6e6ff;     /* Level 3 color */


}
}


.navbox-even {


/* Icons for medialist templates [[Template:Listen]],
    background: #f7f7f7;      /* Even row striping */


  [[Template:Multi-listen_start]], [[Template:Video]],
}


  [[Template:Multi-video_start]] */
.navbox-odd {
 
/* TemplateStyles */
 
div.listenlist {
 
background: url("//upload.wikimedia.org/wikipedia/commons/4/47/Sound-icon.svg") no-repeat scroll 0 0 transparent;
 
background-size: 30px;


padding-left: 40px;
    background: transparent; /* Odd row striping */


}
}


table.navbox + table.navbox {  /* Single pixel border between adjacent navboxes */


/* Fix for hieroglyphs specificity issue in infoboxes ([[phab:T43869]]) */
    margin-top: -1px;          /* (doesn't work for IE6, but that's okay)       */
 
table.mw-hiero-table td {
 
vertical-align: middle;


}
}


.navbox .hlist td dl,


/* Change the external link icon to an Adobe icon for all PDF files */
.navbox .hlist td ol,


.mw-parser-output a[href$=".pdf"].external,
.navbox .hlist td ul,


.mw-parser-output a[href*=".pdf?"].external,
.navbox td.hlist dl,


.mw-parser-output a[href*=".pdf#"].external,
.navbox td.hlist ol,


.mw-parser-output a[href$=".PDF"].external,
.navbox td.hlist ul {


.mw-parser-output a[href*=".PDF?"].external,
    padding: 0.125em 0;      /* Adjust hlist padding in navboxes */


.mw-parser-output a[href*=".PDF#"].external {
}


background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") no-repeat right;
ol + table.navbox,


/* @noflip */
ul + table.navbox {


padding-right: 18px;
    margin-top: 0.5em;       /* Prevent lists from clinging to navboxes */


}
}




/* Messagebox templates */
/* Default styling for Navbar template */
 
.messagebox {
 
border: 1px solid #a2a9b1;


background-color: #f8f9fa;
.navbar {


width: 80%;
    display: inline;


margin: 0 auto 1em auto;
    font-size: 88%;


padding: .2em;
    font-weight: normal;


}
}


.navbar ul {


.messagebox.merge {
    display: inline;
 
border: 1px solid #c0b8cc;
 
background-color: #f0e5ff;


text-align: center;
    white-space: nowrap;


}
}


.navbar li {


.messagebox.cleanup {
    word-spacing: -0.125em;


border: 1px solid #9f9fff;
}


background-color: #efefff;
.navbar.mini li span {


text-align: center;
  font-variant: small-caps;


}
}


/* Navbar styling when nested in infobox and navbox */


.messagebox.standard-talk {
.infobox .navbar {
 
border: 1px solid #c0c090;


background-color: #f8eaba;
    font-size: 100%;
 
margin: 4px auto;


}
}


.navbox .navbar {


/* For old WikiProject banners inside banner shells. */
    display: block;
 
.mbox-inside .standard-talk,
 
.messagebox.nested-talk {
 
border: 1px solid #c0c090;
 
background-color: #f8eaba;
 
width: 100%;
 
margin: 2px 0;


padding: 2px;
    font-size: 100%;


}
}


.navbox-title .navbar {


.messagebox.small {
    /* @noflip */


width: 238px;
    float: left;


font-size: 85%;
    /* @noflip */


/* @noflip */
    text-align: left;


float: right;
    /* @noflip */


clear: both;
    margin-right: 0.5em;


/* @noflip */
    width: 6em;


margin: 0 0 1em 1em;
}
 
line-height: 1.25em;


}


/* 'show'/'hide' buttons created dynamically by the CollapsibleTables javascript


.messagebox.small-talk {
  in [[MediaWiki:Common.js]] are styled here so they can be customised. */


width: 238px;
.collapseButton {


font-size: 85%;
    /* @noflip */


/* @noflip */
    float: right;


float: right;
    font-weight: normal;


clear: both;
    /* @noflip */


/* @noflip */
    margin-left: 0.5em;


margin: 0 0 1em 1em;
    /* @noflip */


line-height: 1.25em;
    text-align: right;


background-color: #f8eaba;
    width: auto;


}
}


/* In navboxes, the show/hide button balances the v·d·e links


/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
  from [[Template:Navbar]], so they need to be the same width. */


th.mbox-text, td.mbox-text {   /* The message body cell(s) */
.navbox .collapseButton {


border: none;
    width: 6em;


/* @noflip */
}


padding: 0.25em 0.9em;    /* 0.9em left/right */


width: 100%;              /* Make all mboxes the same width regardless of text length */
/* =========================================


}
  ===== PLEGABLES (mediawiki 1.18+ ) ========


  ==========================================


td.mbox-image {                /* The left image cell */
Mediawiki 1.18 introdujo un nuevo sistema nativo de plegables.


border: none;
Este es el CSS para personalizarlo y eventualmente reemplazar


/* @noflip */
al laberinto NavHead, NavFrame, NavToggle, NavContent, etc. */


padding: 2px 0 2px 0.9em;  /* 0.9em left, 0px right */


text-align: center;
/* Styling for JQuery makeCollapsible, matching that of collapseButton */
 
}




td.mbox-imageright {           /* The right image cell */
.mw-collapsible .navbox-title { position: relative; }


border: none;
.navbox-title .mw-collapsible-toggle { display: block; position: absolute; right: 0.5em; bottom: 0.5ex; }


/* @noflip */


padding: 2px 0.9em 2px 0;  /* 0px left, 0.9em right */
.navbox .mw-collapsible-toggle {


text-align: center;
    width: 6em;


}
}




td.mbox-empty-cell {          /* An empty narrow cell */


border: none;
/* Change the external link icon to an Adobe icon for all PDF files


padding: 0;
  in browsers that support these CSS selectors, like Mozilla and Opera */


width: 1px;
#content a[href$=".pdf"].external,


}
#content a[href*=".pdf?"].external,
 
 
/* Article message box styles */


table.ambox {
#content a[href*=".pdf#"].external,


margin: 0 10%;                  /* 10% = Will not overlap with other elements */
#content a[href$=".PDF"].external,


border: 1px solid #a2a9b1;
#content a[href*=".PDF?"].external,


/* @noflip */
#content a[href*=".PDF#"].external,


border-left: 10px solid #36c;  /* Default "notice" blue */
#mw_content a[href$=".pdf"].external,


background-color: #fbfbfb;
#mw_content a[href*=".pdf?"].external,
 
box-sizing: border-box;
 
}


#mw_content a[href*=".pdf#"].external,


table.ambox + table.ambox {      /* Single border between stacked boxes. */
#mw_content a[href$=".PDF"].external,


margin-top: -1px;
#mw_content a[href*=".PDF?"].external,


}
#mw_content a[href*=".PDF#"].external {


    /* @embed */


.ambox th.mbox-text,
    background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") no-repeat right;


.ambox td.mbox-text {            /* The message body cell(s) */
    /* @noflip */


padding: 0.25em 0.5em;       /* 0.5em left/right */
    padding-right: 18px;


}
}




.ambox td.mbox-image {          /* The left image cell */


/* @noflip */
/* CSS relacionado con el uso de coordenadas


padding: 2px 0 2px 0.5em;    /* 0.5em left, 0px right */


}
To display coordinates using the notation in the source code, write this in your User:Username/monobook.css:


    .geo-default {display: inline} .geo-nondefault {display: none}


.ambox td.mbox-imageright {     /* The right image cell */
    .geo-dec {display: inline} .geo-dms {display: inline}


/* @noflip */
To display coordinates using decimal notation, write this in your User:Username/monobook.css:


padding: 2px 0.5em 2px 0;    /* 0px left, 0.5em right */
    .geo-default {display: inline} .geo-nondefault {display: inline}


}
    .geo-dec {display: inline} .geo-dms {display: none}


To display coordinates using DMS notation, write this in your User:Username/monobook.css:


table.ambox-notice {
    .geo-default {display: inline} .geo-nondefault {display: inline}


/* @noflip */
    .geo-dec {display: none}    .geo-dms {display: inline}


border-left: 10px solid #36c;      /* Blue */
To display coordinates in both decimal and DMS notation, write this in your User:Username/monobook.css:


}
    .geo-default {display: inline} .geo-nondefault {display: inline}


    .geo-dec {display: inline}    .geo-dms {display: inline}


table.ambox-speedy {
    .geo-multi-punct {display: inline}


/* @noflip */
See [[Plantilla:Coor link]] for how these are used.


border-left: 10px solid #b32424;    /* Red */
Note that the classes "geo", "longitude", and "latitude" are not just styles but also used by the [[Geo microformat]], so the names should not be changed.


background-color: #fee7e6;          /* Pink */
*/


}


/* CSS predeterminado, puede modificarse usando las reglas de arriba */


table.ambox-delete {
.geo-default, .geo-dms, .geo-dec  { display: inline; }


/* @noflip */
.geo-nondefault, .geo-multi-punct { display: none; }


border-left: 10px solid #b32424;   /* Red */
.longitude, .latitude { white-space: nowrap; }


}


/* This is used for the Geo microformat, but no style is needed for now other than .geo-dec. */


table.ambox-content {
.geo {}


/* @noflip */


border-left: 10px solid #f28500;    /* Orange */
/* Plantilla de cita */


}
.citado {


    font-size: 90%;


table.ambox-style {
    background-color: #F9F9F9;


/* @noflip */
    padding: 5px 10px;


border-left: 10px solid #fc3;       /* Yellow */
    margin: 1em 4em;


}
}




table.ambox-move {
/* Estilos para sitenotice y similares */


/* @noflip */
.notice {


border-left: 10px solid #9932cc;   /* Purple */
    text-align: justify;


}
    margin: 1em;


 
    padding: 0.2em;
table.ambox-protection {
 
/* @noflip */
 
border-left: 10px solid #a2a9b1;   /* Gray-gold */


}
}


/*


/* Image message box styles */
* Reducción de los márgenes por defecto para el mensaje de la libertad de


table.imbox {
* panorama


margin: 4px 10%;
*/


border-collapse: collapse;
.sitedir-ltr .mw-dismissable-notice-body {


border: 3px solid #36c;    /* Default "notice" blue */
margin:0.5em 2em 0.5em 2em !important;
 
background-color: #fbfbfb;
 
box-sizing: border-box;


}
}




.imbox .mbox-text .imbox {  /* For imboxes inside imbox-text cells. */
/* Ocultar texto para los no bibliotecarios */


margin: 0 -0.5em;      /* 0.9 - 0.5 = 0.4em left/right.        */
.para_biblios {


display: block;        /* Fix for webkit to force 100% width.  */
  display: none


}
}




.mbox-inside .imbox {      /* For imboxes inside other templates.  */
/* Prevent floating boxes from overlapping any category listings,
 
margin: 4px;


}
  file histories, edit previews, and edit [Show changes] views */


#mw-subcategories, #mw-pages, #mw-category-media,


table.imbox-notice {
#filehistory, #wikiPreview, #wikiDiff {


border: 3px solid #36c;       /* Blue */
    clear: both;


}
}




table.imbox-speedy {
/* CSS para plegables, documentación en [[:en:Wikipedia:NavFrame]] */
 
border: 3px solid #b32424;    /* Red */
 
background-color: #fee7e6;    /* Pink */
 
}


div.NavFrame {


table.imbox-delete {
    margin: 0;


border: 3px solid #b32424;   /* Red */
    padding: 4px;


}
    border: 1px solid #aaa;


    text-align: center;


table.imbox-content {
    border-collapse: collapse;


border: 3px solid #f28500;   /* Orange */
    font-size: 95%;


}
}


div.NavFrame + div.NavFrame {


table.imbox-style {
    border-top-style: none;


border: 3px solid #fc3;       /* Yellow */
    border-top-style: hidden;


}
}


.NavPic {


table.imbox-move {
    background-color: #fff;
 
border: 3px solid #9932cc;   /* Purple */
 
}


    margin: 0;


table.imbox-protection {
    padding: 2px;


border: 3px solid #a2a9b1;   /* Gray-gold */
    float: left;


}
}


div.NavFrame .NavHead {


table.imbox-license {
    height: 1.6em;
 
border: 3px solid #88a;      /* Dark gray */
 
background-color: #f7f8ff;   /* Light gray */
 
}


    font-weight: bold;


table.imbox-featured {
    background-color: #ccf;


border: 3px solid #cba135;   /* Brown-gold */
    position: relative;


}
}


div.NavFrame p,


/* Category message box styles */
div.NavFrame div.NavContent,


table.cmbox {
div.NavFrame div.NavContent p {


margin: 3px 10%;
    font-size: 100%;


border-collapse: collapse;
}
 
border: 1px solid #a2a9b1;
 
background-color: #dfe8ff;    /* Default "notice" blue */


box-sizing: border-box;
.NavEnd {


}
    margin: 0;


    padding: 0;


table.cmbox-notice {
    line-height: 1px;


background-color: #d8e8ff;   /* Blue */
    clear: both;


}
}


.NavToggle {


table.cmbox-speedy {
    position: absolute;


margin-top: 4px;
    top: 0;


margin-bottom: 4px;
    right: 3px;


border: 4px solid #b32424;   /* Red */
    font-weight: normal;


background-color: #ffdbdb;   /* Pink */
    font-size: 90%;


}
}




table.cmbox-delete {
/* Hatnotes and disambiguation notices */
 
background-color: #ffdbdb;    /* Pink */


}
.rellink,


.dablink {


table.cmbox-content {
    font-style: italic;


background-color: #ffe7ce;    /* Orange */
    /* @noflip */


}
    padding-left: 1.6em;


 
    margin-bottom: 0.5em;
table.cmbox-style {
 
background-color: #fff9db;   /* Yellow */


}
}


.rellink i,


table.cmbox-move {
.dablink i {


background-color: #e4d8ff;   /* Purple */
    font-style: normal;


}
}




table.cmbox-protection {


background-color: #efefe1;    /* Gray-gold */
/* TABLAS */


}


/* distinto color en filas pares */


/* Other pages message box styles */


table.ombox {
/* default: grisecito */


margin: 4px 10%;
table.striped tr:nth-child(even) {


border-collapse: collapse;
background-color: #f2f3f4;


border: 1px solid #a2a9b1;    /* Default "notice" gray */
}


background-color: #f8f9fa;


box-sizing: border-box;
/* Normal font styling for table row headers with scope="row" tag */


}
.wikitable.plainrowheaders th[scope=row] {


    font-weight: normal;


table.ombox-notice {
    /* @noflip */


border: 1px solid #a2a9b1;   /* Gray */
    text-align: left;


}
}




table.ombox-speedy {
/* lists in data cells are always left-aligned */


border: 2px solid #b32424;    /* Red */
.wikitable td ul,


background-color: #fee7e6;    /* Pink */
.wikitable td ol,


}
.wikitable td dl {


    /* @noflip */


table.ombox-delete {
    text-align: left;
 
border: 2px solid #b32424;   /* Red */


}
}




table.ombox-content {
/* Tablas alineadas a la izquierda (class="wikitable left") */


border: 1px solid #f28500;    /* Orange */
.wikitable.left,


}
.toccolours.left {


    margin: 1em 1.3em 1em 0;


table.ombox-style {
    float: left;


border: 1px solid #fc3;       /* Yellow */
    clear: left;


}
}




table.ombox-move {
/* Tablas alineadas a la derecha (class="wikitable right") */


border: 1px solid #9932cc;    /* Purple */
.wikitable.right,


}
.toccolours.right {


    margin: 1em 0 1em 1.3em;


table.ombox-protection {
    float: right;


border: 2px solid #a2a9b1;   /* Gray-gold */
    clear: right;


}
}




/* Talk page message box styles */
/* Tablas centradas (class="wikitable center") */
 
table.tmbox {


margin: 4px 10%;
.wikitable.center,


border-collapse: collapse;
.toccolours.center {


border: 1px solid #c0c090;   /* Default "notice" gray-brown */
    margin-left:auto;


background-color: #f8eaba;
    margin-right:auto;


min-width: 80%;
    width:inherit;


box-sizing: border-box;
    text-align:inherit;


}
}




.tmbox.mbox-small {
/** Cajas de aviso son blancas y con


min-width: 0;                /* reset the min-width of tmbox above        */
* una cinta de color en la parte superior  */


}
table.ambox {
 
 
.mediawiki .mbox-inside .tmbox { /* For tmboxes inside other templates. The "mediawiki" class ensures that */


margin: 2px 0;               /* this declaration overrides other styles (including mbox-small above)  */
    margin: 0 7% .8em; /* https://es.wikipedia.org/?diff=80119206 */


width: 100%;                 /* For Safari and Opera */
    border-collapse: collapse;


}
    background-color: #fbfbfb;


    border-bottom: 1px solid #aaa;


.mbox-inside .tmbox.mbox-small { /* "small" tmboxes should not be small when  */
    border-left: 1px solid #CCC;


line-height: 1.5em;         /* also "nested", so reset styles that are  */
    border-right: 1px solid #CCC;


font-size: 100%;             /* set in "mbox-small" above.                */
    font-size: 95%;


}
}




table.tmbox-speedy {
table.ambox th.ambox-text, table.ambox td.ambox-text {


border: 2px solid #b32424;   /* Red */
    padding: 0.25em 0.5em; /* 0.5em left/right */


background-color: #fee7e6;   /* Pink */
    width: 100%; /* Make all templates the same width regardless of text size */


}
}


table.ambox .ambox-image {


table.tmbox-delete {
    padding: 2px 0 2px 0.5em; /* 0.5em left, 0px right */


border: 2px solid #b32424;   /* Red */
    text-align: center;


}
}


table.ambox .ambox-imageright {


table.tmbox-content {
    padding: 2px 0.5em 2px 0;  /* 0px left, 0.5em right */


border: 2px solid #f28500;   /* Orange */
    text-align: center;


}
}


.ambox-notice {border-top: 5px solid #608EC2}  /* Azul */


table.tmbox-style {
.ambox-protection {border-top: 5px solid #bba} /* Gris */
 
border: 2px solid #fc3;      /* Yellow */


}
.ambox-delete,


.ambox-serious {border-top: 5px solid #b22222} /* Rojo */


table.tmbox-move {
.ambox-content {border-top: 5px solid #f28500} /* Naranja */


border: 2px solid #9932cc;    /* Purple */
.ambox-style {border-top: 5px solid #f4c430}  /* Amarillo */


}
.ambox-merge {border-top: 5px solid #8c08a4}   /* Purpura */


.ambox-growth {border-top: 5px solid #47a30d}  /* Verde */


table.tmbox-protection,


table.tmbox-notice {
.ambox.ambox-mini { /* Versión pequeña flotante */


border: 1px solid #c0c090;   /* Gray-brown */
    float: right;


}
    clear: right;


    margin: 0 0 0 1em;


/* Footer and header message box styles */
    width: 25%;


table.fmbox {
}


clear: both;


margin: 0.2em 0;
/* Ciertas cajas para discusión que NO son ambox (no tienen cinta de color)


width: 100%;
    por ejemplo, la caja grande de artículo destacado */


border: 1px solid #a2a9b1;
.messagebox {


background-color: #f8f9fa;     /* Default "system" gray */
    border: 1px solid #aaa;


box-sizing: border-box;
    background-color: #f9f9f9;


}
    width: 90%;


    margin: 0 auto 1em auto;


table.fmbox-system {
    padding: .2em;
 
background-color: #f8f9fa;


}
}


.messagebox.merge {


table.fmbox-warning {
    border: 1px solid #c0b8cc;


border: 1px solid #bb7070; /* Dark pink */
    background-color: #f0e5ff;


background-color: #ffdbdb; /* Pink */
    text-align: center;


}
}


.messagebox.cleanup {
    border: 1px solid #9f9fff;


table.fmbox-editnotice {
    background-color: #efefff;


background-color: transparent;
    text-align: center;


}
}


.messagebox.standard-talk {


/* Div based "warning" style fmbox messages. */
    border: 1px solid #c0c090;
 
div.mw-warning-with-logexcerpt,
 
div.mw-lag-warn-high,
 
div.mw-cascadeprotectedwarning,
 
div#mw-protect-cascadeon,
 
div.titleblacklist-warning,
 
div.locked-warning {
 
clear: both;
 
margin: 0.2em 0;
 
border: 1px solid #bb7070;


background-color: #ffdbdb;
    background-color: #f8eaba;


padding: 0.25em 0.9em;
    margin: 4px auto;
 
box-sizing: border-box;


}
}




/* These mbox-small classes must be placed after all other
/** Estilos para tablas.


  ambox/tmbox/ombox etc classes. "html body.mediawiki" is so
    la idea es, si se quiere que la primera columna de la tabla esté alineada


  they override "table.ambox + table.ambox" above. */
    a la derecha, la segunda centrada  y la tercera a la izquierda, usar


html body.mediawiki .mbox-small {   /* For the "small=yes" option. */
    {| class="col1der col2cen col3izq"


/* @noflip */
    en vez de repetir "style='text-align:right'", etc, en '''cada''' celda


clear: right;
    Esto sólo se usa en Medallero. Debería divulgarse para aprovecharlo en más lugares


/* @noflip */
**/


float: right;
.col1der td:nth-of-type(1),


/* @noflip */
.col2der td:nth-of-type(2),


margin: 4px 0 4px 1em;
.col3der td:nth-of-type(3),


box-sizing: border-box;
.col4der td:nth-of-type(4),


width: 238px;
.col5der td:nth-of-type(5),


font-size: 88%;
.col6der td:nth-of-type(6),


line-height: 1.25em;
.col7der td:nth-of-type(7),
 
}


.col8der td:nth-of-type(8),


html body.mediawiki .mbox-small-left {  /* For the "small=left" option. */
.col9der td:nth-of-type(9),


/* @noflip */
.col10der td:nth-of-type(10),


margin: 4px 1em 4px 0;
.col11der td:nth-of-type(11),


box-sizing: border-box;
.col12der td:nth-of-type(12),


overflow: hidden;
.col13der td:nth-of-type(13),


width: 238px;
.col14der td:nth-of-type(14),


border-collapse: collapse;
.col15der td:nth-of-type(15),


font-size: 88%;
.col16der td:nth-of-type(16),


line-height: 1.25em;
.col17der td:nth-of-type(17),


}
.col18der td:nth-of-type(18),


.col19der td:nth-of-type(19),


/* Style for compact ambox */
.col20der td:nth-of-type(20)


/* Hide the images */
{text-align:right}


.compact-ambox table .mbox-image,
.col1izq td:nth-of-type(1),


.compact-ambox table .mbox-imageright,
.col2izq td:nth-of-type(2),


.compact-ambox table .mbox-empty-cell {
.col3izq td:nth-of-type(3),


display: none;
.col4izq td:nth-of-type(4),


}
.col5izq td:nth-of-type(5),


.col6izq td:nth-of-type(6),


/* Remove borders, backgrounds, padding, etc. */
.col7izq td:nth-of-type(7),


.compact-ambox table.ambox {
.col8izq td:nth-of-type(8),


border: none;
.col9izq td:nth-of-type(9),


border-collapse: collapse;
.col10izq td:nth-of-type(10),


background-color: transparent;
.col11izq td:nth-of-type(11),


margin: 0 0 0 1.6em !important;
.col12izq td:nth-of-type(12),


padding: 0 !important;
.col13izq td:nth-of-type(13),


width: auto;
.col14izq td:nth-of-type(14),
 
display: block;
 
}


.col15izq td:nth-of-type(15),


body.mediawiki .compact-ambox table.mbox-small-left {
.col16izq td:nth-of-type(16),


font-size: 100%;
.col17izq td:nth-of-type(17),


width: auto;
.col18izq td:nth-of-type(18),


margin: 0;
.col19izq td:nth-of-type(19),


}
.col20izq td:nth-of-type(20)


{text-align:left}


/* Style the text cell as a list item and remove its padding */


.compact-ambox table .mbox-text {
.col1cen td:nth-of-type(1),


padding: 0 !important;
.col2cen td:nth-of-type(2),


margin: 0 !important;
.col3cen td:nth-of-type(3),


}
.col4cen td:nth-of-type(4),


.col5cen td:nth-of-type(5),


.compact-ambox table .mbox-text-span {
.col6cen td:nth-of-type(6),


display: list-item;
.col7cen td:nth-of-type(7),


line-height: 1.5em;
.col8cen td:nth-of-type(8),


list-style-type: square;
.col9cen td:nth-of-type(9),


list-style-image: url(/w/skins/MonoBook/resources/images/bullet.svg);
.col10cen td:nth-of-type(10),


}
.col11cen td:nth-of-type(11),


.col12cen td:nth-of-type(12),


/* Allow for hiding text in compact form */
.col13cen td:nth-of-type(13),


.compact-ambox .hide-when-compact {
.col14cen td:nth-of-type(14),


display: none;
.col15cen td:nth-of-type(15),


}
.col16cen td:nth-of-type(16),


.col17cen td:nth-of-type(17),


/* Hide (formatting) elements from screen, but not from screenreaders */
.col18cen td:nth-of-type(18),


.visualhide {
.col19cen td:nth-of-type(19),


position: absolute;
.col20cen td:nth-of-type(20)


left: -10000px;
{text-align:center}


top: auto;


width: 1px;
/* The backgrounds for galleries. */


height: 1px;
#content .gallerybox div.thumb {


overflow: hidden;
    background-color: #F9F9F9;   /* Light gray padding */


}
}


/* Put a chequered background behind images, only visible if they have transparency */


/* Remove underlines from certain links */
.gallerybox .thumb img {
 
.nounderlines a,
 
.IPA a:link,


.IPA a:visited {
    /* @embed */


text-decoration: none !important;
    background: white url("//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") repeat;


}
}


/* But not on articles, user pages, portals or with opt-out. */


/* [[Wikipedia:NavFrame]].
.ns-0 .gallerybox .thumb img,
 
  Entirely deprecated. Slated for removal.


  Use mw-collapsible. */
.ns-2 .gallerybox .thumb img,


div.NavFrame {
.ns-100 .gallerybox .thumb img,


margin: 0;
.nochecker .gallerybox .thumb img {


padding: 4px;
    background: white;
 
border: 1px solid #a2a9b1;
 
text-align: center;
 
font-size: 95%;


}
}




div.NavFrame + div.NavFrame {
.abbr {/* al estilo de la etiqueta <abbr> */


border-top-style: none;
    cursor: help;


border-top-style: hidden;
    border-bottom: 1px dotted #000;


}
}




div.NavFrame div.NavHead {
/* For portals,
 
line-height: 1.6em;
 
font-weight: bold;
 
background-color: #ccf;
 
position: relative;


}
  On wide screens, show these as two / three columns.


  On narrow and mobile screens, let them collapse into a single column.


div.NavFrame p,
  by NaBUru38, based on work by bv. */


div.NavFrame div.NavContent,
.portal-column-left-50 {


div.NavFrame div.NavContent p {
    float: left;


font-size: 100%;
    width: 49%;


}
}


.portal-column-right-50 {


a.NavToggle {
    float: right;
 
position: absolute;
 
top: 0;


/* @noflip */
    width: 49%;
 
right: 3px;
 
font-weight: normal;
 
font-size: 90%;


}
}


.portal-column-left-60 {


/* Hatnotes and disambiguation notices */
    float: left;
 
.hatnote {


font-style: italic;
    width: 59%;


}
}


.portal-column-right-60 {


.hatnote i {
    float: right;


font-style: normal;
    width: 59%;


}
}


.portal-column-left-40 {


div.hatnote {
    float: left;


/* @noflip */
    width: 39%;
 
padding-left: 1.6em;
 
margin-bottom: 0.5em;


}
}


.portal-column-right-40 {


div.hatnote + div.hatnote {
    float: right;


margin-top: -0.5em;
    width: 39%;


}
}


.portal-column-left-66 {


/* Prevent line breaks in silly places where desired (nowrap)
    float: left;
 
  and links when we don't want them to (nowraplinks a) */
 
.nowrap,
 
.nowraplinks a {


white-space: nowrap;
    width: 66%;


}
}


.portal-column-right-66 {


.nowrap pre {
    float: right;


white-space: pre;
    width: 66%;


}
}


.portal-column-left-33 {


/* But allow wrapping where desired: */
    float: left;
 
.wrap,
 
.wraplinks a {


white-space: normal;
    width: 33%;


}
}


.portal-column-center-33 {


/* Increase the height of the image upload box */
    margin-left: auto;
 
#wpUploadDescription {


height: 13em;
    margin-right: auto;


}
}


.portal-column-right-33 {


/* Minimum thumb width */
    float: right;
 
.thumbinner {


min-width: 100px;
    width: 33%;


}
}


@media only screen and (max-width: 800px) {


/* Prevent floating boxes from overlapping any category listings,
    /* Decouple the columns on narrow screens */


  file histories, edit previews, and edit [Show changes] views. */
    .portal-column-left-50,


#mw-subcategories,
    .portal-column-right-50,


#mw-pages,
    .portal-column-left-60,


#mw-category-media,
    .portal-column-right-60,


#filehistory,
    .portal-column-left-40,


#wikiPreview,
    .portal-column-right-40,


#wikiDiff {
    .portal-column-left-66,


clear: both;
    .portal-column-right-66,


}
    .portal-column-left-33,


    .portal-column-center-33,


/* Selectively hide headers in WikiProject banners */
    .portal-column-right-33 {


/* TemplateStyles */
        float: inherit;


.wpb .wpb-header {
        width: inherit;


display: none;
    }


}
}




.wpbs-inner .wpb .wpb-header {
/* Aviso en espacios de trabajo de usuarios */


display: table-row;


}
body.ns-2 #contentSub > span.subpages:before,


.ns-3 #contentSub > span.subpages:before {


.wpbs-inner .wpb-outside {
  content: " ¡Atención! Este no es un artículo enciclopédico, sino un espacio de trabajo personal. ";


display: none;             /* hide things that should only display outside shells */
  background: #fe9;


}
  border: 2px solid #f0c91f;


  display: block;


/* Styling for Abuse Filter tags */
  text-align: center;


.mw-tag-markers {
  color: maroon;


font-style: italic;
  margin-bottom: 2mm;


font-size: 90%;
  line-height: 120%;


}
}




/* Hide stuff meant for accounts with special permissions. Made visible again in
/* Estilo para las etiquetas del filtro de edición */


  [[MediaWiki:Group-checkuser.css]], [[MediaWiki:Group-sysop.css]], [[MediaWiki:Group-patroller.css]],
.mw-tag-marker {


  [[MediaWiki:Group-templateeditor.css]], [[MediaWiki:Group-extendedmover.css]],
font-family:sans-serif;


  [[MediaWiki:Group-extendedconfirmed.css]], and [[Mediawiki:Group-autoconfirmed.css]]. */
font-style:italic;


.checkuser-show,
font-size:90%;


.sysop-show,
background-color:#FFE599;


.patroller-show,
}


.templateeditor-show,


.extendedmover-show,
/* Estilo para los avisos de los filtros antiabusos */


.extendedconfirmed-show,
.aviso_filtro {


.autoconfirmed-show,
  border: 1px solid #848484;


.user-show {
  margin: 19px 14px 19px 14px;


display: none;
  padding: 0.8em 1.2em 0.8em 1.2em;


}
}




/* Hide the redlink generated by {{Editnotice}},
/* El vandalismo debe ser particularmente distinguible */
 
  this overrides the ".sysop-show { display: none; }" above that applies
 
  to the same link as well. See [[phab:T45013]]
 
 
  Hide the images in editnotices to keep them readable in VE view.
 
  Long term, editnotices should become a core feature so that they can be designed responsive. */
 
.ve-ui-mwNoticesPopupTool-item .editnotice-redlink,
 
.ve-ui-mwNoticesPopupTool-item .mbox-image,


.ve-ui-mwNoticesPopupTool-item .mbox-imageright {
.mw-tag-marker-posible_vandalismo, .mw-tag-marker-botspam {


display: none !important;
    background-color:#FEC29C;


}
}




/* Remove bullets when there are multiple edit page warnings */
/**


ul.permissions-errors > li {
* Permite el numerado manual de las secciones en las tablas de contenidos


list-style: none none;
* https://es.wikipedia.org/?diff=85548174&oldid=80406028


}
*/


#hideTOCnumbers .tocnumber { display: none; }


ul.permissions-errors {


margin: 0;
/* Allow limiting of which header levels are shown in a TOC;


}
  <div class="toclimit-3">, for instance, will limit to


  showing ==headings== and ===headings=== but no further


/* texhtml class for inline math (based on generic times-serif class) */
  (as long as there are no =headings= on the page, which


span.texhtml {
  there shouldn't be according to the MoS).


font-family: "Nimbus Roman No9 L", "Times New Roman", Times, serif;
*/


font-size: 118%;
.toclimit-2 .toclevel-1 ul,


line-height: 1;
.toclimit-3 .toclevel-2 ul,


white-space: nowrap;
.toclimit-4 .toclevel-3 ul,


}
.toclimit-5 .toclevel-4 ul,


.toclimit-6 .toclevel-5 ul,


span.texhtml span.texhtml {
.toclimit-7 .toclevel-6 ul {


font-size: 100%;
    display: none;


}
}




span.mwe-math-mathml-inline {
/* Prevent line breaks in silly places:


font-size: 118%;
  1) Where desired


}
  2) Links when we don't want them to


  3) Bold "links" to the page itself


/* Force tabular and lining display for digits and texhtml */
  4) HTML formulae


.digits,
  5) Ref tags with group names <ref group="Note"> --> "[Note 1]"


.texhtml {
*/


-moz-font-feature-settings: "lnum", "tnum", "kern" 0;
.nowrap,
 
-webkit-font-feature-settings: "lnum", "tnum", "kern" 0;
 
font-feature-settings: "lnum", "tnum", "kern" 0;
 
font-variant-numeric: lining-nums tabular-nums;
 
font-kerning: none;
 
}
 
 
/* Make <math display="block"> be left aligned with one space indent for
 
* compatibility with style conventions
 
*/


.mwe-math-fallback-image-display,
.nowraplinks a,


.mwe-math-mathml-display {
.nowraplinks .selflink,


margin-left: 1.6em !important;
.texhtml,


margin-top: 0.6em;
sup.reference a {


margin-bottom: 0.6em;
    white-space: nowrap;


}
}




.mwe-math-mathml-display math {
/* Hide the mobile wlm banner on the normal site */


display: inline;
#mf-wlm-banner { display: none; }


}
/* Make it possible to hide checkboxes in <inputbox> */


.inputbox-hidecheckboxes form .inputbox-element,
/* Muestra las plantillas de la extensión Babel sin el float ni formato alguno, retirando el recuadro que viene por defecto.


.inputbox-hidecheckboxes .mw-ui-checkbox {
  Fuente: https://meta.wikimedia.org/w/index.php?title=MediaWiki:Common.css&oldid=4335942


display: none !important;
  Queda pendiente el [[bugzilla:31309]]


}
*/


.babel-plain .mw-babel-wrapper {


/* Work-around for [[phab:T25965]] / [[phab:T100106]] (Kaltura advertisement) */
  float:none;


.k-player .k-attribution {
  clear:none;


visibility: hidden;
  margin:0;


}
}




/* Move 'play' button of video player to bottom left corner */
.babel-plain .mw-babel-box {
 
.PopUpMediaTransform a .play-btn-large {
 
margin: 0;
 
top: auto;
 
right: auto;
 
bottom: 0;


left: 0;
  margin:0;


}
}




/* Force imgs in galleries to have borders by wrapping them in class=bordered-images */
.babel-plain .mw-babel-header,


.bordered-images img {
.babel-plain .mw-babel-footer {


border: solid #ddd 1px;
  display:none;


}
}




@media screen {
/* Configuración específica para Edittools


/* Gallery styles background changes are restricted to screen view.
  https://es.wikipedia.org/w/index.php?oldid=70299868#Otro_pedido_.28barra_vertical.29


  In printing we should avoid applying backgrounds. */
*/


/* The backgrounds for galleries. */
#specialchars a {


#content .gallerybox div.thumb {
  padding: 0.1em;


/* Light gray padding */
  display: inline-block;


background-color: #f8f9fa;
  text-align: center;


}
  min-width: 1em;


/* Put a chequered background behind images, only visible if they have transparency.
}


  '.filehistory a img' and '#file img:hover' are handled by MediaWiki core (as of 1.19) */


.gallerybox .thumb img {
/* Para la plantilla Documentación */


background: #fff url(//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png) repeat;
.template-documentation {


}
  clear: both;


/* But not on articles, user pages, portals or with opt-out. */
  margin: 1em 0 0 0;


.ns-0 .gallerybox .thumb img,
  border: 1px dotted #8BCBFF;


.ns-2 .gallerybox .thumb img,
  background-color: #EEF9FA;


.ns-100 .gallerybox .thumb img,
  padding: 0.9em;


.nochecker .gallerybox .thumb img {
}
 
background-image: none;
 
}
 
 
/* Display "From Wikipedia, the free encyclopedia" in skins that support it,


  do not apply to print mode */
/* Para que los autoenlaces no aparezcan en negritas al transcluir un artículo con la plantilla Extracto */


#siteSub {
.extract a.selflink {


display: block;
  font-weight: normal;
 
}


}
}


/*Para lista de columnas*/


/* Hide FlaggedRevs notice UI when there are no pending changes */
div.columns dl, div.columns ol, div.columns ul { margin-top: 0; }
 
.flaggedrevs_draft_synced,
 
.flaggedrevs_stable_synced,
 
/* "Temporary" to remove links in sidebar T255381 */
 
#t-upload {
 
display: none;
 
}


/* == Espacio de Prueba == */
/* == Espacio de Prueba == */

Revisión del 02:46 16 feb 2021

/* Common CSS para todas las pieles */


/* Arregla problemas interlineado para <sup> y <sub> */

sup, sub {

    line-height: 1em;

}


/* Margen inferior en encabezados de nivel 3 en adelante (ya presente en h2) */

.mw-body-content h3,

.mw-body-content h4,

.mw-body-content h5,

.mw-body-content h6 {

    margin-bottom:.25em;

}


/*

 * Ocultar título, categorías, fecha de la última edición y posibles errores en 

 * la Portada

 */

body.page-Wikipedia_Portada .firstHeading,

body.page-Wikipedia_Portada .pagetitle,

body.page-Wikipedia_Portada .subtitle,

body.page-Wikipedia_Portada #ca-unprotect,

body.page-Wikipedia_Portada #ca-move,

body.page-Wikipedia_Portada #ca-delete,

body.page-Wikipedia_Portada #mytabs,

body.page-Wikipedia_Portada #tw-BR,

body.page-Wikipedia_Portada #tw-xfd,

body.page-Wikipedia_Portada #catlinks,

body.page-Wikipedia_Portada #footer-info-lastmod,

body.page-Wikipedia_Portada .error {

    display:none;

}


/*

 * Evitar que usuarios no confirmados se salten las semiprotecciones

 * a través de la edición en Wikidata: [[phab:T208315]], [[phab:T207648]].

 */

.wikidata-link {

  display:none;

}

body.mw-editable .wikidata-link {

  display:inline;

}


/*

 * Alineación del texto justificada en la impresión

 * (http://es.wikipedia.org?diff=60114364)

 */

@media print {

    #bodyContent {

        text-align: justify;

    }

}


/*

 * Que las imágenes no se desborden de la página

 */

.autoajustar {

	width:100%;

	max-width:100%;

}

.autoajustar img {

	width:100%;

	height:auto;

}


/* Tamaño fuente de referencias */

ol.references,

div.listaref,

.refcomienza {

    font-size: 90%;            /* Default font-size */

    margin-bottom: 0.5em;

}

div.listaref ol.references {

    font-size: 100%;           /* Reset font-size when nested in div.listaref */

    list-style-type: inherit;  /* Enable custom list style types */

}


/* Colorea de azul al clickear referencias */

ol.references > li:target,

sup.reference:target,

span.citation:target,

cite:target {

    background-color: #DEF;

}


/* Las referencias ahora no pueden ser texto en negrita o italico */

sup.reference {

    font-weight: normal;

    font-style: normal;

}


/* Estilo para citación */

.citation {

    word-wrap: break-word;

}


/* For linked citation numbers and document IDs, where

   the number need not be shown on a screen or a handheld,

   but should be included in the printed version */

@media screen, handheld {

    .citation .printonly {

        display: none;

    }

}


/* espacio entre llamadas a referencias */


sup.reference {

  margin-right: 0.6ch;

}

sup.reference:not(.separada) {

  margin-left: -0.6ch;

}



/* Llamadas al pie: Quitar corchetes */

.corchete-llamada {display: none}


/* Estilo para enlaces a redirecciones desde páginas especiales */

.redirect-in-category,

.allpagesredirect a {

    color: gray;

}


/* CSS para infoboxes */

.infobox td, .infobox th,

.infobox_v2 td, .infobox_v2 th {

    vertical-align: top;

}


.infobox caption {

    font-size: larger;

    margin-left: inherit;

}


/* ===== infoboxes V2 ("nuevas") ==== */

.infobox_v2, .infobox {

    border: 1px solid #B4BBC8;

    background-color: #f9f9f9;

    color: #000;

    margin: .5em 0 .7em 1.2em;

    padding: .4em;

    clear: right;

    float: right;

    font-size: 90%;

    line-height: 1.5em;

    width: 22.5em

}


.infobox_v2 .cabecera, .infobox .cabecera {

    font-size: 140%;

    font-weight: bolder;

    height: 45px;

    line-height: 1.2em;

    text-align: center;

    vertical-align: middle

}


.infobox_v2 .media, .infobox .media {

    font-weight: bolder;

    height: 35px;

    text-align: center;

    vertical-align: middle

}


/* Códigos para tipos específicos de infoboxes */

.infobox.bordered {

    border-collapse: collapse;

}

.infobox.bordered td,

.infobox.bordered th {

    border: 1px solid #B4BBC8;

}

.infobox.bordered .borderless td,

.infobox.bordered .borderless th {

    border: 0;

}


.infobox.sisterproject {

    width: 20em;

    font-size: 90%;

}


.infobox.geography,

.infobox_v2.geography {

    text-align: left;

    border-collapse: collapse;

    line-height: 1.2em;

    font-size: 90%;

    border: solid 1px #B4BBC8;

}


.infobox.geography td,

.infobox.geography th,

.infobox_v2.geography td,

.infobox_v2.geography th {

    border-top: solid 1px #B4BBC8;

    padding: .4em .6em;

}


.infobox.geography .mergedtoprow td,

.infobox.geography .mergedtoprow th,

.infobox_v2.geography .mergedtoprow td,

.infobox_v2.geography .mergedtoprow th {

    border-top: solid 1px #B4BBC8;

    padding: .4em .6em .2em .6em;

}


.infobox.geography .mergedrow td,

.infobox.geography .mergedrow th,

.infobox_v2.geography .mergedrow td,

.infobox_v2.geography .mergedrow th {

    border: 0;

    padding: 0 .6em .2em .6em;

}


.infobox.geography .mergedbottomrow td,

.infobox.geography .mergedbottomrow th,

.infobox_v2.geography .mergedbottomrow td,

.infobox_v2.geography .mergedbottomrow th {

    border-top: 0;

    border-bottom: solid 1px #B4BBC8;

    padding: 0 .6em .4em .6em;

}


.infobox.geography .maptable td,

.infobox.geography .maptable th,

.infobox_v2.geography .maptable td,

.infobox_v2.geography .maptable th {

    border: 0;

    padding: 0;

}


/* Gráficos transparentes de cabecera */

.cabecera.default {}


/* Style for horizontal lists (separator following item).

   IE8-specific classes are assigned in [[MediaWiki:Common.js/IEFixes.js]].

   @source mediawiki.org/wiki/Snippets/Horizontal_lists

   @revision 6 (2014-05-09)

   @author [[User:Edokter]]

 */

.hlist dl,

.hlist ol,

.hlist ul {

    margin: 0;

    padding: 0;

}

/* Display list items inline */

.hlist dd,

.hlist dt,

.hlist li {

    display: inline;

}

/* Display nested lists inline */

.hlist.inline,

.hlist.inline dl,

.hlist.inline ol,

.hlist.inline ul,

.hlist dl dl, .hlist dl ol, .hlist dl ul,

.hlist ol dl, .hlist ol ol, .hlist ol ul,

.hlist ul dl, .hlist ul ol, .hlist ul ul {

    display: inline;

}

/* Generate interpuncts */

.hlist dt:after {

    content: ": ";

}

.hlist dd:after,

.hlist li:after {

    content: " · ";

    font-weight: bold;

}

.hlist dd:last-child:after,

.hlist dt:last-child:after,

.hlist li:last-child:after {

    content: none;

}

/* For IE8 */

.hlist dd.hlist-last-child:after,

.hlist dt.hlist-last-child:after,

.hlist li.hlist-last-child:after {

    content: none;

}

/* Add parentheses around nested lists */

.hlist dd dd:first-child:before, .hlist dd dt:first-child:before, .hlist dd li:first-child:before,

.hlist dt dd:first-child:before, .hlist dt dt:first-child:before, .hlist dt li:first-child:before,

.hlist li dd:first-child:before, .hlist li dt:first-child:before, .hlist li li:first-child:before {

    content: " (";

    font-weight: normal;

}

.hlist dd dd:last-child:after, .hlist dd dt:last-child:after, .hlist dd li:last-child:after,

.hlist dt dd:last-child:after, .hlist dt dt:last-child:after, .hlist dt li:last-child:after,

.hlist li dd:last-child:after, .hlist li dt:last-child:after, .hlist li li:last-child:after {

    content: ") ";

    font-weight: normal;

}

/* For IE8 */

.hlist dd dd.hlist-last-child:after, .hlist dd dt.hlist-last-child:after, .hlist dd li.hlist-last-child:after,

.hlist dt dd.hlist-last-child:after, .hlist dt dt.hlist-last-child:after, .hlist dt li.hlist-last-child:after,

.hlist li dd.hlist-last-child:after, .hlist li dt.hlist-last-child:after, .hlist li li.hlist-last-child:after {

    content: ") ";

    font-weight: normal;

}

/* Put ordinals in front of ordered list items */

.hlist ol {

    counter-reset: listitem;

}

.hlist ol > li {

    counter-increment: listitem;

}

.hlist ol > li:before {

    content: " " counter(listitem) " ";

    white-space: nowrap;

}

.hlist dd ol > li:first-child:before,

.hlist dt ol > li:first-child:before,

.hlist li ol > li:first-child:before {

    content: " (" counter(listitem) " ";

}

 

/* Unbulleted lists */

.plainlist ul {

    line-height: inherit;

    list-style: none none;

    margin: 0;

}

.plainlist ul li {

    margin-bottom: 3px;

}


/* Definición para imágenes y otros elementos flotantes */

.floatright {

    float: right;

    clear: right;

    position: relative;

    margin: 0.2em 0 0.8em 1.4em;

    }

.floatleft {

    float: left;

    clear: left;

    position: relative;

    margin: 0.2em 1.4em 0.8em 0;

    }


/* Default style for navigation boxes */

.navbox {                     /* Navbox container style */

    border: 1px solid #aaa;

    width: 100%;

    margin: auto;

    clear: both;

    font-size: 88%;

    text-align: center;

    padding: 1px;

}

.navbox-inner,

.navbox-subgroup {

    width: 100%;

}

.navbox-group,

.navbox-title,

.navbox-abovebelow {

    padding: 0.25em 1em;      /* Title, group and above/below styles */

    line-height: 1.5em;

    text-align: center;

}

th.navbox-group {             /* Group style */

    white-space: nowrap;

    /* @noflip */

    text-align: right;

}

.navbox,

.navbox-subgroup {

    background: #fdfdfd;      /* Background color */

}

.navbox-list {

    line-height: 1.8em;

    border-color: #fdfdfd;    /* Must match background color */

}

.navbox th,

.navbox-title {

    background: #ccccff;      /* Level 1 color */

}

.navbox-abovebelow,

th.navbox-group,

.navbox-subgroup .navbox-title {

    background: #ddddff;      /* Level 2 color */

}

.navbox-subgroup .navbox-group,

.navbox-subgroup .navbox-abovebelow {

    background: #e6e6ff;      /* Level 3 color */

}

.navbox-even {

    background: #f7f7f7;      /* Even row striping */

}

.navbox-odd {

    background: transparent;  /* Odd row striping */

}

table.navbox + table.navbox {  /* Single pixel border between adjacent navboxes */

    margin-top: -1px;          /* (doesn't work for IE6, but that's okay)       */

}

.navbox .hlist td dl,

.navbox .hlist td ol,

.navbox .hlist td ul,

.navbox td.hlist dl,

.navbox td.hlist ol,

.navbox td.hlist ul {

    padding: 0.125em 0;       /* Adjust hlist padding in navboxes */

}

ol + table.navbox,

ul + table.navbox {

    margin-top: 0.5em;        /* Prevent lists from clinging to navboxes */

}

 

/* Default styling for Navbar template */

.navbar {

    display: inline;

    font-size: 88%;

    font-weight: normal;

}

.navbar ul {

    display: inline;

    white-space: nowrap;

}

.navbar li {

    word-spacing: -0.125em;

}

.navbar.mini li span {

  font-variant: small-caps;

}

/* Navbar styling when nested in infobox and navbox */

.infobox .navbar {

    font-size: 100%;

}

.navbox .navbar {

    display: block;

    font-size: 100%;

}

.navbox-title .navbar {

    /* @noflip */

    float: left;

    /* @noflip */

    text-align: left;

    /* @noflip */

    margin-right: 0.5em;

    width: 6em;

}

 

/* 'show'/'hide' buttons created dynamically by the CollapsibleTables javascript

   in [[MediaWiki:Common.js]] are styled here so they can be customised. */

.collapseButton {

    /* @noflip */

    float: right;

    font-weight: normal;

    /* @noflip */

    margin-left: 0.5em;

    /* @noflip */

    text-align: right;

    width: auto;

}

/* In navboxes, the show/hide button balances the v·d·e links

   from [[Template:Navbar]], so they need to be the same width. */

.navbox .collapseButton {

    width: 6em;

}

 

/* =========================================

  ===== PLEGABLES (mediawiki 1.18+ ) ========

  ==========================================

Mediawiki 1.18 introdujo un nuevo sistema nativo de plegables.

Este es el CSS para personalizarlo y eventualmente reemplazar

al laberinto NavHead, NavFrame, NavToggle, NavContent, etc. */


/* Styling for JQuery makeCollapsible, matching that of collapseButton */


.mw-collapsible .navbox-title { position: relative; }

.navbox-title .mw-collapsible-toggle { display: block; position: absolute; right: 0.5em; bottom: 0.5ex; }


.navbox .mw-collapsible-toggle {

    width: 6em;

}



/* Change the external link icon to an Adobe icon for all PDF files

   in browsers that support these CSS selectors, like Mozilla and Opera */

#content a[href$=".pdf"].external, 

#content a[href*=".pdf?"].external, 

#content a[href*=".pdf#"].external,

#content a[href$=".PDF"].external, 

#content a[href*=".PDF?"].external, 

#content a[href*=".PDF#"].external,

#mw_content a[href$=".pdf"].external, 

#mw_content a[href*=".pdf?"].external, 

#mw_content a[href*=".pdf#"].external,

#mw_content a[href$=".PDF"].external, 

#mw_content a[href*=".PDF?"].external, 

#mw_content a[href*=".PDF#"].external {

    /* @embed */

    background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") no-repeat right;

    /* @noflip */

    padding-right: 18px;

}

 


/* CSS relacionado con el uso de coordenadas


To display coordinates using the notation in the source code, write this in your User:Username/monobook.css:

    .geo-default {display: inline} .geo-nondefault {display: none}

    .geo-dec {display: inline} .geo-dms {display: inline}

 To display coordinates using decimal notation, write this in your User:Username/monobook.css:

    .geo-default {display: inline} .geo-nondefault {display: inline}

    .geo-dec {display: inline} .geo-dms {display: none}

 To display coordinates using DMS notation, write this in your User:Username/monobook.css:

    .geo-default {display: inline} .geo-nondefault {display: inline}

    .geo-dec {display: none}    .geo-dms {display: inline}

 To display coordinates in both decimal and DMS notation, write this in your User:Username/monobook.css:

    .geo-default {display: inline} .geo-nondefault {display: inline}

    .geo-dec {display: inline}    .geo-dms {display: inline}

    .geo-multi-punct {display: inline}

 See [[Plantilla:Coor link]] for how these are used.

Note that the classes "geo", "longitude", and "latitude" are not just styles but also used by the [[Geo microformat]], so the names should not be changed.

*/


/* CSS predeterminado, puede modificarse usando las reglas de arriba */

.geo-default, .geo-dms, .geo-dec  { display: inline; }

.geo-nondefault, .geo-multi-punct { display: none; }

.longitude, .latitude { white-space: nowrap; }


/* This is used for the Geo microformat, but no style is needed for now other than .geo-dec. */

.geo {}


/* Plantilla de cita */

.citado {

    font-size: 90%;

    background-color: #F9F9F9;

    padding: 5px 10px;

    margin: 1em 4em;

}


/* Estilos para sitenotice y similares */

.notice {

    text-align: justify;

    margin: 1em;

    padding: 0.2em;

}

/*

 * Reducción de los márgenes por defecto para el mensaje de la libertad de

 * panorama

 */

.sitedir-ltr .mw-dismissable-notice-body {

	margin:0.5em 2em 0.5em 2em !important;

}


/* Ocultar texto para los no bibliotecarios */

.para_biblios {

   display: none

}


/* Prevent floating boxes from overlapping any category listings,

   file histories, edit previews, and edit [Show changes] views */

#mw-subcategories, #mw-pages, #mw-category-media, 

#filehistory, #wikiPreview, #wikiDiff {

    clear: both;

}


/* CSS para plegables, documentación en [[:en:Wikipedia:NavFrame]] */

div.NavFrame {

    margin: 0;

    padding: 4px;

    border: 1px solid #aaa;

    text-align: center;

    border-collapse: collapse;

    font-size: 95%;

}

div.NavFrame + div.NavFrame {

    border-top-style: none;

    border-top-style: hidden;

}

.NavPic {

    background-color: #fff;

    margin: 0;

    padding: 2px;

    float: left;

}

div.NavFrame .NavHead {

    height: 1.6em;

    font-weight: bold;

    background-color: #ccf;

    position: relative;

}

div.NavFrame p,

div.NavFrame div.NavContent,

div.NavFrame div.NavContent p {

    font-size: 100%;

}

.NavEnd {

    margin: 0;

    padding: 0;

    line-height: 1px;

    clear: both;

}

.NavToggle {

    position: absolute;

    top: 0;

    right: 3px;

    font-weight: normal;

    font-size: 90%;

}


/* Hatnotes and disambiguation notices */

.rellink,

.dablink {

    font-style: italic;

    /* @noflip */

    padding-left: 1.6em;

    margin-bottom: 0.5em;

}

.rellink i,

.dablink i {

    font-style: normal;

}



/* TABLAS */


/* distinto color en filas pares */


/* default: grisecito */

table.striped tr:nth-child(even) {

	background-color: #f2f3f4;

}


/* Normal font styling for table row headers with scope="row" tag */

.wikitable.plainrowheaders th[scope=row] {

    font-weight: normal;

    /* @noflip */

    text-align: left;

}


/* lists in data cells are always left-aligned */

.wikitable td ul,

.wikitable td ol,

.wikitable td dl {

    /* @noflip */

    text-align: left;

}


/* Tablas alineadas a la izquierda (class="wikitable left") */

.wikitable.left,

.toccolours.left {

    margin: 1em 1.3em 1em 0;

    float: left;

    clear: left;

}


/* Tablas alineadas a la derecha (class="wikitable right") */

.wikitable.right,

.toccolours.right {

    margin: 1em 0 1em 1.3em;

    float: right;

    clear: right;

}


/* Tablas centradas (class="wikitable center") */

.wikitable.center,

.toccolours.center {

    margin-left:auto;

    margin-right:auto;

    width:inherit;

    text-align:inherit;

}


/** Cajas de aviso son blancas y con

 * una cinta de color en la parte superior  */

table.ambox {

    margin: 0 7% .8em; /* https://es.wikipedia.org/?diff=80119206 */

    border-collapse: collapse;

    background-color: #fbfbfb;

    border-bottom: 1px solid #aaa;

    border-left: 1px solid #CCC;

    border-right: 1px solid #CCC;

    font-size: 95%;

}


table.ambox th.ambox-text, table.ambox td.ambox-text {

    padding: 0.25em 0.5em; /* 0.5em left/right */

    width: 100%; /* Make all templates the same width regardless of text size */

}

table.ambox .ambox-image {

    padding: 2px 0 2px 0.5em; /* 0.5em left, 0px right */

    text-align: center;

}

table.ambox .ambox-imageright {

    padding: 2px 0.5em 2px 0;  /* 0px left, 0.5em right */

    text-align: center;

}

.ambox-notice {border-top: 5px solid #608EC2}  /* Azul */

.ambox-protection {border-top: 5px solid #bba} /* Gris */

.ambox-delete,

.ambox-serious {border-top: 5px solid #b22222} /* Rojo */

.ambox-content {border-top: 5px solid #f28500} /* Naranja */

.ambox-style {border-top: 5px solid #f4c430}   /* Amarillo */

.ambox-merge {border-top: 5px solid #8c08a4}   /* Purpura */

.ambox-growth {border-top: 5px solid #47a30d}  /* Verde */


.ambox.ambox-mini { /* Versión pequeña flotante */

    float: right;

    clear: right;

    margin: 0 0 0 1em;

    width: 25%;

}


/* Ciertas cajas para discusión que NO son ambox (no tienen cinta de color)

    por ejemplo, la caja grande de artículo destacado */

.messagebox {

    border: 1px solid #aaa;

    background-color: #f9f9f9;

    width: 90%;

    margin: 0 auto 1em auto;

    padding: .2em;

}

.messagebox.merge {

    border: 1px solid #c0b8cc;

    background-color: #f0e5ff;

    text-align: center;

}

.messagebox.cleanup {

    border: 1px solid #9f9fff;

    background-color: #efefff;

    text-align: center;

}

.messagebox.standard-talk {

    border: 1px solid #c0c090;

    background-color: #f8eaba;

    margin: 4px auto;

}


/** Estilos para tablas.

    la idea es, si se quiere que la primera columna de la tabla esté alineada

    a la derecha, la segunda centrada  y la tercera a la izquierda, usar

    {| class="col1der col2cen col3izq"

    en vez de repetir "style='text-align:right'", etc, en '''cada''' celda

    Esto sólo se usa en Medallero. Debería divulgarse para aprovecharlo en más lugares

**/

.col1der td:nth-of-type(1),

.col2der td:nth-of-type(2),

.col3der td:nth-of-type(3),

.col4der td:nth-of-type(4),

.col5der td:nth-of-type(5),

.col6der td:nth-of-type(6),

.col7der td:nth-of-type(7),

.col8der td:nth-of-type(8),

.col9der td:nth-of-type(9),

.col10der td:nth-of-type(10),

.col11der td:nth-of-type(11),

.col12der td:nth-of-type(12),

.col13der td:nth-of-type(13),

.col14der td:nth-of-type(14),

.col15der td:nth-of-type(15),

.col16der td:nth-of-type(16),

.col17der td:nth-of-type(17),

.col18der td:nth-of-type(18),

.col19der td:nth-of-type(19),

.col20der td:nth-of-type(20)

 {text-align:right}

.col1izq td:nth-of-type(1),

.col2izq td:nth-of-type(2),

.col3izq td:nth-of-type(3),

.col4izq td:nth-of-type(4),

.col5izq td:nth-of-type(5),

.col6izq td:nth-of-type(6),

.col7izq td:nth-of-type(7),

.col8izq td:nth-of-type(8),

.col9izq td:nth-of-type(9),

.col10izq td:nth-of-type(10),

.col11izq td:nth-of-type(11),

.col12izq td:nth-of-type(12),

.col13izq td:nth-of-type(13),

.col14izq td:nth-of-type(14),

.col15izq td:nth-of-type(15),

.col16izq td:nth-of-type(16),

.col17izq td:nth-of-type(17),

.col18izq td:nth-of-type(18),

.col19izq td:nth-of-type(19),

.col20izq td:nth-of-type(20)

 {text-align:left}


.col1cen td:nth-of-type(1),

.col2cen td:nth-of-type(2),

.col3cen td:nth-of-type(3),

.col4cen td:nth-of-type(4),

.col5cen td:nth-of-type(5),

.col6cen td:nth-of-type(6),

.col7cen td:nth-of-type(7),

.col8cen td:nth-of-type(8),

.col9cen td:nth-of-type(9),

.col10cen td:nth-of-type(10),

.col11cen td:nth-of-type(11),

.col12cen td:nth-of-type(12),

.col13cen td:nth-of-type(13),

.col14cen td:nth-of-type(14),

.col15cen td:nth-of-type(15),

.col16cen td:nth-of-type(16),

.col17cen td:nth-of-type(17),

.col18cen td:nth-of-type(18),

.col19cen td:nth-of-type(19),

.col20cen td:nth-of-type(20)

 {text-align:center}

 

/* The backgrounds for galleries. */

#content .gallerybox div.thumb {

    background-color: #F9F9F9;   /* Light gray padding */

}

/* Put a chequered background behind images, only visible if they have transparency */

.gallerybox .thumb img {

    /* @embed */

    background: white url("//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") repeat;

}

/* But not on articles, user pages, portals or with opt-out. */

.ns-0 .gallerybox .thumb img,

.ns-2 .gallerybox .thumb img,

.ns-100 .gallerybox .thumb img, 

.nochecker .gallerybox .thumb img {

    background: white;

}


.abbr {/* al estilo de la etiqueta <abbr> */

     cursor: help;

     border-bottom: 1px dotted #000;

}


/* For portals,

   On wide screens, show these as two / three columns.

   On narrow and mobile screens, let them collapse into a single column.

   by NaBUru38, based on work by bv. */

.portal-column-left-50 {

    float: left;

    width: 49%;

}

.portal-column-right-50 {

    float: right;

    width: 49%;

}

.portal-column-left-60 {

    float: left;

    width: 59%;

}

.portal-column-right-60 {

    float: right;

    width: 59%;

}

.portal-column-left-40 {

    float: left;

    width: 39%;

}

.portal-column-right-40 {

    float: right;

    width: 39%;

}

.portal-column-left-66 {

    float: left;

    width: 66%;

}

.portal-column-right-66 {

    float: right;

    width: 66%;

}

.portal-column-left-33 {

    float: left;

    width: 33%;

}

.portal-column-center-33 {

    margin-left: auto;

    margin-right: auto;

}

.portal-column-right-33 {

    float: right;

    width: 33%;

}

@media only screen and (max-width: 800px) {

    /* Decouple the columns on narrow screens */

    .portal-column-left-50,

    .portal-column-right-50,

    .portal-column-left-60,

    .portal-column-right-60,

    .portal-column-left-40,

    .portal-column-right-40,

    .portal-column-left-66,

    .portal-column-right-66,

    .portal-column-left-33,

    .portal-column-center-33,

    .portal-column-right-33 {

        float: inherit;

        width: inherit;

    }

}


/* Aviso en espacios de trabajo de usuarios */


body.ns-2 #contentSub > span.subpages:before,

.ns-3 #contentSub > span.subpages:before {

   content: " ¡Atención! Este no es un artículo enciclopédico, sino un espacio de trabajo personal. ";

   background: #fe9;

   border: 2px solid #f0c91f;

   display: block;

   text-align: center;

   color: maroon;

   margin-bottom: 2mm;

   line-height: 120%;

}


/* Estilo para las etiquetas del filtro de edición */

.mw-tag-marker {

 font-family:sans-serif;

 font-style:italic;

 font-size:90%;

 background-color:#FFE599;

}


/* Estilo para los avisos de los filtros antiabusos */

.aviso_filtro {

   border: 1px solid #848484;

   margin: 19px 14px 19px 14px;

   padding: 0.8em 1.2em 0.8em 1.2em;

}


/* El vandalismo debe ser particularmente distinguible */

.mw-tag-marker-posible_vandalismo, .mw-tag-marker-botspam {

    background-color:#FEC29C;

}


/**

 * Permite el numerado manual de las secciones en las tablas de contenidos

 * https://es.wikipedia.org/?diff=85548174&oldid=80406028

 */

#hideTOCnumbers .tocnumber { display: none; }


/* Allow limiting of which header levels are shown in a TOC;

   <div class="toclimit-3">, for instance, will limit to

   showing ==headings== and ===headings=== but no further

   (as long as there are no =headings= on the page, which

   there shouldn't be according to the MoS).

 */

.toclimit-2 .toclevel-1 ul,

.toclimit-3 .toclevel-2 ul,

.toclimit-4 .toclevel-3 ul,

.toclimit-5 .toclevel-4 ul,

.toclimit-6 .toclevel-5 ul,

.toclimit-7 .toclevel-6 ul {

    display: none;

}


/* Prevent line breaks in silly places: 

   1) Where desired

   2) Links when we don't want them to

   3) Bold "links" to the page itself

   4) HTML formulae

   5) Ref tags with group names <ref group="Note"> --> "[Note 1]"

*/

.nowrap,

.nowraplinks a,

.nowraplinks .selflink,

.texhtml,

sup.reference a { 

    white-space: nowrap;

}


/* Hide the mobile wlm banner on the normal site */

#mf-wlm-banner { display: none; }


/* Muestra las plantillas de la extensión Babel sin el float ni formato alguno, retirando el recuadro que viene por defecto.

   Fuente: https://meta.wikimedia.org/w/index.php?title=MediaWiki:Common.css&oldid=4335942

   Queda pendiente el [[bugzilla:31309]]

*/

.babel-plain .mw-babel-wrapper {

   float:none;

   clear:none;

   margin:0;

}

 

.babel-plain .mw-babel-box {

   margin:0;

}

 

.babel-plain .mw-babel-header,

.babel-plain .mw-babel-footer {

   display:none;

}


/* Configuración específica para Edittools

   https://es.wikipedia.org/w/index.php?oldid=70299868#Otro_pedido_.28barra_vertical.29

*/

#specialchars a {

   padding: 0.1em;

   display: inline-block;

   text-align: center;

   min-width: 1em;

 }


/* Para la plantilla Documentación */

.template-documentation {

   clear: both;

   margin: 1em 0 0 0;

   border: 1px dotted #8BCBFF;

   background-color: #EEF9FA;

   padding: 0.9em;

}

/* Para que los autoenlaces no aparezcan en negritas al transcluir un artículo con la plantilla Extracto */

.extract a.selflink {

   font-weight: normal;

}

/*Para lista de columnas*/

div.columns dl, div.columns ol, div.columns ul { margin-top: 0; }

/* == Espacio de Prueba == */

.contenido {
}
.principal {
    width: 60%;
    min-width: 20em;
    float: left;
    border-style:solid; 
    margin:5px;
}
.izquierdo {
	width: 35%;
	min-width: 20em;
	float: left;
    border-style: solid;
    margin: 5px;
}