MIGUIA = {
	inicio : function (){
		if ($.cookie("indAbonado") == "S")
			$("#miguiaabrir, #miguia").show();
	}
}
$(document).ready(MIGUIA.inicio);