table {
    margin: 0 auto;
    border-collapse: collapse;
	background: #ffffff;
    border: solid 10px #f5f5f5;
	box-shadow: 6px 6px 8px #888888;
}

#cuadro {
    cursor: move;
    font-family: merida;
}
.over {
    background: #b4b4b4;
}

td {
    width: 56px;
    height: 56px;
    text-align: center;
	text-shadow: 2px 2px 3px #595959;
    font-size:254%;
	color: #3e3e3e;
}

tr:nth-child(even) td:nth-child(odd), tr:nth-child(odd) td:nth-child(even) {
    background: #e6e6e6;
}
