.memorama {
    margin: auto;
    width: 815px;
}
.memorama .carta {
    background-color: #ffcc66;
    border-radius: 5px;
/*    box-shadow: 5px 5px 5px #888;*/
    cursor: pointer;
    height: 127px;
    margin: 4px;
    width: 127px;
    display: inline-block;
    position: relative;
}
.memorama .cover {
    background: url("../img/carta-reverso.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    height: 125px;
    width: 126px;
}
.carta div {
    text-align: center;
}
.par {
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-transform: capitalize;
}