table{
    width: 80%;
    margin-left: 50px;
    margin-top: 20px;
    border-collapse: collapse;
}

tr{
    background-color: white;
    margin: 1px;
}

tr.rayado{
    background-color: #C2C4CB;
}

#tag-cloud{
    margin-left: 20%;
    width: 60%;
}

.tema-1{
    font-size: xx-small;
}

.tema-2{
    font-size: x-small;
}

.tema-3{
    font-size: small;
}

.tema-4 {
    font-size: medium;
}

.tema-5{
    font-size: large;
}

.tema-6{
    font-size: x-large;
}

.tema-7{
    font-size: xx-large;
}