/* Los estilos CSS definidos aquí aplicarán a todas las pieles (skins) */
/*~ Limpieza del encabezado de la Portada ~*/
.page-Portada #lastmod,
.page-Portada #siteSub,
.page-Portada #contentSub,
.page-Portada h1.firstHeading { display: none !important; }

/*~ Checker Background and hover effect for transparent images on images namespace ~*/
body.ns-6 #file img {background:transparent url(/skins/common/images/Checker-16x16.png) repeat fixed 0 0;}
body.ns-6 #file img:hover,
body.ns--1 .gallerybox img:hover { /*~ images on galleries on special namespace ~*/
	background:#333333 none repeat scroll 0 0;}

/*~ Scrollable when exceed, and space fix for template displays ~*/
pre {
	overflow: auto;
	padding:0.5em;
}

/*~ H's not appearing behind floating objects ~*/
h1, h2, h3, h4, h5, h6 {	overflow:hidden; }

/* Formateo del Foro -Algorithm & -Splaka */
.forumheader { border: 1px solid #aaa; background-color: #f9f9f9; margin-top: 1em; padding: 12px; }
.forumlist td.forum_edited a { color: black; text-decoration: none }
.forumlist td.forum_title a { padding-left: 20px; }
.forumlist td.forum_title a.forum_new { font-weight: bold; background: url(/images/4/4e/Forum_new.gif) 
center left no-repeat; padding-left: 20px; }
.forumlist td.forum_title a.forum_new:visited { font-weight: normal; background: none; padding-left: 20px; }
.forumlist th.forum_title { padding-left: 20px; }

/*~ remove talk link from forum namespace (monobooks/newskins/monaco) -Splarka ~*/
body.ns-110 #ca-talk, body.ns-110 #page_tabs li+li  { display: none;}