#mapa td {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	background-color: #FFFFCC;
	height: 25px;
	width: 25px;
	font-weight: bold;
	color: #A0A0A4;
	text-align: center;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFCC99;
	border-bottom-color: #663333;
	border-left-color: #666666;
}
#mapa td.marca {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	background-color: #FFFFCC;
	height: 25px;
	width: 25px;
	font-weight: bold;
	text-align: center;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFCC99;
	border-bottom-color: #663333;
	border-left-color: #666666;
	background-image: url(../img/marca.png);
	background-repeat: no-repeat;
	background-position: 1px 1px;
}
