* {
	font-family : Verdana, Arial, Helvetica, Helv, sans-serif;
}

html, body {
	background-color : #fff;
	color : #000;
	border : none;
	margin : 0;
	padding : 1em;
}

img {
	border : 1px solid #000
}

p.imagen {
	text-align : center
}

h1 {
	text-align : center;
	border-bottom : dashed 1px #000
}

h1 span.subtitulo {
	font-size : 80%;
	font-style : italic
}

.filename {
	font-family : monospace;
	font-weight : bold
}

code {
	font-family : monospace
}

.nota {
	padding : 1em;
	border : 1px #000 dotted;
	background : #eee;
	color : #000;
	width : 80%;
	font-size : 90%;
	margin : .5em auto;
}

span[lang="en"] {
	font-style : italic
}

dt {
	font-weight : bold
}

dd {
	margin : .5em 0 1em 3em
}

.publicidad {
	display : none
}

.subir {
	display : none
}

.subir img {
	border : none
}

.copyright {
	padding : 1em;
	border : 1px #000 dotted;
	background : #eee;
	color : #000;
	font-size : 90%;
	margin : .5em auto;
	text-align : center
}

a:link, a:visited {
	color : #000;
	background-color : #fff;
	text-decoration : none
}

a:link:after, a:visited:after {
	font-style : italic;
	content : " (" attr(href) ")"
} 

.copyright a:link, .copyright a:visited {
	color : #000;
	background-color : #eee;
	text-decoration : none
}

.copyright a:link:after, .copyright a:visited:after {
	content : ""
} 

