﻿// Archivo JScript

function fcPestanaActual(pagina){
    document.getElementById(pagina).style.backgroundColor="#cccc99";
    document.getElementById(pagina).style.border="1px solid #333300";
    document.getElementById(pagina).style.borderTop="0px";
    document.getElementById('cabecera').style.backgroundImage="url(img/fondo_cabecera_" + pagina +".jpg)";
   
}

function fcMostrarFormulario(formulario){
    document.getElementById(formulario).style.display="";
}
