.letra {
    float:left;
    width:32px;
    height:32px;
    border:solid red 2px;
    margin:4px;
    font-size:24px;
    text-align:center;
    font-family:sans-serif;
    color:red;
    }
    
.espacio {
    border:none;
    }