﻿body {
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
img
{
	border: 0px;
}
.titulo
{
	font-family: "Trebuchet";
	font-size: 16px;
	color: #666666;
	font-weight: bold;
	padding-left: 20px;
}
.nombreJuego
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}
.fecha
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #655F6C;
	font-weight: normal;
}
.cantidadBote
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #BF0500;
	font-weight: bold;
}
.pie
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ACACAC;
	font-weight: normal;
}

/* links */
a:link {
	color: #81A83E;
	text-decoration: underline;
	font-size: 12px;
}
a:visited {
	color: #81A83E;
	text-decoration: underline;
	font-size: 12px;
}
a:hover {
	color: #81A83E;
	text-decoration: none;
	font-size: 12px;
}
a:active {
	color: #81A83E;
	text-decoration: underline;
	font-size: 12px;
}