// JavaScript Document
if ((navigator.appName).indexOf("Microsoft")!=-1) {
  document.write('<link rel="stylesheet" href="../docs/grupogolanIE.css" type="text/css">');
}
else {
  document.write('<link rel="stylesheet" href="../docs/grupogolan.css" type="text/css">');
}
