@charset "utf-8";
.imagenes {
	position: inherit;
	top: 0px;
	left: 0px;
	width: 70%;
	height: auto;
	z-index: -1;
}
body,td,th {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 130%;
	font-weight: bold;
	color: #CCC;
}

.imagenespequeño {
	position: inherit;
	top: 0px;
	left: 0px;
	width: 30%;
	height: auto;
	z-index: -1;
}
.imagenesminusculo {
	position: inherit;
	top: 0px;
	left: 0px;
	width: 15%;
	height: auto;
	z-index: -1;
}
