.menu {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.recuadro {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.cuerpo {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	color: #666666;
	text-decoration: none;
}
.numeros {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #993333;
}

