if(window.top.location.href.indexOf('inicio.php') == -1){
	window.top.location.replace('inicio.php');
}
function mostrarImagenCB(url) {
	$.colorbox({
		href:url,
		rel:'gallery-img',
		transition:"none", 
		innerWidth:"900", 
		innerHeight:"505", 
		opacity:0.60,
		scalePhotos:true
	});
}

