/* CSS Document */
@charset "UTF-8";

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #499EDE;
	margin-top: 5px;
	margin-bottom: 5px;
}
#nav p {
	margin: 0px;
	padding: 0px;
	font-size: 12pt;
	font-weight: bold;
}
#nav h2 {
	font-size: 24px;
	margin: 0px;
	padding: 0px;
}
#header td {
	font-size: 28px;
	font-weight: bold;
}
.hof img {
	width: 160px;
	height: 205px;
	border: 1px solid #499EDE;
	text-decoration: none;
}

.hof img:hover {
	border: 1px solid #FF00FF;
	text-decoration: none;
}
#nav a {
	font-weight: bold;
	font-size: 12pt;
}


a  {
	font-size: 12px;
	font-weight:bold;
	text-align: center;
	color: #FF0084;
	text-decoration: none;
}
a:hover  {
	text-decoration: underline;
}
.caja td {
	text-align: center;
	width: 244px;
}

.caja img {
	width: 240px;
	height: 320px;
	border: 1px solid #499EDE;
	text-decoration: none;
}
.caja img:hover {
	border: 1px solid #FF00FF;
	text-decoration: none;
}
.caja a { font-size: 16px; }

#nav {
	border-bottom: 1px solid #CFE5F6;
	margin-top: 5px;
	margin-bottom: 5px;
}

.clear
{
	clear:both;
}

#footer {
	font-size: 10pt;
	margin-top: 30px;
	font-weight: normal;
	border-top: 1px solid #CFE5F6;
}
#top30 { margin-top: 15px; }

.links { margin-top: 15px; }
.links a {
	font-size: 16px;
	font-weight: bold;
	color: #BA347A;
}

#top30 a {
	font-size: 20px;
	font-weight: bold;
}
#nav .back { font-size: 16px; }
