body {
    background-color: #ffffff;
}

table {
    margin: 0 auto;
    border-collapse: collapse;
}

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

td {
    width: 38px;
    height: 40px;
    text-align: center;
	text-shadow: 2px 2px 3px #595959;
    font-size:180%;
}

