
document.write("<link title='General' rel='STYLESHEET' type='text/css' href='/estilos/estilos.css'>");
if (document.all) {
  document.write("<link title='General' rel='STYLESHEET' type='text/css' href='/estilos/estilosIE.css'>");
} else if (document.getElementById) {
  document.write("<link title='General' rel='STYLESHEET' type='text/css' href='/estilos/estilosIE.css'>");
} else if (document.layers) {
  document.write("<link title='General' rel='STYLESHEET' type='text/css' href='/estilos/estilosNN.css'>");
}

