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

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

body {
	max-width : 800px;
	margin-left : auto;
	margin-right : auto;	
}

img {
	border : 1px solid #000
}

p.imagen {
	text-align : center
}

h1 {
	text-align : center;
	border-bottom : dashed 3px #eedfcc
}

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 red dotted;
	background : #eedfcc;
	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 {
	border-top : dashed 3px #eedfcc;
	border-bottom : dashed 3px #eedfcc;
	font-size : 70%
}

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

.subir {
	margin-top : 0;
	margin-bottom : .2em;
	text-align : right;
}

.subir img {
	border : none
}