﻿@media print {#content { background: white } } /* Fondo blanco al imprimir */
 
a { text-decoration: none}  /* Los enlaces no van subrayados */
a:hover { text-decoration: underline}
 
/* "editar" en minúscula en algunas páginas especiales */
body.page-Especial_RedireccionesDobles a.new,
body.page-Especial_Artilugios h2 a,
body.page-Especial_Desambiguaciones ol.special li a[href *="/w/index.php"] { text-transform: lowercase }
 
/* Ocultar título y categorías en la Portada*/
body.page-Wikipedia_Portada h1.firstHeading, body.page-Wikipedia_Portada#catlinks { display:none; }
 
 
div.alreadyloggedin {color: red; font-weight: bold} /* Aviso rojo en ([[MediaWiki:Alreadyloggedin]])  */
 
form#userlogin {
  float: left;
  padding: 1em 1em .7em 1em;
  background-color: #ffffe6;
  border: 2px solid #fc6;
  color: #000;
  margin-right: 2em;
}
form#userlogin table {
  float: left;
  background-color: #ffffe6;
  color: #000;
}
 
p.error {font-weight: bold}
 
/* redondeo de esquinas en ciertos navegadores */
.pBody { 
   padding: 0.3em 0.1em;
   -moz-border-radius-topright: 0.5em;
}
.portlet h5 {
   background-color: #e0e3e6;
   border: thin solid silver;
   -moz-border-radius-topright: 0.5em;
}
 
/* CSS de tablas */
table.metadata {
   border: 1px solid #aaaaaa;
   display: none; /* A definir por cada usuario */
}
.metadata-label {color: #aaaaaa}
 
 
.searchbox .searchboxInput {background-color: transparent}
 
 
#content {-moz-border-radius-topleft: 0.5em}
#coordinates {  
    position: absolute;
    z-index: 1;
    border: none;
    background: none;
    right: 20px;
    top: 3.7em;
    float: right;
    margin: 0.0em;
    padding: 0.0em;
    line-height: 1.5em;
    text-align: right;
    text-indent: 0;
    font-size: 85%;
    text-transform: none;
    white-space: nowrap;
}
 
#siteNotice {margin-top: 5px; margin-bottom: -.5em} /* Donations link to be uncommented during fundraising drives */
 
#ca-edit a {font-weight: bold !important} /* Bold 'edit this page' link to encourage newcomers */
 
#mw-dismissable-notice {background: transparent}
 
#pt-login {font-weight: bold; font-size: 110%}