.celdafondo {
	background-image: url(fondo.png);
	background-repeat: repeat-y;
	border: thin solid #CC0000;
	padding: 5px;
	margin: 5px;
}
.textoportada {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
.subtituloportada {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	font-variant: small-caps;
	color: #FF3300;
}
a.portada:link,a.portada:visited,a.portada:active {
	font-weight: bold;
	color: #0099FF;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #FF3300;
	text-decoration: none;
}
