function tamanoa(id) {
document.getElementById(id).style.fontSize = '12px';
}

function tamanob(id) {
document.getElementById(id).style.fontSize = '14px';
}

function tamanoc(id) {
document.getElementById(id).style.fontSize = '16px';
}

function tamanod(id) {
document.getElementById(id).style.fontSize = '18px';
}