$(document).ready(function(){
						   //$("#contenedor").fadeTo("slow", 1); 	
						   setTimeout('$("#contenedor").fadeTo("slow", 1)',1000);
						   // setTimeout('$("#destacados").fadeTo("slow", 1)',2000);
						   setTimeout('$("#cont_destacados").dropShadow({left: 5, top: 15, blur: 2, opacity: 0.5})',1200);
                                                   //setTimeout('$("#el_tiempo").dropShadow({left: 42, top: 12, blur: 2, opacity: 0.3})',1200);		
						   setTimeout('document.getElementById("contenedor").style.display="block";',1200);
                                                   setTimeout('document.getElementById("deportes").style.display="block";',1200);
                                                   setTimeout('$("div.cont_deportes marquee").marquee();',1300);
						   });


var mostrar=true;
function encender(numero){

  menuObj = document.getElementById(numero).style
 
	if (menuObj.display == "block"){
                 menuObj.display = "none";
                }
	 else{
                 menuObj.display = "block";
                }
                        
 
           

}


var marqueecontent='<nobr><font face=verdana size=2 color=#D5AC69>'

function irA(elemento){

window.location.href="plantilla_noticias.php?id="+elemento;


}

function irDeporte(elemento){

window.location.href="noticia.php?cat=2&id="+elemento+"&rnd="+Math.random();


}
