/* CSS BARRA LTK NETWORKS PARA IE6 */
.barraltk {
	font: normal 10px Tahoma, Sans-Serif;
	position: absolute;
	height: 27px;
	width: 100%;
	top: expression(0+((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+'px'); 
	left: expression(0+((e=document.documentElement.scrollLeft)?e:document.body.scrollLeft)+'px');
	background: url('http://www.latintronika.com/lib/img/fondoLTKN.gif') top left repeat-x;
	text-align: center;
	z-index: 999;
}

/* CSS BARRA LTK NETWORKS TODOS LOS NAVEGADORES */
.barraltk ul li {
	display: inline;
	list-style-type: none;
}

body > div.barraltk {
	position: fixed;
	top: 0px;
	left: 0px;
	visibility: visible ! important;
}

