BODY {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
}
td.sudoku {
	border: 1px solid black;
	font-size:14px;
	font-weight:bold;
	line-height: 14px;
}
.numeroPosible{font-size:9px;color:red;font-weight:normal;line-height: 9px;}
.numeroPosibleTachado {
	font-size:9px;color:red;font-weight:normal;line-height: 9px;text-decoration: line-through;
}
a:link {
	font-weight: bold;
	color: #0033CC;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #0033CC;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #0033CC;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #0033CC;
	text-decoration: underline;
}
a.subtitulo01:link {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.subtitulo01:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.subtitulo01:active {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.subtitulo01:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.enlaceGrande:link {
	font-size: 14px;
	font-weight: bold;
	color: #0033CC;
	text-decoration: underline;
}
a.enlaceGrande:visited {
	font-size: 14px;
	font-weight: bold;
	color: #0033CC;
	text-decoration: underline;
}
a.enlaceGrande:active {
	font-size: 14px;
	font-weight: bold;
	color: #0033CC;
	text-decoration: underline;
}
a.enlaceGrande:hover {
	font-size: 14px;
	font-weight: bold;
	color: #0033CC;
	text-decoration: underline;
}
.enlaceGrandeInicio {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.enlaceGrandeInicio:link {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
a.enlaceGrandeInicio:visited {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
a.enlaceGrandeInicio:active {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
a.enlaceGrandeInicio:hover {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
a.enlacePequenyo:link {
	font-size: 10px;
	font-weight: bold;
	color: #0033CC;
	text-decoration: underline;
}
a.enlacePequenyo:visited {
	font-size: 10px;
	font-weight: bold;
	color: #0033CC;
	text-decoration: underline;
}
a.enlacePequenyo:active {
	font-size: 10px;
	font-weight: bold;
	color: #0033CC;
	text-decoration: underline;
}
a.enlacePequenyo:hover {
	font-size: 10px;
	font-weight: bold;
	color: #0033CC;
	text-decoration: underline;
}
.txtGrande {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.subtitulo {
	font-size: 10px;
	color: #000000;
}
a.subtituloEnlace:link {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
a.subtituloEnlace:visited {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
a.subtituloEnlace:active {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
a.subtituloEnlace:hover {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
.borde {
	border: 1px solid #0033CC;
}


.regla {
	background-color: #00FF33;
}
