
#menu, #left, #right, #donde, #downloads, #footer{
  display: none !important;
}

#content, #footer {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align:justify;
}

html body {background: #fff;}

html body #ish {position: static; width: auto; height: auto;
  margin: 1em 0 0; padding: 0; border-top: none;
  font-size: 0.9em; text-align: right;
  background: none;}
html body #ish a:link, html body #ish a:visited, html body #ish a em {
  position: static; display: inline;
  font-size: 1em; font-weight: normal; width: auto; height: auto;
  margin: 0; padding: 0;
  background: none; color: #555;}

html body #content .ishinfo {padding: 0 0 0.5em; margin: -1.5em 0 2em; text-align: left;
  background: none; position: relative;}
html body #metastuff {background: none;}
html body #learnmore {border-top: 0; border-bottom: 1px dashed #999;}
html body #footer {background: none;}
html body #footer p {border-left: none; margin-left: 0; text-align: center;}

html body pre, html body code {vertical-align: baseline;}

	#logo { width: 140px; float:left; border:thin; border-color:#030303; padding-left: 0px;}
	#titulo { padding-left: 160px; padding-top: 32px;}
		#internet { font-weight:bold;font-size: 4em; color: rgb(25,25,112);}
		#arcano { font-weight:bold; font-size: 4em; color: rgb(178,34,34);}
		#subtitle { font-style:italic; padding-top: 14px; color:black; font-size:18px}
		
#articletext a[href]:after,
#authorbio a[href]:after,
#xfooter a[href]:after {
   content: " (" attr(href) ") ";
   font-size: 90%;}

#articletext a[href^="/"]:after,
#authorbio a[href^="/"]:after,
#xfooter a[href^="/"]:after {
   content: " (http://alistapart.com" attr(href) ") ";}
   
a:link, a:visited {
	color: #000;
	text-decoration: none;
	}

body { font-family:Garamond Premr Pro, Adobe Garamond Pro, Minion Pro, Georgia, "Times New Roman", Times, serif;}

p:first-line{
	font-variant:normal;
}

p + p:first-line{
	font-variant:normal;
}

#content p:first-letter {
font-size: 1em;
line-height: 1.5em;
float: none;
margin: 0;
padding-right:0;
}

#content p + p:first-letter {
font-size: 1em;
line-height: 1.5em;
float: none;
margin: 0;
padding-right:0;
}	