// "Submenu Revista" para IE6
startList = function() {
if (document.all&&document.getElementById) {
navRoot = document.getElementById("menuhor");
for (i=0; i<navRoot.childNodes.length; i++) {
node = navRoot.childNodes[i];
if (node.nodeName=="LI") {
node.onmouseover=function() {
this.className+=" over";
  }
  node.onmouseout=function() {
  this.className=this.className.replace(" over", "");
   }
   }
  }
 }
}
window.onload=startList;

if (window.screen.width>1024){document.write('<style type="text/css">body {margin-left: auto; margin-right: auto}</style>')}
function mostrarlogo(){
	if (navigator.userAgent.substring(25,33)=='MSIE 6.0' || navigator.userAgent.substring(25,33)=='MSIE 5.0'){
		logo='logo.gif'}
	else{
		logo='logo.png'}
	document.write('<img src="imagenes/' + logo + '" width="220" height="95" title="Universidad y Moda" alt="Universidad y Moda">')
}
function mostrartitulo(){
	if (navigator.userAgent.substring(25,33)=='MSIE 6.0' || navigator.userAgent.substring(25,33)=='MSIE 5.0'){
		document.write('<span style="font-family: Arial; font-size: 15px; font-weight: bold; color: #296B5F;">Curso de Experto Universitario en<br></span>');
		document.write('<span style="font-size: 23px; font-weight: bold; color: #996633;">Periodismo Digital<br>de Moda</span>')}
	else{
		document.write('<img src="imagenes/curso.png" width="300" height="95" title="Curso de Experto Universitario en Periodismo Digital de Moda" alt="Curso de Experto Universitario en Periodismo Digital de Moda">')}
}
