function fotosup(){
document.getElementById("fotos").style.display='block';
document.getElementById("novedades").style.display='none';
document.getElementById("estatutos").style.display='none';
}
function fotosover(){
document.getElementById("c1").style.backgroundColor='ffaa00';
}
function fotosclick(){
document.getElementById("c1").style.backgroundColor='ff0000';
}
function fotosdejar(){
document.getElementById("c1").style.backgroundColor='ffffff';
}
function novedadesup(){
document.getElementById("fotos").style.display='none';
document.getElementById("novedades").style.display='block';
document.getElementById("estatutos").style.display='none';
}
function noveover(){
document.getElementById("c2").style.backgroundColor='ffaa00';
}
function noveclick(){
document.getElementById("c2").style.backgroundColor='ff0000';
}
function novedejar(){
document.getElementById("c2").style.backgroundColor='ffffff';
}
function estatutosup(){
document.getElementById("fotos").style.display='none';
document.getElementById("novedades").style.display='none';
document.getElementById("estatutos").style.display='block';
}
function estaover(){
document.getElementById("c3").style.backgroundColor='ffaa00';
}
function estaclick(){
document.getElementById("c3").style.backgroundColor='ff0000';
}
function estadejar(){
document.getElementById("c3").style.backgroundColor='ffffff';
}
