
span.palabra-extranjera {
	font-style: italic;
}

/*
:lang(es)>:lang(en)
{
	font-style: italic;
}
*/

body {
	margin: 0 12em 2em 4em;
	font-family: "trebuchet ms", lucida, sans-serif;
	/*	background-color: white; */
	/* background-color: #fffdf5; */
	text-align: justify;
	line-height: 140%;
	background: url("marmol.gif") fixed;
	font-size: 90%;
}

h1,h2,h3,h4 {
	margin-left: -1em;
	margin-right: -1em;
	background: url("marmol-marron.gif") fixed;
}

h1 {
	line-height: 160%;
}

table {
	margin-left: -2em;
	margin-right: -2em;
}

hr {
	margin-left: -2.5em;
	margin-right: -2.5em;
}

var {
	font-style: italic;
	color: #e0e;
}

h1 {
	margin-top: 1em;
	margin-bottom: 2em;
	text-align: center;
}

h2 {
	border-bottom: 2px solid black;
}

h2,h3,h4,hr {
	margin-top: 2em;
}

a img {
	border-style: none;
}

pre {
	border: 2px inset black;
	background-color: #eee;
	padding: 1em;
	color: black;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	white-space: pre;
	font-family: monospace;
/*	font-weight: bold; */
}

code {
	font-family: "Courier New", monospace;
}

td pre {
	padding: .6em;
}

:link:hover, :visited:hover {
	color: red;
/*	background-color: white; */
}

q {
	quotes: "\201c" "\201d" "\2018" "\2019";
	font-style: italic;
}

p>q {
	font-style: inherit;
}

q:before {
  content: open-quote;
}

q:after {
  content: close-quote;
}

caption {
	font-style: italic;
	font-weight: bolder;
}

td,th {
	padding: .5em;
}

th {
	background-color: #eee;
	color: black;
}

p.warning {
	padding: 1em;
	border: 3px solid red;
	background-color: #eee;
}

#traducciones {
	/*position: absolute;
	right: 4px;
	width: 8em; */
	font-size: 80%;
	font-family: tahoma, sans-serif;
	border: 1px solid navy;
	border-bottom-width: 2px;
	border-right-width: 2px;
	background-color: #eef;
	margin: 0;
	padding: .5em;
	font-weight: bolder;
}

#traducciones li {
	display: block;
	list-style-type: none; /* for the dumb explorer */
}

#traducciones :link, #traducciones :visited {
	display: block;
	text-decoration: none;
	padding: .1em;
}

#traducciones :link:hover, #traducciones :visited:hover {
	background-color: #ddf;
}

#sponsor {
	position: absolute;
	right: 0;
	display: block;
	margin-top: 1em;
	margin-left: auto;
	margin-right: 0;
	width: auto;
	text-align: right;
}

#sponsor img {
/* the image will scale according to the device's DPI.. ooooh! =) */
	width: 11.2em;
	height: 1.5em;
	border-style: none;
/*	display:block; */
	margin: 0;
}
dt {
	font-weight: bold;
	font-style: italic;
}
dd {
	margin-bottom: .6em;
}
.cuando {
	border: 1px solid black;
	margin-left: 20%;
	margin-right: 20%;
	padding: 1em;
	background: url("marmol-marron.gif") fixed;
}

@media print {
body {
	margin: 1cm;
}

#alter {
	display:none;
}

}
