$(function() {
	if (typeof(window["isAboutUs"])!="undefined") {
		init_aboutUs()
	}
})


function init_aboutUs() {
	console.log("CARGA about-us");	
	$("#about-us .box h1").css("color","#f00");
}


