// cambia color botonera

var ovr1Login='#D9E1E6';
var out1Login='#F4F4F4';

function mOvr1(src,tipo){
if (!src.contains(event.fromElement)){src.style.cursor='hand';
src.bgColor=eval('ovr1'+tipo)}
}

function mOut1(src,tipo){
if (!src.contains(event.toElement)){src.style.cursor='default';
src.bgColor=eval('out1'+tipo)}
}

function mClk1(src){
if(event.srcElement.tagName=='DIV'){src.children.tags('A')[0].click()}
}


