<!--window.name='lno';
var ovrPrimera='#A44D48';
var outPrimera='#974642';
var ovrPrimeraCurso='#999999';
var outPrimeraCurso='#666666';
var ovr2MenuInfo='#EBEBEB';
var out2MenuInfo='#FFFFFF';
var ovrCabezal='#808080';
var outCabezal='#5C5C5C';
function mOvr2(src,tipo){if (!src.contains(event.fromElement)){src.bgColor=eval('ovr2'+tipo)}}function mOut2(src,tipo){if (!src.contains(event.toElement)){src.bgColor=eval('out2'+tipo)}}function mOvr(src,tipo){if (!src.contains(event.fromElement)){src.style.cursor='hand'; src.bgColor=eval('ovr'+tipo)}}function mOut(src,tipo){if (!src.contains(event.toElement)){src.style.cursor='default'; src.bgColor=eval('out'+tipo)}}function mClk(src){if(event.srcElement.tagName=='TD'){src.children.tags('A')[0].click()}}//-->
<!--
function showHideTable(theTable)
{
if (document.getElementById(theTable).style.display == 'none')
  {
  document.getElementById(theTable).style.display = 'block';
  }
  else
  {
  document.getElementById(theTable).style.display = 'none';
  }
}
function shti(tt,ti)
{
if (document.getElementById(tt).style.display == 'none')
{
document.getElementById(tt).style.display = 'block';
document.getElementById(ti).src='http://www.sobreentrenamiento.com/SE/Images/Collapse.gif';
}
else
{
document.getElementById(tt).style.display = 'none';
document.getElementById(ti).src='http://www.sobreentrenamiento.com/SE/Images/Expand.gif';
}
}
//-->