function activar_pestania_foto(id){
		divfoto = "link_foto_"+id;
		afoto = "estilo_link_foto_"+id;
		divvideo = "link_video_"+id;
		avideo = "estilo_link_video_"+id;
		//alert(afoto);
	  document.getElementById(divfoto).style.width = "65px";
	  document.getElementById(divfoto).style.height = "12px";
	  //document.getElementById(divfoto).style.background = "url(/imagenes/estructura/pestania_activa.jpg)";
	  document.getElementById(divfoto).style.backgroundColor = "#3A5999";
	  document.getElementById(divfoto).style.paddingLeft = '25px';
  	  document.getElementById(divfoto).style.paddingTop = '5px';
	  document.getElementById(divfoto).style.paddingBottom = '5px';
	  document.getElementById(divfoto).style.cssFloat = 'left';
  	  document.getElementById(divfoto).style.styleFloat = 'left';
	  //document.getElementById(divfoto).style.backgroundRepeat = 'no-repeat';
      document.getElementById(afoto).style.color="#FFFFFF";
	  document.getElementById(divvideo).style.width = "65px";
	  document.getElementById(divvideo).style.height = "12px";
	  //document.getElementById(divvideo).style.background = "url(/imagenes/estructura/pestania_inactiva.jpg)";
  	  document.getElementById(divvideo).style.backgroundColor = "#EAEAEA";
	  document.getElementById(divvideo).style.paddingLeft = '25px';
  	  document.getElementById(divvideo).style.paddingTop = '5px';
	  document.getElementById(divvideo).style.paddingBottom = '5px';
	  //document.getElementById(divvideo).style.backgroundRepeat = 'no-repeat'; 
	  document.getElementById(avideo).style.color="#999999";

}

function activar_pestania_video(id){
		divfoto = "link_foto_"+id;
		afoto = "estilo_link_foto_"+id;
		divvideo = "link_video_"+id;
		avideo = "estilo_link_video_"+id;
	  document.getElementById(divvideo).style.width = "65px";
	  document.getElementById(divvideo).style.height = "12px";
	 // document.getElementById(divvideo).style.background = "url(/imagenes/estructura/pestania_activa.jpg)";
	  document.getElementById(divvideo).style.backgroundColor = "#3A5999";
	  document.getElementById(divvideo).style.paddingLeft = '25px';
  	  document.getElementById(divvideo).style.paddingTop = '5px';
	  document.getElementById(divvideo).style.paddingBottom = '5px';
	 // document.getElementById(divvideo).style.backgroundRepeat = 'no-repeat';
      document.getElementById(avideo).style.color="#FFFFFF";
	  document.getElementById(divfoto).style.width = "65px";
	  document.getElementById(divfoto).style.height = "12px";
	  //document.getElementById(divfoto).style.background = "url(/imagenes/estructura/pestania_inactiva.jpg)";
	  document.getElementById(divfoto).style.backgroundColor = "#EAEAEA";
	  document.getElementById(divfoto).style.paddingLeft = '25px';
  	  document.getElementById(divfoto).style.paddingTop = '5px';
	  document.getElementById(divfoto).style.paddingBottom = '5px';
	  document.getElementById(divfoto).style.cssFloat = 'left';
  	  document.getElementById(divfoto).style.styleFloat = 'left';
	 // document.getElementById(divfoto).style.backgroundRepeat = 'no-repeat';  
	  document.getElementById(afoto).style.color="#999999";
}



